Update to 0.1.4

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/grep-matcher-0.1.1.crate /grep-matcher-0.1.1.crate
/grep-matcher-0.1.2.crate /grep-matcher-0.1.2.crate
/grep-matcher-0.1.3.crate /grep-matcher-0.1.3.crate
/grep-matcher-0.1.4.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 grep-matcher %global crate grep-matcher
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.3 Version: 0.1.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Trait for regular expressions, with a focus on line oriented search Summary: Trait for regular expressions, with a focus on line oriented search
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license UNLICENSE LICENSE-MIT %license 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}
@ -50,7 +50,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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Mar 17 16:43:35 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.4-1
- Update to 0.1.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (grep-matcher-0.1.3.crate) = 74a9786be82cbda9f446aef20752afcf7796d91eac5a6b12060fe844ccd676c5f9097332828c267690eaf814356ebcb4dd2f4a674e32e57d39c3914c9ca399ec SHA512 (grep-matcher-0.1.4.crate) = 6bb8fa1914cd34e61340d86a0ca09556f117ff638264875800fe2516662b4e8560e8d68e79333a0c19b6bc48e8d453dfc36b901747348c633233ce4b026339e4

Loading…
Cancel
Save