Update to 0.5.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 1c16e85b1c
commit a2807f6513
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1,2 +1,3 @@
/zoneinfo_compiled-0.4.7.crate
/zoneinfo_compiled-0.4.8.crate
/zoneinfo_compiled-0.5.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate zoneinfo_compiled
Name: rust-%{crate}
Version: 0.4.8
Release: 3%{?dist}
Version: 0.5.0
Release: 1%{?dist}
Summary: Library for parsing compiled zoneinfo files
# Upstream license specification: MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENCE
%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
* Sun May 17 09:34:51 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (zoneinfo_compiled-0.4.8.crate) = e5337233b464cb97501a2694972a5707f6762ee567416bae876e0ee72aa0bb9cfd152a9253ba97c9fcb24a59e6b2fd5417d5567f7e17336ddc8dee121ba76589
SHA512 (zoneinfo_compiled-0.5.0.crate) = 2d130ed6057742f8726aeaa4677b05e2fc292ccbe0e7b932c5685d0bfc704f8cd751e1bdc2d019d4eb2f86a928975eddc67fe09d8b566db7d0e58d34257c72e2

@ -1,8 +0,0 @@
--- zoneinfo_compiled-0.4.7/Cargo.toml 1970-01-01T01:00:00+01:00
+++ zoneinfo_compiled-0.4.7/Cargo.toml 2018-11-14T14:01:50.354846+01:00
@@ -25,4 +25,4 @@
version = "0.4.7"
[dependencies.byteorder]
-version = "0.4"
+version = "1"
Loading…
Cancel
Save