diff --git a/.cargo-vendor.metadata b/.cargo-vendor.metadata index 3db591a..9ccc652 100644 --- a/.cargo-vendor.metadata +++ b/.cargo-vendor.metadata @@ -1,2 +1,2 @@ -0337f15d15a3ae67017eac6b9e556d05a2bd7b74 SOURCES/cargo-vendor-0.1.22-vendor.tar.xz -a4ced55e8b4c381b50fa6ca5a5a9b9a9f54cc866 SOURCES/cargo-vendor-0.1.22.crate +9192e1e8a64a80a0a0da960f6413a495d0b850dd SOURCES/cargo-vendor-0.1.23-vendor.tar.xz +e42b1360775b3ca4ccb8d007bf2f4d651764e082 SOURCES/cargo-vendor-0.1.23.crate diff --git a/.gitignore b/.gitignore index 6e6577c..fae6339 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/cargo-vendor-0.1.22-vendor.tar.xz -SOURCES/cargo-vendor-0.1.22.crate +SOURCES/cargo-vendor-0.1.23-vendor.tar.xz +SOURCES/cargo-vendor-0.1.23.crate diff --git a/SPECS/cargo-vendor.spec b/SPECS/cargo-vendor.spec index f7fc52c..e58c729 100644 --- a/SPECS/cargo-vendor.spec +++ b/SPECS/cargo-vendor.spec @@ -1,7 +1,7 @@ # Only x86_64 and i686 are Tier 1 platforms at this time. # https://forge.rust-lang.org/platform-support.html #global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x -%global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x +%global rust_arches x86_64 i686 aarch64 ppc64 ppc64le s390x # libgit2-sys expects to use its bundled library, which is sometimes just a # snapshot of libgit2's master branch. This can mean the FFI declarations @@ -16,8 +16,8 @@ %endif Name: cargo-vendor -Version: 0.1.22 -Release: 1%{?dist} +Version: 0.1.23 +Release: 2%{?dist} Summary: Cargo subcommand to vendor crates.io dependencies License: ASL 2.0 or MIT URL: https://github.com/alexcrichton/cargo-vendor @@ -107,8 +107,11 @@ export LIBSSH2_SYS_USE_PKG_CONFIG=1 %changelog -* Mon Jun 03 2019 Pablo Greco - 0.1.22-1 -- Allow building in armhfp +* Fri May 24 2019 Josh Stone - 0.1.23-2 +- Rebuild with Rust 1.35 + +* Tue Apr 09 2019 Josh Stone - 0.1.23-1 +- Update to 0.1.23 * Thu Dec 13 2018 Josh Stone - 0.1.22-1 - Update to 0.1.22