Update to version 0.16.1

epel9
Fabio Valentini 2 years ago
parent 69b98d2dd0
commit 85de0f817b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -30,3 +30,4 @@
/git2-0.13.24.crate /git2-0.13.24.crate
/git2-0.13.25.crate /git2-0.13.25.crate
/git2-0.14.4.crate /git2-0.14.4.crate
/git2-0.16.1.crate

@ -1,3 +0,0 @@
# rust-git2
The rust-git2 package

@ -1,27 +1,24 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate git2 %global crate git2
Name: rust-%{crate} Name: rust-git2
Version: 0.14.4 Version: 0.16.1
Release: %autorelease Release: %autorelease
Summary: Bindings to libgit2 for interoperating with git repositories Summary: Bindings to libgit2 for interoperating with git repositories
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/git2 URL: https://crates.io/crates/git2
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Bindings to libgit2 for interoperating with git repositories. This library is Bindings to libgit2 for interoperating with git repositories. This
both threadsafe and memory safe and allows both reading and writing git library is both threadsafe and memory safe and allows both reading and
repositories.} writing git repositories.}
%description %{_description} %description %{_description}

@ -1,5 +1,5 @@
[DEFAULT] [DEFAULT]
buildrequires = testrequires =
/usr/bin/git /usr/bin/git
unwanted-features = unwanted-features =
vendored-openssl vendored-openssl

@ -1 +1 @@
SHA512 (git2-0.14.4.crate) = 05a5894eb90e5371525222f69321c2376f6b8e0306a04ff05a9917005ca77a86b6100ec19338e47265599f3a61603511991ea8664e7c64702a580841ef98963a SHA512 (git2-0.16.1.crate) = 4963798b6d9fc087a4394515b0f6da0a9e01fcbc220dc3d1880a277ea0487083ac05c0bc3a52a537885eb065a9b2209658a199835457b38c94e45395ad8d6252

Loading…
Cancel
Save