Update to 0.12.16

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel10
Igor Raits 4 years ago
parent 28cda29ca9
commit 4d8088ea52
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -25,3 +25,4 @@
/libgit2-sys-0.12.12+1.0.1.crate /libgit2-sys-0.12.12+1.0.1.crate
/libgit2-sys-0.12.13+1.0.1.crate /libgit2-sys-0.12.13+1.0.1.crate
/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

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

@ -1,11 +1,11 @@
--- libgit2-sys-0.12.14+1.1.0/Cargo.toml 2020-10-14T00:08:10+00:00 --- libgit2-sys-0.12.16+1.1.0/Cargo.toml 2020-12-22T04:12:09+00:00
+++ libgit2-sys-0.12.14+1.1.0/Cargo.toml 2020-11-29T10:19:45.651977+00:00 +++ libgit2-sys-0.12.16+1.1.0/Cargo.toml 2020-12-28T16:39:56.953253+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.14+1.1.0" -version = "0.12.16+1.1.0"
+version = "0.12.14" +version = "0.12.16"
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"

@ -1,12 +1,12 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libgit2-sys %global crate libgit2-sys
%global upstream_version 0.12.14+1.1.0 %global upstream_version 0.12.16+1.1.0
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.12.14 Version: 0.12.16
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libgit2 library Summary: Native bindings to the libgit2 library
@ -25,7 +25,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)
%global _description %{expand: %global _description %{expand:
Native bindings to the libgit2 library.} Native bindings to the libgit2 library.}
@ -35,7 +34,7 @@ Native bindings to the libgit2 library.}
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
Requires: (pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0) Requires: (pkgconfig(libgit2) >= 1.1.0 with pkgconfig(libgit2) < 2.0.0)
%description devel %{_description} %description devel %{_description}
@ -126,6 +125,9 @@ rm -vrf libgit2
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
%if ! %{__cargo_skip_build}
echo '(pkgconfig(libgit2) >= 1.1.0 with pkgconfig(libgit2) < 2.0.0)'
%endif
%build %build
%cargo_build %cargo_build
@ -139,6 +141,9 @@ rm -vrf libgit2
%endif %endif
%changelog %changelog
* Mon Dec 28 17:39:57 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.12.16-1
- Update to 0.12.16 (Fixes: RHBZ#1909222)
* Sun Nov 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.14-1 * Sun Nov 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.14-1
- Update to version 0.12.14+1.1.0. - Update to version 0.12.14+1.1.0.
- Fixes RHBZ#1888078 - Fixes RHBZ#1888078

@ -1 +1 @@
SHA512 (libgit2-sys-0.12.14+1.1.0.crate) = d0fe6243b07c0d0711e832f4efdd69701c27fafb7df82d6010f24f79393c80bff3fc5639707863f2a8073c57bbc9fdfa0eab32c64eb053799c1c1e08de5c9854 SHA512 (libgit2-sys-0.12.16+1.1.0.crate) = 0bd972010ba20c4a0cbb09ed36bf9a0d77cd5169303c90f0bcb194f5ff5787721d7c86505e5eb3340a3ccc8b68dd194ef73050ea6c5205c14290483ca4fa7b68

Loading…
Cancel
Save