Update to 0.12.18

epel10
returntrip 4 years ago
parent 44fefa6fba
commit b17cabf410

1
.gitignore vendored

@ -27,3 +27,4 @@
/libgit2-sys-0.12.14+1.1.0.crate /libgit2-sys-0.12.14+1.1.0.crate
/libgit2-sys-0.12.16+1.1.0.crate /libgit2-sys-0.12.16+1.1.0.crate
/libgit2-sys-0.12.17+1.1.0.crate /libgit2-sys-0.12.17+1.1.0.crate
/libgit2-sys-0.12.18+1.1.0.crate

@ -1,11 +1,11 @@
--- libgit2-sys-0.12.17+1.1.0/Cargo.toml 2020-12-28T20:02:38+00:00 --- libgit2-sys-0.12.18+1.1.0/Cargo.toml 2021-01-21T15:20:31+00:00
+++ libgit2-sys-0.12.17+1.1.0/Cargo.toml 2020-12-29T07:54:07.782111+00:00 +++ libgit2-sys-0.12.18+1.1.0/Cargo.toml 2021-02-05T17:44:48.017805+00:00
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
[package] [package]
edition = "2018" edition = "2018"
name = "libgit2-sys" name = "libgit2-sys"
-version = "0.12.17+1.1.0" -version = "0.12.18+1.1.0"
+version = "0.12.17" +version = "0.12.18"
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"] authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs" build = "build.rs"
links = "git2" links = "git2"

@ -3,11 +3,11 @@
%global debug_package %{nil} %global debug_package %{nil}
%global crate libgit2-sys %global crate libgit2-sys
%global upstream_version 0.12.17+1.1.0 %global upstream_version 0.12.18+1.1.0
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.12.17 Version: 0.12.18
Release: 2%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libgit2 library Summary: Native bindings to the libgit2 library
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -141,6 +141,9 @@ echo '(pkgconfig(libgit2) >= 1.1.0 with pkgconfig(libgit2) < 2.0.0)'
%endif %endif
%changelog %changelog
* Fri Feb 05 18:44:48 CET 2021 returntrip <stefano@figura.im> - 0.12.18-1
- Update to 0.12.18 (Fixes: RHZB#1918821)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.17-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (libgit2-sys-0.12.17+1.1.0.crate) = a7232df268f091309c3405ff17833661ec5952404d7fe63a68c8ae98bf134ac49acfd4ec5bc3402382b07bcce529fb7140938fb150828a7d670bf164a73693eb SHA512 (libgit2-sys-0.12.18+1.1.0.crate) = 3d9be57074e15bb0dbed151804d401d4688a77f1d46eee171e39b00815a983c103b614509ea0bcbe3c1355fc6c47738fe9da7ef6b8ee2d040fc30062db701233

Loading…
Cancel
Save