Update to 0.1.5

epel9
Josh Stone 5 years ago
parent 62ab16bcaa
commit 267b8909ba

1
.gitignore vendored

@ -1,2 +1,3 @@
/ucd-parse-0.1.3.crate
/ucd-parse-0.1.4.crate
/ucd-parse-0.1.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate ucd-parse
Name: rust-%{crate}
Version: 0.1.4
Version: 0.1.5
Release: 1%{?dist}
Summary: Library for parsing data files in the Unicode character database
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,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
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.1.5-1
- Update to 0.1.5
* Sun Sep 08 09:19:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1
- Update to 0.1.4

@ -1 +1 @@
SHA512 (ucd-parse-0.1.4.crate) = a33a7d71f05abc623b45aa173f86fc27d297543ae7914d83afdb9b738b55af4f63e4c2cc4e019f126b0d5b25b775fd8304db58446419dffbcc908906d52316cf
SHA512 (ucd-parse-0.1.5.crate) = 86b2548315d097f2d4d0a5be6d96d1cdfc917ad4dcb836440d12004386d827f3d7c16645f71a92805bd11deac64e93de158a222bbdbf2d79be554399e3406994

Loading…
Cancel
Save