Compare commits

...

No commits in common. 'i10ce' and 'epel9' have entirely different histories.
i10ce ... epel9

13
.gitignore vendored

@ -1 +1,12 @@
SOURCES/git2-curl-0.20.0.crate /git2-curl-0.8.1.crate
/git2-curl-0.8.2.crate
/git2-curl-0.9.0.crate
/git2-curl-0.10.0.crate
/git2-curl-0.11.0.crate
/git2-curl-0.12.0.crate
/git2-curl-0.13.0.crate
/git2-curl-0.14.0.crate
/git2-curl-0.14.1.crate
/git2-curl-0.15.0.crate
/git2-curl-0.17.0.crate
/git2-curl-0.18.0.crate

@ -1 +0,0 @@
29baa2ba2b329fb772ebf3244cf53819a570c3f5 SOURCES/git2-curl-0.20.0.crate

@ -1,11 +0,0 @@
--- git2-curl-0.20.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ git2-curl-0.20.0/Cargo.toml 2024-10-29T17:11:46.609725+00:00
@@ -55,8 +55,3 @@
[dev-dependencies.tempfile]
version = "3.0"
-[features]
-zlib-ng-compat = [
- "git2/zlib-ng-compat",
- "curl/zlib-ng-compat",
-]

@ -1,174 +0,0 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 26
# * missing dev-dependencies: civet, conduit, conduit-git-http-backend
%bcond_with check
%global debug_package %{nil}
%global crate git2-curl
Name: rust-git2-curl
Version: 0.20.0
Release: %autorelease
Summary: Backend for an HTTP transport in libgit2 powered by libcurl
License: MIT OR Apache-2.0
URL: https://crates.io/crates/git2-curl
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop features and dependencies for the unused zlib-ng support
Patch: git2-curl-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Backend for an HTTP transport in libgit2 powered by libcurl. Intended to
be used with the git2 crate.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.20.0-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Tue Oct 29 2024 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-1
- Update to version 0.20.0; Fixes RHBZ#2292294
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Dec 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.19.0-1
- Update to version 0.19.0; Fixes RHBZ#2059246
* Sat Nov 11 2023 Fabio Valentini <decathorpe@gmail.com> - 0.18.0-1
- Update to version 0.18.0
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 16 2023 Fabio Valentini <decathorpe@gmail.com> - 0.17.0-1
- Update to version 0.17.0
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Aug 25 2022 Fabio Valentini <decathorpe@gmail.com> - 0.15.0-1
- Update to version 0.15.0
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 0.14.1-1
- Update to 0.14.1
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Mar 19 11:04:04 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.14.0-1
- Update to 0.14.0
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.13.0-1
- Update to 0.13.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Dec 25 18:11:49 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.0-1
- Update to 0.12.0
* Sat Dec 07 2019 Josh Stone <jistone@redhat.com> - 0.11.0-1
- Update to 0.11.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jun 07 2019 Josh Stone <jistone@redhat.com> - 0.10.0-1
- Update to 0.10.0
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Nov 12 2018 Josh Stone <jistone@redhat.com> - 0.8.2-2
- Adapt to new packaging
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.8.2-1
- Update to 0.8.2
* Sun Jul 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-1
- Initial package
## END: Generated by rpmautospec

@ -0,0 +1,58 @@
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 0.14.1-1
- Update to 0.14.1
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Mar 19 11:04:04 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.14.0-1
- Update to 0.14.0
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.13.0-1
- Update to 0.13.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Dec 25 18:11:49 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.0-1
- Update to 0.12.0
* Sat Dec 07 2019 Josh Stone <jistone@redhat.com> - 0.11.0-1
- Update to 0.11.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jun 07 2019 Josh Stone <jistone@redhat.com> - 0.10.0-1
- Update to 0.10.0
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Nov 12 2018 Josh Stone <jistone@redhat.com> - 0.8.2-2
- Adapt to new packaging
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.8.2-1
- Update to 0.8.2
* Sun Jul 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-1
- Initial package

@ -0,0 +1,12 @@
--- git2-curl-0.18.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ git2-curl-0.18.0/Cargo.toml 2023-11-09T14:36:32.424839+00:00
@@ -54,9 +54,3 @@
[dev-dependencies.tempfile]
version = "3.0"
-
-[features]
-zlib-ng-compat = [
- "git2/zlib-ng-compat",
- "curl/zlib-ng-compat",
-]

@ -0,0 +1,74 @@
# Generated by rust2rpm 25
# * missing dev-dependencies: civet, conduit, conduit-git-http-backend
%bcond_with check
%global debug_package %{nil}
%global crate git2-curl
Name: rust-git2-curl
Version: 0.18.0
Release: %autorelease
Summary: Backend for an HTTP transport in libgit2 powered by libcurl
License: MIT OR Apache-2.0
URL: https://crates.io/crates/git2-curl
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop features and dependencies for the unused zlib-ng support
Patch: git2-curl-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Backend for an HTTP transport in libgit2 powered by libcurl. Intended to
be used with the git2 crate.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -0,0 +1 @@
SHA512 (git2-curl-0.18.0.crate) = 5ae0f79b6683f3f6cc136dbecb90c005ea332b74fc90f8384c2f057f886a2e61b76a724736d7da21cc527c3ce09b2c88e608f7c74e48341ccc2f2dc495d8aea5
Loading…
Cancel
Save