From c58f7acc5492101f3101562ef5dfa7005c009df1 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 18:13:11 +0300 Subject: [PATCH] import rust-zip-0.6.6-8.el10 --- .gitignore | 1 + .rust-zip.metadata | 1 + SOURCES/rust2rpm.toml | 11 ++ SOURCES/zip-fix-metadata.diff | 33 ++++ SPECS/rust-zip.spec | 331 ++++++++++++++++++++++++++++++++++ 5 files changed, 377 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-zip.metadata create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SOURCES/zip-fix-metadata.diff create mode 100644 SPECS/rust-zip.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f654733 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/zip-0.6.6.crate diff --git a/.rust-zip.metadata b/.rust-zip.metadata new file mode 100644 index 0000000..ad5b5b5 --- /dev/null +++ b/.rust-zip.metadata @@ -0,0 +1 @@ +b28eeaa33a2c2dff22e8b539f98e0208d45567de SOURCES/zip-0.6.6.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..f5e36c2 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,11 @@ +[package] +cargo-toml-patch-comments = [ + "bump constant_time_eq dependency from 0.1 to 0.3", + "bump pbkdf2 dependency from 0.11 to 0.12", + "bump zstd dependency from 0.11 to 0.13", + "drop unused, benchmark-only bencher dev-dependency", +] + +[features] +enable-all = true + diff --git a/SOURCES/zip-fix-metadata.diff b/SOURCES/zip-fix-metadata.diff new file mode 100644 index 0000000..7992426 --- /dev/null +++ b/SOURCES/zip-fix-metadata.diff @@ -0,0 +1,33 @@ +--- zip-0.6.6/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ zip-0.6.6/Cargo.toml 2024-09-19T17:54:06.895145+00:00 +@@ -50,7 +50,7 @@ + optional = true + + [dependencies.constant_time_eq] +-version = "0.1.5" ++version = "0.3" + optional = true + + [dependencies.crc32fast] +@@ -67,7 +67,7 @@ + optional = true + + [dependencies.pbkdf2] +-version = "0.11.0" ++version = "0.12.0" + optional = true + + [dependencies.sha1] +@@ -81,11 +81,8 @@ + default-features = false + + [dependencies.zstd] +-version = "0.11.2" ++version = "0.13" + optional = true +- +-[dev-dependencies.bencher] +-version = "0.1.5" + + [dev-dependencies.getrandom] + version = "0.2.5" diff --git a/SPECS/rust-zip.spec b/SPECS/rust-zip.spec new file mode 100644 index 0000000..62177e1 --- /dev/null +++ b/SPECS/rust-zip.spec @@ -0,0 +1,331 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.2) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 8; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +# Generated by rust2rpm 26 +%bcond_without check +%global debug_package %{nil} + +%global crate zip + +Name: rust-zip +Version: 0.6.6 +Release: %autorelease +Summary: Library to support the reading and writing of zip files + +License: MIT +URL: https://crates.io/crates/zip +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * bump constant_time_eq dependency from 0.1 to 0.3 +# * bump pbkdf2 dependency from 0.11 to 0.12 +# * bump zstd dependency from 0.11 to 0.13 +# * drop unused, benchmark-only bencher dev-dependency +Patch: zip-fix-metadata.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Library to support the reading and writing of zip files.} + +%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 +%doc %{crate_instdir}/CHANGELOG.md +%doc %{crate_instdir}/CODE_OF_CONDUCT.md +%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}+aes-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+aes-devel %{_description} + +This package contains library source intended for building other packages which +use the "aes" feature of the "%{crate}" crate. + +%files -n %{name}+aes-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+aes-crypto-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+aes-crypto-devel %{_description} + +This package contains library source intended for building other packages which +use the "aes-crypto" feature of the "%{crate}" crate. + +%files -n %{name}+aes-crypto-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+bzip2-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bzip2-devel %{_description} + +This package contains library source intended for building other packages which +use the "bzip2" feature of the "%{crate}" crate. + +%files -n %{name}+bzip2-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+constant_time_eq-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+constant_time_eq-devel %{_description} + +This package contains library source intended for building other packages which +use the "constant_time_eq" feature of the "%{crate}" crate. + +%files -n %{name}+constant_time_eq-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+deflate-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+deflate-devel %{_description} + +This package contains library source intended for building other packages which +use the "deflate" feature of the "%{crate}" crate. + +%files -n %{name}+deflate-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+deflate-miniz-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+deflate-miniz-devel %{_description} + +This package contains library source intended for building other packages which +use the "deflate-miniz" feature of the "%{crate}" crate. + +%files -n %{name}+deflate-miniz-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+deflate-zlib-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+deflate-zlib-devel %{_description} + +This package contains library source intended for building other packages which +use the "deflate-zlib" feature of the "%{crate}" crate. + +%files -n %{name}+deflate-zlib-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+flate2-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+flate2-devel %{_description} + +This package contains library source intended for building other packages which +use the "flate2" feature of the "%{crate}" crate. + +%files -n %{name}+flate2-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+hmac-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+hmac-devel %{_description} + +This package contains library source intended for building other packages which +use the "hmac" feature of the "%{crate}" crate. + +%files -n %{name}+hmac-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+pbkdf2-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+pbkdf2-devel %{_description} + +This package contains library source intended for building other packages which +use the "pbkdf2" feature of the "%{crate}" crate. + +%files -n %{name}+pbkdf2-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sha1-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sha1-devel %{_description} + +This package contains library source intended for building other packages which +use the "sha1" feature of the "%{crate}" crate. + +%files -n %{name}+sha1-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+time-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+time-devel %{_description} + +This package contains library source intended for building other packages which +use the "time" feature of the "%{crate}" crate. + +%files -n %{name}+time-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+unreserved-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+unreserved-devel %{_description} + +This package contains library source intended for building other packages which +use the "unreserved" feature of the "%{crate}" crate. + +%files -n %{name}+unreserved-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+zstd-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+zstd-devel %{_description} + +This package contains library source intended for building other packages which +use the "zstd" feature of the "%{crate}" crate. + +%files -n %{name}+zstd-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires -a + +%build +%cargo_build -a + +%install +%cargo_install -a + +%if %{with check} +%check +%cargo_test -a +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 0.6.6-8 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Thu Sep 19 2024 Fabio Valentini - 0.6.6-8 +- Bump pbkdf2 dependency from 0.11 to 0.12 + +* Thu Sep 19 2024 Fabio Valentini - 0.6.6-7 +- Bump zstd dependency from 0.12 to 0.13 + +* Thu Sep 19 2024 Fabio Valentini - 0.6.6-6 +- Drop unused, benchmark-only bencher dev-dependency + +* Sat Jul 20 2024 Fedora Release Engineering - 0.6.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 0.6.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jan 06 2024 Michel Lind - 0.6.6-3 +- Rebuilt for constant_time_eq 0.3 + +* Sat Jul 22 2023 Fedora Release Engineering - 0.6.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed May 17 2023 Fabio Valentini - 0.6.6-1 +- Update to version 0.6.6; Fixes RHBZ#2195924 + +* Mon Apr 17 2023 Fabio Valentini - 0.6.4-1 +- Update to version 0.6.4; Fixes RHBZ#2066114 + +* Sat Jan 21 2023 Fedora Release Engineering - 0.5.13-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.5.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 0.5.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.5.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jun 05 2021 Fabio Valentini - 0.5.13-1 +- Update to version 0.5.13. +- Fixes RHBZ#1968045 + +* Wed Apr 21 2021 Fabio Valentini - 0.5.12-1 +- Update to version 0.5.12. +- Fixes RHBZ#1950461 + +* Mon Mar 01 2021 Fabio Valentini - 0.5.11-1 +- Update to version 0.5.11. +- Bump to bzip2 0.4. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 07 2020 Fabio Valentini - 0.5.9-1 +- Update to version 0.5.9. +- Fixes RHBZ#1904876 + +* Sun Nov 08 2020 Fabio Valentini - 0.5.8-2 +- Relax flate2 dependency. + +* Fri Sep 11 2020 Josh Stone - 0.5.8-1 +- Update to 0.5.8 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.5.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jun 27 2020 Michel Alexandre Salim - 0.5.6-1 +- Update to 0.5.6 + +* Sat May 23 13:25:44 PDT 2020 Michel Alexandre Salim - 0.5.5-1 +- Initial package + +## END: Generated by rpmautospec