Bump to num-derive 0.3

epel9
Josh Stone 5 years ago
parent 626f37fc3b
commit 27262ad3f3

@ -6,8 +6,11 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.3.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: TIFF decoding and encoding library in pure Rust 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 # Upstream license specification: MIT
License: MIT License: MIT
@ -72,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Nov 22 2019 Josh Stone <jistone@redhat.com> - 0.3.1-2
- Bump to num-derive 0.3
* Sun Sep 01 20:58:56 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-1 * Sun Sep 01 20:58:56 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1 - Update to 0.3.1

@ -0,0 +1,11 @@
--- 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