Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
Arch-excludes
March 2023
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
arch-excludes@lists.fedoraproject.org
2 participants
624 discussions
Start a n
N
ew thread
Architecture specific change in rpms/rust-cpp_demangle.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-cpp_demangle.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-cpp_demangle.git/commit/?id=08…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 0858cfa7894217b088958dbf425358ec41dfb714 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:03:55 2023 +0200 Update to version 0.4.0; Fixes RHBZ#2136539 diff --git a/.gitignore b/.gitignore index 32d1ecd..18e68b6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /cpp_demangle-0.3.3.crate /cpp_demangle-0.3.4.crate /cpp_demangle-0.3.5.crate +/cpp_demangle-0.4.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index a8cc656..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-cpp_demangle - -The rust-cpp_demangle package \ No newline at end of file diff --git a/cpp_demangle-fix-metadata.diff b/cpp_demangle-fix-metadata.diff index b455099..c8a421a 100644 --- a/cpp_demangle-fix-metadata.diff +++ b/cpp_demangle-fix-metadata.diff @@ -1,11 +1,11 @@ ---- cpp_demangle-0.3.5/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ cpp_demangle-0.3.5/Cargo.toml 2021-12-09T12:50:09.434927+00:00 -@@ -22,16 +22,10 @@ - categories = ["development-tools::debugging", "development-tools::ffi"] - license = "Apache-2.0/MIT" +--- cpp_demangle-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ cpp_demangle-0.4.0/Cargo.toml 2023-03-30T18:36:09.764806+00:00 +@@ -38,18 +38,10 @@ + ] + license = "MIT OR Apache-2.0" repository = "
https://github.com/gimli-rs/cpp_demangle
" +autobins = false -+ + [profile.release] debug = true - @@ -13,17 +13,18 @@ -name = "afl_runner" -path = "src/bin/afl_runner.rs" -required-features = ["afl"] +- -[dependencies.afl] --version = "0.11.0" +-version = "0.12.0" -optional = true [dependencies.cfg-if] version = "1.0.0" -@@ -45,7 +39,6 @@ +@@ -64,7 +56,6 @@ + [features] alloc = [] - cppfilt = [] default = ["std"] -fuzz = ["afl"] - logging = [] - nightly = [] + logging = ["std"] run_libiberty_tests = [] + std = ["alloc"] diff --git a/rust-cpp_demangle.spec b/rust-cpp_demangle.spec index c9a6789..5069c28 100644 --- a/rust-cpp_demangle.spec +++ b/rust-cpp_demangle.spec @@ -1,28 +1,25 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate cpp_demangle -Name: rust-%{crate} -Version: 0.3.5 +Name: rust-cpp_demangle +Version: 0.4.0 Release: %autorelease Summary: Crate for demangling C++ symbols -# Upstream license specification: Apache-2.0/MIT -License: ASL 2.0 or MIT +License: MIT OR Apache-2.0 URL:
https://crates.io/crates/cpp_demangle
Source: %{crates_source} -# Initial patched metadata +# Manually created patch for downstream crate metadata changes # * drop unused support for the AFL fuzzer -Patch0: cpp_demangle-fix-metadata.diff +Patch: cpp_demangle-fix-metadata.diff -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: -Crate for demangling C++ symbols.} +A crate for demangling C++ symbols.} %description %{_description} @@ -36,9 +33,12 @@ This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel -%license LICENSE-APACHE LICENSE-MIT -%doc CHANGELOG.md CONTRIBUTING.md README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGELOG.md +%doc %{crate_instdir}/CONTRIBUTING.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -50,7 +50,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}+alloc-devel Summary: %{summary} @@ -62,19 +62,7 @@ This package contains library source intended for building other packages which use the "alloc" feature of the "%{crate}" crate. %files -n %{name}+alloc-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+cppfilt-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+cppfilt-devel %{_description} - -This package contains library source intended for building other packages which -use the "cppfilt" feature of the "%{crate}" crate. - -%files -n %{name}+cppfilt-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+logging-devel Summary: %{summary} @@ -86,19 +74,7 @@ This package contains library source intended for building other packages which use the "logging" feature of the "%{crate}" crate. %files -n %{name}+logging-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+nightly-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+nightly-devel %{_description} - -This package contains library source intended for building other packages which -use the "nightly" feature of the "%{crate}" crate. - -%files -n %{name}+nightly-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+run_libiberty_tests-devel Summary: %{summary} @@ -110,7 +86,7 @@ This package contains library source intended for building other packages which use the "run_libiberty_tests" feature of the "%{crate}" crate. %files -n %{name}+run_libiberty_tests-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} @@ -122,7 +98,7 @@ This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-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 b33229e..c37c8e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cpp_demangle-0.3.5.crate) = ef59cba0cb54cd12232fcd96dc5734b5997ad6ecaf4e86d7f6cccf56c4c18a6cffaa1f6eca46a8889f5a0fb3ea1774495364b698cfd27caccf99fbbaa08d3378 +SHA512 (cpp_demangle-0.4.0.crate) = 49d2c8a6f9e32e8cc123dda0921e62c426afcce3d2982f18ac95c478c187bd00ea0c8e10f96101a2a3cd667b7cbea77669ff113ec23e20eb2b7ad2a99e132dc7 commit 943ef22ca7e2c72fbbbd7b87b9d82e1a9abd8a5a Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 22:12:58 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-miniz_oxide.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-miniz_oxide.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-miniz_oxide.git/commit/?id=bb8…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit bb8819a74b91a9266a2be2221895dc3714008fde Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:05:45 2023 +0200 Update to version 0.6.2 diff --git a/.gitignore b/.gitignore index 22bd19c..0acfaa9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /miniz_oxide-0.4.3.crate /miniz_oxide-0.4.4.crate /miniz_oxide-0.5.3.crate +/miniz_oxide-0.6.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index e58fc5b..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-miniz_oxide - -The rust-miniz_oxide package \ No newline at end of file diff --git a/rust-miniz_oxide.spec b/rust-miniz_oxide.spec index e99008d..2d1f3ba 100644 --- a/rust-miniz_oxide.spec +++ b/rust-miniz_oxide.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate miniz_oxide Name: rust-miniz_oxide -Version: 0.5.3 +Version: 0.6.2 Release: %autorelease Summary: DEFLATE compression and decompression library rewritten in Rust based on miniz @@ -13,12 +13,11 @@ License: MIT OR Zlib OR Apache-2.0 URL:
https://crates.io/crates/miniz_oxide
Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -DEFLATE compression and decompression library rewritten in Rust based on miniz.} +DEFLATE compression and decompression library rewritten in Rust based on +miniz.} %description %{_description} @@ -51,6 +50,30 @@ use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages which +use the "std" feature of the "%{crate}" crate. + +%files -n %{name}+std-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+with-alloc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+with-alloc-devel %{_description} + +This package contains library source intended for building other packages which +use the "with-alloc" feature of the "%{crate}" crate. + +%files -n %{name}+with-alloc-devel +%ghost %{crate_instdir}/Cargo.toml + %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep diff --git a/sources b/sources index badca0e..cf3eaf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (miniz_oxide-0.5.3.crate) = cc2971ee2a2e891cdb05c1942f533b11a557199421910266ec2e4848a16dfe6882f1c08843035443935d695882720402356b4df4a50ed131a8f5fcc0591a72c5 +SHA512 (miniz_oxide-0.6.2.crate) = 250782e214572acdd11df87c2788cd5f78e8388d9b285d0a850918219678e262e8b9905cc88728f5b70d13920ef9d19c43d243dad8fbcc18f8c8462662ce1419 commit 30ccceb91790784370c3f6cd268b93981f69e62b Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 20 23:59:30 2023 +0000 Rebuilt for
https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
1
0
0
0
Architecture specific change in rpms/rust-remoteprocess.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-remoteprocess.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-remoteprocess.git/commit/?id=a…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit ae6eb18a0f31e0309d3ef4ad2c296b34607e4048 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:13:00 2023 +0200 Bump addr2line from 0.18 to 0.19 and object from 0.29 to 0.30 diff --git a/README.md b/README.md deleted file mode 100644 index 5a0d4f8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-remoteprocess - -The rust-remoteprocess package diff --git a/remoteprocess-fix-metadata-auto.diff b/remoteprocess-fix-metadata-auto.diff index 6e4caf4..6d4dd65 100644 --- a/remoteprocess-fix-metadata-auto.diff +++ b/remoteprocess-fix-metadata-auto.diff @@ -1,5 +1,5 @@ --- remoteprocess-0.4.10/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ remoteprocess-0.4.10/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ remoteprocess-0.4.10/Cargo.toml 2023-03-30T19:52:18.337482+00:00 @@ -60,14 +60,3 @@ [target."cfg(target_os=\"linux\")".dependencies.object] diff --git a/remoteprocess-fix-metadata.diff b/remoteprocess-fix-metadata.diff new file mode 100644 index 0000000..ea87395 --- /dev/null +++ b/remoteprocess-fix-metadata.diff @@ -0,0 +1,17 @@ +--- remoteprocess-0.4.10/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ remoteprocess-0.4.10/Cargo.toml 2023-03-30T19:52:32.000530+00:00 +@@ -48,7 +48,7 @@ + default = [] + unwind = [] + [target."cfg(target_os=\"linux\")".dependencies.addr2line] +-version = "0.18" ++version = "0.19" + + [target."cfg(target_os=\"linux\")".dependencies.lazy_static] + version = "1.4.0" +@@ -59,4 +59,4 @@ + default-features = false + + [target."cfg(target_os=\"linux\")".dependencies.object] +-version = "0.29" ++version = "0.30" diff --git a/rust-remoteprocess.spec b/rust-remoteprocess.spec index ed39a12..8fc307d 100644 --- a/rust-remoteprocess.spec +++ b/rust-remoteprocess.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} @@ -14,8 +14,11 @@ URL:
https://crates.io/crates/remoteprocess
Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: remoteprocess-fix-metadata-auto.diff - -ExclusiveArch: %{rust_arches} +# Manually created patch for downstream crate metadata changes +# * bump addr2line dependency from 0.18 to 0.19, +# bump object dependency from 0.29 to 0.30: +#
https://github.com/benfred/remoteprocess/commit/9d52e45
+Patch: remoteprocess-fix-metadata.diff BuildRequires: rust-packaging >= 21
1
0
0
0
Architecture specific change in rpms/rust-backtrace.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-backtrace.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-backtrace.git/commit/?id=a2a43…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 6888184fc07391f4b45f30a589aa45dfc53be73a Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 23:37:29 2023 +0200 Skip a test that fails on i686 for unknown reasons diff --git a/backtrace-fix-metadata-auto.diff b/backtrace-fix-metadata-auto.diff index 9197998..31cdcee 100644 --- a/backtrace-fix-metadata-auto.diff +++ b/backtrace-fix-metadata-auto.diff @@ -1,5 +1,5 @@ --- backtrace-0.3.67/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ backtrace-0.3.67/Cargo.toml 2023-03-30T18:24:56.581547+00:00 ++++ backtrace-0.3.67/Cargo.toml 2023-03-30T21:35:36.293509+00:00 @@ -127,18 +127,5 @@ std = [] unix-backtrace = [] diff --git a/backtrace-fix-metadata.diff b/backtrace-fix-metadata.diff index 8f057a5..b633fd9 100644 --- a/backtrace-fix-metadata.diff +++ b/backtrace-fix-metadata.diff @@ -1,5 +1,5 @@ --- backtrace-0.3.67/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ backtrace-0.3.67/Cargo.toml 2023-03-30T18:25:14.041607+00:00 ++++ backtrace-0.3.67/Cargo.toml 2023-03-30T21:36:01.225600+00:00 @@ -25,6 +25,7 @@ readme = "README.md" license = "MIT OR Apache-2.0" @@ -8,15 +8,21 @@ [[example]] name = "backtrace" -@@ -44,11 +45,6 @@ +@@ -48,17 +49,7 @@ + edition = "2018" [[test]] - name = "smoke" +-name = "accuracy" -required-features = ["std"] -edition = "2018" - -[[test]] --name = "accuracy" + name = "concurrent-panics" +-harness = false +-required-features = ["std"] +- +-[[test]] +-name = "current-exe-mismatch" + harness = false required-features = ["std"] - edition = "2018" diff --git a/rust-backtrace.spec b/rust-backtrace.spec index a765b9e..6cbad10 100644 --- a/rust-backtrace.spec +++ b/rust-backtrace.spec @@ -15,7 +15,8 @@ Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: backtrace-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes -# * drop accuracy test (requires crates to be built in dylib mode) +# * drop "accuracy" test (requires crates to be built in dylib mode) +# * drop "current-exe-mismatch" test (fails on i686 for unknown reasons) # * exclude files for upstream CI Patch: backtrace-fix-metadata.diff @@ -152,8 +153,10 @@ use the "std" feature of the "%{crate}" crate. %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 -# drop accuracy test (requires stuff to be built in dylib mode) +# drop "accuracy" test (requires crates to be built in dylib mode) +# drop "current-exe-mismatch" test (fails on i686 for unknown reasons) rm -r tests/accuracy/ +rm tests/current-exe-mismatch.rs %cargo_prep %generate_buildrequires commit a2a432fb322e53d1104fb60974fb743917b3f0f5 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:09:31 2023 +0200 Update to version 0.3.67; Fixes RHBZ#2153583 diff --git a/.gitignore b/.gitignore index a9e1a78..ef09a0a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /backtrace-0.3.61.crate /backtrace-0.3.64.crate /backtrace-0.3.66.crate +/backtrace-0.3.67.crate diff --git a/README.md b/README.md deleted file mode 100644 index b6f992f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-backtrace - -The rust-backtrace package \ No newline at end of file diff --git a/backtrace-fix-metadata-auto.diff b/backtrace-fix-metadata-auto.diff index 8341996..9197998 100644 --- a/backtrace-fix-metadata-auto.diff +++ b/backtrace-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- backtrace-0.3.66/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ backtrace-0.3.66/Cargo.toml 1970-01-01T00:00:01+00:00 -@@ -121,18 +121,5 @@ +--- backtrace-0.3.67/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ backtrace-0.3.67/Cargo.toml 2023-03-30T18:24:56.581547+00:00 +@@ -127,18 +127,5 @@ std = [] unix-backtrace = [] verify-winapi = [ diff --git a/backtrace-fix-metadata.diff b/backtrace-fix-metadata.diff index 22d1ef2..8f057a5 100644 --- a/backtrace-fix-metadata.diff +++ b/backtrace-fix-metadata.diff @@ -1,29 +1,22 @@ ---- backtrace-0.3.66/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ backtrace-0.3.66/Cargo.toml 2022-08-09T16:52:09.034297+00:00 +--- backtrace-0.3.67/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ backtrace-0.3.67/Cargo.toml 2023-03-30T18:25:14.041607+00:00 @@ -25,6 +25,7 @@ readme = "README.md" - license = "MIT/Apache-2.0" + license = "MIT OR Apache-2.0" repository = "
https://github.com/rust-lang/backtrace-rs
" +exclude = ["/ci/"] [[example]] name = "backtrace" -@@ -48,17 +49,12 @@ - edition = "2018" +@@ -44,11 +45,6 @@ [[test]] --name = "accuracy" + name = "smoke" -required-features = ["std"] -edition = "2018" - -[[test]] - name = "concurrent-panics" - harness = false +-name = "accuracy" required-features = ["std"] + edition = "2018" - [dependencies.addr2line] --version = "0.17.0" -+version = "0.18.0" - default-features = false - - [dependencies.cfg-if] diff --git a/rust-backtrace.spec b/rust-backtrace.spec index d9b99c6..a765b9e 100644 --- a/rust-backtrace.spec +++ b/rust-backtrace.spec @@ -1,32 +1,29 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate backtrace Name: rust-backtrace -Version: 0.3.66 +Version: 0.3.67 Release: %autorelease Summary: Library to acquire a stack trace (backtrace) at runtime in a Rust program -# Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL:
https://crates.io/crates/backtrace
Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: backtrace-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes -# * bump addr2line from 0.17.0 to 0.18.0 # * drop accuracy test (requires crates to be built in dylib mode) # * exclude files for upstream CI Patch: backtrace-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Library to acquire a stack trace (backtrace) at runtime in a Rust program.} +A library to acquire a stack trace (backtrace) at runtime in a Rust +program.} %description %{_description} diff --git a/sources b/sources index 5205a85..3454d56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (backtrace-0.3.66.crate) = 7370ce52d0b949a6faa05f91225f60928e42e52c00ed2ba4054ef7efd41cd65c77b0e67c8afb9d5bf834eb4b1451b642720521e17d1954be810e3c5fc70bf646 +SHA512 (backtrace-0.3.67.crate) = 8603a3b63f4f08be315176908134243680bf1a4b0e6cb26ed81f5fc1060279126ca0ef28f209a10289e1a85214b35db6b496affd71ad21524094f3ee3acd31b6
1
0
0
0
Architecture specific change in rpms/rust-flate2.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-flate2.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-flate2.git/commit/?id=699cb7a7…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 699cb7a702d149d165458e2189a523824c9d9acf Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:40:40 2023 +0200 Update to version 1.0.25; Fixes RHBZ#2148188 diff --git a/.gitignore b/.gitignore index ea34a92..70740ff 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /flate2-1.0.21.crate /flate2-1.0.22.crate /flate2-1.0.24.crate +/flate2-1.0.25.crate diff --git a/README.md b/README.md deleted file mode 100644 index be76bf8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-flate2 - -The rust-flate2 package \ No newline at end of file diff --git a/flate2-fix-metadata-auto.diff b/flate2-fix-metadata-auto.diff new file mode 100644 index 0000000..21d1718 --- /dev/null +++ b/flate2-fix-metadata-auto.diff @@ -0,0 +1,10 @@ +--- flate2-1.0.25/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ flate2-1.0.25/Cargo.toml 2023-03-30T20:36:23.247717+00:00 +@@ -90,7 +90,3 @@ + "libz-sys/zlib-ng", + ] + +-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide] +-version = "0.6.0" +-features = ["with-alloc"] +-default-features = false diff --git a/flate2-fix-metadata.diff b/flate2-fix-metadata.diff deleted file mode 100644 index e5ad324..0000000 --- a/flate2-fix-metadata.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- flate2-1.0.24/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ flate2-1.0.24/Cargo.toml 2022-08-09T08:55:49.802987+00:00 -@@ -88,7 +88,3 @@ - "zlib", - "libz-sys/zlib-ng", - ] -- --[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide] --version = "0.5.0" --default-features = false diff --git a/rust-flate2.spec b/rust-flate2.spec index df0a081..500d944 100644 --- a/rust-flate2.spec +++ b/rust-flate2.spec @@ -1,29 +1,26 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate flate2 Name: rust-flate2 -Version: 1.0.24 +Version: 1.0.25 Release: %autorelease Summary: DEFLATE compression and decompression exposed as Read/BufRead/Write streams License: MIT OR Apache-2.0 URL:
https://crates.io/crates/flate2
Source: %{crates_source} -# Manually created patch for downstream crate metadata changes -# * remove WASM-specific dependencies -Patch: flate2-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +# Automatically generated patch to strip foreign dependencies +Patch: flate2-fix-metadata-auto.diff BuildRequires: rust-packaging >= 21 %global _description %{expand: -DEFLATE compression and decompression exposed as Read/BufRead/Write streams. -Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, -and raw deflate streams.} +DEFLATE compression and decompression exposed as Read/BufRead/Write +streams. Supports miniz_oxide and multiple zlib implementations. +Supports zlib, gzip, and raw deflate streams.} %description %{_description} diff --git a/sources b/sources index fe7fbcc..d39483c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (flate2-1.0.24.crate) = 8faf97c28dcc4553f4880295677b1269b4acbc6518d006913d32d7e319990c6631e10f1baf7199b96e03f6de95b9e2de04502522bb1eb45bc301a0fbb0bfc0c5 +SHA512 (flate2-1.0.25.crate) = d81a463360ee2778f609ff297e04548120d1fda1f9e020fb2f429ea51189b8fe6cae57252fcd924d71fb65ad0f93ff7cdc7235913f8b78fa82925939cf884af7
1
0
0
0
Architecture specific change in rpms/rust-addr2line.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-addr2line.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-addr2line.git/commit/?id=f9c37…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit f9c373ebd59ccf711ba80c59407d657afb25ea06 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:08:29 2023 +0200 Update to version 0.19.0; Fixes RHBZ#2147527 diff --git a/.gitignore b/.gitignore index e3b3276..8170266 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /addr2line-0.16.0.crate /addr2line-0.17.0.crate /addr2line-0.18.0.crate +/addr2line-0.19.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index c402a28..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-addr2line - -The rust-addr2line package \ No newline at end of file diff --git a/addr2line-fix-metadata.diff b/addr2line-fix-metadata.diff index 31350f6..6ce282d 100644 --- a/addr2line-fix-metadata.diff +++ b/addr2line-fix-metadata.diff @@ -1,5 +1,5 @@ ---- addr2line-0.18.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ addr2line-0.18.0/Cargo.toml 2022-08-09T09:50:43.690333+00:00 +--- addr2line-0.19.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ addr2line-0.19.0/Cargo.toml 2023-03-30T18:29:34.834497+00:00 @@ -16,6 +16,10 @@ "/benches/*", "/fixtures/*", diff --git a/rust-addr2line.spec b/rust-addr2line.spec index 26c9945..c5e6dfd 100644 --- a/rust-addr2line.spec +++ b/rust-addr2line.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 # * resolve circular dependency with backtrace %bcond_with check %global debug_package %{nil} @@ -6,9 +6,9 @@ %global crate addr2line Name: rust-addr2line -Version: 0.18.0 +Version: 0.19.0 Release: %autorelease -Summary: Cross-platform symbolication library based on gimli +Summary: Cross-platform symbolication library written in Rust, using gimli License: Apache-2.0 OR MIT URL:
https://crates.io/crates/addr2line
@@ -17,12 +17,10 @@ Source: %{crates_source} # * exclude files that are only useful for upstream development Patch: addr2line-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Cross-platform symbolication library written in Rust, using `gimli`.} +A cross-platform symbolication library written in Rust, using `gimli`.} %description %{_description} diff --git a/sources b/sources index 355c8b7..8b2c0f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (addr2line-0.18.0.crate) = 6948d768e86151c436e49b42485c0cda6ae2e1b832b14bf4327b2839758c5c592b432dc08bebd97591d744a419ae7da132cfa1e2becf8a98778534ed05d73b3c +SHA512 (addr2line-0.19.0.crate) = 18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
1
0
0
0
Architecture specific change in rpms/rust-gimli.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-gimli.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-gimli.git/commit/?id=7fe556afd…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 7fe556afdc27a03affcf38745c325fa2e3087651 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:05:07 2023 +0200 Update to version 0.27.2; Fixes RHBZ#2147544 diff --git a/.gitignore b/.gitignore index b63a7b4..e2d12e5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /gimli-0.25.0.crate /gimli-0.26.1.crate /gimli-0.26.2.crate +/gimli-0.27.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index 21ae76c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-gimli - -The rust-gimli package \ No newline at end of file diff --git a/gimli-fix-metadata.diff b/gimli-fix-metadata.diff index 5f7e495..34f44b9 100644 --- a/gimli-fix-metadata.diff +++ b/gimli-fix-metadata.diff @@ -1,5 +1,5 @@ ---- gimli-0.26.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ gimli-0.26.2/Cargo.toml 2022-08-08T13:45:33.256747+00:00 +--- gimli-0.27.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gimli-0.27.2/Cargo.toml 2023-03-30T18:34:20.468447+00:00 @@ -16,6 +16,7 @@ exclude = [ "/releases/*", diff --git a/rust-gimli.spec b/rust-gimli.spec index 09b2e28..de1a0b6 100644 --- a/rust-gimli.spec +++ b/rust-gimli.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 # * resolve circular dependency with object and addr2line %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate gimli Name: rust-gimli -Version: 0.26.2 +Version: 0.27.2 Release: %autorelease Summary: Library for reading and writing the DWARF debugging format @@ -17,12 +17,10 @@ Source: %{crates_source} # * exclude test fixtures from installed files Patch: gimli-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Library for reading and writing the DWARF debugging format.} +A library for reading and writing the DWARF debugging format.} %description %{_description} @@ -153,8 +151,9 @@ use the "write" feature of the "%{crate}" crate. %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 -find -type f -name '*.rs' -exec chmod -c -x '{}' '+' %cargo_prep +# remove stray executable bit +chmod -x tests/parse_self.rs %generate_buildrequires %cargo_generate_buildrequires diff --git a/sources b/sources index 50b18cd..8429efa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gimli-0.26.2.crate) = 10baa5fb5fe13eeab2ed9ac8e02ae7607b42df80b9f39b14027d052ac7f6f11e4dec451bd73c3640ff8ef174e280c1640110720b2bc4220229d27bbb31079029 +SHA512 (gimli-0.27.2.crate) = 1c0bf53754db2503033c17988e1cfa824af4e01f43c874b02fa61a475467185b13657c7ddf891e06f5984db3ef6b1e37586b184443716dbe45db1aa8bd082ba2
1
0
0
0
Architecture specific change in rpms/rust-object.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-object.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-object.git/commit/?id=dd3e2d30…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit dd3e2d306fbf82c2cc476628a34cc3c46099f789 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:04:30 2023 +0200 Update to version 0.30.3; Fixes RHBZ#2144698 diff --git a/.gitignore b/.gitignore index 4f60d3c..39364b4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /object-0.26.2.crate /object-0.27.1.crate /object-0.29.0.crate +/object-0.30.3.crate diff --git a/README.md b/README.md deleted file mode 100644 index d5f7dc7..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-object - -The rust-object package \ No newline at end of file diff --git a/object-fix-metadata.diff b/object-fix-metadata.diff index d7f0ae9..4ad9cb1 100644 --- a/object-fix-metadata.diff +++ b/object-fix-metadata.diff @@ -1,6 +1,6 @@ ---- object-0.29.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ object-0.29.0/Cargo.toml 2022-08-09T09:38:46.983845+00:00 -@@ -68,17 +68,12 @@ +--- object-0.30.3/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ object-0.30.3/Cargo.toml 2023-03-30T18:31:27.154876+00:00 +@@ -70,17 +70,12 @@ version = "2.4.1" default-features = false @@ -18,7 +18,7 @@ ] archive = [] cargo-all = [] -@@ -101,7 +96,6 @@ +@@ -103,7 +98,6 @@ "elf", "macho", "pe", @@ -26,10 +26,10 @@ ] elf = [] macho = [] -@@ -124,7 +118,6 @@ +@@ -132,7 +126,6 @@ + "unstable", + "xcoff", ] - std = ["memchr/std"] - unaligned = [] -wasm = ["wasmparser"] write = [ "write_std", diff --git a/rust-object.spec b/rust-object.spec index c3d3bb9..f4301ec 100644 --- a/rust-object.spec +++ b/rust-object.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate object Name: rust-object -Version: 0.29.0 +Version: 0.30.3 Release: %autorelease Summary: Unified interface for reading and writing object file formats @@ -16,12 +16,10 @@ Source: %{crates_source} # * disable WASM support (wasmparser dependency is very outdated) Patch: object-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Unified interface for reading and writing object file formats.} +A unified interface for reading and writing object file formats.} %description %{_description} @@ -257,6 +255,30 @@ use the "unaligned" feature of the "%{crate}" crate. %files -n %{name}+unaligned-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+unstable-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unstable-devel %{_description} + +This package contains library source intended for building other packages which +use the "unstable" feature of the "%{crate}" crate. + +%files -n %{name}+unstable-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unstable-all-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unstable-all-devel %{_description} + +This package contains library source intended for building other packages which +use the "unstable-all" feature of the "%{crate}" crate. + +%files -n %{name}+unstable-all-devel +%ghost %{crate_instdir}/Cargo.toml + %package -n %{name}+write-devel Summary: %{summary} BuildArch: noarch @@ -293,6 +315,18 @@ use the "write_std" feature of the "%{crate}" crate. %files -n %{name}+write_std-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+xcoff-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+xcoff-devel %{_description} + +This package contains library source intended for building other packages which +use the "xcoff" feature of the "%{crate}" crate. + +%files -n %{name}+xcoff-devel +%ghost %{crate_instdir}/Cargo.toml + %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep diff --git a/sources b/sources index c1dace3..7a1c0bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (object-0.29.0.crate) = fb69ed164b9d766b2eb268b3492134ba9ca6b4358eb61712773c44c5c0676ce04e3e0c749f947658ee1423dce5e11237f6b6c0320f2d32bd6979cae141273dc2 +SHA512 (object-0.30.3.crate) = 61414475d3fcc7c4c3ad8c1316f6ada7801e28590d98bd425fa246f091d464de4eff7eba7cd74904517dee95ae0673e3d581400adb971306955a0aefa814172c
1
0
0
0
Architecture specific change in rpms/rust-png.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-png.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-png.git/commit/?id=0f3a8c71cf3…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 0f3a8c71cf3d059e5029560b9b7b8847b3ef0624 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:38:44 2023 +0200 Update to version 0.17.7; Fixes RHBZ#2138662 diff --git a/.gitignore b/.gitignore index 0a38938..cf7c1b8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /png-0.17.2.crate /png-0.17.5.crate /png-0.17.6.crate +/png-0.17.7.crate diff --git a/README.md b/README.md deleted file mode 100644 index 38ae059..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-png - -The rust-png package \ No newline at end of file diff --git a/png-fix-metadata.diff b/png-fix-metadata.diff index c6e5a62..409f79a 100644 --- a/png-fix-metadata.diff +++ b/png-fix-metadata.diff @@ -1,8 +1,8 @@ ---- png-0.17.6/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ png-0.17.6/Cargo.toml 2022-09-05T21:16:45.130408+00:00 +--- png-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ png-0.17.7/Cargo.toml 2023-03-30T20:35:11.002464+00:00 @@ -46,9 +46,6 @@ [dependencies.miniz_oxide] - version = "0.5.0" + version = "0.6.0" -[dev-dependencies.criterion] -version = "0.3.1" diff --git a/rust-png.spec b/rust-png.spec index de5a960..130806b 100644 --- a/rust-png.spec +++ b/rust-png.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 # * glium is not packaged %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate png Name: rust-png -Version: 0.17.6 +Version: 0.17.7 Release: %autorelease Summary: PNG decoding and encoding library in pure Rust @@ -17,8 +17,6 @@ Source: %{crates_source} # * drop unused, benchmark-only criterion dev-dependency to speed up builds Patch: png-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/sources b/sources index 5e6bfa3..129d0eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (png-0.17.6.crate) = 16a3c657efb1a23b47b2bd51f635ef35338c3b9920b604f216dd6d0ac3a8b21e12e854591739bded2947036f4fc1abde0604d9a8ae5a6639562a46e98d29ee9e +SHA512 (png-0.17.7.crate) = f8009925a6948d8b9c82007f31eefd18d2173274816c0329673e48ef725aec52ca3aab2b91e8fc4f776c8f7f17475a3e065835e578a632445e1bd70794b18270
1
0
0
0
Architecture specific change in rpms/rust-cpp_demangle.git
by githook-noreply@fedoraproject.org
30 Mar '23
30 Mar '23
The package rpms/rust-cpp_demangle.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-cpp_demangle.git/commit/?id=08…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 0858cfa7894217b088958dbf425358ec41dfb714 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Thu Mar 30 22:03:55 2023 +0200 Update to version 0.4.0; Fixes RHBZ#2136539 diff --git a/.gitignore b/.gitignore index 32d1ecd..18e68b6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /cpp_demangle-0.3.3.crate /cpp_demangle-0.3.4.crate /cpp_demangle-0.3.5.crate +/cpp_demangle-0.4.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index a8cc656..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-cpp_demangle - -The rust-cpp_demangle package \ No newline at end of file diff --git a/cpp_demangle-fix-metadata.diff b/cpp_demangle-fix-metadata.diff index b455099..c8a421a 100644 --- a/cpp_demangle-fix-metadata.diff +++ b/cpp_demangle-fix-metadata.diff @@ -1,11 +1,11 @@ ---- cpp_demangle-0.3.5/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ cpp_demangle-0.3.5/Cargo.toml 2021-12-09T12:50:09.434927+00:00 -@@ -22,16 +22,10 @@ - categories = ["development-tools::debugging", "development-tools::ffi"] - license = "Apache-2.0/MIT" +--- cpp_demangle-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ cpp_demangle-0.4.0/Cargo.toml 2023-03-30T18:36:09.764806+00:00 +@@ -38,18 +38,10 @@ + ] + license = "MIT OR Apache-2.0" repository = "
https://github.com/gimli-rs/cpp_demangle
" +autobins = false -+ + [profile.release] debug = true - @@ -13,17 +13,18 @@ -name = "afl_runner" -path = "src/bin/afl_runner.rs" -required-features = ["afl"] +- -[dependencies.afl] --version = "0.11.0" +-version = "0.12.0" -optional = true [dependencies.cfg-if] version = "1.0.0" -@@ -45,7 +39,6 @@ +@@ -64,7 +56,6 @@ + [features] alloc = [] - cppfilt = [] default = ["std"] -fuzz = ["afl"] - logging = [] - nightly = [] + logging = ["std"] run_libiberty_tests = [] + std = ["alloc"] diff --git a/rust-cpp_demangle.spec b/rust-cpp_demangle.spec index c9a6789..5069c28 100644 --- a/rust-cpp_demangle.spec +++ b/rust-cpp_demangle.spec @@ -1,28 +1,25 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate cpp_demangle -Name: rust-%{crate} -Version: 0.3.5 +Name: rust-cpp_demangle +Version: 0.4.0 Release: %autorelease Summary: Crate for demangling C++ symbols -# Upstream license specification: Apache-2.0/MIT -License: ASL 2.0 or MIT +License: MIT OR Apache-2.0 URL:
https://crates.io/crates/cpp_demangle
Source: %{crates_source} -# Initial patched metadata +# Manually created patch for downstream crate metadata changes # * drop unused support for the AFL fuzzer -Patch0: cpp_demangle-fix-metadata.diff +Patch: cpp_demangle-fix-metadata.diff -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: -Crate for demangling C++ symbols.} +A crate for demangling C++ symbols.} %description %{_description} @@ -36,9 +33,12 @@ This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel -%license LICENSE-APACHE LICENSE-MIT -%doc CHANGELOG.md CONTRIBUTING.md README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGELOG.md +%doc %{crate_instdir}/CONTRIBUTING.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -50,7 +50,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}+alloc-devel Summary: %{summary} @@ -62,19 +62,7 @@ This package contains library source intended for building other packages which use the "alloc" feature of the "%{crate}" crate. %files -n %{name}+alloc-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+cppfilt-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+cppfilt-devel %{_description} - -This package contains library source intended for building other packages which -use the "cppfilt" feature of the "%{crate}" crate. - -%files -n %{name}+cppfilt-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+logging-devel Summary: %{summary} @@ -86,19 +74,7 @@ This package contains library source intended for building other packages which use the "logging" feature of the "%{crate}" crate. %files -n %{name}+logging-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+nightly-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+nightly-devel %{_description} - -This package contains library source intended for building other packages which -use the "nightly" feature of the "%{crate}" crate. - -%files -n %{name}+nightly-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+run_libiberty_tests-devel Summary: %{summary} @@ -110,7 +86,7 @@ This package contains library source intended for building other packages which use the "run_libiberty_tests" feature of the "%{crate}" crate. %files -n %{name}+run_libiberty_tests-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} @@ -122,7 +98,7 @@ This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-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 b33229e..c37c8e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cpp_demangle-0.3.5.crate) = ef59cba0cb54cd12232fcd96dc5734b5997ad6ecaf4e86d7f6cccf56c4c18a6cffaa1f6eca46a8889f5a0fb3ea1774495364b698cfd27caccf99fbbaa08d3378 +SHA512 (cpp_demangle-0.4.0.crate) = 49d2c8a6f9e32e8cc123dda0921e62c426afcce3d2982f18ac95c478c187bd00ea0c8e10f96101a2a3cd667b7cbea77669ff113ec23e20eb2b7ad2a99e132dc7
1
0
0
0
← Newer
1
2
3
4
5
6
...
63
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Results per page:
10
25
50
100
200