Update to 0.50.0

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/difftastic-0.43.1.crate /difftastic-0.43.1.crate
/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

@ -1,6 +1,6 @@
--- difftastic-0.49.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- difftastic-0.50.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ difftastic-0.49.0/Cargo.toml 2023-08-05T02:39:11.386136+00:00 +++ difftastic-0.50.0/Cargo.toml 2023-08-21T19:16:46.510771+00:00
@@ -63,7 +63,7 @@ @@ -66,7 +66,7 @@
version = "0.2.108" version = "0.2.108"
[dependencies.libmimalloc-sys] [dependencies.libmimalloc-sys]
@ -9,8 +9,8 @@
[dependencies.log] [dependencies.log]
version = "0.4.14" version = "0.4.14"
@@ -85,7 +85,7 @@ @@ -88,7 +88,7 @@
version = "1.6.1" version = "1.7.0"
[dependencies.regex] [dependencies.regex]
-version = ">= 1.7, < 1.8" -version = ">= 1.7, < 1.8"
@ -18,7 +18,7 @@
[dependencies.rustc-hash] [dependencies.rustc-hash]
version = "1.1.0" version = "1.1.0"
@@ -115,10 +115,10 @@ @@ -118,10 +118,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.49.0 Version: 0.50.0
Release: %autorelease Release: %autorelease
Summary: Structural diff that understands syntax Summary: Structural diff that understands syntax
@ -16,7 +16,7 @@ Source: %{crates_source}
# * remove upper bound on assert_cmd, predicates, and regex # * remove upper bound on assert_cmd, predicates, and regex
Patch: difftastic-fix-metadata.diff Patch: difftastic-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 23
%global _description %{expand: %global _description %{expand:
A structural diff that understands syntax.} A structural diff that understands syntax.}
@ -25,7 +25,8 @@ A structural diff that understands syntax.}
%package -n %{crate} %package -n %{crate}
Summary: %{summary} Summary: %{summary}
License: (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND MIT AND (MIT OR Unlicense) AND Unicode-DFS-2016 AND Zlib # from %%cargo_license_summar
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
# LICENSE.dependencies contains a full license breakdown # LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description} %description -n %{crate} %{_description}
@ -45,6 +46,7 @@ License: (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exce
%build %build
%cargo_build %cargo_build
%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies %{cargo_license} > LICENSE.dependencies
%install %install

@ -1 +1 @@
SHA512 (difftastic-0.49.0.crate) = 70e36733c2ecb9df1702a747e2d641ccdc8df4226f463e8810b87f813891d5eb77275eed12dc46da73dcd11fbe4db330be0f28a2313e71674ef64361386f549b SHA512 (difftastic-0.50.0.crate) = c0e78a56d53ca76e75e898f0a6d4fa0683e193cd116d9e0d7b3a4cf6738a78e6932ef27ff021bbb8907f03750782fff5beac3fbe02d6915b4e50d6051ea79888

Loading…
Cancel
Save