From 71744aa1a37e6ccfd5b5bd26278b896a347a788a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 16 Jan 2020 14:27:23 -0800 Subject: [PATCH] Update to 0.4.0 --- .gitignore | 1 + rust-tiff.spec | 16 ++++++++-------- sources | 2 +- tiff-fix-metadata.diff | 11 ----------- 4 files changed, 10 insertions(+), 20 deletions(-) delete mode 100644 tiff-fix-metadata.diff diff --git a/.gitignore b/.gitignore index ccae746..be47adc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tiff-0.2.2.crate /tiff-0.3.1.crate +/tiff-0.4.0.crate diff --git a/rust-tiff.spec b/rust-tiff.spec index f0d6bca..5ccd59b 100644 --- a/rust-tiff.spec +++ b/rust-tiff.spec @@ -1,16 +1,13 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate tiff Name: rust-%{crate} -Version: 0.3.1 -Release: 2%{?dist} +Version: 0.4.0 +Release: 1%{?dist} Summary: TIFF decoding and encoding library in pure Rust -# Initial patched metadata -# * Bump to num-derive 0.3 -Patch0: tiff-fix-metadata.diff # Upstream license specification: MIT License: MIT @@ -41,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} @@ -53,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 @@ -75,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jan 16 2020 Josh Stone - 0.4.0-1 +- Update to 0.4.0 + * Fri Nov 22 2019 Josh Stone - 0.3.1-2 - Bump to num-derive 0.3 diff --git a/sources b/sources index a6f819d..a7e4c4d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tiff-0.3.1.crate) = 1b6cc0da94d8b052448674ce3a9e72cd41de87245b1f6ac8aa900d61f3b99bcf0d455c513f7e87da14db4519368c7d725596e151a9e81134eb8366dce7254c3a +SHA512 (tiff-0.4.0.crate) = 455b5caf6d35591779125a2149597aaa554b68c01b0f02c63419888d15c3a4ed4fe3fc5297a8d5d7190e2bf500b933174a415e57aeca8941935230459083efb9 diff --git a/tiff-fix-metadata.diff b/tiff-fix-metadata.diff deleted file mode 100644 index f705b0a..0000000 --- a/tiff-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- tiff-0.3.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ tiff-0.3.1/Cargo.toml 2019-11-23T01:30:59.830853+00:00 -@@ -25,7 +25,7 @@ - version = "0.10" - - [dependencies.num-derive] --version = "0.2" -+version = "0.3" - - [dependencies.num-traits] - version = "0.2"