Update to 0.51.1

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel9
Michel Lind 1 year ago
parent ecafa2832a
commit 42f64534f1
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -4,3 +4,4 @@
/difftastic-0.45.0.crate /difftastic-0.45.0.crate
/difftastic-0.49.0.crate /difftastic-0.49.0.crate
/difftastic-0.50.0.crate /difftastic-0.50.0.crate
/difftastic-0.51.1.crate

@ -1,5 +1,5 @@
--- difftastic-0.50.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- difftastic-0.51.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ difftastic-0.50.0/Cargo.toml 2023-08-21T19:16:46.510771+00:00 +++ difftastic-0.51.1/Cargo.toml 2023-08-29T16:14:29.931618+00:00
@@ -66,7 +66,7 @@ @@ -66,7 +66,7 @@
version = "0.2.108" version = "0.2.108"
@ -18,7 +18,7 @@
[dependencies.rustc-hash] [dependencies.rustc-hash]
version = "1.1.0" version = "1.1.0"
@@ -118,10 +118,10 @@ @@ -125,10 +125,10 @@
[dependencies.wu-diff] [dependencies.wu-diff]
version = "0.1.2" version = "0.1.2"
[dev-dependencies.assert_cmd] [dev-dependencies.assert_cmd]

@ -4,7 +4,7 @@
%global crate difftastic %global crate difftastic
Name: rust-difftastic Name: rust-difftastic
Version: 0.50.0 Version: 0.51.1
Release: %autorelease Release: %autorelease
Summary: Structural diff that understands syntax Summary: Structural diff that understands syntax
@ -26,7 +26,15 @@ A structural diff that understands syntax.}
%package -n %{crate} %package -n %{crate}
Summary: %{summary} Summary: %{summary}
# from %%cargo_license_summary # from %%cargo_license_summary
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND (Unlicense OR MIT) AND Zlib # (MIT OR Apache-2.0) AND Unicode-DFS-2016
# Apache-2.0 OR BSL-1.0
# Apache-2.0 OR MIT
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# MIT
# MIT OR Apache-2.0
# Unlicense OR MIT
# Zlib
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND (Unlicense OR MIT) AND Zlib
# LICENSE.dependencies contains a full license breakdown # LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description} %description -n %{crate} %{_description}

@ -1 +1 @@
SHA512 (difftastic-0.50.0.crate) = c0e78a56d53ca76e75e898f0a6d4fa0683e193cd116d9e0d7b3a4cf6738a78e6932ef27ff021bbb8907f03750782fff5beac3fbe02d6915b4e50d6051ea79888 SHA512 (difftastic-0.51.1.crate) = a853afca0f21481f712aa4ff3f356f7d85e524bfd4485029bae849de150d1a9b18bd769b44c56fb38ca2d694a8b53b4e16bf44af7628c505bee0d8463aac295b

Loading…
Cancel
Save