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
June
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
May 2022
----- 2025 -----
June 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
238 discussions
Start a n
N
ew thread
Architecture specific change in rpms/rust-actix-router.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/rust-actix-router.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-actix-router.git/commit/?id=c3…
https://src.fedoraproject.org/cgit/rpms/rust-actix-router.git/commit/?id=36…
. Change: +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 4fc647a0f88a8d09ab830e272939696a2954257e Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue May 31 22:37:26 2022 +0200 Update to version 0.5.0; Fixes RHBZ#1968199 diff --git a/.gitignore b/.gitignore index cb9a51d..318400e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /actix-router-0.2.0.crate /actix-router-0.2.4.crate /actix-router-0.2.7.crate +/actix-router-0.5.0.crate diff --git a/actix-router-fix-metadata.diff b/actix-router-fix-metadata.diff deleted file mode 100644 index 1c7611d..0000000 --- a/actix-router-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- actix-router-0.2.7/Cargo.toml 2021-02-06T19:52:12+00:00 -+++ actix-router-0.2.7/Cargo.toml 2021-07-20T22:37:18.876098+00:00 -@@ -41,5 +41,8 @@ - [dependencies.serde] - version = "1.0.104" - -+[dev-dependencies.serde_derive] -+version = "1.0.104" -+ - [features] - default = ["http"] diff --git a/rust-actix-router.spec b/rust-actix-router.spec index 8abc516..233a859 100644 --- a/rust-actix-router.spec +++ b/rust-actix-router.spec @@ -1,31 +1,26 @@ -# Generated by rust2rpm 18 -%bcond_without check +# Generated by rust2rpm 21 +# * tests can only be run in-tree +%bcond_with check %global debug_package %{nil} %global crate actix-router Name: rust-%{crate} -Version: 0.2.7 +Version: 0.5.0 Release: %autorelease -Summary: Resource path matching library +Summary: Resource path matching and router # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL:
https://crates.io/crates/actix-router
Source: %{crates_source} -# Initial patched metadata -# * add missing serde_derive dev-dependency -Patch0: actix-router-fix-metadata.diff ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: -Resource path matching library.} +Resource path matching and router.} %description %{_description} @@ -35,13 +30,14 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate. %files devel -%license LICENSE-MIT LICENSE-APACHE -%doc CHANGES.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGES.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -49,11 +45,11 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+http-devel Summary: %{summary} @@ -61,11 +57,11 @@ BuildArch: noarch %description -n %{name}+http-devel %{_description} -This package contains library source intended for building other packages -which use "http" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "http" feature of the "%{crate}" crate. %files -n %{name}+http-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 7456f9b..18c598c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (actix-router-0.2.7.crate) = 133d4b87f8206e7274354c4c52bd44331fe4d5e5369345c900f83e73797bfca9d8a9caf11ba2f5d8d4bf07acf98f627376ab8363e0da41fc36625b461df946bb +SHA512 (actix-router-0.5.0.crate) = cbc42daa70b53e0a552736ae5f842585c7bd0f39d8070b558455609a43641a80dd1da51cbfa71016cf9396f5f40e18ab98901298d78a20521112084302fadcec commit 02cf470cb2fa6f717da92e32ba80cbd66254dcc0 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 21 19:32:50 2022 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> commit c354f559c3f282415049fd1ceb3b06680225180c Author: Tomas Hrcka <thrcka(a)redhat.com> Date: Tue Dec 7 12:54:24 2021 +0100 Unretirement request
https://pagure.io/releng/issue/10427
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com> diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb9a51d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/actix-router-0.1.5.crate +/actix-router-0.2.0.crate +/actix-router-0.2.4.crate +/actix-router-0.2.7.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..1da7956 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-actix-router + +The rust-actix-router package \ No newline at end of file diff --git a/actix-router-fix-metadata.diff b/actix-router-fix-metadata.diff new file mode 100644 index 0000000..1c7611d --- /dev/null +++ b/actix-router-fix-metadata.diff @@ -0,0 +1,11 @@ +--- actix-router-0.2.7/Cargo.toml 2021-02-06T19:52:12+00:00 ++++ actix-router-0.2.7/Cargo.toml 2021-07-20T22:37:18.876098+00:00 +@@ -41,5 +41,8 @@ + [dependencies.serde] + version = "1.0.104" + ++[dev-dependencies.serde_derive] ++version = "1.0.104" ++ + [features] + default = ["http"] diff --git a/changelog b/changelog new file mode 100644 index 0000000..8494182 --- /dev/null +++ b/changelog @@ -0,0 +1,23 @@ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.4-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.4-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Tue Mar 10 2020 Josh Stone <jistone(a)redhat.com> - 0.2.4-1 +- Update to 0.2.4 + +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Sat Dec 14 16:09:50 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1 +- Update to 0.2.0 + +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.5-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Sat Jun 22 19:56:23 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.5-2 +- Regenerate + +* Fri May 31 15:55:14 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.5-1 +- Initial package diff --git a/dead.package b/dead.package deleted file mode 100644 index 5ac8255..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -no longer used diff --git a/rust-actix-router.spec b/rust-actix-router.spec new file mode 100644 index 0000000..8abc516 --- /dev/null +++ b/rust-actix-router.spec @@ -0,0 +1,89 @@ +# Generated by rust2rpm 18 +%bcond_without check +%global debug_package %{nil} + +%global crate actix-router + +Name: rust-%{crate} +Version: 0.2.7 +Release: %autorelease +Summary: Resource path matching library + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL:
https://crates.io/crates/actix-router
+Source: %{crates_source} +# Initial patched metadata +# * add missing serde_derive dev-dependency +Patch0: actix-router-fix-metadata.diff + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Resource path matching library.} + +%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-MIT LICENSE-APACHE +%doc CHANGES.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}+http-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+http-devel %{_description} + +This package contains library source intended for building other packages +which use "http" feature of "%{crate}" crate. + +%files -n %{name}+http-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 new file mode 100644 index 0000000..7456f9b --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (actix-router-0.2.7.crate) = 133d4b87f8206e7274354c4c52bd44331fe4d5e5369345c900f83e73797bfca9d8a9caf11ba2f5d8d4bf07acf98f627376ab8363e0da41fc36625b461df946bb commit 36b8034e232ffaa02f6a4127455374b04ac60fc1 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue Nov 23 11:20:47 2021 +0100 no longer used diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cb9a51d..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/actix-router-0.1.5.crate -/actix-router-0.2.0.crate -/actix-router-0.2.4.crate -/actix-router-0.2.7.crate diff --git a/README.md b/README.md deleted file mode 100644 index 1da7956..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-actix-router - -The rust-actix-router package \ No newline at end of file diff --git a/actix-router-fix-metadata.diff b/actix-router-fix-metadata.diff deleted file mode 100644 index 1c7611d..0000000 --- a/actix-router-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- actix-router-0.2.7/Cargo.toml 2021-02-06T19:52:12+00:00 -+++ actix-router-0.2.7/Cargo.toml 2021-07-20T22:37:18.876098+00:00 -@@ -41,5 +41,8 @@ - [dependencies.serde] - version = "1.0.104" - -+[dev-dependencies.serde_derive] -+version = "1.0.104" -+ - [features] - default = ["http"] diff --git a/changelog b/changelog deleted file mode 100644 index 8494182..0000000 --- a/changelog +++ /dev/null @@ -1,23 +0,0 @@ -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.4-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.4-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Tue Mar 10 2020 Josh Stone <jistone(a)redhat.com> - 0.2.4-1 -- Update to 0.2.4 - -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Sat Dec 14 16:09:50 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1 -- Update to 0.2.0 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.5-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sat Jun 22 19:56:23 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.5-2 -- Regenerate - -* Fri May 31 15:55:14 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.5-1 -- Initial package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5ac8255 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer used diff --git a/rust-actix-router.spec b/rust-actix-router.spec deleted file mode 100644 index 8abc516..0000000 --- a/rust-actix-router.spec +++ /dev/null @@ -1,89 +0,0 @@ -# Generated by rust2rpm 18 -%bcond_without check -%global debug_package %{nil} - -%global crate actix-router - -Name: rust-%{crate} -Version: 0.2.7 -Release: %autorelease -Summary: Resource path matching library - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/actix-router
-Source: %{crates_source} -# Initial patched metadata -# * add missing serde_derive dev-dependency -Patch0: actix-router-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Resource path matching library.} - -%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-MIT LICENSE-APACHE -%doc CHANGES.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}+http-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+http-devel %{_description} - -This package contains library source intended for building other packages -which use "http" feature of "%{crate}" crate. - -%files -n %{name}+http-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 7456f9b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (actix-router-0.2.7.crate) = 133d4b87f8206e7274354c4c52bd44331fe4d5e5369345c900f83e73797bfca9d8a9caf11ba2f5d8d4bf07acf98f627376ab8363e0da41fc36625b461df946bb
1
0
0
0
Architecture specific change in rpms/rust-actix-service.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/rust-actix-service.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-actix-service.git/commit/?id=e…
https://src.fedoraproject.org/cgit/rpms/rust-actix-service.git/commit/?id=2…
. Change: +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit bb03d768943e78cb348e1ec26a8091411aeac33f Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue May 31 22:27:37 2022 +0200 Update to version 2.0.2; Fixes RHBZ#2033844 diff --git a/.gitignore b/.gitignore index b508251..17d1a59 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /actix-service-1.0.1.crate /actix-service-1.0.5.crate /actix-service-1.0.6.crate +/actix-service-2.0.2.crate diff --git a/rust-actix-service.spec b/rust-actix-service.spec index c3578e6..fcfe73b 100644 --- a/rust-actix-service.spec +++ b/rust-actix-service.spec @@ -1,13 +1,14 @@ -# Generated by rust2rpm 13 -%bcond_without check +# Generated by rust2rpm 21 +# * tests can only be run in-tree +%bcond_with check %global debug_package %{nil} %global crate actix-service Name: rust-%{crate} -Version: 1.0.6 +Version: 2.0.2 Release: %autorelease -Summary: Actix service +Summary: Service trait and combinators for representing asynchronous request/response operations # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 @@ -15,11 +16,8 @@ URL:
https://crates.io/crates/actix-service
Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Service trait and combinators for representing asynchronous request/response @@ -33,13 +31,15 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate. %files devel -%license LICENSE-MIT LICENSE-APACHE -%doc CHANGES.md README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGES.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -47,11 +47,11 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 2648ed0..41554e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (actix-service-1.0.6.crate) = fa418715c84c196b2010d6c3814fb8eafac86bedc79d0a44339a22c26070205a466788584cab25c8f5b3a61edd0a19b52658fe2eee4dee3dfbafbcacc4730c25 +SHA512 (actix-service-2.0.2.crate) = cd77f83f82cf16fe53aca0ad0cdd72d1c9958d4d7ab3115605c05c2b5490396702d7294d46408c2b0a9639758d367c6c3b1392475cc3d03888b9786b5a7ddce6 commit 8b5a48aa0bc11fd748b9820cd6a26b4d78e15a5f Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Mon May 16 11:49:49 2022 +0200 Convert to rpmautospec diff --git a/changelog b/changelog new file mode 100644 index 0000000..3a077a6 --- /dev/null +++ b/changelog @@ -0,0 +1,38 @@ +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Sat Sep 12 2020 Josh Stone <jistone(a)redhat.com> - 1.0.6-1 +- Update to 1.0.6 + +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.5-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Mon Mar 02 08:51:48 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.5-1 +- Update to 1.0.5 + +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Fri Dec 27 08:24:29 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1 +- Update to 1.0.1 + +* Sat Dec 14 13:18:23 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1 +- Update to 1.0.0 + +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Sun Jun 23 11:06:09 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-2 +- Regenerate + +* Thu Jun 06 13:58:50 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-1 +- Update to 0.4.1 + +* Fri May 31 09:17:02 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 +- Initial package diff --git a/rust-actix-service.spec b/rust-actix-service.spec index d0c6515..c3578e6 100644 --- a/rust-actix-service.spec +++ b/rust-actix-service.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.6 -Release: 4%{?dist} +Release: %autorelease Summary: Actix service # Upstream license specification: MIT OR Apache-2.0 @@ -72,41 +72,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Sat Sep 12 2020 Josh Stone <jistone(a)redhat.com> - 1.0.6-1 -- Update to 1.0.6 - -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.5-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Mon Mar 02 08:51:48 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.5-1 -- Update to 1.0.5 - -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Dec 27 08:24:29 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1 -- Update to 1.0.1 - -* Sat Dec 14 13:18:23 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1 -- Update to 1.0.0 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sun Jun 23 11:06:09 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-2 -- Regenerate - -* Thu Jun 06 13:58:50 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-1 -- Update to 0.4.1 - -* Fri May 31 09:17:02 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 -- Initial package +%autochangelog commit 072a53347512fb9c432ee88490268efb14cb5f54 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 21 19:33:26 2022 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-actix-service.spec b/rust-actix-service.spec index ebfcc61..d0c6515 100644 --- a/rust-actix-service.spec +++ b/rust-actix-service.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Actix service # Upstream license specification: MIT OR Apache-2.0 @@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ * Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-3 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit e5fa9e6149575f91461ce5f195345386b1538e7a Author: Tomas Hrcka <thrcka(a)redhat.com> Date: Tue Dec 7 13:05:47 2021 +0100 Unretirement request
https://pagure.io/releng/issue/10429
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com> diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b508251 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/actix-service-0.4.0.crate +/actix-service-0.4.1.crate +/actix-service-1.0.0.crate +/actix-service-1.0.1.crate +/actix-service-1.0.5.crate +/actix-service-1.0.6.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8a0e8f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-actix-service + +The rust-actix-service package \ No newline at end of file diff --git a/dead.package b/dead.package deleted file mode 100644 index 5ac8255..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -no longer used diff --git a/rust-actix-service.spec b/rust-actix-service.spec new file mode 100644 index 0000000..ebfcc61 --- /dev/null +++ b/rust-actix-service.spec @@ -0,0 +1,109 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate actix-service + +Name: rust-%{crate} +Version: 1.0.6 +Release: 3%{?dist} +Summary: Actix service + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL:
https://crates.io/crates/actix-service
+Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Service trait and combinators for representing asynchronous request/response +operations.} + +%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-MIT LICENSE-APACHE +%doc CHANGES.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 "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 +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Sat Sep 12 2020 Josh Stone <jistone(a)redhat.com> - 1.0.6-1 +- Update to 1.0.6 + +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.5-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Mon Mar 02 08:51:48 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.5-1 +- Update to 1.0.5 + +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Fri Dec 27 08:24:29 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1 +- Update to 1.0.1 + +* Sat Dec 14 13:18:23 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1 +- Update to 1.0.0 + +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Sun Jun 23 11:06:09 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-2 +- Regenerate + +* Thu Jun 06 13:58:50 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-1 +- Update to 0.4.1 + +* Fri May 31 09:17:02 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..2648ed0 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (actix-service-1.0.6.crate) = fa418715c84c196b2010d6c3814fb8eafac86bedc79d0a44339a22c26070205a466788584cab25c8f5b3a61edd0a19b52658fe2eee4dee3dfbafbcacc4730c25 commit 2abb33d2cf04b19c2376ce1f44bf4ac2abb17058 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Mon Nov 29 13:23:02 2021 +0100 no longer used diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b508251..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/actix-service-0.4.0.crate -/actix-service-0.4.1.crate -/actix-service-1.0.0.crate -/actix-service-1.0.1.crate -/actix-service-1.0.5.crate -/actix-service-1.0.6.crate diff --git a/README.md b/README.md deleted file mode 100644 index b8a0e8f..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-actix-service - -The rust-actix-service package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5ac8255 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer used diff --git a/rust-actix-service.spec b/rust-actix-service.spec deleted file mode 100644 index ebfcc61..0000000 --- a/rust-actix-service.spec +++ /dev/null @@ -1,109 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global debug_package %{nil} - -%global crate actix-service - -Name: rust-%{crate} -Version: 1.0.6 -Release: 3%{?dist} -Summary: Actix service - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/actix-service
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Service trait and combinators for representing asynchronous request/response -operations.} - -%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-MIT LICENSE-APACHE -%doc CHANGES.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 "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 -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Sat Sep 12 2020 Josh Stone <jistone(a)redhat.com> - 1.0.6-1 -- Update to 1.0.6 - -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.5-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Mon Mar 02 08:51:48 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.5-1 -- Update to 1.0.5 - -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Dec 27 08:24:29 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1 -- Update to 1.0.1 - -* Sat Dec 14 13:18:23 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1 -- Update to 1.0.0 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.1-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sun Jun 23 11:06:09 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-2 -- Regenerate - -* Thu Jun 06 13:58:50 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-1 -- Update to 0.4.1 - -* Fri May 31 09:17:02 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 2648ed0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (actix-service-1.0.6.crate) = fa418715c84c196b2010d6c3814fb8eafac86bedc79d0a44339a22c26070205a466788584cab25c8f5b3a61edd0a19b52658fe2eee4dee3dfbafbcacc4730c25
1
0
0
0
Architecture specific change in rpms/rust-actix-utils.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/rust-actix-utils.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-actix-utils.git/commit/?id=7ef…
https://src.fedoraproject.org/cgit/rpms/rust-actix-utils.git/commit/?id=f63…
. Change: +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 948db92f189b7b6d57887e1f876b1599e1b7367a Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue May 31 22:20:56 2022 +0200 Update to version 3.0.0 diff --git a/.gitignore b/.gitignore index 336aee7..0639454 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /actix-utils-1.0.4.crate /actix-utils-1.0.6.crate /actix-utils-2.0.0.crate +/actix-utils-3.0.0.crate diff --git a/rust-actix-utils.spec b/rust-actix-utils.spec index 510fc01..f1df3ab 100644 --- a/rust-actix-utils.spec +++ b/rust-actix-utils.spec @@ -1,13 +1,14 @@ -# Generated by rust2rpm 13 -%bcond_without check +# Generated by rust2rpm 21 +# * tests can only be run in-tree +%bcond_with check %global debug_package %{nil} %global crate actix-utils Name: rust-%{crate} -Version: 2.0.0 +Version: 3.0.0 Release: %autorelease -Summary: Various network related services and utilities for Actix +Summary: Various utilities used in the Actix ecosystem # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 @@ -15,14 +16,11 @@ URL:
https://crates.io/crates/actix-utils
Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: -Various network related services and utilities for the Actix ecosystem.} +Various utilities used in the Actix ecosystem.} %description %{_description} @@ -32,13 +30,14 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate. %files devel -%license LICENSE-MIT LICENSE-APACHE -%doc CHANGES.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGES.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -46,11 +45,11 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 8faf7c1..6fd93e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (actix-utils-2.0.0.crate) = c0339ef1ca16498d777673ae6d0baf51b6bdd123ba3bd23797c4f9cb3dc35d2fb15e20cff31f0c709cac04c7cee0ae850f1a355fab7fc0a54e21308a668888a3 +SHA512 (actix-utils-3.0.0.crate) = e71280275051ebce7d10ea133b67f341ebdc750b22022c4d94a9570786ce92931a8ff41c0860e8433e87f6a479aded2d2adde19d91831a25f682ab32f4382743 commit bd87937b8783a5f290a8c1cdb2eab4618edd74cf Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Mon May 16 11:51:24 2022 +0200 Convert to rpmautospec diff --git a/changelog b/changelog new file mode 100644 index 0000000..c8eedbf --- /dev/null +++ b/changelog @@ -0,0 +1,41 @@ +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1 +- Update to version 2.0.0. + +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Tue Feb 11 10:03:52 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.6-1 +- Update to 1.0.6 + +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Fri Dec 20 11:27:03 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.4-1 +- Update to 1.0.4 + +* Sat Dec 14 13:33:50 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.3-1 +- Update to 1.0.3 + +* Sat Aug 03 13:54:35 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.5-1 +- Update to 0.4.5 + +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Sun Jun 30 12:04:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.2-1 +- Update to 0.4.2 + +* Sat Jun 22 23:32:08 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-2 +- Regenerate + +* Fri May 31 09:19:17 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-1 +- Initial package diff --git a/rust-actix-utils.spec b/rust-actix-utils.spec index e2cd025..510fc01 100644 --- a/rust-actix-utils.spec +++ b/rust-actix-utils.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.0.0 -Release: 4%{?dist} +Release: %autorelease Summary: Various network related services and utilities for Actix # Upstream license specification: MIT OR Apache-2.0 @@ -71,44 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1 -- Update to version 2.0.0. - -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Tue Feb 11 10:03:52 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.6-1 -- Update to 1.0.6 - -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Dec 20 11:27:03 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.4-1 -- Update to 1.0.4 - -* Sat Dec 14 13:33:50 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.3-1 -- Update to 1.0.3 - -* Sat Aug 03 13:54:35 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.5-1 -- Update to 0.4.5 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sun Jun 30 12:04:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.2-1 -- Update to 0.4.2 - -* Sat Jun 22 23:32:08 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-2 -- Regenerate - -* Fri May 31 09:19:17 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-1 -- Initial package +%autochangelog commit de89ff7800ca78f62cff0b769350633a8aff8e5b Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 21 19:34:03 2022 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-actix-utils.spec b/rust-actix-utils.spec index 80b8a84..e2cd025 100644 --- a/rust-actix-utils.spec +++ b/rust-actix-utils.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Various network related services and utilities for Actix # Upstream license specification: MIT OR Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ * Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-3 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 7efa3da0c7fabe3d4cd12c45db47f87bcc804499 Author: Tomas Hrcka <thrcka(a)redhat.com> Date: Tue Dec 7 13:48:46 2021 +0100 Unretirement request
https://pagure.io/releng/issue/10432
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com> diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..336aee7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/actix-utils-0.4.1.crate +/actix-utils-0.4.2.crate +/actix-utils-0.4.5.crate +/actix-utils-1.0.3.crate +/actix-utils-1.0.4.crate +/actix-utils-1.0.6.crate +/actix-utils-2.0.0.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d97749 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-actix-utils + +The rust-actix-utils package \ No newline at end of file diff --git a/dead.package b/dead.package deleted file mode 100644 index 5ac8255..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -no longer used diff --git a/rust-actix-utils.spec b/rust-actix-utils.spec new file mode 100644 index 0000000..80b8a84 --- /dev/null +++ b/rust-actix-utils.spec @@ -0,0 +1,111 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate actix-utils + +Name: rust-%{crate} +Version: 2.0.0 +Release: 3%{?dist} +Summary: Various network related services and utilities for Actix + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL:
https://crates.io/crates/actix-utils
+Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Various network related services and utilities for the Actix ecosystem.} + +%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-MIT LICENSE-APACHE +%doc CHANGES.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 +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1 +- Update to version 2.0.0. + +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Tue Feb 11 10:03:52 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.6-1 +- Update to 1.0.6 + +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Fri Dec 20 11:27:03 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.4-1 +- Update to 1.0.4 + +* Sat Dec 14 13:33:50 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.3-1 +- Update to 1.0.3 + +* Sat Aug 03 13:54:35 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.5-1 +- Update to 0.4.5 + +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Sun Jun 30 12:04:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.2-1 +- Update to 0.4.2 + +* Sat Jun 22 23:32:08 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-2 +- Regenerate + +* Fri May 31 09:19:17 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..8faf7c1 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (actix-utils-2.0.0.crate) = c0339ef1ca16498d777673ae6d0baf51b6bdd123ba3bd23797c4f9cb3dc35d2fb15e20cff31f0c709cac04c7cee0ae850f1a355fab7fc0a54e21308a668888a3 commit f634a3f36f0d3188693971911d6c3cb9b12ae7db Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Sat Nov 27 23:50:08 2021 +0100 no longer used diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 336aee7..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/actix-utils-0.4.1.crate -/actix-utils-0.4.2.crate -/actix-utils-0.4.5.crate -/actix-utils-1.0.3.crate -/actix-utils-1.0.4.crate -/actix-utils-1.0.6.crate -/actix-utils-2.0.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 6d97749..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-actix-utils - -The rust-actix-utils package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5ac8255 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer used diff --git a/rust-actix-utils.spec b/rust-actix-utils.spec deleted file mode 100644 index 80b8a84..0000000 --- a/rust-actix-utils.spec +++ /dev/null @@ -1,111 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global debug_package %{nil} - -%global crate actix-utils - -Name: rust-%{crate} -Version: 2.0.0 -Release: 3%{?dist} -Summary: Various network related services and utilities for Actix - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/actix-utils
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Various network related services and utilities for the Actix ecosystem.} - -%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-MIT LICENSE-APACHE -%doc CHANGES.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 -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1 -- Update to version 2.0.0. - -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.6-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Tue Feb 11 10:03:52 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.6-1 -- Update to 1.0.6 - -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Fri Dec 20 11:27:03 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.4-1 -- Update to 1.0.4 - -* Sat Dec 14 13:33:50 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.3-1 -- Update to 1.0.3 - -* Sat Aug 03 13:54:35 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.5-1 -- Update to 0.4.5 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sun Jun 30 12:04:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.2-1 -- Update to 0.4.2 - -* Sat Jun 22 23:32:08 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-2 -- Regenerate - -* Fri May 31 09:19:17 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.4.1-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 8faf7c1..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (actix-utils-2.0.0.crate) = c0339ef1ca16498d777673ae6d0baf51b6bdd123ba3bd23797c4f9cb3dc35d2fb15e20cff31f0c709cac04c7cee0ae850f1a355fab7fc0a54e21308a668888a3
1
0
0
0
Architecture specific change in rpms/rust-actix-codec.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/rust-actix-codec.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-actix-codec.git/commit/?id=c12…
https://src.fedoraproject.org/cgit/rpms/rust-actix-codec.git/commit/?id=8be…
. Change: +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 8995c41c409c3b6603181547e3c47323a57628f7 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue May 31 22:08:42 2022 +0200 Update to version 0.5.0; Fixes RHBZ#2036321 diff --git a/.gitignore b/.gitignore index f8f771f..9e78f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /actix-codec-0.1.2.crate /actix-codec-0.2.0.crate /actix-codec-0.3.0.crate +/actix-codec-0.5.0.crate diff --git a/rust-actix-codec.spec b/rust-actix-codec.spec index 8ecf1a7..3d682a9 100644 --- a/rust-actix-codec.spec +++ b/rust-actix-codec.spec @@ -1,11 +1,12 @@ -# Generated by rust2rpm 13 -%bcond_without check +# Generated by rust2rpm 21 +# * tests can only be run in-tree +%bcond_with check %global debug_package %{nil} %global crate actix-codec Name: rust-%{crate} -Version: 0.3.0 +Version: 0.5.0 Release: %autorelease Summary: Codec utilities for working with framed protocols @@ -15,11 +16,8 @@ URL:
https://crates.io/crates/actix-codec
Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Codec utilities for working with framed protocols.} @@ -32,13 +30,14 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate. %files devel -%license LICENSE-MIT LICENSE-APACHE -%doc CHANGES.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGES.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -46,11 +45,11 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 8c8ea5e..421d187 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (actix-codec-0.3.0.crate) = 9ca8e23d7c680c7d4979eaa8b7fa0399cfa069541bd1d876ebf8cdf8c163d08404e8e70be1768b07d48917e4a1b61837d74bf1bd8bef4d46514434ee6857b06e +SHA512 (actix-codec-0.5.0.crate) = 629ee124888d31ce57759eeafd17798671ac83ac0611c86397fd2573a275ee9c4135160d20ff61dc8f57adc03ca6350b025ebe74d8f75b33d7d6a7fb6dc32057 commit efd1e82e479e0c5e77f59fb4b011c9afd2d39eb1 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Mon May 16 11:46:08 2022 +0200 Convert to rpmautospec diff --git a/changelog b/changelog new file mode 100644 index 0000000..9427dc3 --- /dev/null +++ b/changelog @@ -0,0 +1,29 @@ +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-1 +- Update to version 0.3.0. + +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Sat Dec 14 11:29:27 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1 +- Update to 0.2.0 + +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Sat Jun 22 19:55:36 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-2 +- Regenerate + +* Fri May 31 09:15:17 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-1 +- Initial package diff --git a/rust-actix-codec.spec b/rust-actix-codec.spec index fa47c2f..8ecf1a7 100644 --- a/rust-actix-codec.spec +++ b/rust-actix-codec.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 4%{?dist} +Release: %autorelease Summary: Codec utilities for working with framed protocols # Upstream license specification: MIT OR Apache-2.0 @@ -71,32 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-1 -- Update to version 0.3.0. - -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Sat Dec 14 11:29:27 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1 -- Update to 0.2.0 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sat Jun 22 19:55:36 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-2 -- Regenerate - -* Fri May 31 09:15:17 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-1 -- Initial package +%autochangelog commit 41bd0b0bd767640e63ae3b584ac60d42490cec9e Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Fri Jan 21 19:32:05 2022 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/rust-actix-codec.spec b/rust-actix-codec.spec index 955b93a..fa47c2f 100644 --- a/rust-actix-codec.spec +++ b/rust-actix-codec.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Codec utilities for working with framed protocols # Upstream license specification: MIT OR Apache-2.0 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-4 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ * Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-3 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit c129c85acd94bd3ccda3b9ed736400cd5009a74b Author: Tomas Hrcka <thrcka(a)redhat.com> Date: Tue Dec 7 12:03:15 2021 +0100 Unretirement request
https://pagure.io/releng/issue/10424
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com> diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8f771f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/actix-codec-0.1.2.crate +/actix-codec-0.2.0.crate +/actix-codec-0.3.0.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f1703e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-actix-codec + +The rust-actix-codec package \ No newline at end of file diff --git a/dead.package b/dead.package deleted file mode 100644 index 5ac8255..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -no longer used diff --git a/rust-actix-codec.spec b/rust-actix-codec.spec new file mode 100644 index 0000000..955b93a --- /dev/null +++ b/rust-actix-codec.spec @@ -0,0 +1,99 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate actix-codec + +Name: rust-%{crate} +Version: 0.3.0 +Release: 3%{?dist} +Summary: Codec utilities for working with framed protocols + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL:
https://crates.io/crates/actix-codec
+Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Codec utilities for working with framed protocols.} + +%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-MIT LICENSE-APACHE +%doc CHANGES.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 +* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ +* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+ +* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-1 +- Update to version 0.3.0. + +* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+ +* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+ +* Sat Dec 14 11:29:27 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1 +- Update to 0.2.0 + +* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-3 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+ +* Sat Jun 22 19:55:36 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-2 +- Regenerate + +* Fri May 31 09:15:17 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..8c8ea5e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (actix-codec-0.3.0.crate) = 9ca8e23d7c680c7d4979eaa8b7fa0399cfa069541bd1d876ebf8cdf8c163d08404e8e70be1768b07d48917e4a1b61837d74bf1bd8bef4d46514434ee6857b06e commit 8becf3c803e1af2d60d1b87518b703e566356948 Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Mon Nov 29 13:21:53 2021 +0100 no longer used diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f8f771f..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/actix-codec-0.1.2.crate -/actix-codec-0.2.0.crate -/actix-codec-0.3.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 1f1703e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-actix-codec - -The rust-actix-codec package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5ac8255 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer used diff --git a/rust-actix-codec.spec b/rust-actix-codec.spec deleted file mode 100644 index 955b93a..0000000 --- a/rust-actix-codec.spec +++ /dev/null @@ -1,99 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global debug_package %{nil} - -%global crate actix-codec - -Name: rust-%{crate} -Version: 0.3.0 -Release: 3%{?dist} -Summary: Codec utilities for working with framed protocols - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL:
https://crates.io/crates/actix-codec
-Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Codec utilities for working with framed protocols.} - -%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-MIT LICENSE-APACHE -%doc CHANGES.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 -* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- -* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- -* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-1 -- Update to version 0.3.0. - -* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- -* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Sat Dec 14 11:29:27 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1 -- Update to 0.2.0 - -* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Sat Jun 22 19:55:36 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-2 -- Regenerate - -* Fri May 31 09:15:17 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 8c8ea5e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (actix-codec-0.3.0.crate) = 9ca8e23d7c680c7d4979eaa8b7fa0399cfa069541bd1d876ebf8cdf8c163d08404e8e70be1768b07d48917e4a1b61837d74bf1bd8bef4d46514434ee6857b06e
1
0
0
0
Architecture specific change in rpms/rust-num_threads.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/rust-num_threads.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-num_threads.git/commit/?id=525…
. Change: +ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 525e3f30b09d802c22e629bb41a95012dcdce5cd Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue May 31 21:54:37 2022 +0200 Initial import (#2086091) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd0c2e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/num_threads-0.1.6.crate diff --git a/README.md b/README.md deleted file mode 100644 index abfad80..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-num_threads - -The rust-num_threads package diff --git a/num_threads-fix-metadata.diff b/num_threads-fix-metadata.diff new file mode 100644 index 0000000..e5380a7 --- /dev/null +++ b/num_threads-fix-metadata.diff @@ -0,0 +1,9 @@ +--- num_threads-0.1.6/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ num_threads-0.1.6/Cargo.toml 2022-05-13T19:38:33.207825+00:00 +@@ -31,6 +31,3 @@ + targets = ["x86_64-unknown-linux-gnu"] + + [dependencies] +- +-[target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))".dependencies.libc] +-version = "0.2.107" diff --git a/rust-num_threads.spec b/rust-num_threads.spec new file mode 100644 index 0000000..80d8832 --- /dev/null +++ b/rust-num_threads.spec @@ -0,0 +1,76 @@ +# Generated by rust2rpm 21 +%bcond_without check +%global debug_package %{nil} + +%global crate num_threads + +Name: rust-%{crate} +Version: 0.1.6 +Release: %autorelease +Summary: Determine the number of running threads for the current process + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL:
https://crates.io/crates/num_threads
+Source: %{crates_source} +# Initial patched metadata +# * drop non-linux dependencies +Patch0: num_threads-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Minimal library that determines the number of running threads for the current +process.} + +%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 +%{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 + +%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 +# * tests expect to be run from a single thread +%cargo_test -- -- --test-threads 1 +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..d2ab838 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6
1
0
0
0
Architecture specific change in rpms/rust-firestorm.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/rust-firestorm.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-firestorm.git/commit/?id=0a50f…
. Change: +ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 0a50fe57bd87020025d618f60c4cf282528aad5c Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue May 31 21:48:45 2022 +0200 Initial import (#2088939) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..293f4d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/firestorm-0.5.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index 5de2829..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-firestorm - -The rust-firestorm package diff --git a/firestorm-fix-metadata.diff b/firestorm-fix-metadata.diff new file mode 100644 index 0000000..adab4ec --- /dev/null +++ b/firestorm-fix-metadata.diff @@ -0,0 +1,34 @@ +--- firestorm-0.5.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ firestorm-0.5.1/Cargo.toml 2022-05-21T19:37:23.012024+00:00 +@@ -25,31 +25,3 @@ + license = "MIT" + repository = "
https://github.com/That3Percent/firestorm
" + resolver = "2" +- +-[[bench]] +-name = "soak_bench" +-harness = false +- +-[dependencies.firestorm-enabled] +-version = "0.5.1" +-optional = true +- +-[dependencies.firestorm_prev] +-version = "0.4" +-optional = true +-package = "firestorm" +- +-[dev-dependencies.core_affinity] +-version = "0.5.10" +- +-[dev-dependencies.criterion] +-version = "0.3" +- +-[dev-dependencies.thread-priority] +-version = "0.2.0" +- +-[features] +-enable_system_time = [ +- "firestorm-enabled/system_time", +- "firestorm_prev/enable_system_time", +-] diff --git a/rust-firestorm.spec b/rust-firestorm.spec new file mode 100644 index 0000000..d00171a --- /dev/null +++ b/rust-firestorm.spec @@ -0,0 +1,74 @@ +# Generated by rust2rpm 21 +# * missing optional and dev-dependencies +%bcond_with check +%global debug_package %{nil} + +%global crate firestorm + +Name: rust-%{crate} +Version: 0.5.1 +Release: %autorelease +Summary: Low overhead intrusive flamegraph profiler + +# Upstream license specification: MIT +License: MIT +URL:
https://crates.io/crates/firestorm
+Source: %{crates_source} +# Initial patched metadata +# * drop features with missing dependencies +Patch0: firestorm-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Low overhead intrusive flamegraph profiler.} + +%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 +%{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 + +%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 new file mode 100644 index 0000000..2a6ccc8 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (firestorm-0.5.1.crate) = e5edb38f01021d8e62fabe854483711f9891cc443add669cb99c37e3adb3195a18fe518c6a975a1d6e3c8f0cbfd106f0d1fe2e3561b7ca2798a0c7829b7835e1
1
0
0
0
Architecture specific change in rpms/rust-num_threads.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/rust-num_threads.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-num_threads.git/commit/?id=525…
. Change: +ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 525e3f30b09d802c22e629bb41a95012dcdce5cd Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue May 31 21:54:37 2022 +0200 Initial import (#2086091) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd0c2e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/num_threads-0.1.6.crate diff --git a/README.md b/README.md deleted file mode 100644 index abfad80..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-num_threads - -The rust-num_threads package diff --git a/num_threads-fix-metadata.diff b/num_threads-fix-metadata.diff new file mode 100644 index 0000000..e5380a7 --- /dev/null +++ b/num_threads-fix-metadata.diff @@ -0,0 +1,9 @@ +--- num_threads-0.1.6/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ num_threads-0.1.6/Cargo.toml 2022-05-13T19:38:33.207825+00:00 +@@ -31,6 +31,3 @@ + targets = ["x86_64-unknown-linux-gnu"] + + [dependencies] +- +-[target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))".dependencies.libc] +-version = "0.2.107" diff --git a/rust-num_threads.spec b/rust-num_threads.spec new file mode 100644 index 0000000..80d8832 --- /dev/null +++ b/rust-num_threads.spec @@ -0,0 +1,76 @@ +# Generated by rust2rpm 21 +%bcond_without check +%global debug_package %{nil} + +%global crate num_threads + +Name: rust-%{crate} +Version: 0.1.6 +Release: %autorelease +Summary: Determine the number of running threads for the current process + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL:
https://crates.io/crates/num_threads
+Source: %{crates_source} +# Initial patched metadata +# * drop non-linux dependencies +Patch0: num_threads-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Minimal library that determines the number of running threads for the current +process.} + +%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 +%{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 + +%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 +# * tests expect to be run from a single thread +%cargo_test -- -- --test-threads 1 +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..d2ab838 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6
1
0
0
0
Architecture specific change in rpms/rust-firestorm.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/rust-firestorm.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-firestorm.git/commit/?id=0a50f…
. Change: +ExclusiveArch: %{rust_arches} Thanks. Full change: ============ commit 0a50fe57bd87020025d618f60c4cf282528aad5c Author: Fabio Valentini <decathorpe(a)gmail.com> Date: Tue May 31 21:48:45 2022 +0200 Initial import (#2088939) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..293f4d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/firestorm-0.5.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index 5de2829..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-firestorm - -The rust-firestorm package diff --git a/firestorm-fix-metadata.diff b/firestorm-fix-metadata.diff new file mode 100644 index 0000000..adab4ec --- /dev/null +++ b/firestorm-fix-metadata.diff @@ -0,0 +1,34 @@ +--- firestorm-0.5.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ firestorm-0.5.1/Cargo.toml 2022-05-21T19:37:23.012024+00:00 +@@ -25,31 +25,3 @@ + license = "MIT" + repository = "
https://github.com/That3Percent/firestorm
" + resolver = "2" +- +-[[bench]] +-name = "soak_bench" +-harness = false +- +-[dependencies.firestorm-enabled] +-version = "0.5.1" +-optional = true +- +-[dependencies.firestorm_prev] +-version = "0.4" +-optional = true +-package = "firestorm" +- +-[dev-dependencies.core_affinity] +-version = "0.5.10" +- +-[dev-dependencies.criterion] +-version = "0.3" +- +-[dev-dependencies.thread-priority] +-version = "0.2.0" +- +-[features] +-enable_system_time = [ +- "firestorm-enabled/system_time", +- "firestorm_prev/enable_system_time", +-] diff --git a/rust-firestorm.spec b/rust-firestorm.spec new file mode 100644 index 0000000..d00171a --- /dev/null +++ b/rust-firestorm.spec @@ -0,0 +1,74 @@ +# Generated by rust2rpm 21 +# * missing optional and dev-dependencies +%bcond_with check +%global debug_package %{nil} + +%global crate firestorm + +Name: rust-%{crate} +Version: 0.5.1 +Release: %autorelease +Summary: Low overhead intrusive flamegraph profiler + +# Upstream license specification: MIT +License: MIT +URL:
https://crates.io/crates/firestorm
+Source: %{crates_source} +# Initial patched metadata +# * drop features with missing dependencies +Patch0: firestorm-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Low overhead intrusive flamegraph profiler.} + +%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 +%{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 + +%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 new file mode 100644 index 0000000..2a6ccc8 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (firestorm-0.5.1.crate) = e5edb38f01021d8e62fabe854483711f9891cc443add669cb99c37e3adb3195a18fe518c6a975a1d6e3c8f0cbfd106f0d1fe2e3561b7ca2798a0c7829b7835e1
1
0
0
0
Architecture specific change in rpms/libdc1394.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/libdc1394.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/libdc1394.git/commit/?id=94d0ddc2e4…
. Change: +ExcludeArch: s390 s390x Thanks. Full change: ============ commit 94d0ddc2e4b7e5cd7cbb1e9a3dfe62147182e6e9 Author: Simone Caronni <negativo17(a)gmail.com> Date: Tue May 31 17:32:20 2022 +0200 SPEC file cleanup diff --git a/libdc1394.spec b/libdc1394.spec index e73ceee..4da4c48 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -1,98 +1,116 @@ -%global sover 25 - -Summary: 1394-based digital camera control library -Name: libdc1394 -Version: 2.2.6 -Release: 6%{?dist} -License: LGPLv2+ -URL:
http://sourceforge.net/projects/libdc1394/
-Source:
http://downloads.sourceforge.net/project/libdc1394/libdc1394-2/%{version}/l…
-ExcludeArch: s390 s390x - -BuildRequires: make +Name: libdc1394 +Summary: 1394-based digital camera control library +Version: 2.2.6 +Release: 7%{?dist} +License: LGPLv2+ +URL:
http://sourceforge.net/projects/%{name}/
+ +ExcludeArch: s390 s390x + +Source:
http://downloads.sourceforge.net/project/%{name}/%{name}-2/%{version}/%{nam…
+ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: doxygen BuildRequires: gcc -BuildRequires: kernel-headers -BuildRequires: libraw1394-devel libusb1-devel -BuildRequires: doxygen -BuildRequires: perl-interpreter -BuildRequires: libX11-devel libXv-devel -BuildRequires: libtool +BuildRequires: kernel-headers +BuildRequires: make +BuildRequires: libraw1394-devel +BuildRequires: libtool +BuildRequires: libusb1-devel +BuildRequires: libX11-devel +BuildRequires: libXv-devel +BuildRequires: perl-interpreter %description Libdc1394 is a library that is intended to provide a high level programming -interface for application developers who wish to control IEEE 1394 based -cameras that conform to the 1394-based Digital Camera Specification. +interface for application developers who wish to control IEEE 1394 based cameras +that conform to the 1394-based Digital Camera Specification. %package devel -Summary: Header files and libraries for %{name} -Requires: %{name} = %{version}-%{release}, libraw1394-devel -Requires: pkgconfig +Summary: Header files and libraries for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: libraw1394-devel %description devel -This package contains the header files and libraries -for %{name}. If you like to develop programs using %{name}, -you will need to install %{name}-devel. +This package contains the header files and libraries for %{name}. If you like +to develop programs using %{name}, you will need to install %{name}-devel. %package docs -Summary: Development documentation for %{name} +Summary: Development documentation for %{name} %description docs This package contains the development documentation for %{name}. %package tools -Summary: Tools for use with %{name} -Requires: %{name} = %{version}-%{release} +Summary: Tools for use with %{name} %description tools -This package contains tools that are useful when working and -developing with %{name}. +This package contains tools that are useful when working and developing with +%{name}. %prep -%setup -q -n libdc1394-%{version} +%autosetup %build -aclocal -autoheader -autoconf -automake --add-missing +autoreconf -vif %configure --disable-static --enable-doxygen-html --enable-doxygen-dot -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} -make doc +%make_build +%make_build doc %install -%{__rm} -rf %{buildroot} -make install DESTDIR=%{buildroot} INSTALL="%{__install} -p" +%make_install + for p in grab_color_image grab_gray_image grab_partial_image ladybug grab_partial_pvn; do - %{__install} -p -m 0644 -s examples/.libs/$p %{buildroot}%{_bindir}/dc1394_$p + install -p -m 0755 -s examples/.libs/$p %{buildroot}%{_bindir}/dc1394_$p done -%{__install} -p -m 0644 examples/dc1394_multiview %{buildroot}%{_bindir}/dc1394_multiview +install -p -m 0755 examples/dc1394_multiview %{buildroot}%{_bindir}/dc1394_multiview + for f in grab_color_image grab_gray_image grab_partial_image; do - mv %{buildroot}%{_mandir}/man1/$f.1 %{buildroot}%{_mandir}/man1/dc1394_$f.1 + mv %{buildroot}%{_mandir}/man1/$f.1 %{buildroot}%{_mandir}/man1/dc1394_$f.1 done -%ldconfig_scriptlets +%{?ldconfig_scriptlets} %files -%doc AUTHORS ChangeLog COPYING NEWS README -%{_libdir}/libdc1394*.so.%{sover}* +%license COPYING +%doc AUTHORS ChangeLog NEWS README +%{_libdir}/%{name}.so.25 +%{_libdir}/%{name}.so.25.0.0 %files devel %doc examples/*.h examples/*.c %{_includedir}/dc1394/ -%{_libdir}/libdc1394*.so +%{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}-2.pc -%exclude %{_libdir}/*.la %files docs %doc doc/html/* %files tools %{_bindir}/dc1394_* -%{_mandir}/man1/dc1394_*.1.gz +%{_bindir}/dc1394_grab_color_image +%{_bindir}/dc1394_grab_gray_image +%{_bindir}/dc1394_grab_partial_image +%{_bindir}/dc1394_grab_partial_pvn +%{_bindir}/dc1394_ladybug +%{_bindir}/dc1394_multiview +%{_bindir}/dc1394_reset_bus +%{_mandir}/man1/dc1394_grab_color_image.* +%{_mandir}/man1/dc1394_grab_gray_image.* +%{_mandir}/man1/dc1394_grab_partial_image.* +%{_mandir}/man1/dc1394_multiview.* +%{_mandir}/man1/dc1394_reset_bus.* +%{_mandir}/man1/dc1394_vloopback.* %changelog +* Tue May 31 2022 Simone Caronni <negativo17(a)gmail.com> - 2.2.6-7 +- SPEC file cleanup. +- Use proper macros everywhere. +- Fix permissions for binaries. +- Fix rpmlint issues. +- Trim changelog. + * Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.6-6 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
@@ -113,136 +131,3 @@ done * Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-14 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-13 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Fri Feb 01 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-12 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- -* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-11 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- -* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-10 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- -* Thu Aug 03 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-9 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- -* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-8 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- -* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-7 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- -* Wed Dec 21 2016 Stephen Gallagher <sgallagh(a)redhat.com> - 2.2.2-6 -- Add BR on perl to fix FTBFS on F25+ - -* Thu Feb 04 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- -* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.2-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- -* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.2-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
- -* Sat Jun 07 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- -* Thu Mar 13 2014 Tim Niemueller <tim(a)niemueller.de> - 2.2.2-1 -- Upgrade to latest stable release 2.2.2 - -* Wed Aug 7 2013 Ville Skyttä <ville.skytta(a)iki.fi> - 2.2.0-4 -- Install docs using %%doc (#993839). - -* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- -* Tue Jan 29 2013 Jay Fenlason <fenlason(a)redhat.com> - 2.2.0-2 -- Fix two minor issues detected by rpmdiff: installed binaries not stripped - and -tools depended on version not version-release - -* Tue Dec 11 2012 Jay Fenlason <fenlason(a)redhat.com> - 2.2.0-1 -- New upstream version - -* Thu Jul 19 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.4-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- -* Wed Jan 04 2012 Tim Niemueller <tim(a)niemueller.de> - 2.1.4-2 -- Fix improperly installed tools (bz #593873) - -* Wed Jan 04 2012 Tim Niemueller <tim(a)niemueller.de> - 2.1.4-1 -- Update to latest stable release 2.1.4 - -* Mon Feb 07 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.2-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- -* Thu Sep 10 2009 Karsten Hopp <karsten(a)redhat.com> 2.1.2-3 -- excludearch s390 s390x where we don't have libraw1394 - -* Fri Jul 24 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- -* Thu Jun 11 2009 Tim Niemueller <tim(a)niemueller.de> - 2.1.2-1 -- Update to latest stable release 2.1.2 - -* Tue Mar 17 2009 Tim Niemueller <tim(a)niemueller.de> - 2.1.0-1 -- Update to latest stable release 2.1.0 - -* Wed Feb 25 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.0.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- -* Mon May 12 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.2-1 -- Update to latest stable release 2.0.2 - -* Sat Jan 19 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.1-3 -- Made autotools calls optional, only called if svn_snapshot is defined -- devel subpackage now requires pkgconfig - -* Wed Jan 16 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.1-2 -- Add docs subpackage to contain development documentation -- Incoroprate multilib tricks -- BuildReqire automake, autoconf, libtool and doxygen -- Removed unused BuildRequires -- Use header file from kernel-headers instead of kernel-devel -- BuildRequire kernel-devel -- Added tools subpackage to contain the resetbus and vloopback tools - -* Wed Jan 16 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.1-1 -- Update to 2.0.1, now patent-free! - -* Mon Jan 07 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-1 -- Update to 2.0.0 - -* Sun Dec 16 2007 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc9 -- Update to 2.0.0-rc9 - -* Wed Nov 28 2007 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc7.3.svn459 -- Updated to release 2.0.0-rc7+svn459 (not yet released) - -* Fri Nov 02 2007 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc7.1.svn443 -- Updated to release 2.0.0-rc7+svn443 (not yet released) for juju support -- Added --without juju to disable juju support (necessary for FC6) - -* Fri Feb 02 2007 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc5.1 -- Updated to release 2.0.0-rc5. - -* Wed Aug 16 2006 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc3.1 -- Updated to release 2.0.0-rc3. - -* Mon May 08 2006 Dries Verachtert <dries(a)ulyssis.org> - 2.0.0-0.1.pre7 -- Updated to release 2.0.0-0.1.pre7. - -* Sat Apr 08 2006 Dries Verachtert <dries(a)ulyssis.org> - 2.0.0-0.1.pre5.2 -- Rebuild for Fedora Core 5. - -* Thu Dec 8 2005 Matthias Saou <
http://freshrpms.net/
> 2.0.0-0.1.pre5 -- Update to 2.0.0-pre5. -- Add missing libraw1394-devel dependency to the devel package. - -* Tue Aug 30 2005 Dries Verachtert <dries(a)ulyssis.org> - 2.0.0-0.pre4 -- Update to release 2.0.0-0.pre4. - -* Thu Aug 25 2005 Dries Verachtert <dries(a)ulyssis.org> - 1.1.0-1 -- Initial package. commit 9e2c2e70d02e103a66250d5532bb3f581d5be412 Author: Simone Caronni <negativo17(a)gmail.com> Date: Tue May 31 17:25:53 2022 +0200 Drop svn flags, project is on git now diff --git a/libdc1394.spec b/libdc1394.spec index 5653790..e73ceee 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -1,13 +1,9 @@ %global sover 25 -#define svn_snapshot .svn459 -#define real_version 2.1.0 -%define svn_build %{?svn_snapshot:1}%{!?svn_snapshot:0} - Summary: 1394-based digital camera control library Name: libdc1394 Version: 2.2.6 -Release: 6%{?svn_snapshot}%{?dist} +Release: 6%{?dist} License: LGPLv2+ URL:
http://sourceforge.net/projects/libdc1394/
Source:
http://downloads.sourceforge.net/project/libdc1394/libdc1394-2/%{version}/l…
@@ -20,9 +16,7 @@ BuildRequires: libraw1394-devel libusb1-devel BuildRequires: doxygen BuildRequires: perl-interpreter BuildRequires: libX11-devel libXv-devel -%if %{svn_build} BuildRequires: libtool -%endif %description Libdc1394 is a library that is intended to provide a high level programming @@ -57,13 +51,10 @@ developing with %{name}. %setup -q -n libdc1394-%{version} %build -%if %{svn_build} -cp /usr/share/libtool/ltmain.sh . aclocal autoheader autoconf automake --add-missing -%endif %configure --disable-static --enable-doxygen-html --enable-doxygen-dot sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool commit 9237db446a87f177c1dfa17998bc949cab0991e8 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Thu Jan 20 16:00:32 2022 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/libdc1394.spec b/libdc1394.spec index 4cf26bf..5653790 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -7,7 +7,7 @@ Summary: 1394-based digital camera control library Name: libdc1394 Version: 2.2.6 -Release: 5%{?svn_snapshot}%{?dist} +Release: 6%{?svn_snapshot}%{?dist} License: LGPLv2+ URL:
http://sourceforge.net/projects/libdc1394/
Source:
http://downloads.sourceforge.net/project/libdc1394/libdc1394-2/%{version}/l…
@@ -102,6 +102,9 @@ done %{_mandir}/man1/dc1394_*.1.gz %changelog +* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.6-6 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ * Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.6-5 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 9fe6c4cda9eafe0a44f0f25fc3f9de87c380e74b Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Thu Jul 22 11:11:18 2021 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/libdc1394.spec b/libdc1394.spec index 96ee08a..4cf26bf 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -7,7 +7,7 @@ Summary: 1394-based digital camera control library Name: libdc1394 Version: 2.2.6 -Release: 4%{?svn_snapshot}%{?dist} +Release: 5%{?svn_snapshot}%{?dist} License: LGPLv2+ URL:
http://sourceforge.net/projects/libdc1394/
Source:
http://downloads.sourceforge.net/project/libdc1394/libdc1394-2/%{version}/l…
@@ -102,6 +102,9 @@ done %{_mandir}/man1/dc1394_*.1.gz %changelog +* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.6-5 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+ * Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.6-4 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1
0
0
0
Architecture specific change in rpms/libdc1394.git
by githook-noreply@fedoraproject.org
31 May '22
31 May '22
The package rpms/libdc1394.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/libdc1394.git/commit/?id=94d0ddc2e4…
. Change: +ExcludeArch: s390 s390x Thanks. Full change: ============ commit 94d0ddc2e4b7e5cd7cbb1e9a3dfe62147182e6e9 Author: Simone Caronni <negativo17(a)gmail.com> Date: Tue May 31 17:32:20 2022 +0200 SPEC file cleanup diff --git a/libdc1394.spec b/libdc1394.spec index e73ceee..4da4c48 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -1,98 +1,116 @@ -%global sover 25 - -Summary: 1394-based digital camera control library -Name: libdc1394 -Version: 2.2.6 -Release: 6%{?dist} -License: LGPLv2+ -URL:
http://sourceforge.net/projects/libdc1394/
-Source:
http://downloads.sourceforge.net/project/libdc1394/libdc1394-2/%{version}/l…
-ExcludeArch: s390 s390x - -BuildRequires: make +Name: libdc1394 +Summary: 1394-based digital camera control library +Version: 2.2.6 +Release: 7%{?dist} +License: LGPLv2+ +URL:
http://sourceforge.net/projects/%{name}/
+ +ExcludeArch: s390 s390x + +Source:
http://downloads.sourceforge.net/project/%{name}/%{name}-2/%{version}/%{nam…
+ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: doxygen BuildRequires: gcc -BuildRequires: kernel-headers -BuildRequires: libraw1394-devel libusb1-devel -BuildRequires: doxygen -BuildRequires: perl-interpreter -BuildRequires: libX11-devel libXv-devel -BuildRequires: libtool +BuildRequires: kernel-headers +BuildRequires: make +BuildRequires: libraw1394-devel +BuildRequires: libtool +BuildRequires: libusb1-devel +BuildRequires: libX11-devel +BuildRequires: libXv-devel +BuildRequires: perl-interpreter %description Libdc1394 is a library that is intended to provide a high level programming -interface for application developers who wish to control IEEE 1394 based -cameras that conform to the 1394-based Digital Camera Specification. +interface for application developers who wish to control IEEE 1394 based cameras +that conform to the 1394-based Digital Camera Specification. %package devel -Summary: Header files and libraries for %{name} -Requires: %{name} = %{version}-%{release}, libraw1394-devel -Requires: pkgconfig +Summary: Header files and libraries for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: libraw1394-devel %description devel -This package contains the header files and libraries -for %{name}. If you like to develop programs using %{name}, -you will need to install %{name}-devel. +This package contains the header files and libraries for %{name}. If you like +to develop programs using %{name}, you will need to install %{name}-devel. %package docs -Summary: Development documentation for %{name} +Summary: Development documentation for %{name} %description docs This package contains the development documentation for %{name}. %package tools -Summary: Tools for use with %{name} -Requires: %{name} = %{version}-%{release} +Summary: Tools for use with %{name} %description tools -This package contains tools that are useful when working and -developing with %{name}. +This package contains tools that are useful when working and developing with +%{name}. %prep -%setup -q -n libdc1394-%{version} +%autosetup %build -aclocal -autoheader -autoconf -automake --add-missing +autoreconf -vif %configure --disable-static --enable-doxygen-html --enable-doxygen-dot -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} -make doc +%make_build +%make_build doc %install -%{__rm} -rf %{buildroot} -make install DESTDIR=%{buildroot} INSTALL="%{__install} -p" +%make_install + for p in grab_color_image grab_gray_image grab_partial_image ladybug grab_partial_pvn; do - %{__install} -p -m 0644 -s examples/.libs/$p %{buildroot}%{_bindir}/dc1394_$p + install -p -m 0755 -s examples/.libs/$p %{buildroot}%{_bindir}/dc1394_$p done -%{__install} -p -m 0644 examples/dc1394_multiview %{buildroot}%{_bindir}/dc1394_multiview +install -p -m 0755 examples/dc1394_multiview %{buildroot}%{_bindir}/dc1394_multiview + for f in grab_color_image grab_gray_image grab_partial_image; do - mv %{buildroot}%{_mandir}/man1/$f.1 %{buildroot}%{_mandir}/man1/dc1394_$f.1 + mv %{buildroot}%{_mandir}/man1/$f.1 %{buildroot}%{_mandir}/man1/dc1394_$f.1 done -%ldconfig_scriptlets +%{?ldconfig_scriptlets} %files -%doc AUTHORS ChangeLog COPYING NEWS README -%{_libdir}/libdc1394*.so.%{sover}* +%license COPYING +%doc AUTHORS ChangeLog NEWS README +%{_libdir}/%{name}.so.25 +%{_libdir}/%{name}.so.25.0.0 %files devel %doc examples/*.h examples/*.c %{_includedir}/dc1394/ -%{_libdir}/libdc1394*.so +%{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}-2.pc -%exclude %{_libdir}/*.la %files docs %doc doc/html/* %files tools %{_bindir}/dc1394_* -%{_mandir}/man1/dc1394_*.1.gz +%{_bindir}/dc1394_grab_color_image +%{_bindir}/dc1394_grab_gray_image +%{_bindir}/dc1394_grab_partial_image +%{_bindir}/dc1394_grab_partial_pvn +%{_bindir}/dc1394_ladybug +%{_bindir}/dc1394_multiview +%{_bindir}/dc1394_reset_bus +%{_mandir}/man1/dc1394_grab_color_image.* +%{_mandir}/man1/dc1394_grab_gray_image.* +%{_mandir}/man1/dc1394_grab_partial_image.* +%{_mandir}/man1/dc1394_multiview.* +%{_mandir}/man1/dc1394_reset_bus.* +%{_mandir}/man1/dc1394_vloopback.* %changelog +* Tue May 31 2022 Simone Caronni <negativo17(a)gmail.com> - 2.2.6-7 +- SPEC file cleanup. +- Use proper macros everywhere. +- Fix permissions for binaries. +- Fix rpmlint issues. +- Trim changelog. + * Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.6-6 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
@@ -113,136 +131,3 @@ done * Wed Jan 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-14 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- -* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-13 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- -* Fri Feb 01 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-12 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- -* Fri Jul 13 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-11 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- -* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-10 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- -* Thu Aug 03 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-9 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- -* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-8 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- -* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-7 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- -* Wed Dec 21 2016 Stephen Gallagher <sgallagh(a)redhat.com> - 2.2.2-6 -- Add BR on perl to fix FTBFS on F25+ - -* Thu Feb 04 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.2-5 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- -* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.2-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- -* Sun Aug 17 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.2-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
- -* Sat Jun 07 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- -* Thu Mar 13 2014 Tim Niemueller <tim(a)niemueller.de> - 2.2.2-1 -- Upgrade to latest stable release 2.2.2 - -* Wed Aug 7 2013 Ville Skyttä <ville.skytta(a)iki.fi> - 2.2.0-4 -- Install docs using %%doc (#993839). - -* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.0-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- -* Tue Jan 29 2013 Jay Fenlason <fenlason(a)redhat.com> - 2.2.0-2 -- Fix two minor issues detected by rpmdiff: installed binaries not stripped - and -tools depended on version not version-release - -* Tue Dec 11 2012 Jay Fenlason <fenlason(a)redhat.com> - 2.2.0-1 -- New upstream version - -* Thu Jul 19 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.4-3 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- -* Wed Jan 04 2012 Tim Niemueller <tim(a)niemueller.de> - 2.1.4-2 -- Fix improperly installed tools (bz #593873) - -* Wed Jan 04 2012 Tim Niemueller <tim(a)niemueller.de> - 2.1.4-1 -- Update to latest stable release 2.1.4 - -* Mon Feb 07 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.2-4 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- -* Thu Sep 10 2009 Karsten Hopp <karsten(a)redhat.com> 2.1.2-3 -- excludearch s390 s390x where we don't have libraw1394 - -* Fri Jul 24 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.1.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- -* Thu Jun 11 2009 Tim Niemueller <tim(a)niemueller.de> - 2.1.2-1 -- Update to latest stable release 2.1.2 - -* Tue Mar 17 2009 Tim Niemueller <tim(a)niemueller.de> - 2.1.0-1 -- Update to latest stable release 2.1.0 - -* Wed Feb 25 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.0.2-2 -- Rebuilt for
https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- -* Mon May 12 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.2-1 -- Update to latest stable release 2.0.2 - -* Sat Jan 19 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.1-3 -- Made autotools calls optional, only called if svn_snapshot is defined -- devel subpackage now requires pkgconfig - -* Wed Jan 16 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.1-2 -- Add docs subpackage to contain development documentation -- Incoroprate multilib tricks -- BuildReqire automake, autoconf, libtool and doxygen -- Removed unused BuildRequires -- Use header file from kernel-headers instead of kernel-devel -- BuildRequire kernel-devel -- Added tools subpackage to contain the resetbus and vloopback tools - -* Wed Jan 16 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.1-1 -- Update to 2.0.1, now patent-free! - -* Mon Jan 07 2008 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-1 -- Update to 2.0.0 - -* Sun Dec 16 2007 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc9 -- Update to 2.0.0-rc9 - -* Wed Nov 28 2007 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc7.3.svn459 -- Updated to release 2.0.0-rc7+svn459 (not yet released) - -* Fri Nov 02 2007 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc7.1.svn443 -- Updated to release 2.0.0-rc7+svn443 (not yet released) for juju support -- Added --without juju to disable juju support (necessary for FC6) - -* Fri Feb 02 2007 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc5.1 -- Updated to release 2.0.0-rc5. - -* Wed Aug 16 2006 Tim Niemueller <tim(a)niemueller.de> - 2.0.0-rc3.1 -- Updated to release 2.0.0-rc3. - -* Mon May 08 2006 Dries Verachtert <dries(a)ulyssis.org> - 2.0.0-0.1.pre7 -- Updated to release 2.0.0-0.1.pre7. - -* Sat Apr 08 2006 Dries Verachtert <dries(a)ulyssis.org> - 2.0.0-0.1.pre5.2 -- Rebuild for Fedora Core 5. - -* Thu Dec 8 2005 Matthias Saou <
http://freshrpms.net/
> 2.0.0-0.1.pre5 -- Update to 2.0.0-pre5. -- Add missing libraw1394-devel dependency to the devel package. - -* Tue Aug 30 2005 Dries Verachtert <dries(a)ulyssis.org> - 2.0.0-0.pre4 -- Update to release 2.0.0-0.pre4. - -* Thu Aug 25 2005 Dries Verachtert <dries(a)ulyssis.org> - 1.1.0-1 -- Initial package. commit 9e2c2e70d02e103a66250d5532bb3f581d5be412 Author: Simone Caronni <negativo17(a)gmail.com> Date: Tue May 31 17:25:53 2022 +0200 Drop svn flags, project is on git now diff --git a/libdc1394.spec b/libdc1394.spec index 5653790..e73ceee 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -1,13 +1,9 @@ %global sover 25 -#define svn_snapshot .svn459 -#define real_version 2.1.0 -%define svn_build %{?svn_snapshot:1}%{!?svn_snapshot:0} - Summary: 1394-based digital camera control library Name: libdc1394 Version: 2.2.6 -Release: 6%{?svn_snapshot}%{?dist} +Release: 6%{?dist} License: LGPLv2+ URL:
http://sourceforge.net/projects/libdc1394/
Source:
http://downloads.sourceforge.net/project/libdc1394/libdc1394-2/%{version}/l…
@@ -20,9 +16,7 @@ BuildRequires: libraw1394-devel libusb1-devel BuildRequires: doxygen BuildRequires: perl-interpreter BuildRequires: libX11-devel libXv-devel -%if %{svn_build} BuildRequires: libtool -%endif %description Libdc1394 is a library that is intended to provide a high level programming @@ -57,13 +51,10 @@ developing with %{name}. %setup -q -n libdc1394-%{version} %build -%if %{svn_build} -cp /usr/share/libtool/ltmain.sh . aclocal autoheader autoconf automake --add-missing -%endif %configure --disable-static --enable-doxygen-html --enable-doxygen-dot sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool commit 9237db446a87f177c1dfa17998bc949cab0991e8 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Thu Jan 20 16:00:32 2022 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/libdc1394.spec b/libdc1394.spec index 4cf26bf..5653790 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -7,7 +7,7 @@ Summary: 1394-based digital camera control library Name: libdc1394 Version: 2.2.6 -Release: 5%{?svn_snapshot}%{?dist} +Release: 6%{?svn_snapshot}%{?dist} License: LGPLv2+ URL:
http://sourceforge.net/projects/libdc1394/
Source:
http://downloads.sourceforge.net/project/libdc1394/libdc1394-2/%{version}/l…
@@ -102,6 +102,9 @@ done %{_mandir}/man1/dc1394_*.1.gz %changelog +* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.6-6 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+ * Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.6-5 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
1
0
0
0
← Newer
1
2
3
4
5
...
24
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Results per page:
10
25
50
100
200