diff --git a/.gitignore b/.gitignore index 3bff8c2..115324b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /parking_lot_core-0.8.1.crate /parking_lot_core-0.8.2.crate /parking_lot_core-0.8.3.crate +/parking_lot_core-0.8.5.crate diff --git a/changelog b/changelog new file mode 100644 index 0000000..ea6facd --- /dev/null +++ b/changelog @@ -0,0 +1,75 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 0.8.3-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun Feb 14 2021 Fabio Valentini - 0.8.3-1 +- Update to version 0.8.3. +- Fixes RHBZ#1928267 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 29 2020 Fabio Valentini - 0.8.2-1 +- Update to version 0.8.2. +- Fixes RHBZ#1909858 + +* Mon Dec 07 2020 Fabio Valentini - 0.8.1-1 +- Update to version 0.8.1. +- Fixes RHBZ#1904589 + +* Tue Aug 25 2020 Josh Stone - 0.8.0-1 +- Update to 0.8.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Apr 22 2020 Josh Stone - 0.7.2-1 +- Update to 0.7.2 + +* Tue Apr 14 2020 Josh Stone - 0.7.1-1 +- Update to 0.7.1 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 16 2020 Josh Stone - 0.7.0-2 +- Upgrade to petgraph 0.5 + +* Sat Dec 14 11:44:14 CET 2019 Igor Gnatenko - 0.7.0-1 +- Update to 0.7.0 + +* Sun Aug 04 13:01:37 CEST 2019 Igor Gnatenko - 0.6.2-1 +- Update to 0.6.2 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 21 21:14:10 CEST 2019 Igor Gnatenko - 0.5.0-3 +- Regenerate + +* Sun Jun 09 14:27:53 CEST 2019 Igor Gnatenko - 0.5.0-2 +- Regenerate + +* Mon May 06 15:46:51 CEST 2019 Igor Gnatenko - 0.5.0-1 +- Update to 0.5.0 + +* Sun Mar 10 2019 Igor Gnatenko - 0.4.0-3 +- Do not pull optional dependencies + +* Sat Feb 02 2019 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Dec 15 2018 Igor Gnatenko - 0.4.0-1 +- Update to 0.4.0 + +* Sat Oct 27 2018 Igor Gnatenko - 0.3.1-3 +- Adapt to new packaging + +* Sun Oct 07 2018 Igor Gnatenko - 0.3.1-2 +- Run tests in infrastructure + +* Tue Sep 11 2018 Josh Stone - 0.3.1-1 +- Update to 0.3.1 + +* Mon Sep 03 2018 Igor Gnatenko - 0.3.0-1 +- Initial package diff --git a/parking_lot_core-fix-metadata.diff b/parking_lot_core-fix-metadata.diff index 341d29b..ae3678a 100644 --- a/parking_lot_core-fix-metadata.diff +++ b/parking_lot_core-fix-metadata.diff @@ -1,13 +1,13 @@ ---- parking_lot_core-0.8.3/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ parking_lot_core-0.8.3/Cargo.toml 2021-02-14T16:31:57.012239+00:00 -@@ -44,10 +44,5 @@ +--- parking_lot_core-0.8.5/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ parking_lot_core-0.8.5/Cargo.toml 2021-11-28T07:25:42.630098+00:00 +@@ -43,10 +43,5 @@ [features] deadlock_detection = ["petgraph", "thread-id", "backtrace"] nightly = [] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] --version = "0.2.4" +-version = "0.2.8" [target."cfg(unix)".dependencies.libc] - version = "0.2.71" + version = "0.2.95" -[target."cfg(windows)".dependencies.winapi] --version = "0.3.8" +-version = "0.3.9" -features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"] diff --git a/rust-parking_lot_core.spec b/rust-parking_lot_core.spec index d420f8f..4e39893 100644 --- a/rust-parking_lot_core.spec +++ b/rust-parking_lot_core.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 19 %bcond_without check %global debug_package %{nil} %global crate parking_lot_core Name: rust-%{crate} -Version: 0.8.3 -Release: 2%{?dist} +Version: 0.8.5 +Release: %autorelease Summary: Advanced API for creating custom synchronization primitives # Upstream license specification: Apache-2.0/MIT @@ -35,8 +35,8 @@ 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 "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-MIT @@ -48,8 +48,8 @@ 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 @@ -60,8 +60,8 @@ 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 @@ -72,8 +72,8 @@ BuildArch: noarch %description -n %{name}+deadlock_detection-devel %{_description} -This package contains library source intended for building other packages -which use "deadlock_detection" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the deadlock_detection" feature of the "%{crate}" crate. %files -n %{name}+deadlock_detection-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -84,8 +84,8 @@ BuildArch: noarch %description -n %{name}+nightly-devel %{_description} -This package contains library source intended for building other packages -which use "nightly" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the nightly" feature of the "%{crate}" crate. %files -n %{name}+nightly-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -96,8 +96,8 @@ BuildArch: noarch %description -n %{name}+petgraph-devel %{_description} -This package contains library source intended for building other packages -which use "petgraph" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the petgraph" feature of the "%{crate}" crate. %files -n %{name}+petgraph-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -108,8 +108,8 @@ BuildArch: noarch %description -n %{name}+thread-id-devel %{_description} -This package contains library source intended for building other packages -which use "thread-id" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the thread-id" feature of the "%{crate}" crate. %files -n %{name}+thread-id-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -133,78 +133,4 @@ which use "thread-id" feature of "%{crate}" crate. %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 0.8.3-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun Feb 14 2021 Fabio Valentini - 0.8.3-1 -- Update to version 0.8.3. -- Fixes RHBZ#1928267 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.8.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Dec 29 2020 Fabio Valentini - 0.8.2-1 -- Update to version 0.8.2. -- Fixes RHBZ#1909858 - -* Mon Dec 07 2020 Fabio Valentini - 0.8.1-1 -- Update to version 0.8.1. -- Fixes RHBZ#1904589 - -* Tue Aug 25 2020 Josh Stone - 0.8.0-1 -- Update to 0.8.0 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.7.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Apr 22 2020 Josh Stone - 0.7.2-1 -- Update to 0.7.2 - -* Tue Apr 14 2020 Josh Stone - 0.7.1-1 -- Update to 0.7.1 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.7.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jan 16 2020 Josh Stone - 0.7.0-2 -- Upgrade to petgraph 0.5 - -* Sat Dec 14 11:44:14 CET 2019 Igor Gnatenko - 0.7.0-1 -- Update to 0.7.0 - -* Sun Aug 04 13:01:37 CEST 2019 Igor Gnatenko - 0.6.2-1 -- Update to 0.6.2 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.5.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jun 21 21:14:10 CEST 2019 Igor Gnatenko - 0.5.0-3 -- Regenerate - -* Sun Jun 09 14:27:53 CEST 2019 Igor Gnatenko - 0.5.0-2 -- Regenerate - -* Mon May 06 15:46:51 CEST 2019 Igor Gnatenko - 0.5.0-1 -- Update to 0.5.0 - -* Sun Mar 10 2019 Igor Gnatenko - 0.4.0-3 -- Do not pull optional dependencies - -* Sat Feb 02 2019 Fedora Release Engineering - 0.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Dec 15 2018 Igor Gnatenko - 0.4.0-1 -- Update to 0.4.0 - -* Sat Oct 27 2018 Igor Gnatenko - 0.3.1-3 -- Adapt to new packaging - -* Sun Oct 07 2018 Igor Gnatenko - 0.3.1-2 -- Run tests in infrastructure - -* Tue Sep 11 2018 Josh Stone - 0.3.1-1 -- Update to 0.3.1 - -* Mon Sep 03 2018 Igor Gnatenko - 0.3.0-1 -- Initial package +%autochangelog diff --git a/sources b/sources index 6f22203..1c067ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (parking_lot_core-0.8.3.crate) = 1dba5a7e68ee007918fb210ff308f7382ed1c54d2fe6db36a8246453434246b71e6795db107c83ca39c2bddf5e4a27da7978a464b53d41e150e744d81e75b341 +SHA512 (parking_lot_core-0.8.5.crate) = c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00