update to version 0.12.20+1.1.0

epel10
Fabio Valentini 4 years ago
parent b17cabf410
commit 7d23b33cbb
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -28,3 +28,4 @@
/libgit2-sys-0.12.16+1.1.0.crate
/libgit2-sys-0.12.17+1.1.0.crate
/libgit2-sys-0.12.18+1.1.0.crate
/libgit2-sys-0.12.20+1.1.0.crate

@ -1,11 +1,11 @@
--- libgit2-sys-0.12.18+1.1.0/Cargo.toml 2021-01-21T15:20:31+00:00
+++ libgit2-sys-0.12.18+1.1.0/Cargo.toml 2021-02-05T17:44:48.017805+00:00
--- libgit2-sys-0.12.20+1.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ libgit2-sys-0.12.20+1.1.0/Cargo.toml 2021-05-17T10:48:31.535680+00:00
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "libgit2-sys"
-version = "0.12.18+1.1.0"
+version = "0.12.18"
-version = "0.12.20+1.1.0"
+version = "0.12.20"
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
links = "git2"

@ -3,10 +3,10 @@
%global debug_package %{nil}
%global crate libgit2-sys
%global upstream_version 0.12.18+1.1.0
%global upstream_version 0.12.20+1.1.0
Name: rust-%{crate}
Version: 0.12.18
Version: 0.12.20
Release: 1%{?dist}
Summary: Native bindings to the libgit2 library
@ -119,7 +119,7 @@ which use "ssh_key_from_memory" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{upstream_version} -p1
# Bundled deps
# Remove bundled dependencies
rm -vrf libgit2
%cargo_prep
@ -141,6 +141,10 @@ echo '(pkgconfig(libgit2) >= 1.1.0 with pkgconfig(libgit2) < 2.0.0)'
%endif
%changelog
* Mon May 17 2021 Fabio Valentini <decathorpe@gmail.com> - 0.12.20-1
- Update to version 0.12.20+1.1.0.
- Fixes RHBZ#1951081
* Fri Feb 05 18:44:48 CET 2021 returntrip <stefano@figura.im> - 0.12.18-1
- Update to 0.12.18 (Fixes: RHZB#1918821)

@ -1 +1 @@
SHA512 (libgit2-sys-0.12.18+1.1.0.crate) = 3d9be57074e15bb0dbed151804d401d4688a77f1d46eee171e39b00815a983c103b614509ea0bcbe3c1355fc6c47738fe9da7ef6b8ee2d040fc30062db701233
SHA512 (libgit2-sys-0.12.20+1.1.0.crate) = 03f8493ce60fa2d6553605c52642917f8c69b9e8cf962880218eb63459e24b02b041339927fde1c9b3fcb27d97e3c9e99dda66f8e7124dc72720e91948ff2676

Loading…
Cancel
Save