Update to 1.0.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 439c0330a3
commit e689fd3b07
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -4,3 +4,4 @@
/plist-0.5.1.crate /plist-0.5.1.crate
/plist-0.5.3.crate /plist-0.5.3.crate
/plist-1.0.0.crate /plist-1.0.0.crate
/plist-1.0.1.crate

@ -0,0 +1,11 @@
--- plist-1.0.1/Cargo.toml 2020-12-27T18:45:59+00:00
+++ plist-1.0.1/Cargo.toml 2020-12-28T10:09:07.262094+00:00
@@ -30,7 +30,7 @@
default-features = false
[dependencies.indexmap]
-version = ">=1.0.2,<1.6"
+version = "1.0.2"
[dependencies.line-wrap]
version = "0.1.1"

@ -1,18 +1,21 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%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.0.0 Version: 1.0.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Rusty plist parser Summary: Rusty plist parser
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/plist URL: https://crates.io/crates/plist
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Avoid locking indexmap, revert of https://github.com/ebarnard/rust-plist/commit/5a8c6664b8916ca9d0671acecabb2c6574cb1f9f
Patch0: plist-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -95,6 +98,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Dec 28 11:06:57 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1 (Fixes: RHBZ#1911126)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (plist-1.0.0.crate) = e8d5e70fe882ce0c471f6a13ea0db897e10594ca28c8113814d7c38a3ed92c90f734ea45646ea12bd6f59c17e060d2269229d191ba9fc3d514e0fa7ce2bfb855 SHA512 (plist-1.0.1.crate) = 67c9b478ff89b3461a44c72e0718047fe8378909c3c371de36d875b54e867b7c41f56ccf6215688d7a511fa291620eddea1e1fcd7bfe357276d3d08ec9a84376

Loading…
Cancel
Save