Update to 0.12.9+1.0.1

epel10
Josh Stone 5 years ago
parent 3227bc6b05
commit b359b120b4

1
.gitignore vendored

@ -20,3 +20,4 @@
/libgit2-sys-0.12.5+1.0.0.crate
/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

@ -1,5 +1,5 @@
[DEFAULT]
buildrequires =
(pkgconfig(libgit2) >= 1.0.0 with pkgconfig(libgit2) < 2.0.0)
(pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)
lib.requires =
(pkgconfig(libgit2) >= 1.0.0 with pkgconfig(libgit2) < 2.0.0)
(pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)

@ -1,11 +1,11 @@
--- libgit2-sys-0.12.7+1.0.0/Cargo.toml 2020-06-03T15:10:59+00:00
+++ libgit2-sys-0.12.7+1.0.0/Cargo.toml 2020-06-04T01:09:39.738999+00:00
--- 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
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "libgit2-sys"
-version = "0.12.7+1.0.0"
+version = "0.12.7"
-version = "0.12.9+1.0.1"
+version = "0.12.9"
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.7+1.0.0
%global upstream_version 0.12.9+1.0.1
Name: rust-%{crate}
Version: 0.12.7
Version: 0.12.9
Release: 1%{?dist}
Summary: Native bindings to the libgit2 library
@ -33,7 +33,7 @@ Native bindings to the libgit2 library.}
%package devel
Summary: %{summary}
BuildArch: noarch
Requires: (pkgconfig(libgit2) >= 1.0.0 with pkgconfig(libgit2) < 2.0.0)
Requires: (pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)
%description devel %{_description}
@ -125,7 +125,7 @@ rm -vrf libgit2
%generate_buildrequires
%cargo_generate_buildrequires
%if ! %{__cargo_skip_build}
echo '(pkgconfig(libgit2) >= 1.0.0 with pkgconfig(libgit2) < 2.0.0)'
echo '(pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)'
%endif
%build
@ -140,6 +140,9 @@ echo '(pkgconfig(libgit2) >= 1.0.0 with pkgconfig(libgit2) < 2.0.0)'
%endif
%changelog
* Wed Jul 22 2020 Josh Stone <jistone@redhat.com> - 0.12.9-1
- Update to 0.12.9+1.0.1
* Thu Jun 04 2020 Josh Stone <jistone@redhat.com> - 0.12.7-1
- Update to 0.12.7+1.0.0

@ -1 +1 @@
SHA512 (libgit2-sys-0.12.7+1.0.0.crate) = 4854b52faf36ae521ad3671c6350a16da0f3ab3f5044fc6182627c810974d2ebde075b2b368c2a242418878ff7cd3861803ce29b7266f2a973f63d3ec7bab858
SHA512 (libgit2-sys-0.12.9+1.0.1.crate) = 79f2dd43d06eb7373986e2be62cc1ba7d4525ceaf4a6f28e57a1f62fa89afc3eaea8528beefd8f8a814f3ab71db6a6776030a105426f9aeb87f9af7f96cd331c

Loading…
Cancel
Save