Update to 0.4.0

epel9
Josh Stone 5 years ago
parent 27262ad3f3
commit 71744aa1a3

1
.gitignore vendored

@ -1,2 +1,3 @@
/tiff-0.2.2.crate
/tiff-0.3.1.crate
/tiff-0.4.0.crate

@ -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 <jistone@redhat.com> - 0.4.0-1
- Update to 0.4.0
* Fri Nov 22 2019 Josh Stone <jistone@redhat.com> - 0.3.1-2
- Bump to num-derive 0.3

@ -1 +1 @@
SHA512 (tiff-0.3.1.crate) = 1b6cc0da94d8b052448674ce3a9e72cd41de87245b1f6ac8aa900d61f3b99bcf0d455c513f7e87da14db4519368c7d725596e151a9e81134eb8366dce7254c3a
SHA512 (tiff-0.4.0.crate) = 455b5caf6d35591779125a2149597aaa554b68c01b0f02c63419888d15c3a4ed4fe3fc5297a8d5d7190e2bf500b933174a415e57aeca8941935230459083efb9

@ -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"
Loading…
Cancel
Save