Update to version 0.6; Fixes RHBZ#1996402

epel9
Rémi Lauzier 3 years ago
parent 53ee21b504
commit 4b24f670d5
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

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

@ -1,13 +1,11 @@
# Generated by rust2rpm 17
# Deactivate doctest since it don't work in release mode
# https://github.com/RazrFalcon/svgtypes/issues/10
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate svgtypes
Name: rust-%{crate}
Version: 0.5.0
Version: 0.6.0
Release: %autorelease
Summary: SVG types parser and writer
@ -15,11 +13,6 @@ Summary: SVG types parser and writer
License: MIT or ASL 2.0
URL: https://crates.io/crates/svgtypes
Source: %{crates_source}
# Initial patched metadata
# * Update float-cmp to 0.8
# * Update siphasher to 0.3
# https://github.com/RazrFalcon/svgtypes/pull/9
Patch0: svgtypes-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -43,8 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md README.tpl
%license LICENSE-MIT LICENSE-APACHE
%doc README.tpl README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -74,7 +67,7 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test -- --lib
%cargo_test
%endif
%changelog

@ -1 +1 @@
SHA512 (svgtypes-0.5.0.crate) = f030edc403c1df70cde167e6c94759122a0f757bc642a75829584f65bdb97f90226392e329554d8785fdeb4277b0221a6d9f137f614adca556c738c62b2c261a
SHA512 (svgtypes-0.6.0.crate) = faec8851cabec04846974d28b915e14a22bed89f914a2d7c182460a8707e3f90dba6cf5a13c3ed58d69d1f35d0dd1d0b30a3f1a795bf3e4e019e9a59932d6f38

@ -1,15 +0,0 @@
--- svgtypes-0.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ svgtypes-0.5.0/Cargo.toml 2021-06-13T04:00:19.119018+00:00
@@ -22,10 +22,9 @@
license = "MIT/Apache-2.0"
repository = "https://github.com/RazrFalcon/svgtypes"
[dependencies.float-cmp]
-version = "0.5"
-default-features = false
+version = "0.8"
[dependencies.siphasher]
-version = "0.2.3"
+version = "0.3"
[badges.travis-ci]
repository = "RazrFalcon/svgtypes"
Loading…
Cancel
Save