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
2025
May
April
March
February
January
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
October 2022
----- 2025 -----
May 2025
April 2025
March 2025
February 2025
January 2025
----- 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
205 discussions
Start a n
N
ew thread
Architecture specific change in rpms/rust-unsafe-any.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-unsafe-any.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-unsafe-any.git/commit/?id=a7dd…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit a7dd0cec50cc94ecf905a3ee33dbfbaa18017b15 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:33:05 2022 +0200 no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 12cdfb9..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/unsafe-any-0.4.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index 5ab534b..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-unsafe-any - -The rust-unsafe-any package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/rust-unsafe-any.spec b/rust-unsafe-any.spec deleted file mode 100644 index 3fe3399..0000000 --- a/rust-unsafe-any.spec +++ /dev/null @@ -1,102 +0,0 @@ -# Generated by rust2rpm -%bcond_with check -%global debug_package %{nil} - -%global crate unsafe-any - -Name: rust-%{crate} -Version: 0.4.2 -Release: 12%{?dist} -Summary: Traits and implementations for unchecked downcasting - -#
https://github.com/reem/rust-unsafe-any/issues/8
-License: MIT -URL:
https://crates.io/crates/unsafe-any
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging -BuildRequires: (crate(traitobject/default) >= 0.1.0 with crate(traitobject/default) < 0.2.0) - -%global _description \ -Traits and implementations for unchecked downcasting. - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%doc README.md -%{cargo_registry}/%{crate}-%{version}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-12 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-11 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-10 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-9 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-8 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-7 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-6 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.2-5 -- Adapt to new packaging - -* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- -* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- -* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- -* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.2-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index ee16f54..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (unsafe-any-0.4.2.crate) = 7aad71668cf2e98a37278c571b4b6a3a4119fbac94699c0e6948783dd269a850a51b9eb3e5d94db6b16222b89aaf91c36a151a51803c0952abd016f294e116a0
1
0
0
0
Architecture specific change in rpms/rust-sass-sys.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-sass-sys.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-sass-sys.git/commit/?id=056575…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 056575b1690266b9765975c947639573ba1f241f Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:32:42 2022 +0200 no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5a167f0..0000000 --- a/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/sass-sys-0.4.9.crate -/sass-sys-0.4.10.crate -/sass-sys-0.4.14.crate -/sass-sys-0.4.15.crate -/sass-sys-0.4.16.crate -/sass-sys-0.4.17.crate -/sass-sys-0.4.18.crate -/sass-sys-0.4.19.crate -/sass-sys-0.4.20.crate -/sass-sys-0.4.21.crate -/sass-sys-0.4.22.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf deleted file mode 100644 index b4f12a1..0000000 --- a/.rust2rpm.conf +++ /dev/null @@ -1,5 +0,0 @@ -[DEFAULT] -buildrequires = - pkgconfig(libsass) -lib.requires = - pkgconfig(libsass) diff --git a/README.md b/README.md deleted file mode 100644 index 6809072..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-sass-sys - -The rust-sass-sys package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/rust-sass-sys.spec b/rust-sass-sys.spec deleted file mode 100644 index 10d166d..0000000 --- a/rust-sass-sys.spec +++ /dev/null @@ -1,136 +0,0 @@ -# Generated by rust2rpm 17 -%bcond_without check -%global debug_package %{nil} - -%global crate sass-sys - -Name: rust-%{crate} -Version: 0.4.22 -Release: 4%{?dist} -Summary: Low level binding for the Sass library - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/sass-sys
-Source: %{crates_source} -# Initial patched metadata -# * drop windows-specific dependencies -Patch0: sass-sys-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Low level binding for the Sass library.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch -Requires: pkgconfig(libsass) - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -# remove bundled libsass -rm -r libsass -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires -echo 'pkgconfig(libsass)' - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.22-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.22-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.22-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Tue Jun 01 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.22-1 -- Update to version 0.4.22. -- Fixes RHBZ#1966791 - -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.21-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.21-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Thu May 21 2020 Josh Stone <jistone(a)redhat.com> - 0.4.21-1 -- Update to 0.4.21 - -* Sat May 16 20:34:59 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.4.20-1 -- Update to 0.4.20 - -* Wed Apr 08 2020 Josh Stone <jistone(a)redhat.com> - 0.4.19-1 -- Update to 0.4.19 - -* Tue Feb 11 2020 Josh Stone <jistone(a)redhat.com> - 0.4.18-1 -- Update to 0.4.18 - -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.17-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Mon Jan 27 2020 Josh Stone <jistone(a)redhat.com> - 0.4.17-1 -- Update to 0.4.17 - -* Wed Jan 15 2020 Josh Stone <jistone(a)redhat.com> - 0.4.16-1 -- Update to 0.4.16 - -* Sat Nov 23 2019 Josh Stone <jistone(a)redhat.com> - 0.4.15-1 -- Update to 0.4.15 - -* Tue Nov 19 2019 Josh Stone <jistone(a)redhat.com> - 0.4.14-1 -- Update to 0.4.14 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.10-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sun Jun 23 10:32:49 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.10-2 -- Regenerate - -* Mon Jun 03 2019 Josh Stone <jistone(a)redhat.com> - 0.4.10-1 -- Update to 0.4.10 - -* Fri May 31 13:50:18 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.9-1 -- Initial package diff --git a/sass-sys-fix-metadata.diff b/sass-sys-fix-metadata.diff deleted file mode 100644 index 80f0a05..0000000 --- a/sass-sys-fix-metadata.diff +++ /dev/null @@ -1,8 +0,0 @@ ---- sass-sys-0.4.22/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ sass-sys-0.4.22/Cargo.toml 2021-06-01T21:33:35.766965+00:00 -@@ -30,5 +30,3 @@ - - [build-dependencies.pkg-config] - version = "0.3" --[target."cfg(target_env = \"msvc\")".build-dependencies.cc] --version = "1.0" diff --git a/sources b/sources deleted file mode 100644 index d0b7a85..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (sass-sys-0.4.22.crate) = f38e478ef60a675d7deb99e6d0cf9ebda351aaa8ca0a50a7a740f4ac14f155af0da14bdc0b0880657bd9a89740dc40a03c43d3e21360c2b7d56f055fcbadd0c8
1
0
0
0
Architecture specific change in rpms/rust-rust-stemmers.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-rust-stemmers.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-rust-stemmers.git/commit/?id=c…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit c08c294d566b0b6e116b39afcce2aa965f42fb20 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:32:20 2022 +0200 no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4aa5e57..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/rust-stemmers-1.1.0.crate -/rust-stemmers-1.2.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 29fee55..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-rust-stemmers - -The rust-rust-stemmers package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/rust-rust-stemmers.spec b/rust-rust-stemmers.spec deleted file mode 100644 index a18a18f..0000000 --- a/rust-rust-stemmers.spec +++ /dev/null @@ -1,102 +0,0 @@ -# Generated by rust2rpm 10 -%bcond_without check -%global debug_package %{nil} - -%global crate rust-stemmers - -Name: rust-%{crate} -Version: 1.2.0 -Release: 7%{?dist} -Summary: Rust implementation of some popular snowball stemming algorithms - -# Upstream license specification: MIT/BSD-3-Clause -License: MIT or BSD -URL:
https://crates.io/crates/rust-stemmers
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Rust implementation of some popular snowball stemming algorithms.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE -%doc README.md -%{cargo_registry}/%{crate}-%{version}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.0-7 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.0-6 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.0-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.0-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Tue Nov 19 08:04:31 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.2.0-1 -- Update to 1.2.0 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sun Jun 23 10:33:32 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.1.0-2 -- Regenerate - -* Fri May 31 14:08:01 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.1.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 6b28302..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (rust-stemmers-1.2.0.crate) = b9453a0984d41e5a692e5ea1a8a7bc6142de30f7b345a269489b8d4ebe3b3d442e7fe5f338c72a790521dea7a2ad9605c0ca8218a6b76d8bc5e19ae02cf711d7
1
0
0
0
Architecture specific change in rpms/rust-jieba-rs.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-jieba-rs.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-jieba-rs.git/commit/?id=e61b8a…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit e61b8a322632725320a8bde98179d0004f92dd84 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:31:57 2022 +0200 no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index bff33b1..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/results_*/ -/*.src.rpm - -/jieba-rs-0.6.1.crate -/jieba-rs-0.6.2.crate diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/jieba-rs-fix-metadata.diff b/jieba-rs-fix-metadata.diff deleted file mode 100644 index bdcfeb8..0000000 --- a/jieba-rs-fix-metadata.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- jieba-rs-0.6.2/Cargo.toml 2020-11-17T06:53:19+00:00 -+++ jieba-rs-0.6.2/Cargo.toml 2020-11-19T22:33:47.791591+00:00 -@@ -57,8 +57,6 @@ - [dev-dependencies.rand] - version = "0.7" - --[dev-dependencies.wasm-bindgen-test] --version = "0.3.0" - [build-dependencies.phf_codegen] - version = "0.8" - -@@ -67,5 +65,3 @@ - default-dict = [] - textrank = ["ordered-float"] - tfidf = ["ordered-float"] --[target."cfg(unix)".dev-dependencies.jemallocator] --version = "0.3.2" diff --git a/rust-jieba-rs.spec b/rust-jieba-rs.spec deleted file mode 100644 index b7ee507..0000000 --- a/rust-jieba-rs.spec +++ /dev/null @@ -1,146 +0,0 @@ -# Generated by rust2rpm 16 -# * unit tests require files not shipped with the crate -# * integration tests are only for WASM -# * doc tests are out of date -%bcond_with check -%global debug_package %{nil} - -%global crate jieba-rs - -Name: rust-%{crate} -Version: 0.6.2 -Release: 5%{?dist} -Summary: Jieba Chinese Word Segmentation Implemented in Rust - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/jieba-rs
-Source: %{crates_source} -# Initial patched metadata -# * no wasm dependencies -# * no jemallocator dependency -Patch0: jieba-rs-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Jieba Chinese Word Segmentation Implemented in Rust.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+default-dict-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+default-dict-devel %{_description} - -This package contains library source intended for building other packages -which use "default-dict" feature of "%{crate}" crate. - -%files -n %{name}+default-dict-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+ordered-float-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+ordered-float-devel %{_description} - -This package contains library source intended for building other packages -which use "ordered-float" feature of "%{crate}" crate. - -%files -n %{name}+ordered-float-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+textrank-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+textrank-devel %{_description} - -This package contains library source intended for building other packages -which use "textrank" feature of "%{crate}" crate. - -%files -n %{name}+textrank-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+tfidf-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tfidf-devel %{_description} - -This package contains library source intended for building other packages -which use "tfidf" feature of "%{crate}" crate. - -%files -n %{name}+tfidf-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.2-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.2-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.2-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.6.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Thu Nov 19 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.6.2-1 -- Update to version 0.6.2. -- Fixes RHBZ#1898454 - -* Thu Oct 15 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.6.1-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 305e794..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (jieba-rs-0.6.2.crate) = 842e19dfbb4481aaf70b1db537ce76b93f20e6b91d4c2604b5d7550b81c7a27cf575f0ed7cd8720e23a9c811b4ce1571a1ef1a4ad0374772fbe040b648ddcf0f
1
0
0
0
Architecture specific change in rpms/rust-checked_int_cast.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-checked_int_cast.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-checked_int_cast.git/commit/?i…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 1009c09ec37a857f5fcac79ddda9e0cab5e5bc62 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:31:35 2022 +0200 no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 240805f..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/checked_int_cast-1.0.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 3c72936..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-checked_int_cast - -The rust-checked_int_cast package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/rust-checked_int_cast.spec b/rust-checked_int_cast.spec deleted file mode 100644 index 6fe994c..0000000 --- a/rust-checked_int_cast.spec +++ /dev/null @@ -1,99 +0,0 @@ -# Generated by rust2rpm 10 -%bcond_without check -%global debug_package %{nil} - -%global crate checked_int_cast - -Name: rust-%{crate} -Version: 1.0.0 -Release: 9%{?dist} -Summary: Conversions between primitive integers with overflow and underflow checking - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/checked_int_cast
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Conversions between primitive integers with overflow and underflow checking.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE -%doc README.md -%{cargo_registry}/%{crate}-%{version}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-9 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-8 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-7 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-6 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sat Jun 22 16:49:04 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-2 -- Regenerate - -* Fri Mar 15 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 8a6977e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (checked_int_cast-1.0.0.crate) = 65eb9f8ba13269dbba69fdccd4e54819230b416bfb5c21f105bf885c9a8f0a341a562b8f0543201c07353737930518172b0e94ca790f8d0e80be42fc70364f4e
1
0
0
0
Architecture specific change in rpms/rust-trust-dns-openssl0.19.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-trust-dns-openssl0.19.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-trust-dns-openssl0.19.git/comm…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 69be587fd90d001c34443ac3abee87f4ecded8ab Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:31:12 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4e7a78b..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/trust-dns-openssl-0.19.7.crate diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3f67be8 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +compat package no longer needed diff --git a/rust-trust-dns-openssl0.19.spec b/rust-trust-dns-openssl0.19.spec deleted file mode 100644 index 79aa64e..0000000 --- a/rust-trust-dns-openssl0.19.spec +++ /dev/null @@ -1,109 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_without check -%global debug_package %{nil} - -%global crate trust-dns-openssl - -Name: rust-%{crate}0.19 -Version: 0.19.7 -Release: 4%{?dist} -Summary: Trust-DNS is a safe and secure DNS library - -# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/trust-dns-openssl
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Trust-DNS is a safe and secure DNS library. This is an extension for the Trust- -DNS client to use tokio-openssl for TLS.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+backtrace-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+backtrace-devel %{_description} - -This package contains library source intended for building other packages -which use "backtrace" feature of "%{crate}" crate. - -%files -n %{name}+backtrace-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+dns-over-openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+dns-over-openssl-devel %{_description} - -This package contains library source intended for building other packages -which use "dns-over-openssl" feature of "%{crate}" crate. - -%files -n %{name}+dns-over-openssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.7-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.7-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.7-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Thu Mar 11 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.19.7-1 -- Initial compat package for trust-dns-openssl 0.19 diff --git a/sources b/sources deleted file mode 100644 index 20201bb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (trust-dns-openssl-0.19.7.crate) = ce08a95aacfd431cdf8cad965a9b1e94b9599eeae72bc6561ed8e058f88f56c80deb58c95a492521f9d7e010619af3a294335d20dc7bf40d6f0965981f5b09f1
1
0
0
0
Architecture specific change in rpms/rust-trust-dns-native-tls0.19.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-trust-dns-native-tls0.19.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-trust-dns-native-tls0.19.git/c…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 07e17c66359d2b3a0ab663e4e255a0a7a8aa8812 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:30:50 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4e524a2..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/trust-dns-native-tls-0.19.7.crate diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3f67be8 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +compat package no longer needed diff --git a/rust-trust-dns-native-tls0.19.spec b/rust-trust-dns-native-tls0.19.spec deleted file mode 100644 index fba4d6c..0000000 --- a/rust-trust-dns-native-tls0.19.spec +++ /dev/null @@ -1,110 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_without check -%global debug_package %{nil} - -%global crate trust-dns-native-tls - -Name: rust-%{crate}0.19 -Version: 0.19.7 -Release: 4%{?dist} -Summary: Trust-DNS is a safe and secure DNS library - -# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/trust-dns-native-tls
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Trust-DNS is a safe and secure DNS library. This is an extension for the Trust- -DNS client to use native-tls for TLS.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+backtrace-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+backtrace-devel %{_description} - -This package contains library source intended for building other packages -which use "backtrace" feature of "%{crate}" crate. - -%files -n %{name}+backtrace-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+dns-over-native-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+dns-over-native-tls-devel %{_description} - -This package contains library source intended for building other packages -which use "dns-over-native-tls" feature of "%{crate}" crate. - -%files -n %{name}+dns-over-native-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -# Test data is missing -%cargo_test -- -- --skip tests::test_tls_client_stream_ipv4 -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.7-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.7-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.19.7-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Thu Mar 11 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.19.7-1 -- Initial compat package for trust-dns-native-tls 0.19 diff --git a/sources b/sources deleted file mode 100644 index 9712b56..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (trust-dns-native-tls-0.19.7.crate) = ba6f06054f64dbf56d63dfd9e382ea6dcff3c75c7643802e4dbb780acb3c97d0b51fdb90d8d7862a02750b34c1eed0bb0a739f6104dc79d02425bdbb4560a53b
1
0
0
0
Architecture specific change in rpms/rust-publicsuffix1.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-publicsuffix1.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-publicsuffix1.git/commit/?id=d…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit d6eaa613940d54d7c10675c124c9a60af8e08e8f Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:30:26 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0c16b98..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/publicsuffix-1.5.6.crate diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3f67be8 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +compat package no longer needed diff --git a/publicsuffix-fix-metadata.diff b/publicsuffix-fix-metadata.diff deleted file mode 100644 index 9027dc3..0000000 --- a/publicsuffix-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- publicsuffix-1.5.6/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ publicsuffix-1.5.6/Cargo.toml 2021-12-09T18:48:04.308076+00:00 -@@ -34,8 +34,6 @@ - - [dependencies.url] - version = "2.2.1" --[dev-dependencies.criterion] --version = "0.3.4" - - [dev-dependencies.lazy_static] - version = "1.4.0" diff --git a/rust-publicsuffix1.spec b/rust-publicsuffix1.spec deleted file mode 100644 index f21dc27..0000000 --- a/rust-publicsuffix1.spec +++ /dev/null @@ -1,99 +0,0 @@ -# Generated by rust2rpm 20 -# * tests require internet connectivity -%bcond_with check -%global debug_package %{nil} - -%global crate publicsuffix - -Name: rust-%{crate}1 -Version: 1.5.6 -Release: %autorelease -Summary: Robust domain name parsing and email address validation - -# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/publicsuffix
-Source: %{crates_source} -# Initial patched metadata -# * drop unused, benchmark-only criterion dev-dependency to speed up builds -Patch0: publicsuffix-fix-metadata.diff - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -%global _description %{expand: -Robust domain name parsing and RFC compliant email address validation.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license LICENSE LICENSE-APACHE -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+native-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+native-tls-devel %{_description} - -This package contains library source intended for building other packages which -use the "native-tls" feature of the "%{crate}" crate. - -%files -n %{name}+native-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+remote_list-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+remote_list-devel %{_description} - -This package contains library source intended for building other packages which -use the "remote_list" feature of the "%{crate}" crate. - -%files -n %{name}+remote_list-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index 7cfbc0f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (publicsuffix-1.5.6.crate) = 8042303689ec7632686b6cd83ce7d313fe174accaabea840ac7e39d4b880144cca9410d401d78d715a7da74f70d5b55cb351f00497cc5628beb604c492448b94
1
0
0
0
Architecture specific change in rpms/rust-phf_macros0.7.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-phf_macros0.7.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-phf_macros0.7.git/commit/?id=d…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit d814cd0a71b6de5e7b52c73c4fd91d7f827e8b46 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:30:03 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4576bf1..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/phf_macros-0.7.24.crate diff --git a/README.md b/README.md deleted file mode 100644 index 5bf7b9e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-phf_macros0.7 - -The rust-phf_macros0.7 package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3f67be8 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +compat package no longer needed diff --git a/rust-phf_macros0.7.spec b/rust-phf_macros0.7.spec deleted file mode 100644 index 89d66ee..0000000 --- a/rust-phf_macros0.7.spec +++ /dev/null @@ -1,89 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_with check -%global debug_package %{nil} - -%global crate phf_macros - -Name: rust-%{crate}0.7 -Version: 0.7.24 -Release: 6%{?dist} -Summary: Macros to generate types in the phf crate - -# Upstream license specification: MIT -#
https://github.com/sfackler/rust-phf/pull/118
-License: MIT -URL:
https://crates.io/crates/phf_macros
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Macros to generate types in the phf crate.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.24-6 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.24-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.24-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.24-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.7.24-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Sat Feb 15 13:59:23 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.7.24-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 5821cad..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (phf_macros-0.7.24.crate) = e295841ab2c1c68bccfca185a0991229bafa71df1f51e83d18cad52a089141761b62d118fd7e62e1816d7ab5825384d85b58d7bb6c47be09d19ff1cc75ad8bf3
1
0
0
0
Architecture specific change in rpms/rust-cookie0.14.git
by githook-noreply@fedoraproject.org
02 Oct '22
02 Oct '22
The package rpms/rust-cookie0.14.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-cookie0.14.git/commit/?id=ecf9…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit ecf9815ece7c415d0fd96bd3e7807ac71fd9ad26 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sun Oct 2 20:29:41 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 36d3b13..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/cookie-0.14.4.crate diff --git a/0001-port-to-crypto-mac-0.11.patch b/0001-port-to-crypto-mac-0.11.patch deleted file mode 100644 index da2d358..0000000 --- a/0001-port-to-crypto-mac-0.11.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/src/secure/signed.rs b/src/secure/signed.rs -index 2390f17..954866e 100644 ---- a/src/secure/signed.rs -+++ b/src/secure/signed.rs -@@ -33,7 +33,7 @@ impl<'a> SignedJar<'a> { - /// Signs the cookie's value providing integrity and authenticity. - fn sign_cookie(&self, cookie: &mut Cookie) { - // Compute HMAC-SHA256 of the cookie's value. -- let mut mac = Hmac::<Sha256>::new_varkey(&self.key).expect("good key"); -+ let mut mac = Hmac::<Sha256>::new_from_slice(&self.key).expect("good key"); - mac.update(cookie.value().as_bytes()); - - // Cookie's new value is [MAC | original-value]. -@@ -55,7 +55,7 @@ impl<'a> SignedJar<'a> { - let digest = base64::decode(digest_str).map_err(|_| "bad base64 digest")?; - - // Perform the verification. -- let mut mac = Hmac::<Sha256>::new_varkey(&self.key).expect("good key"); -+ let mut mac = Hmac::<Sha256>::new_from_slice(&self.key).expect("good key"); - mac.update(value.as_bytes()); - mac.verify(&digest) - .map(|_| value.to_string()) diff --git a/cookie-fix-metadata.diff b/cookie-fix-metadata.diff deleted file mode 100644 index 019f305..0000000 --- a/cookie-fix-metadata.diff +++ /dev/null @@ -1,25 +0,0 @@ ---- cookie-0.14.4/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ cookie-0.14.4/Cargo.toml 2021-12-09T17:45:09.377041+00:00 -@@ -24,7 +24,7 @@ - [package.metadata.docs.rs] - all-features = true - [dependencies.aes-gcm] --version = "0.8.0" -+version = "0.9.0" - optional = true - - [dependencies.base64] -@@ -32,11 +32,11 @@ - optional = true - - [dependencies.hkdf] --version = "0.10.0" -+version = "0.11.0" - optional = true - - [dependencies.hmac] --version = "0.10.0" -+version = "0.11.0" - optional = true - - [dependencies.percent-encoding] diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3f67be8 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +compat package no longer needed diff --git a/rust-cookie0.14.spec b/rust-cookie0.14.spec deleted file mode 100644 index 8e373e5..0000000 --- a/rust-cookie0.14.spec +++ /dev/null @@ -1,224 +0,0 @@ -# Generated by rust2rpm 20 -%bcond_without check -%global debug_package %{nil} - -%global crate cookie - -Name: rust-%{crate}0.14 -Version: 0.14.4 -Release: %autorelease -Summary: HTTP cookie parsing and cookie jar management - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/cookie
-Source: %{crates_source} -# Initial patched metadata -# * bump aes-gcm from 0.8 to 0.9 -# * bump hkdf from 0.10 to 0.11 -# * bump hmac from 0.10 to 0.11 -Patch0: cookie-fix-metadata.diff -# * patch for crypto-mac API changes -#
https://github.com/SergioBenitez/cookie-rs/commit/14b053a
-Patch1: 0001-port-to-crypto-mac-0.11.patch - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -%global _description %{expand: -HTTP cookie parsing and cookie jar management. Supports signed and private -(encrypted, authenticated) jars.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -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 README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -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. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+aes-gcm-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+aes-gcm-devel %{_description} - -This package contains library source intended for building other packages which -use the "aes-gcm" feature of the "%{crate}" crate. - -%files -n %{name}+aes-gcm-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+base64-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+base64-devel %{_description} - -This package contains library source intended for building other packages which -use the "base64" feature of the "%{crate}" crate. - -%files -n %{name}+base64-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+hkdf-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+hkdf-devel %{_description} - -This package contains library source intended for building other packages which -use the "hkdf" feature of the "%{crate}" crate. - -%files -n %{name}+hkdf-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+hmac-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+hmac-devel %{_description} - -This package contains library source intended for building other packages which -use the "hmac" feature of the "%{crate}" crate. - -%files -n %{name}+hmac-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+key-expansion-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+key-expansion-devel %{_description} - -This package contains library source intended for building other packages which -use the "key-expansion" feature of the "%{crate}" crate. - -%files -n %{name}+key-expansion-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+percent-encode-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+percent-encode-devel %{_description} - -This package contains library source intended for building other packages which -use the "percent-encode" feature of the "%{crate}" crate. - -%files -n %{name}+percent-encode-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+percent-encoding-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+percent-encoding-devel %{_description} - -This package contains library source intended for building other packages which -use the "percent-encoding" feature of the "%{crate}" crate. - -%files -n %{name}+percent-encoding-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+private-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+private-devel %{_description} - -This package contains library source intended for building other packages which -use the "private" feature of the "%{crate}" crate. - -%files -n %{name}+private-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+rand-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+rand-devel %{_description} - -This package contains library source intended for building other packages which -use the "rand" feature of the "%{crate}" crate. - -%files -n %{name}+rand-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+secure-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+secure-devel %{_description} - -This package contains library source intended for building other packages which -use the "secure" feature of the "%{crate}" crate. - -%files -n %{name}+secure-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+sha2-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+sha2-devel %{_description} - -This package contains library source intended for building other packages which -use the "sha2" feature of the "%{crate}" crate. - -%files -n %{name}+sha2-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+signed-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+signed-devel %{_description} - -This package contains library source intended for building other packages which -use the "signed" feature of the "%{crate}" crate. - -%files -n %{name}+signed-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires -a - -%build -%cargo_build -a - -%install -%cargo_install -a - -%if %{with check} -%check -%cargo_test -a -%endif - -%changelog -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index 22ae260..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (cookie-0.14.4.crate) = ce9c57c7a738ed5b772b0e6d6b1fe49ff2486eea366b5883c804939a8fe5fdc3969e325712388e0a0beeae1af4bd09f84c086765566c061da136c34a424f58ff
1
0
0
0
← Newer
1
...
15
16
17
18
19
20
21
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
Results per page:
10
25
50
100
200