update to version 1.1.0

epel9
Fabio Valentini 4 years ago
parent 8950dce956
commit aeeec88a1e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/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 /plist-1.0.1.crate
/plist-1.1.0.crate

@ -1,11 +0,0 @@
--- 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"

@ -5,17 +5,14 @@
%global crate plist %global crate plist
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.1 Version: 1.1.0
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}
@ -98,6 +95,10 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Feb 15 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
- Update to version 1.1.0.
- Fixes RHBZ#1922843
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (plist-1.0.1.crate) = 67c9b478ff89b3461a44c72e0718047fe8378909c3c371de36d875b54e867b7c41f56ccf6215688d7a511fa291620eddea1e1fcd7bfe357276d3d08ec9a84376 SHA512 (plist-1.1.0.crate) = 11617001327b310978bfc114cb4549586af2f25d03563adcaba062d78f34ef2ccf72b4779877f206a06d0a7aed62253fa853c4544285542b6ee88331845c28c9

Loading…
Cancel
Save