Update to version 1.3.1; Fixes RHBZ#2023075

epel9
Fabio Valentini 3 years ago
parent 2874709dd3
commit a3fb82241b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/plist-1.1.0.crate /plist-1.1.0.crate
/plist-1.2.0.crate /plist-1.2.0.crate
/plist-1.2.1.crate /plist-1.2.1.crate
/plist-1.3.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate plist %global crate plist
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.1 Version: 1.3.1
Release: %autorelease Release: %autorelease
Summary: Rusty plist parser Summary: Rusty plist parser
@ -15,9 +15,6 @@ URL: https://crates.io/crates/plist
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,8 +29,8 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENCE %license LICENCE
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel %{_description} %description -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "enable_unstable_features_that_may_break_with_minor_version_bumps" feature of "%{crate}" crate. use the "enable_unstable_features_that_may_break_with_minor_version_bumps" feature of the "%{crate}" crate.
%files -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel %files -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +67,8 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description} %description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "serde" feature of "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (plist-1.2.1.crate) = 0e7217e40e16a97637902732c0846c46144c042094f2482fe46890e660e9c41f09f5d57c9606e3374c6d74829f982ead460515a2221f5eb196a49bcb731ea12c SHA512 (plist-1.3.1.crate) = 4cf962af14b4218502eb4aae5507d93c58c4a0b716f923c3f0e53e37225940c5ab6847d7d9ad5004f77dc2dbbd28f73412cc114fd231e515f23a4ade3f969e86

Loading…
Cancel
Save