From a2807f65133f144af3896eabaddb88038fee1ed8 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 17 May 2020 09:35:18 +0200 Subject: [PATCH] Update to 0.5.0 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-zoneinfo_compiled.spec | 13 ++++++++----- sources | 2 +- zoneinfo_compiled-fix-metadata.diff | 8 -------- 4 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 zoneinfo_compiled-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 6d14986..c27468a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /zoneinfo_compiled-0.4.7.crate /zoneinfo_compiled-0.4.8.crate +/zoneinfo_compiled-0.5.0.crate diff --git a/rust-zoneinfo_compiled.spec b/rust-zoneinfo_compiled.spec index 58a6183..34d745d 100644 --- a/rust-zoneinfo_compiled.spec +++ b/rust-zoneinfo_compiled.spec @@ -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 - 0.5.0-1 +- Update to 0.5.0 + * Thu Jan 30 2020 Fedora Release Engineering - 0.4.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 9992c1b..b673b38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zoneinfo_compiled-0.4.8.crate) = e5337233b464cb97501a2694972a5707f6762ee567416bae876e0ee72aa0bb9cfd152a9253ba97c9fcb24a59e6b2fd5417d5567f7e17336ddc8dee121ba76589 +SHA512 (zoneinfo_compiled-0.5.0.crate) = 2d130ed6057742f8726aeaa4677b05e2fc292ccbe0e7b932c5685d0bfc704f8cd751e1bdc2d019d4eb2f86a928975eddc67fe09d8b566db7d0e58d34257c72e2 diff --git a/zoneinfo_compiled-fix-metadata.diff b/zoneinfo_compiled-fix-metadata.diff deleted file mode 100644 index 489c185..0000000 --- a/zoneinfo_compiled-fix-metadata.diff +++ /dev/null @@ -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"