Browse Source

cargo: rebuild with libgit2-0.27.4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11772 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 years ago
parent
commit
fb2f693c9f
1 changed files with 6 additions and 1 deletions
  1. 6 1
      c/cargo/cargo-vl.spec

+ 6 - 1
c/cargo/cargo-vl.spec

@@ -13,11 +13,12 @@
 
 Name:           cargo
 Version:        0.24.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Rust's package manager and build tool
 License:        ASL 2.0 or MIT
 URL:            https://crates.io/
 ExclusiveArch:  %{rust_arches}
+#'
 
 %global cargo_version %{version}
 %global cargo_bootstrap 0.23.0
@@ -103,6 +104,7 @@ Requires:       rust
 %description
 Cargo is a tool that allows Rust projects to declare their various dependencies
 and ensure that you'll always get a repeatable build.
+#'
 
 
 %package doc
@@ -212,6 +214,9 @@ CFG_DISABLE_CROSS_TESTS=1 %{local_cargo} test --no-fail-fast || :
 
 
 %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
 - Updated to 0.24.0.