Update to version 0.8.1; Fixes RHBZ#2095985

epel9
Fabio Valentini 3 years ago
parent 35232d1b17
commit 6cfc6eadfd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate svgtypes
Name: rust-%{crate}
Version: 0.8.0
Version: 0.8.1
Release: %autorelease
Summary: SVG types parser
@ -15,14 +15,11 @@ URL: https://crates.io/crates/svgtypes
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
SVG types parser and writer.}
SVG types parser.}
%description %{_description}
@ -32,13 +29,15 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.tpl README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,11 +45,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (svgtypes-0.8.0.crate) = 39a04ea4cd6f6d92abfd74755dc8d3dd184158a57f05dc8973e00e4e0692177459b5e4091333f035aa800c76a81f1c6cfc8ecd66d1aeaa7eff25a036d604f6d1
SHA512 (svgtypes-0.8.1.crate) = 9f24c35361066c11e3f95137a3172dd437baf61e21d425e11a719688881aef48d55eb10f45218750e4f965d15a58a7aaf0ae92d208232382dae23d78b09aa45b

Loading…
Cancel
Save