Update to version 0.14.4; Fixes RHBZ#2058285

epel9
Fabio Valentini 3 years ago
parent 0244aa4c24
commit 2b56a7f9f2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -29,3 +29,4 @@
/git2-0.13.20.crate /git2-0.13.20.crate
/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

@ -2,6 +2,5 @@
buildrequires = buildrequires =
/usr/bin/git /usr/bin/git
unwanted-features = unwanted-features =
vendored-libgit2
vendored-openssl vendored-openssl
zlib-ng-compat zlib-ng-compat

@ -1,22 +1,22 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%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-%{crate}
Version: 0.13.25 Version: 0.14.4
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/Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 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} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging 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 library is
@ -35,9 +35,11 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,7 +51,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+https-devel %package -n %{name}+https-devel
Summary: %{summary} Summary: %{summary}
@ -61,7 +63,7 @@ This package contains library source intended for building other packages which
use the "https" feature of the "%{crate}" crate. use the "https" feature of the "%{crate}" crate.
%files -n %{name}+https-devel %files -n %{name}+https-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+openssl-probe-devel %package -n %{name}+openssl-probe-devel
Summary: %{summary} Summary: %{summary}
@ -73,7 +75,7 @@ This package contains library source intended for building other packages which
use the "openssl-probe" feature of the "%{crate}" crate. use the "openssl-probe" feature of the "%{crate}" crate.
%files -n %{name}+openssl-probe-devel %files -n %{name}+openssl-probe-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+openssl-sys-devel %package -n %{name}+openssl-sys-devel
Summary: %{summary} Summary: %{summary}
@ -85,7 +87,7 @@ This package contains library source intended for building other packages which
use the "openssl-sys" feature of the "%{crate}" crate. use the "openssl-sys" feature of the "%{crate}" crate.
%files -n %{name}+openssl-sys-devel %files -n %{name}+openssl-sys-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ssh-devel %package -n %{name}+ssh-devel
Summary: %{summary} Summary: %{summary}
@ -97,7 +99,7 @@ This package contains library source intended for building other packages which
use the "ssh" feature of the "%{crate}" crate. use the "ssh" feature of the "%{crate}" crate.
%files -n %{name}+ssh-devel %files -n %{name}+ssh-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ssh_key_from_memory-devel %package -n %{name}+ssh_key_from_memory-devel
Summary: %{summary} Summary: %{summary}
@ -109,7 +111,7 @@ This package contains library source intended for building other packages which
use the "ssh_key_from_memory" feature of the "%{crate}" crate. use the "ssh_key_from_memory" feature of the "%{crate}" crate.
%files -n %{name}+ssh_key_from_memory-devel %files -n %{name}+ssh_key_from_memory-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-devel %package -n %{name}+unstable-devel
Summary: %{summary} Summary: %{summary}
@ -121,7 +123,19 @@ This package contains library source intended for building other packages which
use the "unstable" feature of the "%{crate}" crate. use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel %files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+vendored-libgit2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+vendored-libgit2-devel %{_description}
This package contains library source intended for building other packages which
use the "vendored-libgit2" feature of the "%{crate}" crate.
%files -n %{name}+vendored-libgit2-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (git2-0.13.25.crate) = 666f11464f34d82abd994f00a0b81e960551c4c524b4f00d28e5c728172dfa894fec65050767cc96d18d1d5de57f1e901154fe8d70e2e31b93b93790bce021ab SHA512 (git2-0.14.4.crate) = 05a5894eb90e5371525222f69321c2376f6b8e0306a04ff05a9917005ca77a86b6100ec19338e47265599f3a61603511991ea8664e7c64702a580841ef98963a

Loading…
Cancel
Save