Update to 0.4.11

epel9
Josh Stone 5 years ago
parent 54ad472bb0
commit 831ac7b21d

1
.gitignore vendored

@ -9,3 +9,4 @@
/ignore-0.4.7.crate /ignore-0.4.7.crate
/ignore-0.4.9.crate /ignore-0.4.9.crate
/ignore-0.4.10.crate /ignore-0.4.10.crate
/ignore-0.4.11.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ignore %global crate ignore
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.10 Version: 0.4.11
Release: 1%{?dist} Release: 1%{?dist}
Summary: Fast library for efficiently matching ignore files Summary: Fast library for efficiently matching ignore files
@ -42,7 +42,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}
@ -54,7 +54,7 @@ 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}+simd-accel-devel %package -n %{name}+simd-accel-devel
Summary: %{summary} Summary: %{summary}
@ -66,7 +66,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
@ -87,6 +87,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jan 24 2020 Josh Stone <jistone@redhat.com> - 0.4.11-1
- Update to 0.4.11
* Sun Sep 08 09:32:10 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.10-1 * Sun Sep 08 09:32:10 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.10-1
- Update to 0.4.10 - Update to 0.4.10

@ -1 +1 @@
SHA512 (ignore-0.4.10.crate) = ef4b3f58bbdc3b5317a14244494ba9cad8e3d062f0c8e137dd2d33572dc8a06b20f59860aabafccb729dc682134aa4e2bdaea8c07b351aa73a8ebb00e361ceeb SHA512 (ignore-0.4.11.crate) = d3cd8ea12cf20cc2875030c8f08179d20f33998eefa4264b250aeb751fb25d3a7bd4ce47b2aae57ebb875b7feddff0cc23700df99a7f620976c264a394ecbcb0

Loading…
Cancel
Save