Update rust-ini to 0.13

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-03-09 15:08:00 +01:00
parent 611c1e5938
commit daf5eef5cf
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ URL: https://crates.io/crates/zram-generator
Source: %{crates_source}
# Initial patched metadata
# * Update dependencies, https://github.com/systemd/zram-generator/commit/6f2b69c4a38b6da92fc4509b7d055423b8440238
# https://github.com/systemd/zram-generator/pull/2
Patch0: zram-generator-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -20,7 +21,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(failure/default) >= 0.1.2 with crate(failure/default) < 0.2.0)
BuildRequires: (crate(failure_derive/default) >= 0.1.0 with crate(failure_derive/default) < 0.2.0)
BuildRequires: (crate(rust-ini/default) >= 0.12.0 with crate(rust-ini/default) < 0.13.0)
BuildRequires: (crate(rust-ini/default) >= 0.13.0 with crate(rust-ini/default) < 0.14.0)
%global _description \
This is a systemd unit generator that creates a unit file to create a\

View File

@ -1,5 +1,5 @@
--- zram-generator-0.1.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ zram-generator-0.1.1/Cargo.toml 2019-03-09T14:58:31.909576+01:00
+++ zram-generator-0.1.1/Cargo.toml 2019-03-09T15:07:29.700946+01:00
@@ -18,10 +18,10 @@
homepage = "https://github.com/systemd/zram-generator"
license = "MIT"
@ -12,4 +12,4 @@
[dependencies.rust-ini]
-version = "0.12"
+version = "~0.12"
+version = "0.13"