update to version 0.12.14+1.1.0

epel10
Fabio Valentini 4 years ago
parent 2c2b140600
commit 28cda29ca9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/libgit2-sys-0.12.11+1.0.1.crate /libgit2-sys-0.12.11+1.0.1.crate
/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

@ -1,11 +1,11 @@
--- libgit2-sys-0.12.13+1.0.1/Cargo.toml 2020-09-08T17:24:05+00:00 --- libgit2-sys-0.12.14+1.1.0/Cargo.toml 2020-10-14T00:08:10+00:00
+++ libgit2-sys-0.12.13+1.0.1/Cargo.toml 2020-09-18T18:52:08.714292+00:00 +++ libgit2-sys-0.12.14+1.1.0/Cargo.toml 2020-11-29T10:19:45.651977+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.13+1.0.1" -version = "0.12.14+1.1.0"
+version = "0.12.13" +version = "0.12.14"
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 13 # Generated by rust2rpm 16
%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.13+1.0.1 %global upstream_version 0.12.14+1.1.0
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.12.13 Version: 0.12.14
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libgit2 library Summary: Native bindings to the libgit2 library
@ -25,6 +25,7 @@ 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.}
@ -125,9 +126,6 @@ rm -vrf libgit2
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
%if ! %{__cargo_skip_build}
echo '(pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)'
%endif
%build %build
%cargo_build %cargo_build
@ -141,6 +139,10 @@ echo '(pkgconfig(libgit2) >= 1.0.1 with pkgconfig(libgit2) < 2.0.0)'
%endif %endif
%changelog %changelog
* Sun Nov 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.14-1
- Update to version 0.12.14+1.1.0.
- Fixes RHBZ#1888078
* Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.13-1 * Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.12.13-1
- Update to version 0.12.13+1.0.1. - Update to version 0.12.13+1.0.1.

@ -1 +1 @@
SHA512 (libgit2-sys-0.12.13+1.0.1.crate) = fc8a1e85ab4d23a408ff5f0af9cea16db6a9a30a68885340431ce7e26bc4e13ae50c96cd09485c9f3bc3f74ab57cc16e3b50f0a73ed8c67571afed289bbbd913 SHA512 (libgit2-sys-0.12.14+1.1.0.crate) = d0fe6243b07c0d0711e832f4efdd69701c27fafb7df82d6010f24f79393c80bff3fc5639707863f2a8073c57bbc9fdfa0eab32c64eb053799c1c1e08de5c9854

Loading…
Cancel
Save