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
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 -----
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-minify-html.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-minify-html.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-minify-html.git/commit/?id=214…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 2142b0f048302a9c71db0e4f07d173ff0d7f0f7d Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:08:21 2022 +0200 no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ef195fd..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/minify-html-0.3.10.crate diff --git a/README.md b/README.md deleted file mode 100644 index 44ca2b2..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-minify-html - -The rust-minify-html package 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/minify-html-fix-metadata.diff b/minify-html-fix-metadata.diff deleted file mode 100644 index c49d5a5..0000000 --- a/minify-html-fix-metadata.diff +++ /dev/null @@ -1,24 +0,0 @@ ---- minify-html-0.3.10/Cargo.toml 2020-12-18T05:08:34+00:00 -+++ minify-html-0.3.10/Cargo.toml 2020-12-28T10:31:10.463916+00:00 -@@ -26,14 +26,6 @@ - [dependencies.aho-corasick] - version = "0.7" - --[dependencies.crossbeam] --version = "0.7" --optional = true -- --[dependencies.esbuild-rs] --version = "0.2.1" --optional = true -- - [dependencies.lazy_static] - version = "1.4" - -@@ -42,6 +34,5 @@ - - [features] - default = [] --js-esbuild = ["crossbeam", "esbuild-rs"] - [badges.maintenance] - status = "actively-developed" diff --git a/rust-minify-html.spec b/rust-minify-html.spec deleted file mode 100644 index 0700d6e..0000000 --- a/rust-minify-html.spec +++ /dev/null @@ -1,93 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_without check -%global debug_package %{nil} - -%global crate minify-html - -Name: rust-%{crate} -Version: 0.3.10 -Release: 6%{?dist} -Summary: Fast and smart HTML + JS minifier - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/minify-html
-Source: %{crates_source} -# Initial patched metadata -# * Strip unwanted dependencies -Patch0: minify-html-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Fast and smart HTML + JS minifier.} - -%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 - -%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.3.10-6 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.10-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.10-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.10-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Mon Dec 28 11:31:10 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.3.10-2 -- No JS dependencies - -* Fri Dec 25 10:52:30 CET 2020 Igor Raits <igor.raits(a)gmail.com> - 0.3.10-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index e6c370d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (minify-html-0.3.10.crate) = 4a6603a60f02e7b662dfb4a77024b279c948f1d97fa848750148e7d6002abd49d54374ff396ad446cfb04fa8be40736bb941e5cdc566e4b27616e2d309f1404e
1
0
0
0
Architecture specific change in rpms/rust-elasticlunr-rs.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-elasticlunr-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-elasticlunr-rs.git/commit/?id=…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit c0d53f582deb3ce9d7365a4d3b5ff0611c82414b Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:07:59 2022 +0200 no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fb3bfe6..0000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -/elasticlunr-rs-2.3.4.crate -/elasticlunr-rs-2.3.5.crate -/elasticlunr-rs-2.3.6.crate -/elasticlunr-rs-2.3.9.crate -/elasticlunr-rs-2.3.10.crate -/elasticlunr-rs-2.3.11.crate -/elasticlunr-rs-2.3.12.crate -/elasticlunr-rs-2.3.14.crate diff --git a/README.md b/README.md deleted file mode 100644 index 2a18358..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-elasticlunr-rs - -The rust-elasticlunr-rs package \ No newline at end of file diff --git a/changelog b/changelog deleted file mode 100644 index b6e19e3..0000000 --- a/changelog +++ /dev/null @@ -1,53 +0,0 @@ -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.12-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Thu Jun 17 2021 Robert-André Mauchin <zebob.m(a)gmail.com> - 2.3.12-1 -- Update to 2.3.12 -- Close: rhbz#1965384 -- Bump strum and strum_macros to 0.21 - -* Thu Mar 25 2021 Fabio Valentini <decathorpe(a)gmail.com> - 2.3.11-1 -- Update to version 2.3.11. -- Fixes RHBZ#1942082 - -* Sat Feb 27 2021 Fabio Valentini <decathorpe(a)gmail.com> - 2.3.10-1 -- Update to version 2.3.10. -- Fixes RHBZ#1931983 - -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.9-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Sun Sep 20 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.3.9-1 -- Update to version 2.3.9. -- Disable support for japanese / lindera. - -* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.6-6 -- Second attempt - Rebuilt for -
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.6-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Tue Mar 03 2020 Josh Stone <jistone(a)redhat.com> - 2.3.6-4 -- Bump strum to 0.18 - -* Thu Feb 20 2020 Josh Stone <jistone(a)redhat.com> - 2.3.6-3 -- Bump strum to 0.17 - -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.6-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Tue Aug 06 11:23:16 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.3.6-1 -- Update to 2.3.6 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.5-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sat Jun 22 23:31:11 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.3.5-2 -- Regenerate - -* Sun Jun 09 17:04:09 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.3.5-1 -- Update to 2.3.5 - -* Fri May 31 14:15:46 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.3.4-1 -- Initial package 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/elasticlunr-rs-fix-metadata.diff b/elasticlunr-rs-fix-metadata.diff deleted file mode 100644 index a685b88..0000000 --- a/elasticlunr-rs-fix-metadata.diff +++ /dev/null @@ -1,27 +0,0 @@ ---- elasticlunr-rs-2.3.14/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ elasticlunr-rs-2.3.14/Cargo.toml 2021-11-19T11:31:43.490036+00:00 -@@ -29,14 +29,6 @@ - - [dependencies.lazy_static] - version = "1" -- --[dependencies.lindera] --version = "0.8" --optional = true -- --[dependencies.lindera-core] --version = "0.8" --optional = true - - [dependencies.regex] - version = "1" -@@ -72,8 +64,7 @@ - fi = ["rust-stemmers"] - fr = ["rust-stemmers"] - it = ["rust-stemmers"] --ja = ["lindera", "lindera-core"] --languages = ["da", "no", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr", "zh", "ja"] -+languages = ["da", "no", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr", "zh"] - nightly = ["bench"] - no = ["rust-stemmers"] - pt = ["rust-stemmers"] diff --git a/rust-elasticlunr-rs.spec b/rust-elasticlunr-rs.spec deleted file mode 100644 index b6fc971..0000000 --- a/rust-elasticlunr-rs.spec +++ /dev/null @@ -1,306 +0,0 @@ -# Generated by rust2rpm 18 -%bcond_without check -%global debug_package %{nil} - -%global crate elasticlunr-rs - -Name: rust-%{crate} -Version: 2.3.14 -Release: %autorelease -Summary: Partial port of elasticlunr.js to Rust - -# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/elasticlunr-rs
-Source: %{crates_source} -# Initial patched metadata -# * disable support for japanese (lindera crates are not packaged yet) -Patch0: elasticlunr-rs-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Partial port of elasticlunr.js to Rust for generating static document search -indexes.} - -%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-WORDS LICENSE-MIT LICENSE-JS 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 "default" feature of "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+bench-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+bench-devel %{_description} - -This package contains library source intended for building other packages -which use "bench" feature of "%{crate}" crate. - -%files -n %{name}+bench-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+da-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+da-devel %{_description} - -This package contains library source intended for building other packages -which use "da" feature of "%{crate}" crate. - -%files -n %{name}+da-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+de-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+de-devel %{_description} - -This package contains library source intended for building other packages -which use "de" feature of "%{crate}" crate. - -%files -n %{name}+de-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+du-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+du-devel %{_description} - -This package contains library source intended for building other packages -which use "du" feature of "%{crate}" crate. - -%files -n %{name}+du-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+es-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+es-devel %{_description} - -This package contains library source intended for building other packages -which use "es" feature of "%{crate}" crate. - -%files -n %{name}+es-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+fi-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+fi-devel %{_description} - -This package contains library source intended for building other packages -which use "fi" feature of "%{crate}" crate. - -%files -n %{name}+fi-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+fr-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+fr-devel %{_description} - -This package contains library source intended for building other packages -which use "fr" feature of "%{crate}" crate. - -%files -n %{name}+fr-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+it-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+it-devel %{_description} - -This package contains library source intended for building other packages -which use "it" feature of "%{crate}" crate. - -%files -n %{name}+it-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+jieba-rs-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+jieba-rs-devel %{_description} - -This package contains library source intended for building other packages -which use "jieba-rs" feature of "%{crate}" crate. - -%files -n %{name}+jieba-rs-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+languages-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+languages-devel %{_description} - -This package contains library source intended for building other packages -which use "languages" feature of "%{crate}" crate. - -%files -n %{name}+languages-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 "nightly" feature of "%{crate}" crate. - -%files -n %{name}+nightly-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+no-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+no-devel %{_description} - -This package contains library source intended for building other packages -which use "no" feature of "%{crate}" crate. - -%files -n %{name}+no-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+pt-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+pt-devel %{_description} - -This package contains library source intended for building other packages -which use "pt" feature of "%{crate}" crate. - -%files -n %{name}+pt-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+ro-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+ro-devel %{_description} - -This package contains library source intended for building other packages -which use "ro" feature of "%{crate}" crate. - -%files -n %{name}+ro-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+ru-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+ru-devel %{_description} - -This package contains library source intended for building other packages -which use "ru" feature of "%{crate}" crate. - -%files -n %{name}+ru-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+rust-stemmers-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+rust-stemmers-devel %{_description} - -This package contains library source intended for building other packages -which use "rust-stemmers" feature of "%{crate}" crate. - -%files -n %{name}+rust-stemmers-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+sv-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+sv-devel %{_description} - -This package contains library source intended for building other packages -which use "sv" feature of "%{crate}" crate. - -%files -n %{name}+sv-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+tr-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tr-devel %{_description} - -This package contains library source intended for building other packages -which use "tr" feature of "%{crate}" crate. - -%files -n %{name}+tr-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+zh-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+zh-devel %{_description} - -This package contains library source intended for building other packages -which use "zh" feature of "%{crate}" crate. - -%files -n %{name}+zh-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 fe46e21..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (elasticlunr-rs-2.3.14.crate) = 895e765cb8b77f8a104e7c48fcf3ca4260f9e32579fc20308d4de8037d077ceecb2d119b2087170e3950568767d52cdfd6f736df5453ec54f08eeac93773b73b
1
0
0
0
Architecture specific change in rpms/rust-binfarce.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-binfarce.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-binfarce.git/commit/?id=6cb22f…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 6cb22fd14a3e5527c9c5792bc6efc0c23afa39b6 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:07:37 2022 +0200 no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5c23559..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/results_*/ -/*.src.rpm - -/binfarce-0.1.1.crate -/binfarce-0.2.1.crate diff --git a/changelog b/changelog deleted file mode 100644 index 0a490b5..0000000 --- a/changelog +++ /dev/null @@ -1,5 +0,0 @@ -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.1-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Wed Sep 23 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.1.1-1 -- Initial package 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-binfarce.spec b/rust-binfarce.spec deleted file mode 100644 index 1d57c77..0000000 --- a/rust-binfarce.spec +++ /dev/null @@ -1,74 +0,0 @@ -# Generated by rust2rpm 18 -%bcond_without check -%global debug_package %{nil} - -%global crate binfarce - -Name: rust-%{crate} -Version: 0.2.1 -Release: %autorelease -Summary: Extremely minimal parser for ELF, Mach-O, PE and ar - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/binfarce
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Extremely minimal parser for ELF, Mach-O, PE and ar.} - -%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 CHANGELOG.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 - -%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 979598d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (binfarce-0.2.1.crate) = ffbffaa1f45d62f13537a4402ba7a3b20432c80c652c337be7dcc9df253e143585d531a7406de77ca0f08a4cb7889b85b5a82901765d952c5604ecf4e09ddb91
1
0
0
0
Architecture specific change in rpms/rust-trust-dns-resolver0.19.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-trust-dns-resolver0.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-resolver0.19.git/com…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 36bb0e6429dec7c3c5f50277ddd44bef481a2205 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:07:14 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8b8033f..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/trust-dns-resolver-0.19.7.crate diff --git a/README.md b/README.md deleted file mode 100644 index 68c8857..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-trust-dns-resolver0.19 - -The rust-trust-dns-resolver0.19 package 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-resolver0.19.spec b/rust-trust-dns-resolver0.19.spec deleted file mode 100644 index 170df2a..0000000 --- a/rust-trust-dns-resolver0.19.spec +++ /dev/null @@ -1,320 +0,0 @@ -# Generated by rust2rpm 22 -# * /etc/hosts and /etc/resolv.conf are not available in mock -# * no internet connectivity in mock -%bcond_with check -%global debug_package %{nil} - -%global crate trust-dns-resolver - -Name: rust-trust-dns-resolver0.19 -Version: 0.19.7 -Release: 5%{?dist} -Summary: Trust-DNS is a safe and secure DNS library - -# Upstream license specification: MIT/Apache-2.0 -License: MIT OR Apache-2.0 -URL:
https://crates.io/crates/trust-dns-resolver
-Source: %{crates_source} -# Automatically generated patch to strip foreign dependencies -Patch: trust-dns-resolver-fix-metadata-auto.diff - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging >= 21 - -%global _description %{expand: -Trust-DNS is a safe and secure DNS library. This Resolver library uses the -Client library to perform all DNS queries. The Resolver is intended to be a -high-level library for any DNS record resolution see Resolver and AsyncResolver -for supported resolution types. The Client can be used for other queries.} - -%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 %{crate_instdir}/LICENSE-APACHE -%license %{crate_instdir}/LICENSE-MIT -%doc %{crate_instdir}/README.md -%{crate_instdir}/ - -%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 %{crate_instdir}/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 the "backtrace" feature of the "%{crate}" crate. - -%files -n %{name}+backtrace-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+dns-over-https-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+dns-over-https-devel %{_description} - -This package contains library source intended for building other packages which -use the "dns-over-https" feature of the "%{crate}" crate. - -%files -n %{name}+dns-over-https-devel -%ghost %{crate_instdir}/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 the "dns-over-native-tls" feature of the "%{crate}" crate. - -%files -n %{name}+dns-over-native-tls-devel -%ghost %{crate_instdir}/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 the "dns-over-openssl" feature of the "%{crate}" crate. - -%files -n %{name}+dns-over-openssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+dns-over-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+dns-over-tls-devel %{_description} - -This package contains library source intended for building other packages which -use the "dns-over-tls" feature of the "%{crate}" crate. - -%files -n %{name}+dns-over-tls-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+dnssec-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+dnssec-devel %{_description} - -This package contains library source intended for building other packages which -use the "dnssec" feature of the "%{crate}" crate. - -%files -n %{name}+dnssec-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+dnssec-openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+dnssec-openssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "dnssec-openssl" feature of the "%{crate}" crate. - -%files -n %{name}+dnssec-openssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+mdns-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+mdns-devel %{_description} - -This package contains library source intended for building other packages which -use the "mdns" feature of the "%{crate}" crate. - -%files -n %{name}+mdns-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+resolv-conf-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+resolv-conf-devel %{_description} - -This package contains library source intended for building other packages which -use the "resolv-conf" feature of the "%{crate}" crate. - -%files -n %{name}+resolv-conf-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+serde-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+serde-devel %{_description} - -This package contains library source intended for building other packages which -use the "serde" feature of the "%{crate}" crate. - -%files -n %{name}+serde-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+serde-config-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+serde-config-devel %{_description} - -This package contains library source intended for building other packages which -use the "serde-config" feature of the "%{crate}" crate. - -%files -n %{name}+serde-config-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+system-config-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+system-config-devel %{_description} - -This package contains library source intended for building other packages which -use the "system-config" feature of the "%{crate}" crate. - -%files -n %{name}+system-config-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+testing-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+testing-devel %{_description} - -This package contains library source intended for building other packages which -use the "testing" feature of the "%{crate}" crate. - -%files -n %{name}+testing-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-openssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-openssl" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-openssl-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-runtime-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-runtime-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-runtime" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-runtime-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+tokio-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-tls-devel %{_description} - -This package contains library source intended for building other packages which -use the "tokio-tls" feature of the "%{crate}" crate. - -%files -n %{name}+tokio-tls-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+trust-dns-native-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+trust-dns-native-tls-devel %{_description} - -This package contains library source intended for building other packages which -use the "trust-dns-native-tls" feature of the "%{crate}" crate. - -%files -n %{name}+trust-dns-native-tls-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+trust-dns-openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+trust-dns-openssl-devel %{_description} - -This package contains library source intended for building other packages which -use the "trust-dns-openssl" feature of the "%{crate}" crate. - -%files -n %{name}+trust-dns-openssl-devel -%ghost %{crate_instdir}/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 -* Mon Aug 01 2022 Fabio Valentini <decathorpe(a)gmail.com> - 0.19.7-5 -- Drop unused wasm-bindgen and ring/rustls features. - -* 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-resolver 0.19 diff --git a/rust2rpm.conf b/rust2rpm.conf deleted file mode 100644 index b1af7ed..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,10 +0,0 @@ -[DEFAULT] -unwanted-features = - rustls - tokio-rustls - trust-dns-https - trust-dns-rustls - webpki-roots - dns-over-https-rustls - dns-over-rustls - dnssec-ring diff --git a/sources b/sources deleted file mode 100644 index 2f6a5f2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (trust-dns-resolver-0.19.7.crate) = 1cdaeb21ba8b09a4ccf39623d404aa37e872ab833cac3a9989be9d08810fc029c0ec499dc1ea17243dad88c2e9cd3cf96e7b16e1a0a974f81c910f44b2dcc72c diff --git a/trust-dns-resolver-fix-metadata-auto.diff b/trust-dns-resolver-fix-metadata-auto.diff deleted file mode 100644 index 0ff5922..0000000 --- a/trust-dns-resolver-fix-metadata-auto.diff +++ /dev/null @@ -1,16 +0,0 @@ ---- trust-dns-resolver-0.19.7/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ trust-dns-resolver-0.19.7/Cargo.toml 1970-01-01T00:00:00+00:00 -@@ -125,12 +125,9 @@ - dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"] - mdns = ["trust-dns-proto/mdns"] - serde-config = ["serde", "trust-dns-proto/serde-config"] --system-config = ["ipconfig", "resolv-conf"] -+system-config = ["resolv-conf"] - testing = [] - tokio-runtime = ["tokio/rt-core", "trust-dns-proto/tokio-runtime"] --[target."cfg(windows)".dependencies.ipconfig] --version = "0.2.0" --optional = true - [badges.codecov] - branch = "master" - repository = "bluejekyll/trust-dns"
1
0
0
0
Architecture specific change in rpms/rust-phf_codegen0.7.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-phf_codegen0.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_codegen0.7.git/commit/?id=…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 055c1190288b463d140c305272d2b052a969dfc7 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:06:53 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c9c78f6..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/phf_codegen-0.7.24.crate diff --git a/README.md b/README.md deleted file mode 100644 index 2a3f43f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-phf_codegen0.7 - -The rust-phf_codegen0.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_codegen0.7.spec b/rust-phf_codegen0.7.spec deleted file mode 100644 index 5601952..0000000 --- a/rust-phf_codegen0.7.spec +++ /dev/null @@ -1,89 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_with check -%global debug_package %{nil} - -%global crate phf_codegen - -Name: rust-%{crate}0.7 -Version: 0.7.24 -Release: 6%{?dist} -Summary: Codegen library for PHF types - -# Upstream license specification: MIT -#
https://github.com/sfackler/rust-phf/pull/118
-License: MIT -URL:
https://crates.io/crates/phf_codegen
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Codegen library for PHF types.} - -%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 16:39:47 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 4fdd8c1..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (phf_codegen-0.7.24.crate) = 2f01538937b89c0bb3e4f779b4347ae0d0515e6a99a6692a57898b8c97e33a02dbf918757b95800333cbbb60748593471e40260b767f8b87cb48e2a23a90d664
1
0
0
0
Architecture specific change in rpms/rust-phf0.7.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-phf0.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-phf0.7.git/commit/?id=16916d35…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 16916d35f554b45a09db21614ab633478b3cd1ad Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:06:31 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3cc5244..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/phf-0.7.24.crate diff --git a/README.md b/README.md deleted file mode 100644 index 691e413..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-phf0.7 - -The rust-phf0.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-phf0.7.spec b/rust-phf0.7.spec deleted file mode 100644 index 571afd2..0000000 --- a/rust-phf0.7.spec +++ /dev/null @@ -1,138 +0,0 @@ -# Generated by rust2rpm 13 -# * The tests use the nightly macros feature -%bcond_with check -%global debug_package %{nil} - -%global crate phf - -Name: rust-%{crate}0.7 -Version: 0.7.24 -Release: 6%{?dist} -Summary: Runtime support for perfect hash function data structures - -# Upstream license specification: MIT -#
https://github.com/sfackler/rust-phf/pull/118
-License: MIT -URL:
https://crates.io/crates/phf
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Runtime support for perfect hash function data structures.} - -%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 - -%package -n %{name}+core-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+core-devel %{_description} - -This package contains library source intended for building other packages -which use "core" feature of "%{crate}" crate. - -%files -n %{name}+core-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+macros-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+macros-devel %{_description} - -This package contains library source intended for building other packages -which use "macros" feature of "%{crate}" crate. - -%files -n %{name}+macros-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+phf_macros-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+phf_macros-devel %{_description} - -This package contains library source intended for building other packages -which use "phf_macros" feature of "%{crate}" crate. - -%files -n %{name}+phf_macros-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+unicase-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+unicase-devel %{_description} - -This package contains library source intended for building other packages -which use "unicase" feature of "%{crate}" crate. - -%files -n %{name}+unicase-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:40:02 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 79f067a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (phf-0.7.24.crate) = 0140e9acb7dbf6ac2d17110e8efc9ef515e2f54b1b3b213d98507da6b9e9e3eb0995173c69b31c34f536ca9b06eab108015ac26d2207af79bec4e20d19d62e44
1
0
0
0
Architecture specific change in rpms/rust-open1.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-open1.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-open1.git/commit/?id=e426e045d…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit e426e045d1cdddeed6b938c093db4dc25b1b798a Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:06:09 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 25b4135..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/open-1.7.1.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/open-fix-metadata.diff b/open-fix-metadata.diff deleted file mode 100644 index cd8acf9..0000000 --- a/open-fix-metadata.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- open-1.7.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ open-1.7.1/Cargo.toml 2021-11-08T17:36:31.306480+00:00 -@@ -21,13 +21,7 @@ - keywords = ["open", "xdg-open", "start", "launch"] - license = "MIT" - repository = "
https://github.com/Byron/open-rs
" -+autobins = false - --[[bin]] --name = "open" --test = false --doc = false - [target."cfg(all(unix, not(macos)))".dependencies.pathdiff] - version = "0.2.0" --[target."cfg(windows)".dependencies.winapi] --version = "0.3" --features = ["shellapi"] diff --git a/rust-open1.spec b/rust-open1.spec deleted file mode 100644 index 4f4229e..0000000 --- a/rust-open1.spec +++ /dev/null @@ -1,78 +0,0 @@ -# Generated by rust2rpm 18 -%bcond_without check -%global debug_package %{nil} - -%global crate open - -Name: rust-%{crate}1 -Version: 1.7.1 -Release: %autorelease -Summary: Open a path or URL using the program configured on the system - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/open
-Source: %{crates_source} -# Initial patched metadata -# * drop windows-specific dependencies -# * drop useless /usr/bin/open binary -Patch0: open-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Open a path or URL using the program configured on the system.} - -%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.md -%doc README.md changelog.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 - -%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 1f6f3d0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (open-1.7.1.crate) = 97c064ade1c9e1329aef03cffc6dbf565a7a3c0acf41845236202b0003d4d709b769e22cef0190624c32b5b6e1506964028a4649e4bb79f1ced5ae9f954508b3
1
0
0
0
Architecture specific change in rpms/rust-mime0.2.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-mime0.2.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-mime0.2.git/commit/?id=c1396a5…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit c1396a5b1d9437b15e285a83100e39bf743efaee Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:05:47 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e64a2d3..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/mime-0.2.6.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf deleted file mode 100644 index 1debc73..0000000 --- a/.rust2rpm.conf +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] -unwanted-features = - heapsize - heap_size - nightly - serde diff --git a/README.md b/README.md deleted file mode 100644 index 2f5c775..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-mime0.2 - -The rust-mime0.2 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-mime0.2.spec b/rust-mime0.2.spec deleted file mode 100644 index 322c0d4..0000000 --- a/rust-mime0.2.spec +++ /dev/null @@ -1,117 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_with check -%global debug_package %{nil} - -%global crate mime - -Name: rust-%{crate}0.2 -Version: 0.2.6 -Release: 15%{?dist} -Summary: Strongly Typed Mimes - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/mime
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Strongly Typed Mimes.} - -%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 - -%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.2.6-15 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.6-14 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.6-13 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.6-12 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Fri Dec 11 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.2.6-11 -- Remove features with broken dependencies (heapsize, serde < 1). - -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.6-10 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Tue Feb 18 03:46:55 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.2.6-9 -- Disable tests for real - -* Tue Feb 18 03:23:17 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.2.6-8 -- Disable tests - -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.6-7 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.6-6 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sat Jun 22 16:33:06 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.6-5 -- Regenerate - -* Thu Mar 14 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.6-4 -- Adapt to new packaging - -* Sat Feb 02 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.6-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- -* Thu Nov 15 2018 Josh Stone <jistone(a)redhat.com> - 0.2.6-2 -- Adapt to new packaging - -* Sun Jul 15 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.6-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index da0e014..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (mime-0.2.6.crate) = 30e0cd95c8961ddce61759fa2c7273dfd37d490f96a5715d558c6c7775457560268309c3ad1222ff8150beab8f328b3a958dc05729d9550233d3efa0a1e13137
1
0
0
0
Architecture specific change in rpms/rust-http-body0.3.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-http-body0.3.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-http-body0.3.git/commit/?id=3c…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 3cd05abf4dff1691a171089e45cd715b4f739ecc Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:05:22 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1e35002..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/http-body-0.3.1.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-http-body0.3.spec b/rust-http-body0.3.spec deleted file mode 100644 index f754e21..0000000 --- a/rust-http-body0.3.spec +++ /dev/null @@ -1,84 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_without check -%global debug_package %{nil} - -%global crate http-body - -Name: rust-%{crate}0.3 -Version: 0.3.1 -Release: 4%{?dist} -Summary: Trait representing an asynchronous, streaming, HTTP request or response body - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/http-body
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Trait representing an asynchronous, streaming, HTTP request or response body.} - -%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 CHANGELOG.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 - -%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.3.1-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.1-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.1-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Sun Mar 07 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.1-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 4b85cfd..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (http-body-0.3.1.crate) = 0c81b2d8512be3f07d5b08534d2a27424fd6abdf175e9bad9a657b9d95a48e2916c8713bea8de3154520c7ebd097324de246a1d2ca6595f2355e1c93fd9fe6ee
1
0
0
0
Architecture specific change in rpms/rust-h2_0.2.git
by githook-noreply@fedoraproject.org
01 Oct '22
01 Oct '22
The package rpms/rust-h2_0.2.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-h2_0.2.git/commit/?id=ffb21bdf…
. Change: -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit ffb21bdfc4ba60770c2eeb9b77f6bc99731175a9 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Oct 1 13:05:01 2022 +0200 compat package no longer needed diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0960e22..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/results_*/ -/*.src.rpm - -/h2-0.2.7.crate diff --git a/README.md b/README.md deleted file mode 100644 index 62f3ce8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-h2_0.2 - -The rust-h2_0.2 package 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-h2_0.2.spec b/rust-h2_0.2.spec deleted file mode 100644 index 6f27f1c..0000000 --- a/rust-h2_0.2.spec +++ /dev/null @@ -1,110 +0,0 @@ -# Generated by rust2rpm 16 -# * rustls is not packaged -%bcond_with check -%global debug_package %{nil} - -%global crate h2 - -Name: rust-%{crate}_0.2 -Version: 0.2.7 -Release: 4%{?dist} -Summary: HTTP/2.0 client and server - -# Upstream license specification: MIT -License: MIT -URL:
https://crates.io/crates/h2
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -HTTP/2.0 client and server.} - -%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 CHANGELOG.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}+stream-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+stream-devel %{_description} - -This package contains library source intended for building other packages -which use "stream" feature of "%{crate}" crate. - -%files -n %{name}+stream-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "unstable" feature of "%{crate}" crate. - -%files -n %{name}+unstable-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.2.7-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.7-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Tue Jul 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.7-2 -- Second attempt - Rebuilt for -
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Sun Mar 07 2021 Fabio Valentini <decathorpe(a)gmail.com> - 0.2.7-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index e480344..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (h2-0.2.7.crate) = 6157bcd335d303246478f45b8740dca687f693dbbb462a0ea9560af12d1fe12a9c680c57c1e7ea0b0842137ee66cde827f273e0faa619db3b6180c5587bd0fc9
1
0
0
0
← Newer
1
...
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