Update rust-ini to 0.13
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
611c1e5938
commit
daf5eef5cf
@ -13,6 +13,7 @@ URL: https://crates.io/crates/zram-generator
|
|||||||
Source: %{crates_source}
|
Source: %{crates_source}
|
||||||
# Initial patched metadata
|
# Initial patched metadata
|
||||||
# * Update dependencies, https://github.com/systemd/zram-generator/commit/6f2b69c4a38b6da92fc4509b7d055423b8440238
|
# * Update dependencies, https://github.com/systemd/zram-generator/commit/6f2b69c4a38b6da92fc4509b7d055423b8440238
|
||||||
|
# https://github.com/systemd/zram-generator/pull/2
|
||||||
Patch0: zram-generator-fix-metadata.diff
|
Patch0: zram-generator-fix-metadata.diff
|
||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
@ -20,7 +21,7 @@ ExclusiveArch: %{rust_arches}
|
|||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
BuildRequires: (crate(failure/default) >= 0.1.2 with crate(failure/default) < 0.2.0)
|
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(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 \
|
%global _description \
|
||||||
This is a systemd unit generator that creates a unit file to create a\
|
This is a systemd unit generator that creates a unit file to create a\
|
||||||
|
@ -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 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 @@
|
@@ -18,10 +18,10 @@
|
||||||
homepage = "https://github.com/systemd/zram-generator"
|
homepage = "https://github.com/systemd/zram-generator"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
[dependencies.rust-ini]
|
[dependencies.rust-ini]
|
||||||
-version = "0.12"
|
-version = "0.12"
|
||||||
+version = "~0.12"
|
+version = "0.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user