Update to 0.5.1

epel9
Josh Stone 5 years ago
parent 7c46c6b122
commit b0a974efb3

1
.gitignore vendored

@ -1,3 +1,4 @@
/plist-0.3.0.crate /plist-0.3.0.crate
/plist-0.4.1.crate /plist-0.4.1.crate
/plist-0.4.2.crate /plist-0.4.2.crate
/plist-0.5.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%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: 0.4.2 Version: 0.5.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Rusty plist parser Summary: Rusty plist parser
# Upstream license specification: MIT # Upstream license specification: MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENCE %license LICENCE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate. which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -83,6 +83,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 0.5.1-1
- Update to 0.5.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (plist-0.4.2.crate) = 667de29732a76dd6d7b9768c3e58edd8c21e62fe5dbbfe9a64a37de5488640aa42c04a8683596eee9a58b02dde1cb0f10e3edb9fc48b3d93e61dda0122357162 SHA512 (plist-0.5.1.crate) = 46ee6109bdff92a68c886a0751fedb149d760e38e07469cd507ca5ff17c463e460ae0b377e53bd412becf17ae74df09ccc67713800f09d4b3aa41ed5978a8dd3

Loading…
Cancel
Save