|
|
|
@ -1,11 +1,21 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
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 27
|
|
|
|
|
%bcond check 1
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate gix-features
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-features
|
|
|
|
|
Version: 0.36.0
|
|
|
|
|
Version: 0.40.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Integrate various capabilities using compile-time feature flags
|
|
|
|
|
|
|
|
|
@ -33,7 +43,6 @@ use the "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
@ -96,6 +105,18 @@ use the "fast-sha1" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+fast-sha1-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fs-read-dir-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+fs-read-dir-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "fs-read-dir" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fs-read-dir-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fs-walkdir-parallel-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -252,6 +273,18 @@ use the "zlib" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+zlib-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zlib-ng-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+zlib-ng-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "zlib-ng" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+zlib-ng-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zlib-rust-backend-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -295,4 +328,53 @@ use the "zlib-stock" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Wed Jan 22 2025 blinxen <h-k-81@hotmail.com> - 0.40.0-1
|
|
|
|
|
- Update to version 0.40.0 (rhbz#2321156)
|
|
|
|
|
|
|
|
|
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.38.2-3
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Sun Sep 15 2024 blinxen <h-k-81@hotmail.com> - 0.38.2-3
|
|
|
|
|
- Bump prodash dependency to 0.29.0 to match it with the version used in
|
|
|
|
|
the latest gix update
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 23 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.38.2-1
|
|
|
|
|
- Update to 0.38.2 (close RHBZ#2282448)
|
|
|
|
|
|
|
|
|
|
* Sat Jun 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.38.1-2
|
|
|
|
|
- Stop hiding the zlib-ng feature
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2024 blinxen <h-k-81@hotmail.com> - 0.38.1-1
|
|
|
|
|
- Update to version 0.38.1 (rhbz#2253235)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2024 Fabio Valentini <decathorpe@gmail.com> - 0.36.1-1
|
|
|
|
|
- Update to version 0.36.1
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Oct 13 2023 blinxen <h-k-81@hotmail.com> - 0.36.0-1
|
|
|
|
|
- Update to version 0.36.0
|
|
|
|
|
|
|
|
|
|
* Thu Oct 05 2023 blinxen <h-k-81@hotmail.com> - 0.35.0-1
|
|
|
|
|
- Update to version 0.35.0 (rhbz#2240469)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 13 2023 blinxen <h-k-81@hotmail.com> - 0.34.0-1
|
|
|
|
|
- Update to version 0.34.0 (rhbz#2233473)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.32.1-1
|
|
|
|
|
- Update to version 0.32.1; Fixes RHBZ#2218496
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 28 2023 blinxen <h-k-81@hotmail.com> - 0.30.0-1
|
|
|
|
|
- Initial package
|
|
|
|
|
## END: Generated by rpmautospec
|