Update to 0.1.12

epel9
Josh Stone 5 years ago
parent a1038e915c
commit b115511d2c

1
.gitignore vendored

@ -1,2 +1,3 @@
/diff-0.1.10.crate
/diff-0.1.11.crate
/diff-0.1.12.crate

@ -1,11 +0,0 @@
--- diff-0.1.11/Cargo.toml 1970-01-01T00:00:00+00:00
+++ diff-0.1.11/Cargo.toml 2019-07-22T17:24:39.397574+00:00
@@ -20,7 +20,7 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/utkarshkukreti/diff.rs"
[dev-dependencies.quickcheck]
-version = "0.4.1"
+version = "0.6"
default-features = false
[dev-dependencies.speculate]

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * speculate is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,17 +6,14 @@
%global crate diff
Name: rust-%{crate}
Version: 0.1.11
Release: 10%{?dist}
Version: 0.1.12
Release: 1%{?dist}
Summary: LCS based slice and string diffing implementation
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/diff
Source: %{crates_source}
# Initial patched metadata
# * Bump quickcheck to 0.6, https://github.com/utkarshkukreti/diff.rs/pull/13
Patch0: diff-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -34,8 +31,7 @@ LCS based slice and string diffing implementation.}
Summary: %{summary}
BuildArch: noarch
%description devel
An LCS based slice and string diffing implementation.
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
@ -43,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -55,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -76,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.1.12-1
- Update to 0.1.12
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (diff-0.1.11.crate) = 9c31d38bc29c9372984339b8d289317981ba483eee4430e936252b0fc44b1f500305082b19e6dc20b7d7fc81906f1c0d5c3f375b6db9f2c266e41c7015597073
SHA512 (diff-0.1.12.crate) = 0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16

Loading…
Cancel
Save