Update to version 0.8.0; Fixes RHBZ#2001235

epel9
Rémi Lauzier 3 years ago
parent 61b10c8212
commit adbd9e4647
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -1,2 +1,3 @@
/svgtypes-0.5.0.crate
/svgtypes-0.6.0.crate
/svgtypes-0.8.0.crate

@ -5,18 +5,14 @@
%global crate svgtypes
Name: rust-%{crate}
Version: 0.6.0
Version: 0.8.0
Release: %autorelease
Summary: SVG types parser and writer
Summary: SVG types parser
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/svgtypes
Source: %{crates_source}
# Initial patched metadata
# * bump float-cmp from 0.8 to 0.9:
# https://github.com/RazrFalcon/svgtypes/pull/12
Patch0: svgtypes-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}

@ -1 +1 @@
SHA512 (svgtypes-0.6.0.crate) = faec8851cabec04846974d28b915e14a22bed89f914a2d7c182460a8707e3f90dba6cf5a13c3ed58d69d1f35d0dd1d0b30a3f1a795bf3e4e019e9a59932d6f38
SHA512 (svgtypes-0.8.0.crate) = 39a04ea4cd6f6d92abfd74755dc8d3dd184158a57f05dc8973e00e4e0692177459b5e4091333f035aa800c76a81f1c6cfc8ecd66d1aeaa7eff25a036d604f6d1

@ -1,11 +0,0 @@
--- svgtypes-0.6.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ svgtypes-0.6.0/Cargo.toml 2021-08-26T13:53:53.318246+00:00
@@ -23,7 +23,7 @@
license = "MIT/Apache-2.0"
repository = "https://github.com/RazrFalcon/svgtypes"
[dependencies.float-cmp]
-version = "0.8"
+version = "0.9"
features = ["std"]
default-features = false
Loading…
Cancel
Save