|
@@ -13,11 +13,12 @@
|
|
|
|
|
|
Name: cargo
|
|
Name: cargo
|
|
Version: 0.24.0
|
|
Version: 0.24.0
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Rust's package manager and build tool
|
|
Summary: Rust's package manager and build tool
|
|
License: ASL 2.0 or MIT
|
|
License: ASL 2.0 or MIT
|
|
URL: https://crates.io/
|
|
URL: https://crates.io/
|
|
ExclusiveArch: %{rust_arches}
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
+#'
|
|
|
|
|
|
%global cargo_version %{version}
|
|
%global cargo_version %{version}
|
|
%global cargo_bootstrap 0.23.0
|
|
%global cargo_bootstrap 0.23.0
|
|
@@ -103,6 +104,7 @@ Requires: rust
|
|
%description
|
|
%description
|
|
Cargo is a tool that allows Rust projects to declare their various dependencies
|
|
Cargo is a tool that allows Rust projects to declare their various dependencies
|
|
and ensure that you'll always get a repeatable build.
|
|
and ensure that you'll always get a repeatable build.
|
|
|
|
+#'
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
%package doc
|
|
@@ -212,6 +214,9 @@ CFG_DISABLE_CROSS_TESTS=1 %{local_cargo} test --no-fail-fast || :
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Aug 21 2018 Toshiaki Ara <ara_t@384.jp> - 0.24.0-2
|
|
|
|
+- rebuild with libgit2-0.27.4
|
|
|
|
+
|
|
* Fri Jan 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.24.0-1
|
|
* Fri Jan 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.24.0-1
|
|
- Updated to 0.24.0.
|
|
- Updated to 0.24.0.
|
|
|
|
|