Update to 0.4.5

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 799641419e
commit 2aeb1721dc
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -5,3 +5,4 @@
/globset-0.4.2.crate /globset-0.4.2.crate
/globset-0.4.3.crate /globset-0.4.3.crate
/globset-0.4.4.crate /globset-0.4.4.crate
/globset-0.4.5.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate globset %global crate globset
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.4 Version: 0.4.5
Release: 3%{?dist} Release: 1%{?dist}
Summary: Cross platform single glob and glob set matching Summary: Cross platform single glob and glob set matching
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -40,7 +40,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license COPYING UNLICENSE LICENSE-MIT %license COPYING UNLICENSE LICENSE-MIT
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -52,7 +52,31 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde1-devel %{_description}
This package contains library source intended for building other packages
which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+simd-accel-devel %package -n %{name}+simd-accel-devel
Summary: %{summary} Summary: %{summary}
@ -64,7 +88,7 @@ This package contains library source intended for building other packages
which use "simd-accel" feature of "%{crate}" crate. which use "simd-accel" feature of "%{crate}" crate.
%files -n %{name}+simd-accel-devel %files -n %{name}+simd-accel-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -85,6 +109,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Mar 17 16:25:35 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.5-1
- Update to 0.4.5
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-3 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (globset-0.4.4.crate) = b9da7f4d67d4269b0b3564d65904c9cca0db7df6d33255f6022eee614f0ad03f3dc6f9e52e52fca7461308d9f01dac1f3588baf87aef735c266561b1119f9985 SHA512 (globset-0.4.5.crate) = 8fca9a19953370aa5d13b876a254f71ad6ecf0df218d8f5598ff2328eec9676be56b3a44d898dd031c8d4328bda939ee198f9b8dc7e03b45a1609b6f693a9088

Loading…
Cancel
Save