The package rpms/rust-log-panics.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-log-panics.git/commit/?id=6a806... https://src.fedoraproject.org/cgit/rpms/rust-log-panics.git/commit/?id=18877... https://src.fedoraproject.org/cgit/rpms/rust-log-panics.git/commit/?id=22814... https://src.fedoraproject.org/cgit/rpms/rust-log-panics.git/commit/?id=015ce....
Change: -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit c69e016585391a1c1a0977927d6ff6ad3c792289 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 26 22:01:34 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit 164dbd82df587bd37d538b1623d8c1022112bb0c Author: Tomas Hrcka thrcka@redhat.com Date: Wed Nov 1 07:31:59 2023 +0100
Unretirement request: https://pagure.io/releng/issue/11744
diff --git a/changelog b/changelog deleted file mode 100644 index d703e10..0000000 --- a/changelog +++ /dev/null @@ -1,17 +0,0 @@ -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jun 27 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 -- Bump env-logger dependency, add PR to update upstream to 0.7 - -* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-1 -- Initial package
commit eac7f6c0af6a602dd21f21bb8e52406fd3f2f429 Author: Robert-André Mauchin zebob.m@gmail.com Date: Wed Oct 25 21:16:51 2023 +0200
Restore changelog
diff --git a/changelog b/changelog new file mode 100644 index 0000000..d703e10 --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jun 27 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 +- Bump env-logger dependency, add PR to update upstream to 0.7 + +* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-1 +- Initial package
commit 6a80660f9dcb09df64611d06e07c6910c53b255c Author: Robert-André Mauchin zebob.m@gmail.com Date: Wed Oct 25 21:15:15 2023 +0200
Unretire rust-log-panics for espanso
Close: rhbz#2237103
diff --git a/changelog b/changelog deleted file mode 100644 index d703e10..0000000 --- a/changelog +++ /dev/null @@ -1,17 +0,0 @@ -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jun 27 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 -- Bump env-logger dependency, add PR to update upstream to 0.7 - -* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-1 -- Initial package diff --git a/rust-log-panics.spec b/rust-log-panics.spec index 5152f7a..7c440e0 100644 --- a/rust-log-panics.spec +++ b/rust-log-panics.spec @@ -1,25 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate log-panics
-Name: rust-%{crate} +Name: rust-log-panics Version: 2.1.0 Release: %autorelease Summary: Panic hook which logs panic messages rather than printing them
# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/log-panics Source: %{crates_source}
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: -Panic hook which logs panic messages rather than printing them.} +A panic hook which logs panic messages rather than printing them.}
%description %{_description}
commit 18877bf5ddc617d9edd573d44b2fc1b7bd3223ec Author: Tomas Hrcka thrcka@redhat.com Date: Wed Oct 25 15:05:42 2023 +0200
Unretirement request: https://pagure.io/releng/issue/11741
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b03f786 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/log-panics-2.0.0.crate +/log-panics-2.1.0.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..6307399 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-log-panics + +The rust-log-panics package \ No newline at end of file diff --git a/changelog b/changelog new file mode 100644 index 0000000..d703e10 --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jun 27 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 +- Bump env-logger dependency, add PR to update upstream to 0.7 + +* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-1 +- Initial package diff --git a/dead.package b/dead.package deleted file mode 100644 index 6393b9f..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -unused leaf package for more than two release cycles diff --git a/rust-log-panics.spec b/rust-log-panics.spec new file mode 100644 index 0000000..5152f7a --- /dev/null +++ b/rust-log-panics.spec @@ -0,0 +1,96 @@ +# Generated by rust2rpm 21 +%bcond_without check +%global debug_package %{nil} + +%global crate log-panics + +Name: rust-%{crate} +Version: 2.1.0 +Release: %autorelease +Summary: Panic hook which logs panic messages rather than printing them + +# Upstream license specification: MIT/Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/log-panics +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Panic hook which logs panic messages rather than printing them.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+backtrace-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+backtrace-devel %{_description} + +This package contains library source intended for building other packages which +use the "backtrace" feature of the "%{crate}" crate. + +%files -n %{name}+backtrace-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+with-backtrace-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+with-backtrace-devel %{_description} + +This package contains library source intended for building other packages which +use the "with-backtrace" feature of the "%{crate}" crate. + +%files -n %{name}+with-backtrace-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..fefbce5 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (log-panics-2.1.0.crate) = c77d305918aa5d495f69e409d7daf5985cbb8270befc2d680d04d015ce02ea15fa8fe08e2ec5b469ad4ae5f5202c570f9b7bb1b94f5c12b34946830dab622629
commit 228144422fbd0c2d48b15207e4ad8f6e501a8c59 Author: Fabio Valentini decathorpe@gmail.com Date: Sat Feb 4 16:11:41 2023 +0100
unused leaf package for more than two release cycles
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b03f786..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/log-panics-2.0.0.crate -/log-panics-2.1.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 6307399..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-log-panics - -The rust-log-panics package \ No newline at end of file diff --git a/changelog b/changelog deleted file mode 100644 index d703e10..0000000 --- a/changelog +++ /dev/null @@ -1,17 +0,0 @@ -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jun 27 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 -- Bump env-logger dependency, add PR to update upstream to 0.7 - -* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-1 -- Initial package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6393b9f --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +unused leaf package for more than two release cycles diff --git a/rust-log-panics.spec b/rust-log-panics.spec deleted file mode 100644 index 5152f7a..0000000 --- a/rust-log-panics.spec +++ /dev/null @@ -1,96 +0,0 @@ -# Generated by rust2rpm 21 -%bcond_without check -%global debug_package %{nil} - -%global crate log-panics - -Name: rust-%{crate} -Version: 2.1.0 -Release: %autorelease -Summary: Panic hook which logs panic messages rather than printing them - -# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/log-panics -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging >= 21 - -%global _description %{expand: -Panic hook which logs panic messages rather than printing them.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license %{crate_instdir}/LICENSE-APACHE -%license %{crate_instdir}/LICENSE-MIT -%doc %{crate_instdir}/README.md -%{crate_instdir}/ - -%package -n %{name}+default-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+default-devel %{_description} - -This package contains library source intended for building other packages which -use the "default" feature of the "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+backtrace-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+backtrace-devel %{_description} - -This package contains library source intended for building other packages which -use the "backtrace" feature of the "%{crate}" crate. - -%files -n %{name}+backtrace-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+with-backtrace-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+with-backtrace-devel %{_description} - -This package contains library source intended for building other packages which -use the "with-backtrace" feature of the "%{crate}" crate. - -%files -n %{name}+with-backtrace-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 deleted file mode 100644 index fefbce5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (log-panics-2.1.0.crate) = c77d305918aa5d495f69e409d7daf5985cbb8270befc2d680d04d015ce02ea15fa8fe08e2ec5b469ad4ae5f5202c570f9b7bb1b94f5c12b34946830dab622629
commit 91f4475505852ab178399beb7bf25eea37a1d019 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 20 23:51:05 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit a081579901d4bd59d3ec24f896f6112aa4498c82 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 23 05:02:39 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit b9ed44dc8454fc8823000cdc582632b7b23712a7 Author: Fabio Valentini decathorpe@gmail.com Date: Sat Jul 16 12:11:00 2022 +0200
Update to version 2.1.0; Fixes RHBZ#2107775
diff --git a/.gitignore b/.gitignore index 12ef8a5..b03f786 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /log-panics-2.0.0.crate +/log-panics-2.1.0.crate diff --git a/log-panics-bump-env-logger.diff b/log-panics-bump-env-logger.diff deleted file mode 100644 index 9b95b9b..0000000 --- a/log-panics-bump-env-logger.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -ru log-panics-2.0.0.orig/Cargo.toml log-panics-2.0.0/Cargo.toml ---- log-panics-2.0.0.orig/Cargo.toml 1969-12-31 16:00:00.000000000 -0800 -+++ log-panics-2.0.0/Cargo.toml 2020-06-28 09:48:34.376298786 -0700 -@@ -25,7 +25,7 @@ - [dependencies.log] - version = "0.4" - [dev-dependencies.env_logger] --version = "0.3" -+version = "0.7" - - [features] - with-backtrace = ["backtrace"] -diff -ru log-panics-2.0.0.orig/examples/panic.rs log-panics-2.0.0/examples/panic.rs ---- log-panics-2.0.0.orig/examples/panic.rs 2017-08-04 22:32:20.000000000 -0700 -+++ log-panics-2.0.0/examples/panic.rs 2020-06-28 09:48:02.188490036 -0700 -@@ -2,7 +2,7 @@ - extern crate env_logger; - - fn main() { -- env_logger::init().unwrap(); -+ env_logger::init(); - log_panics::init(); - - foo(); diff --git a/rust-log-panics.spec b/rust-log-panics.spec index 3e6cd01..5152f7a 100644 --- a/rust-log-panics.spec +++ b/rust-log-panics.spec @@ -1,13 +1,11 @@ -# Generated by rust2rpm 13 - +# Generated by rust2rpm 21 %bcond_without check - %global debug_package %{nil}
%global crate log-panics
Name: rust-%{crate} -Version: 2.0.0 +Version: 2.1.0 Release: %autorelease Summary: Panic hook which logs panic messages rather than printing them
@@ -15,18 +13,10 @@ Summary: Panic hook which logs panic messages rather than printing them License: MIT or ASL 2.0 URL: https://crates.io/crates/log-panics Source: %{crates_source} -# Use env-logger 0.7 -# https://github.com/sfackler/rust-log-panics/pull/6 -# also backport post-release commit -# for env-logger >= 0.5 compatibility -Patch0: log-panics-bump-env-logger.diff
ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif
-BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: Panic hook which logs panic messages rather than printing them.} @@ -39,13 +29,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 README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -53,11 +44,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}+backtrace-devel Summary: %{summary} @@ -65,11 +56,11 @@ BuildArch: noarch
%description -n %{name}+backtrace-devel %{_description}
-This package contains library source intended for building other packages -which use "backtrace" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "backtrace" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+with-backtrace-devel Summary: %{summary} @@ -77,11 +68,11 @@ BuildArch: noarch
%description -n %{name}+with-backtrace-devel %{_description}
-This package contains library source intended for building other packages -which use "with-backtrace" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "with-backtrace" feature of the "%{crate}" crate.
%files -n %{name}+with-backtrace-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 bdf666e..fefbce5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (log-panics-2.0.0.crate) = bfc4c51d85c4164ae5cda5d0b4b8ed738faf3ed77ff6558a1dfa3c0ef5e082f01ff44e577d0ae287d53548d5939479b6fee0e341aa62a75b58b15071489d9191 +SHA512 (log-panics-2.1.0.crate) = c77d305918aa5d495f69e409d7daf5985cbb8270befc2d680d04d015ce02ea15fa8fe08e2ec5b469ad4ae5f5202c570f9b7bb1b94f5c12b34946830dab622629
commit 121c952f19e49c382dc17d4a4316add9a5a44267 Author: Fabio Valentini decathorpe@gmail.com Date: Sat Jul 16 12:06:27 2022 +0200
Convert to rpmautospec
diff --git a/changelog b/changelog new file mode 100644 index 0000000..d703e10 --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jun 27 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 +- Bump env-logger dependency, add PR to update upstream to 0.7 + +* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-1 +- Initial package diff --git a/rust-log-panics.spec b/rust-log-panics.spec index 0880b10..3e6cd01 100644 --- a/rust-log-panics.spec +++ b/rust-log-panics.spec @@ -8,7 +8,7 @@
Name: rust-%{crate} Version: 2.0.0 -Release: 6%{?dist} +Release: %autorelease Summary: Panic hook which logs panic messages rather than printing them
# Upstream license specification: MIT/Apache-2.0 @@ -102,20 +102,4 @@ which use "with-backtrace" feature of "%{crate}" crate. %endif
%changelog -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jun 28 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 -- Bump env-logger dependency, add PR to update upstream to 0.7 - -* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-1 -- Initial package +%autochangelog
commit 52078d22fc31c88bd867ccb6a74f65019ab80248 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 21 21:42:25 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-log-panics.spec b/rust-log-panics.spec index 8d164d5..0880b10 100644 --- a/rust-log-panics.spec +++ b/rust-log-panics.spec @@ -8,7 +8,7 @@
Name: rust-%{crate} Version: 2.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Panic hook which logs panic messages rather than printing them
# Upstream license specification: MIT/Apache-2.0 @@ -102,6 +102,9 @@ which use "with-backtrace" feature of "%{crate}" crate. %endif
%changelog +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 11ec435300b96a4f99508f5e1844d44bfacf89ec Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jul 23 14:43:07 2021 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-log-panics.spec b/rust-log-panics.spec index 4e6e19d..8d164d5 100644 --- a/rust-log-panics.spec +++ b/rust-log-panics.spec @@ -8,7 +8,7 @@
Name: rust-%{crate} Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Panic hook which logs panic messages rather than printing them
# Upstream license specification: MIT/Apache-2.0 @@ -102,6 +102,9 @@ which use "with-backtrace" feature of "%{crate}" crate. %endif
%changelog +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
commit adb7dd4a55722d7216492f4198e5645875a105b8 Author: Fedora Release Engineering releng@fedoraproject.org Date: Wed Jan 27 18:08:25 2021 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-log-panics.spec b/rust-log-panics.spec index 0050abd..4e6e19d 100644 --- a/rust-log-panics.spec +++ b/rust-log-panics.spec @@ -8,7 +8,7 @@
Name: rust-%{crate} Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Panic hook which logs panic messages rather than printing them
# Upstream license specification: MIT/Apache-2.0 @@ -102,6 +102,9 @@ which use "with-backtrace" feature of "%{crate}" crate. %endif
%changelog +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
commit 6b241a507d42184a970a9715f20a83797a68acb2 Author: Fedora Release Engineering releng@fedoraproject.org Date: Wed Jul 29 08:35:12 2020 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-log-panics.spec b/rust-log-panics.spec index 94d1414..0050abd 100644 --- a/rust-log-panics.spec +++ b/rust-log-panics.spec @@ -8,7 +8,7 @@
Name: rust-%{crate} Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Panic hook which logs panic messages rather than printing them
# Upstream license specification: MIT/Apache-2.0 @@ -102,6 +102,9 @@ which use "with-backtrace" feature of "%{crate}" crate. %endif
%changelog +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Sat Jun 28 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 - Bump env-logger dependency, add PR to update upstream to 0.7
commit 015ced5901cfe0064feb6d68d95fe2f9fd8d169a Author: Michel Alexandre Salim salimma@fedoraproject.org Date: Tue Jul 21 18:03:44 2020 -0700
Initial import
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12ef8a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/log-panics-2.0.0.crate diff --git a/log-panics-bump-env-logger.diff b/log-panics-bump-env-logger.diff new file mode 100644 index 0000000..9b95b9b --- /dev/null +++ b/log-panics-bump-env-logger.diff @@ -0,0 +1,24 @@ +diff -ru log-panics-2.0.0.orig/Cargo.toml log-panics-2.0.0/Cargo.toml +--- log-panics-2.0.0.orig/Cargo.toml 1969-12-31 16:00:00.000000000 -0800 ++++ log-panics-2.0.0/Cargo.toml 2020-06-28 09:48:34.376298786 -0700 +@@ -25,7 +25,7 @@ + [dependencies.log] + version = "0.4" + [dev-dependencies.env_logger] +-version = "0.3" ++version = "0.7" + + [features] + with-backtrace = ["backtrace"] +diff -ru log-panics-2.0.0.orig/examples/panic.rs log-panics-2.0.0/examples/panic.rs +--- log-panics-2.0.0.orig/examples/panic.rs 2017-08-04 22:32:20.000000000 -0700 ++++ log-panics-2.0.0/examples/panic.rs 2020-06-28 09:48:02.188490036 -0700 +@@ -2,7 +2,7 @@ + extern crate env_logger; + + fn main() { +- env_logger::init().unwrap(); ++ env_logger::init(); + log_panics::init(); + + foo(); diff --git a/rust-log-panics.spec b/rust-log-panics.spec new file mode 100644 index 0000000..94d1414 --- /dev/null +++ b/rust-log-panics.spec @@ -0,0 +1,109 @@ +# Generated by rust2rpm 13 + +%bcond_without check + +%global debug_package %{nil} + +%global crate log-panics + +Name: rust-%{crate} +Version: 2.0.0 +Release: 2%{?dist} +Summary: Panic hook which logs panic messages rather than printing them + +# Upstream license specification: MIT/Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/log-panics +Source: %{crates_source} +# Use env-logger 0.7 +# https://github.com/sfackler/rust-log-panics/pull/6 +# also backport post-release commit +# for env-logger >= 0.5 compatibility +Patch0: log-panics-bump-env-logger.diff + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Panic hook which logs panic messages rather than printing them.} + +%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 README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages +which use "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+backtrace-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+backtrace-devel %{_description} + +This package contains library source intended for building other packages +which use "backtrace" feature of "%{crate}" crate. + +%files -n %{name}+backtrace-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+with-backtrace-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+with-backtrace-devel %{_description} + +This package contains library source intended for building other packages +which use "with-backtrace" feature of "%{crate}" crate. + +%files -n %{name}+with-backtrace-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Sat Jun 28 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-2 +- Bump env-logger dependency, add PR to update upstream to 0.7 + +* Sat May 23 12:40:57 PDT 2020 Michel Alexandre Salim salimma@fedoraproject.org - 2.0.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..bdf666e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (log-panics-2.0.0.crate) = bfc4c51d85c4164ae5cda5d0b4b8ed738faf3ed77ff6558a1dfa3c0ef5e082f01ff44e577d0ae287d53548d5939479b6fee0e341aa62a75b58b15071489d9191
arch-excludes@lists.fedoraproject.org