Architecture specific change in rpms/rust-below-config.git
by githook-noreply@fedoraproject.org
The package rpms/rust-below-config.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-below-config.git/commit/?id=....
Change:
+ExcludeArch: %{arm32} %{ix86}
Thanks.
Full change:
============
commit f3f676c88250ee9c00a695ab3165c3209fe77a60
Author: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Sun Jan 29 21:35:50 2023 -0600
Also exclude builds on 32-bit ARM architectures
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
diff --git a/rust-below-config.spec b/rust-below-config.spec
index 2bc9078..504e5a0 100644
--- a/rust-below-config.spec
+++ b/rust-below-config.spec
@@ -17,7 +17,7 @@ Source: %{crates_source}
Patch: below-config-fix-metadata.diff
# below-btrfs is not available
-ExcludeArch: %{ix86}
+ExcludeArch: %{arm32} %{ix86}
BuildRequires: rust-packaging >= 21
4 months
Architecture specific change in rpms/rust-below-config.git
by githook-noreply@fedoraproject.org
The package rpms/rust-below-config.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-below-config.git/commit/?id=....
Change:
+ExcludeArch: %{arm32} %{ix86}
Thanks.
Full change:
============
commit f3f676c88250ee9c00a695ab3165c3209fe77a60
Author: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Sun Jan 29 21:35:50 2023 -0600
Also exclude builds on 32-bit ARM architectures
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
diff --git a/rust-below-config.spec b/rust-below-config.spec
index 2bc9078..504e5a0 100644
--- a/rust-below-config.spec
+++ b/rust-below-config.spec
@@ -17,7 +17,7 @@ Source: %{crates_source}
Patch: below-config-fix-metadata.diff
# below-btrfs is not available
-ExcludeArch: %{ix86}
+ExcludeArch: %{arm32} %{ix86}
BuildRequires: rust-packaging >= 21
4 months
Architecture specific change in rpms/rust-below-config.git
by githook-noreply@fedoraproject.org
The package rpms/rust-below-config.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-below-config.git/commit/?id=...
https://src.fedoraproject.org/cgit/rpms/rust-below-config.git/commit/?id=....
Change:
+ExcludeArch: %{ix86}
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 200ea321c9c19c8cb689da3130cab6ebfa9a1778
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 21:43:30 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
commit 957d95e8caef2651470d49fd26871dcc1ee70258
Author: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Wed Jan 18 18:26:24 2023 -0600
ExcludeArch ix86 because below-btrfs is not available
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
diff --git a/rust-below-config.spec b/rust-below-config.spec
index 5fe826e..2bc9078 100644
--- a/rust-below-config.spec
+++ b/rust-below-config.spec
@@ -16,6 +16,9 @@ Source: %{crates_source}
# * relax toml dependency from =0.5.8 to 0.5.8
Patch: below-config-fix-metadata.diff
+# below-btrfs is not available
+ExcludeArch: %{ix86}
+
BuildRequires: rust-packaging >= 21
%global _description %{expand:
commit 34636d79ec3d0e615bed9bdfe8f64fce4586805e
Author: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Wed Jan 18 16:26:17 2023 -0600
Update to 0.6.3
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
diff --git a/.gitignore b/.gitignore
index 17dcf69..4410061 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/below-config-0.4.1.crate
/below-config-0.5.0.crate
+/below-config-0.6.3.crate
diff --git a/below-config-fix-metadata.diff b/below-config-fix-metadata.diff
index 681d989..00f70b9 100644
--- a/below-config-fix-metadata.diff
+++ b/below-config-fix-metadata.diff
@@ -1,10 +1,11 @@
---- below-config-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ below-config-0.5.0/Cargo.toml 2022-06-01T14:55:49.593658+00:00
-@@ -31,6 +31,6 @@
- features = ["derive", "rc"]
+--- below-config-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
++++ below-config-0.6.3/Cargo.toml 2023-01-18T22:30:11.063032+00:00
+@@ -43,7 +43,7 @@
+ ]
[dependencies.toml]
-version = "=0.5.8"
+version = "0.5.8"
+
[dev-dependencies.tempdir]
version = "0.3"
diff --git a/rust-below-config.spec b/rust-below-config.spec
index b0db915..5fe826e 100644
--- a/rust-below-config.spec
+++ b/rust-below-config.spec
@@ -1,28 +1,25 @@
-# Generated by rust2rpm 21
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate below-config
-Name: rust-%{crate}
-Version: 0.5.0
+Name: rust-below-config
+Version: 0.6.3
Release: %autorelease
-Summary: Configerations for below
+Summary: Configurations for below
-# Upstream license specification: Apache-2.0
-License: ASL 2.0
+License: Apache-2.0
URL: https://crates.io/crates/below-config
Source: %{crates_source}
-# Initial patched metadata
-# * relax toml dependency from =0.5.8 to ^0.5.8
-Patch0: below-config-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
+# Manually created patch for downstream crate metadata changes
+# * relax toml dependency from =0.5.8 to 0.5.8
+Patch: below-config-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
-Configerations for below.}
+Configurations for below.}
%description %{_description}
diff --git a/sources b/sources
index beafb09..2d06d45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (below-config-0.5.0.crate) = ec1310bbdce231f0892c7ce93101e9757b00a275b557c3253a9f23022a90902ad101000710638a4073c369517e95a4f7678b2ab5e97258e8e045d81ebdf4157c
+SHA512 (below-config-0.6.3.crate) = dfcb787649e047581cb68441451f800406ea8f35565be9d301937a6ad9829db34347dc48612e1f19062d472a9bb007fdf34a89bf374351d4853d6fd2363ff73b
4 months
Architecture specific change in rpms/rust-below-config.git
by githook-noreply@fedoraproject.org
The package rpms/rust-below-config.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-below-config.git/commit/?id=...
https://src.fedoraproject.org/cgit/rpms/rust-below-config.git/commit/?id=....
Change:
+ExcludeArch: %{ix86}
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 200ea321c9c19c8cb689da3130cab6ebfa9a1778
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 21:43:30 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
commit 957d95e8caef2651470d49fd26871dcc1ee70258
Author: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Wed Jan 18 18:26:24 2023 -0600
ExcludeArch ix86 because below-btrfs is not available
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
diff --git a/rust-below-config.spec b/rust-below-config.spec
index 5fe826e..2bc9078 100644
--- a/rust-below-config.spec
+++ b/rust-below-config.spec
@@ -16,6 +16,9 @@ Source: %{crates_source}
# * relax toml dependency from =0.5.8 to 0.5.8
Patch: below-config-fix-metadata.diff
+# below-btrfs is not available
+ExcludeArch: %{ix86}
+
BuildRequires: rust-packaging >= 21
%global _description %{expand:
commit 34636d79ec3d0e615bed9bdfe8f64fce4586805e
Author: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Wed Jan 18 16:26:17 2023 -0600
Update to 0.6.3
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
diff --git a/.gitignore b/.gitignore
index 17dcf69..4410061 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/below-config-0.4.1.crate
/below-config-0.5.0.crate
+/below-config-0.6.3.crate
diff --git a/below-config-fix-metadata.diff b/below-config-fix-metadata.diff
index 681d989..00f70b9 100644
--- a/below-config-fix-metadata.diff
+++ b/below-config-fix-metadata.diff
@@ -1,10 +1,11 @@
---- below-config-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ below-config-0.5.0/Cargo.toml 2022-06-01T14:55:49.593658+00:00
-@@ -31,6 +31,6 @@
- features = ["derive", "rc"]
+--- below-config-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
++++ below-config-0.6.3/Cargo.toml 2023-01-18T22:30:11.063032+00:00
+@@ -43,7 +43,7 @@
+ ]
[dependencies.toml]
-version = "=0.5.8"
+version = "0.5.8"
+
[dev-dependencies.tempdir]
version = "0.3"
diff --git a/rust-below-config.spec b/rust-below-config.spec
index b0db915..5fe826e 100644
--- a/rust-below-config.spec
+++ b/rust-below-config.spec
@@ -1,28 +1,25 @@
-# Generated by rust2rpm 21
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate below-config
-Name: rust-%{crate}
-Version: 0.5.0
+Name: rust-below-config
+Version: 0.6.3
Release: %autorelease
-Summary: Configerations for below
+Summary: Configurations for below
-# Upstream license specification: Apache-2.0
-License: ASL 2.0
+License: Apache-2.0
URL: https://crates.io/crates/below-config
Source: %{crates_source}
-# Initial patched metadata
-# * relax toml dependency from =0.5.8 to ^0.5.8
-Patch0: below-config-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
+# Manually created patch for downstream crate metadata changes
+# * relax toml dependency from =0.5.8 to 0.5.8
+Patch: below-config-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
-Configerations for below.}
+Configurations for below.}
%description %{_description}
diff --git a/sources b/sources
index beafb09..2d06d45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (below-config-0.5.0.crate) = ec1310bbdce231f0892c7ce93101e9757b00a275b557c3253a9f23022a90902ad101000710638a4073c369517e95a4f7678b2ab5e97258e8e045d81ebdf4157c
+SHA512 (below-config-0.6.3.crate) = dfcb787649e047581cb68441451f800406ea8f35565be9d301937a6ad9829db34347dc48612e1f19062d472a9bb007fdf34a89bf374351d4853d6fd2363ff73b
commit 7284f42d9bdedf3d2ea53d99979e1705a6836074
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jul 23 02:54:51 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
4 months
Architecture specific change in rpms/rust-libbpf-cargo.git
by githook-noreply@fedoraproject.org
The package rpms/rust-libbpf-cargo.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-libbpf-cargo.git/commit/?id=....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 69c05e5ed2f867d13f7e0832ca7a0f64c69b6d53
Author: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Fri Jan 27 12:52:55 2023 -0600
Remove unused patch
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
diff --git a/libbpf-cargo-downgrade-libbpf-sys.patch b/libbpf-cargo-downgrade-libbpf-sys.patch
deleted file mode 100644
index c486c23..0000000
--- a/libbpf-cargo-downgrade-libbpf-sys.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur a/Cargo.toml b/Cargo.toml
---- a/Cargo.toml 2021-11-11 07:46:13.666336171 -0800
-+++ b/Cargo.toml 2021-11-11 07:46:29.139418018 -0800
-@@ -35,7 +35,7 @@
- version = "0.12"
-
- [dependencies.libbpf-sys]
--version = "0.5.0-2"
-+version = "0.4.0-2"
-
- [dependencies.memmap2]
- version = "0.3"
commit ee82f0c977ddac853b69d8d983e492795a4b8cd8
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 23:42:09 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
commit fdcfa65e0607c2330f690b4125fed881bcdef5c2
Author: Michel Alexandre Salim <salimma(a)fedoraproject.org>
Date: Tue Jan 17 15:49:50 2023 -0600
Update to 0.13.1
Signed-off-by: Michel Alexandre Salim <salimma(a)fedoraproject.org>
diff --git a/.gitignore b/.gitignore
index f691761..da329d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/libbpf-cargo-0.9.3.crate
/libbpf-cargo-0.10.0.crate
+/libbpf-cargo-0.13.1.crate
diff --git a/libbpf-cargo-fix-finding-libbpf-rs.diff b/libbpf-cargo-fix-finding-libbpf-rs.diff
new file mode 100644
index 0000000..f49e617
--- /dev/null
+++ b/libbpf-cargo-fix-finding-libbpf-rs.diff
@@ -0,0 +1,15 @@
+Find libbpf-rs in /usr/share/cargo/registry, not in the local checkout
+--- a/src/test.rs
++++ b/src/test.rs
+@@ -103,10 +103,7 @@ fn validate_bpf_o(path: &Path) {
+ fn get_libbpf_rs_path() -> PathBuf {
+ let cwd = std::env::current_dir().expect("failed to get cwd");
+
+- Path::new(&cwd)
+- .parent()
+- .expect("failed to get parent of cwd")
+- .join("libbpf-rs")
++ Path::new("/usr/share/cargo/registry/libbpf-rs-0.19.1")
+ .canonicalize()
+ .expect("failed to canonicalize libbpf-rs")
+ }
diff --git a/libbpf-cargo-fix-finding-libbpf-rs.patch b/libbpf-cargo-fix-finding-libbpf-rs.patch
deleted file mode 100644
index c1e2627..0000000
--- a/libbpf-cargo-fix-finding-libbpf-rs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff '--color=auto' -ruN libbpf-cargo-0.10.0/src/test.rs libbpf-cargo-0.10.0-fix-finding-libbpf-rs/src/test.rs
---- libbpf-cargo-0.10.0/src/test.rs 1973-11-29 13:33:09.000000000 -0800
-+++ libbpf-cargo-0.10.0-fix-finding-libbpf-rs/src/test.rs 2022-02-16 15:36:05.637528820 -0800
-@@ -102,10 +102,7 @@
- fn get_libbpf_rs_path() -> PathBuf {
- let cwd = std::env::current_dir().expect("failed to get cwd");
-
-- Path::new(&cwd)
-- .parent()
-- .expect("failed to get parent of cwd")
-- .join("libbpf-rs")
-+ Path::new("/usr/share/cargo/registry/libbpf-rs-0.16.0")
- .canonicalize()
- .expect("failed to canonicalize libbpf-rs")
- }
diff --git a/libbpf-cargo-fix-metadata.diff b/libbpf-cargo-fix-metadata.diff
index 2759ff9..9caee74 100644
--- a/libbpf-cargo-fix-metadata.diff
+++ b/libbpf-cargo-fix-metadata.diff
@@ -1,23 +1,19 @@
---- libbpf-cargo-0.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ libbpf-cargo-0.10.0/Cargo.toml 2022-07-22T12:16:13.899028+00:00
-@@ -47,10 +47,10 @@
- version = "1.5"
-
- [dependencies.scroll]
--version = "0.10"
-+version = "0.11"
+--- libbpf-cargo-0.13.1/Cargo.toml 1970-01-01T00:00:01+00:00
++++ libbpf-cargo-0.13.1/Cargo.toml 2022-12-12T18:44:06.726590+00:00
+@@ -32,7 +32,7 @@
+ version = "1.0"
- [dependencies.scroll_derive]
--version = "0.10"
-+version = "0.11"
+ [dependencies.cargo_metadata]
+-version = "0.14"
++version = "0.15"
- [dependencies.semver]
- version = "1.0"
-@@ -71,9 +71,10 @@
+ [dependencies.clap]
+ version = "3.1"
+@@ -73,9 +73,10 @@
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.goblin]
--version = "0.2"
+-version = "0.4"
+version = "0.5"
[features]
diff --git a/rust-libbpf-cargo.spec b/rust-libbpf-cargo.spec
index 36d0b6f..ebb6cc0 100644
--- a/rust-libbpf-cargo.spec
+++ b/rust-libbpf-cargo.spec
@@ -1,28 +1,26 @@
-# Generated by rust2rpm 20
+# Generated by rust2rpm 23
%bcond_without check
%global crate libbpf-cargo
-Name: rust-%{crate}
-Version: 0.10.0
+Name: rust-libbpf-cargo
+Version: 0.13.1
Release: %autorelease
Summary: Cargo plugin to build bpf programs
-# Upstream license specification: LGPL-2.1 OR BSD-2-Clause
-License: LGPLv2 or BSD
+License: LGPL-2.1 OR BSD-2-Clause
URL: https://crates.io/crates/libbpf-cargo
Source: %{crates_source}
-# * turn on the novendor feature by default
-# * bump scroll and scroll_derive from 0.10 to 0.11,
-# * bump goblin from 0.2 to 0.5:
-# https://github.com/libbpf/libbpf-rs/commit/56608e0
-Patch0: libbpf-cargo-fix-metadata.diff
-# Fix finding libbpf-rs
-Patch1: libbpf-cargo-fix-finding-libbpf-rs.patch
+# Manually created patch for downstream crate metadata changes
+# - bump cargo_metadata to 0.15
+# - bump goblin to 0.5
+# - use libbpf-sys/novendor by default
+Patch: libbpf-cargo-fix-metadata.diff
+# by default, test.rs expects libbpf-rs to be in the same checkout
+# fix to point to /usr/share/cargo/registry
+Patch: libbpf-cargo-fix-finding-libbpf-rs.diff
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
Cargo plugin to build bpf programs.}
@@ -35,7 +33,9 @@ Summary: %{summary}
%description -n %{crate} %{_description}
%files -n %{crate}
-%license LICENSE LICENSE.BSD-2-Clause LICENSE.LPGL-2.1
+%license LICENSE
+%license LICENSE.BSD-2-Clause
+%license LICENSE.LPGL-2.1
%doc README.md
%{_bindir}/cargo-libbpf
@@ -51,9 +51,11 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
-%license LICENSE LICENSE.BSD-2-Clause LICENSE.LPGL-2.1
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE
+%license %{crate_instdir}/LICENSE.BSD-2-Clause
+%license %{crate_instdir}/LICENSE.LPGL-2.1
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -65,7 +67,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+novendor-devel
Summary: %{summary}
@@ -77,25 +79,18 @@ This package contains library source intended for building other packages which
use the "novendor" feature of the "%{crate}" crate.
%files -n %{name}+novendor-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
-%if 0%{?fedora} < 36
-sed -i -e 's/version = "0.6.0-1"/version = "0.4.0-2"/' Cargo.toml
-%else
-%if 0%{?fc36}
-sed -i -e 's/version = "0.6.0-1"/version = "0.5.0-2"/' Cargo.toml
-%else
-sed -i -e 's/version = "0.6.0-1"/version = "0.6.1-2"/' Cargo.toml
-%endif
-%endif
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
echo 'clang'
-echo 'rust-libbpf-rs-devel'
+# this was dropped from Cargo.toml upstream with the expectation that
+# libbpf-rs is built from the same Git checkout
+echo 'crate(libbpf-rs) = 0.19.1'
echo 'rustfmt'
%build
diff --git a/.rust2rpm.conf b/rust2rpm.conf
similarity index 100%
rename from .rust2rpm.conf
rename to rust2rpm.conf
diff --git a/sources b/sources
index d440e81..25b68f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libbpf-cargo-0.10.0.crate) = 60533b247928b0d1c3d8136abedb1d0309d69bf96bf4b95a122082295a1da6af0ff73a44fd3498979990d002f33a1ff8152df46b58167c5278fc6ce4bdf5ac0c
+SHA512 (libbpf-cargo-0.13.1.crate) = 5c43b2d751f9d73100db2659c0f9693bf86ce06d84cda285c75f436a46116756bbbd338c795dfdb235f9081e8f1ced237d007fbbb8f50ecdadc9485ccbf85040
4 months
Architecture specific change in rpms/rust-scopetime.git
by githook-noreply@fedoraproject.org
The package rpms/rust-scopetime.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-scopetime.git/commit/?id=951....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 951cd8661663d18c523120e1891dd653da92930d
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:34:34 2023 +0100
Update to version 0.1.2; Fixes RHBZ#2158737
diff --git a/.gitignore b/.gitignore
index 8a0f961..c42a44a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/scopetime-0.1.1.crate
+/scopetime-0.1.2.crate
diff --git a/rust-scopetime.spec b/rust-scopetime.spec
index fa55671..ca24697 100644
--- a/rust-scopetime.spec
+++ b/rust-scopetime.spec
@@ -1,26 +1,19 @@
-# Generated by rust2rpm 15
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate scopetime
-Name: rust-%{crate}
-Version: 0.1.1
+Name: rust-scopetime
+Version: 0.1.2
Release: %autorelease
Summary: Log runtime of arbitrary scope
-# Upstream license specification: MIT
-# https://github.com/extrawurst/gitui/pull/94
License: MIT
URL: https://crates.io/crates/scopetime
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
Log runtime of arbitrary scope.}
@@ -33,12 +26,13 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
%files devel
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE.md
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -46,11 +40,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages
-which use "default" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+enabled-devel
Summary: %{summary}
@@ -58,11 +52,11 @@ BuildArch: noarch
%description -n %{name}+enabled-devel %{_description}
-This package contains library source intended for building other packages
-which use "enabled" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "enabled" feature of the "%{crate}" crate.
%files -n %{name}+enabled-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index 0679615..2e7a804 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scopetime-0.1.1.crate) = 7c39a1d92c42c72a78d035dcd6d65575f38b8192fb07cb221359f48edac51fbd7bff19639219b25e32cad8b82960e7545063abd45408a9e13002ff1f9ab77e39
+SHA512 (scopetime-0.1.2.crate) = 4fb61264a01f0af97eaed3e5da4291908414af42c3c0e4a17a6ca529811b5231eb4572b9db6d749c5aa170323915216752dca220b71911318aa052f1c751c790
commit 12c2e8af055c72869ca0892e84a0d84e4536579e
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:32:57 2023 +0100
Convert to rpmautospec
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..0f4b4bd
--- /dev/null
+++ b/changelog
@@ -0,0 +1,20 @@
+* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Thu May 28 15:47:42 CEST 2020 Igor Raits <i.gnatenko.brain(a)gmail.com> - 0.1.1-1
+- Initial package
diff --git a/rust-scopetime.spec b/rust-scopetime.spec
index 46a11c1..fa55671 100644
--- a/rust-scopetime.spec
+++ b/rust-scopetime.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.1.1
-Release: 7%{?dist}
+Release: %autorelease
Summary: Log runtime of arbitrary scope
# Upstream license specification: MIT
@@ -83,23 +83,4 @@ which use "enabled" feature of "%{crate}" crate.
%endif
%changelog
-* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Thu May 28 15:47:42 CEST 2020 Igor Raits <i.gnatenko.brain(a)gmail.com> - 0.1.1-1
-- Initial package
+%autochangelog
commit f297d60f74933f70a35a99bbc10d1e6bd85adfd7
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jan 21 01:12:31 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
diff --git a/rust-scopetime.spec b/rust-scopetime.spec
index cf2687c..46a11c1 100644
--- a/rust-scopetime.spec
+++ b/rust-scopetime.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.1.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Log runtime of arbitrary scope
# Upstream license specification: MIT
@@ -83,6 +83,9 @@ which use "enabled" feature of "%{crate}" crate.
%endif
%changelog
+* Sat Jan 21 2023 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
commit f711f5c0b8115d1a0630d72d9c307b95ed451614
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jul 23 06:25:51 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
diff --git a/rust-scopetime.spec b/rust-scopetime.spec
index 92fabb3..cf2687c 100644
--- a/rust-scopetime.spec
+++ b/rust-scopetime.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.1.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Log runtime of arbitrary scope
# Upstream license specification: MIT
@@ -83,6 +83,9 @@ which use "enabled" feature of "%{crate}" crate.
%endif
%changelog
+* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
4 months
Architecture specific change in rpms/rust-buffered-reader.git
by githook-noreply@fedoraproject.org
The package rpms/rust-buffered-reader.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-buffered-reader.git/commit/?....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit d945d462ea9043e7fc51fd213ab0432028385ffc
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:24:32 2023 +0100
Update to version 1.1.4; Fixes RHBZ#2158929
diff --git a/.gitignore b/.gitignore
index be70d38..a17d4a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/buffered-reader-1.1.1.crate
/buffered-reader-1.1.2.crate
/buffered-reader-1.1.3.crate
+/buffered-reader-1.1.4.crate
diff --git a/rust-buffered-reader.spec b/rust-buffered-reader.spec
index 4bded04..fce4d1a 100644
--- a/rust-buffered-reader.spec
+++ b/rust-buffered-reader.spec
@@ -1,21 +1,18 @@
-# Generated by rust2rpm 21
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate buffered-reader
-Name: rust-%{crate}
-Version: 1.1.3
+Name: rust-buffered-reader
+Version: 1.1.4
Release: %autorelease
Summary: Super-powered Reader
-# Upstream license specification: LGPL-2.0-or-later
-License: LGPLv2+
+License: LGPL-2.0-or-later
URL: https://crates.io/crates/buffered-reader
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
diff --git a/sources b/sources
index 969a982..99f067e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (buffered-reader-1.1.3.crate) = 5362bd209d8629d52e034845b122db3eef7d1bd5aeb26109ef9c890021a8205bce464a59a013cbfd152980e38c89eef208a798cd63a3d306680e57d833541f80
+SHA512 (buffered-reader-1.1.4.crate) = 1d5cffd9c02f0f4cdb550764c75cd22df44012264710530fb36a9c77a5d64d803c14ce7a4f1244511b3895147e2f70f9dd8e7ad705222712f9846459ff36b746
commit 249759686e0d108886d9d1fa7453039d1c14f646
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 21:50:07 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
commit d886fbf581e56c34039025646e80208027aa7bd4
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jul 23 03:03:21 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
4 months
Architecture specific change in rpms/rust-dialoguer.git
by githook-noreply@fedoraproject.org
The package rpms/rust-dialoguer.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-dialoguer.git/commit/?id=3fc....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 3fc4977afa90d792e00643c74b1a48caf29ccf79
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:17:11 2023 +0100
Update to version 0.10.3; Fixes RHBZ#2160984
diff --git a/.gitignore b/.gitignore
index 6571593..658b08b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/dialoguer-0.8.0.crate
/dialoguer-0.10.1.crate
/dialoguer-0.10.2.crate
+/dialoguer-0.10.3.crate
diff --git a/rust-dialoguer.spec b/rust-dialoguer.spec
index 0517340..c6d996d 100644
--- a/rust-dialoguer.spec
+++ b/rust-dialoguer.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 22
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate dialoguer
Name: rust-dialoguer
-Version: 0.10.2
+Version: 0.10.3
Release: %autorelease
Summary: Command line prompting library
@@ -13,8 +13,6 @@ License: MIT
URL: https://crates.io/crates/dialoguer
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
diff --git a/sources b/sources
index f0bf31c..9b9927c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dialoguer-0.10.2.crate) = e9297f78b0697aad45e8ab8b76ca4a9bf07dc2a8a699b0e49eed45ee1f55300cfd67fc884406cf48ef73bde39b5235a90555d3053075a8cc04c43c7c3ffe5f1f
+SHA512 (dialoguer-0.10.3.crate) = c95659395560e8fd0f4c232ecef89f38039ae096a822c85eae07c92e78d17a9be98c995af415ba43d43e12c245641a17f10d54b96512fdc16c2d34d13542ae2b
commit 8c8a12b2631386a5910a68d2521b562cc9b99cf3
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 22:30:22 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
4 months
Architecture specific change in rpms/rust-arc-swap.git
by githook-noreply@fedoraproject.org
The package rpms/rust-arc-swap.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-arc-swap.git/commit/?id=0d52....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 0d52e3544ac0721ea3ced5c188cb988265b12223
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:39:22 2023 +0100
Update to version 1.6.0; Fixes RHBZ#2157190
diff --git a/.gitignore b/.gitignore
index e99e739..7f2121e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/arc-swap-1.3.0.crate
/arc-swap-1.5.0.crate
/arc-swap-1.5.1.crate
+/arc-swap-1.6.0.crate
diff --git a/rust-arc-swap.spec b/rust-arc-swap.spec
index c809cae..b9329f9 100644
--- a/rust-arc-swap.spec
+++ b/rust-arc-swap.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 22
+# Generated by rust2rpm 23
# * missing dev-dependency: adaptive-barrier
%bcond_with check
%global debug_package %{nil}
@@ -6,17 +6,14 @@
%global crate arc-swap
Name: rust-arc-swap
-Version: 1.5.1
+Version: 1.6.0
Release: %autorelease
Summary: Atomically swappable Arc
-# Upstream license specification: Apache-2.0/MIT
-License: Apache-2.0 OR MIT
+License: MIT OR Apache-2.0
URL: https://crates.io/crates/arc-swap
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
diff --git a/sources b/sources
index 84dc59a..95ccb97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (arc-swap-1.5.1.crate) = 8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074
+SHA512 (arc-swap-1.6.0.crate) = 5e09cef9fa12d1204db24f3397158a3f45d12dd0fa61eadd691bba120a43fdaa916ab09997e7a63d61a3fb7dada4e3266181f4ef413850c4bc5e59d2c6c5b9df
commit 4c36803c08a151cf63e0680a585a62056d1f81ce
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 21:32:00 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
4 months
Architecture specific change in rpms/rust-glob.git
by githook-noreply@fedoraproject.org
The package rpms/rust-glob.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/rust-glob.git/commit/?id=2b4d1c1a....
Change:
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 2b4d1c1a2d4c1e5ff43c63ba5de395a297658983
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon Jan 30 00:28:38 2023 +0100
Update to version 0.3.1; Fixes RHBZ#2158828
diff --git a/.gitignore b/.gitignore
index 9fc6c28..fc03c24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/glob-0.2.11.crate
/glob-0.3.0.crate
+/glob-0.3.1.crate
diff --git a/rust-glob.spec b/rust-glob.spec
index 1bb06ea..7f98654 100644
--- a/rust-glob.spec
+++ b/rust-glob.spec
@@ -1,25 +1,19 @@
-# Generated by rust2rpm 19
+# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate glob
-Name: rust-%{crate}
-Version: 0.3.0
+Name: rust-glob
+Version: 0.3.1
Release: %autorelease
Summary: Support for matching file paths against Unix shell style patterns
-# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
+License: MIT OR Apache-2.0
URL: https://crates.io/crates/glob
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
Support for matching file paths against Unix shell style patterns.}
@@ -33,12 +27,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
-use "%{crate}" crate.
+use the "%{crate}" crate.
%files devel
-%license LICENSE-APACHE LICENSE-MIT
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -47,10 +42,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
-use "the default" feature of the "%{crate}" crate.
+use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index e5882ea..c33dbd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glob-0.3.0.crate) = 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46
+SHA512 (glob-0.3.1.crate) = 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b
commit f39d9be0f6d103662169328031818f68ef9b2e6b
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 20 23:08:12 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
commit f79b36527a1bccbbe0bec153ccb0b820fe5ef7db
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Sat Jul 23 04:20:38 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
4 months