Update to 0.12.7+1.0.0

epel10
Josh Stone 5 years ago
parent 52c76ecb5c
commit 3227bc6b05

1
.gitignore vendored

@ -19,3 +19,4 @@
/libgit2-sys-0.12.4+1.0.0.crate /libgit2-sys-0.12.4+1.0.0.crate
/libgit2-sys-0.12.5+1.0.0.crate /libgit2-sys-0.12.5+1.0.0.crate
/libgit2-sys-0.12.6+1.0.0.crate /libgit2-sys-0.12.6+1.0.0.crate
/libgit2-sys-0.12.7+1.0.0.crate

@ -1,11 +1,11 @@
--- libgit2-sys-0.12.6+1.0.0/Cargo.toml 2020-05-19T17:09:33+00:00 --- libgit2-sys-0.12.7+1.0.0/Cargo.toml 2020-06-03T15:10:59+00:00
+++ libgit2-sys-0.12.6+1.0.0/Cargo.toml 2020-05-19T17:53:42.361093+00:00 +++ libgit2-sys-0.12.7+1.0.0/Cargo.toml 2020-06-04T01:09:39.738999+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.6+1.0.0" -version = "0.12.7+1.0.0"
+version = "0.12.6" +version = "0.12.7"
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,10 +3,10 @@
%global debug_package %{nil} %global debug_package %{nil}
%global crate libgit2-sys %global crate libgit2-sys
%global upstream_version 0.12.6+1.0.0 %global upstream_version 0.12.7+1.0.0
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.12.6 Version: 0.12.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libgit2 library Summary: Native bindings to the libgit2 library
@ -140,6 +140,9 @@ echo '(pkgconfig(libgit2) >= 1.0.0 with pkgconfig(libgit2) < 2.0.0)'
%endif %endif
%changelog %changelog
* Thu Jun 04 2020 Josh Stone <jistone@redhat.com> - 0.12.7-1
- Update to 0.12.7+1.0.0
* Tue May 19 19:53:42 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.12.6-1 * Tue May 19 19:53:42 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.12.6-1
- Update to 0.12.6+1.0.0 - Update to 0.12.6+1.0.0

@ -1 +1 @@
SHA512 (libgit2-sys-0.12.6+1.0.0.crate) = e7a087b9ce9006a278f302277a76d12359372acc67c0ffc1b122e265e99b6cf0e913584bc98fd3946e6a84e95469ee6cc15b6faadbf205318904f1e00df13404 SHA512 (libgit2-sys-0.12.7+1.0.0.crate) = 4854b52faf36ae521ad3671c6350a16da0f3ab3f5044fc6182627c810974d2ebde075b2b368c2a242418878ff7cd3861803ce29b7266f2a973f63d3ec7bab858

Loading…
Cancel
Save