Update to 0.12.11+1.0.1

epel10
Josh Stone 5 years ago
parent a98feebe3c
commit 8438f7945b

1
.gitignore vendored

@ -21,3 +21,4 @@
/libgit2-sys-0.12.6+1.0.0.crate
/libgit2-sys-0.12.7+1.0.0.crate
/libgit2-sys-0.12.9+1.0.1.crate
/libgit2-sys-0.12.11+1.0.1.crate

@ -1,11 +1,19 @@
--- libgit2-sys-0.12.9+1.0.1/Cargo.toml 2020-07-21T22:49:19+00:00
+++ libgit2-sys-0.12.9+1.0.1/Cargo.toml 2020-07-22T18:40:42.788225+00:00
--- libgit2-sys-0.12.11+1.0.1/Cargo.toml 2020-08-19T20:15:18+00:00
+++ libgit2-sys-0.12.11+1.0.1/Cargo.toml 2020-08-19T23:57:54.341066+00:00
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "libgit2-sys"
-version = "0.12.9+1.0.1"
+version = "0.12.9"
-version = "0.12.11+1.0.1"
+version = "0.12.11"
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
links = "git2"
@@ -47,7 +47,6 @@
https = ["openssl-sys"]
ssh = ["libssh2-sys"]
ssh_key_from_memory = []
-zlib-ng-compat = ["libz-sys/zlib-ng", "libssh2-sys/zlib-ng-compat"]
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9"
optional = true

@ -3,11 +3,11 @@
%global debug_package %{nil}
%global crate libgit2-sys
%global upstream_version 0.12.9+1.0.1
%global upstream_version 0.12.11+1.0.1
Name: rust-%{crate}
Version: 0.12.9
Release: 2%{?dist}
Version: 0.12.11
Release: 1%{?dist}
Summary: Native bindings to the libgit2 library
# Upstream license specification: MIT/Apache-2.0
@ -16,6 +16,7 @@ URL: https://crates.io/crates/libgit2-sys
Source: %{crates_source %{crate} %{upstream_version}}
# Initial patched metadata
# * Remove libgit2 version from version field
# * Remove zlib-ng features
Patch0: libgit2-sys-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -140,6 +141,9 @@ echo '(pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)'
%endif
%changelog
* Wed Aug 19 2020 Josh Stone <jistone@redhat.com> - 0.12.11-1
- Update to 0.12.11+1.0.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (libgit2-sys-0.12.9+1.0.1.crate) = 79f2dd43d06eb7373986e2be62cc1ba7d4525ceaf4a6f28e57a1f62fa89afc3eaea8528beefd8f8a814f3ab71db6a6776030a105426f9aeb87f9af7f96cd331c
SHA512 (libgit2-sys-0.12.11+1.0.1.crate) = 9901e62fa7c5e82f1d5fe8a88c815be0a787c0afcf3dfa23a30f2637f4ac322ea8509f24af70665dc5eab27b609465b4dbe86f290bac1adaf1068826dd1c5d6c

Loading…
Cancel
Save