Update to 1.5.1

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent e2b7638f59
commit 7b1b47ea9c
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -9,3 +9,4 @@
/alphanumeric-sort-1.4.0.crate /alphanumeric-sort-1.4.0.crate
/alphanumeric-sort-1.4.1.crate /alphanumeric-sort-1.4.1.crate
/alphanumeric-sort-1.4.3.crate /alphanumeric-sort-1.4.3.crate
/alphanumeric-sort-1.5.1.crate

@ -1,29 +1,23 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate alphanumeric-sort %global crate alphanumeric-sort
Name: rust-%{crate} Name: rust-alphanumeric-sort
Version: 1.4.3 Version: 1.5.1
Release: %autorelease Release: %autorelease
Summary: Sort order for files and folders whose names contain numerals Summary: Can help you sort order for files and folders whose names contain numerals
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/alphanumeric-sort URL: https://crates.io/crates/alphanumeric-sort
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
This crate can help you sort order for files and folders whose names contain This crate can help you sort order for files and folders whose names
numerals.} contain numerals.}
%description %{_description} %description %{_description}
@ -33,13 +27,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,11 +41,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -59,11 +53,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "std" feature of "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (alphanumeric-sort-1.4.3.crate) = 9b4f0edb16ebf43b8411fcfb6f78c0934155ba7f68817f30ec0d1fde730b812af550f5e1a11411230b4f9074934971734724c39fe3779e1dc0aa9e61aa11292e SHA512 (alphanumeric-sort-1.5.1.crate) = 7286526d10422bd0626d5ba559b0ae87ef8d2d3698dc913342ec0b0c1f8340d9ff690f186ab8da849475c576cbff343b634950216a5e25d67e9611e943da292f

Loading…
Cancel
Save