Update to 1.11.0 (#2157519)
This commit is contained in:
parent
2dfbbc9e9f
commit
57a86ec7d3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/*.src.rpm
|
||||
/results_*/
|
||||
/just-1.9.0.crate
|
||||
/just-1.11.0.crate
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- just-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ just-1.9.0/Cargo.toml 2022-09-30T00:37:34.996094+00:00
|
||||
@@ -15,9 +15,16 @@
|
||||
version = "1.9.0"
|
||||
--- just-1.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ just-1.11.0/Cargo.toml 2023-01-02T17:35:08+00:00
|
||||
@@ -15,9 +15,16 @@ name = "just"
|
||||
version = "1.11.0"
|
||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||
exclude = [
|
||||
+ "/Vagrantfile",
|
||||
@ -17,7 +17,16 @@
|
||||
"/www",
|
||||
]
|
||||
autotests = false
|
||||
@@ -133,9 +139,6 @@
|
||||
@@ -75,7 +82,7 @@ version = "0.15"
|
||||
version = "2.0.0"
|
||||
|
||||
[dependencies.env_logger]
|
||||
-version = "0.10.0"
|
||||
+version = "0.9.3"
|
||||
|
||||
[dependencies.heck]
|
||||
version = "0.4.0"
|
||||
@@ -132,9 +139,6 @@ version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
features = ["v4"]
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global crate just
|
||||
|
||||
Name: rust-just
|
||||
Version: 1.9.0
|
||||
Version: 1.11.0
|
||||
Release: %autorelease
|
||||
Summary: Just a command runner
|
||||
|
||||
@ -14,6 +14,7 @@ Source: %{crates_source}
|
||||
# Initial patched metadata
|
||||
# - Exclude unwanted files
|
||||
# - Drop cradle dependency, the crate cannot be packaged due to CC0 license
|
||||
# - Downgrade env_logger dependency to 0.9 (0.10 is blocked by fedora-rust/rust2rpm#186)
|
||||
Patch0: just-fix-metadata.diff
|
||||
# Remove all uses of cradle
|
||||
Patch1: just-1.5.0-no-cradle.patch
|
||||
@ -29,11 +30,21 @@ just is a handy way to save and run project-specific commands.}
|
||||
|
||||
%package -n %{crate}
|
||||
Summary: %{summary}
|
||||
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
|
||||
# Apache-2.0
|
||||
# Apache-2.0 OR BSL-1.0
|
||||
# Apache-2.0 OR MIT
|
||||
# CC0-1.0
|
||||
# MIT
|
||||
# MIT OR Apache-2.0
|
||||
# Unlicense OR MIT
|
||||
License: CC0-1.0 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND MIT AND Unicode-DFS-2016 AND (Unlicense OR MIT)
|
||||
|
||||
%description -n %{crate} %{_description}
|
||||
|
||||
%files -n %{crate}
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%doc CHANGELOG.md
|
||||
%doc CONTRIBUTING.md
|
||||
%doc GRAMMAR.md
|
||||
@ -99,6 +110,7 @@ use the "help4help2man" feature of the "%{crate}" crate.
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
%{?cargo_license} >LICENSE.dependencies
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (just-1.9.0.crate) = 0912285c742ae6281e0149d42790b75cf1b10943ef45a8f8260c07df7b89cf2dcc96c11e2464b379a61386e12af726b1fae2ce6ed4e1045774ec660a9b25714f
|
||||
SHA512 (just-1.11.0.crate) = 015adc0a3e38cf114278e4d1877ea65fd9c5ad3427a6bb82ad2661a0d6f1a50cae2c4481167d1cb65dcd262924e9f306ea4140826def1b363edcd1247d99da8f
|
||||
|
Loading…
Reference in New Issue
Block a user