Update to version 0.18.0

epel9 imports/e9/rust-git2-curl-0.18.0-1.el9
Fabio Valentini 1 year ago
parent f5a4a9fa28
commit 0416db7208
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/git2-curl-0.14.1.crate /git2-curl-0.14.1.crate
/git2-curl-0.15.0.crate /git2-curl-0.15.0.crate
/git2-curl-0.17.0.crate /git2-curl-0.17.0.crate
/git2-curl-0.18.0.crate

@ -1,5 +1,5 @@
--- git2-curl-0.17.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- git2-curl-0.18.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ git2-curl-0.17.0/Cargo.toml 2023-05-30T16:03:43.452019+00:00 +++ git2-curl-0.18.0/Cargo.toml 2023-11-09T14:36:32.424839+00:00
@@ -54,9 +54,3 @@ @@ -54,9 +54,3 @@
[dev-dependencies.tempfile] [dev-dependencies.tempfile]

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * missing dev-dependencies: civet, conduit, conduit-git-http-backend # * missing dev-dependencies: civet, conduit, conduit-git-http-backend
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate git2-curl %global crate git2-curl
Name: rust-git2-curl Name: rust-git2-curl
Version: 0.17.0 Version: 0.18.0
Release: %autorelease Release: %autorelease
Summary: Backend for an HTTP transport in libgit2 powered by libcurl Summary: Backend for an HTTP transport in libgit2 powered by libcurl
@ -17,7 +17,7 @@ Source: %{crates_source}
# * drop features and dependencies for the unused zlib-ng support # * drop features and dependencies for the unused zlib-ng support
Patch: git2-curl-fix-metadata.diff Patch: git2-curl-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Backend for an HTTP transport in libgit2 powered by libcurl. Intended to Backend for an HTTP transport in libgit2 powered by libcurl. Intended to
@ -37,6 +37,7 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -52,7 +53,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["missing dev-dependencies: civet, conduit, conduit-git-http-backend"]

@ -1 +1 @@
SHA512 (git2-curl-0.17.0.crate) = f73dccb6153e7420549273124eba9426aca487c0ec199d506f7a6296379c06c636a1ca3d22a921f85e55e4ed5b4d42497fe730cf97067acaf5fa0790f4973af5 SHA512 (git2-curl-0.18.0.crate) = 5ae0f79b6683f3f6cc136dbecb90c005ea332b74fc90f8384c2f057f886a2e61b76a724736d7da21cc527c3ce09b2c88e608f7c74e48341ccc2f2dc495d8aea5

Loading…
Cancel
Save