Update to 0.12.0+0.99.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel10
Igor Raits 5 years ago
parent 4d26b81823
commit c41497a071
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -14,3 +14,4 @@
/libgit2-sys-0.9.2.crate /libgit2-sys-0.9.2.crate
/libgit2-sys-0.10.0.crate /libgit2-sys-0.10.0.crate
/libgit2-sys-0.11.0+0.99.0.crate /libgit2-sys-0.11.0+0.99.0.crate
/libgit2-sys-0.12.0+0.99.0.crate

@ -1,11 +1,11 @@
--- libgit2-sys-0.11.0+0.99.0/Cargo.toml 2020-02-26T17:37:35+00:00 --- libgit2-sys-0.12.0+0.99.0/Cargo.toml 2020-03-13T19:25:04+00:00
+++ libgit2-sys-0.11.0+0.99.0/Cargo.toml 2020-03-03T20:15:22.176465+00:00 +++ libgit2-sys-0.12.0+0.99.0/Cargo.toml 2020-03-19T09:52:57.456810+00:00
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
[package] [package]
edition = "2018" edition = "2018"
name = "libgit2-sys" name = "libgit2-sys"
-version = "0.11.0+0.99.0" -version = "0.12.0+0.99.0"
+version = "0.11.0" +version = "0.12.0"
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.11.0+0.99.0 %global upstream_version 0.12.0+0.99.0
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.11.0 Version: 0.12.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libgit2 library Summary: Native bindings to the libgit2 library
@ -35,7 +35,7 @@ Native bindings to the libgit2 library.}
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
Requires: (pkgconfig(libgit2) >= 0.28 with pkgconfig(libgit2) < 0.29) Requires: (pkgconfig(libgit2) >= 0.99 with pkgconfig(libgit2) < 0.100)
%description devel %{_description} %description devel %{_description}
@ -142,6 +142,9 @@ echo '(pkgconfig(libgit2) >= 0.99 with pkgconfig(libgit2) < 0.100)'
%endif %endif
%changelog %changelog
* Thu Mar 19 10:52:57 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.12.0-1
- Update to 0.12.0+0.99.0
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.11.0-1 * Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.11.0-1
- Update to 0.11.0+0.99.0 - Update to 0.11.0+0.99.0

@ -1 +1 @@
SHA512 (libgit2-sys-0.11.0+0.99.0.crate) = 1b425546b578ae56ea555d19a116b155e7345b01925de3952e1b27e46a9121d46b4834126cb47ca32223a530842aeed6fdf03f654f0031cdf4e9c7e3a28cd7bf SHA512 (libgit2-sys-0.12.0+0.99.0.crate) = a622b2345e6dc3d291690938d91a1defd47a711b203d12d356ebc836a8def29a1d39ccf4991bc02af8ede3448bc29a00cf9d74164ae1f9149f8586e5de5cc130

Loading…
Cancel
Save