Update to 0.2.1

epel10
Artem Polishchuk 5 years ago
parent c797ffcf3d
commit 16b74c39b2

1
.gitignore vendored

@ -1 +1,2 @@
/parse-zoneinfo-0.2.0.crate
/parse-zoneinfo-0.2.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate parse-zoneinfo
Name: rust-%{crate}
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
Summary: Parse zoneinfo files from the IANA database
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%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,5 +71,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 21 21:40:52 EET 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.2.1-1
- Update to 0.2.1
* Tue Nov 05 23:25:26 EET 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.2.0-1
- Initial package

@ -1 +1 @@
SHA512 (parse-zoneinfo-0.2.0.crate) = 2344f2a14ea0245a4bcd1face932fd2b993349e9b81556821cf6edf1d85944455ea5bcdf521e0916a46175b5cde9a7d0f57ee48f5cf9204f98f635f7f3aaab22
SHA512 (parse-zoneinfo-0.2.1.crate) = f66ae8a90ebaf98a6d3fe671a0a7f8329a7f9bc284fe590c1f19c8f085dd6fb0c8ed0289f51862c8202ac1f44c003b6193e45677775aefce9504f87c752f306f

Loading…
Cancel
Save