Update to 1.0.12

epel9
Josh Stone 5 years ago
parent 06e35ab88e
commit af74bd9d24

1
.gitignore vendored

@ -1,3 +1,4 @@
/alphanumeric-sort-1.0.6.crate
/alphanumeric-sort-1.0.7.crate
/alphanumeric-sort-1.0.11.crate
/alphanumeric-sort-1.0.12.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate alphanumeric-sort
Name: rust-%{crate}
Version: 1.0.11
Release: 2%{?dist}
Version: 1.0.12
Release: 1%{?dist}
Summary: Sort order for files and folders whose names contain numerals
# Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ 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}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 20 2020 Josh Stone <jistone@redhat.com> - 1.0.12-1
- Update to 1.0.12
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (alphanumeric-sort-1.0.11.crate) = 9f614aa023b29ba2dd214c98e6cfde02d3452193fcec95e6b87bd0e5ae5355e9df096895413799f12f8a6db421348e257fe2695239ccb6efc475bd5939694270
SHA512 (alphanumeric-sort-1.0.12.crate) = 0a8966c914292cdd1630f20939a3790c86c9e8396b28d87b96d7c596691edc7a4f3d8b562677aca4de71033cd5ae04ba369fa369614a8709adc231c005e6fbbb

Loading…
Cancel
Save