public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-git2_0.19] epel10: compat package no longer needed
@ 2026-07-07 14:59 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-07 14:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-git2_0.19
Branch : epel10
Commit : 36c25e65ab7c16dfc5ed9ac7cccb407f586a01e6
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-02-16T16:38:13+01:00
Stats : +1/-207 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-git2_0.19/c/36c25e65ab7c16dfc5ed9ac7cccb407f586a01e6?branch=epel10
Log:
compat package no longer needed
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 162f35e..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/git2-0.19.0.crate
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3f67be8
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+compat package no longer needed
diff --git a/git2-fix-metadata.diff b/git2-fix-metadata.diff
deleted file mode 100644
index 0a6d4ed..0000000
--- a/git2-fix-metadata.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- git2-0.19.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ git2-0.19.0/Cargo.toml 2025-04-27T20:02:03.078658+00:00
-@@ -44,15 +44,8 @@
- [dependencies.url]
- version = "2.0"
-
--[dev-dependencies.clap]
--version = "4.4.13"
--features = ["derive"]
--
- [dev-dependencies.tempfile]
- version = "3.1.0"
--
--[dev-dependencies.time]
--version = "0.1.39"
-
- [features]
- default = [
diff --git a/rust-git2_0.19.spec b/rust-git2_0.19.spec
deleted file mode 100644
index 595c903..0000000
--- a/rust-git2_0.19.spec
+++ /dev/null
@@ -1,165 +0,0 @@
-# Generated by rust2rpm 27
-%bcond check 1
-%global debug_package %{nil}
-
-%global crate git2
-
-Name: rust-git2_0.19
-Version: 0.19.0
-Release: %autorelease
-Summary: Bindings to libgit2 for interoperating with git repositories
-
-License: MIT OR Apache-2.0
-URL: https://crates.io/crates/git2
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * drop example-only dependencies (clap ^4, time ^0.1)
-Patch: git2-fix-metadata.diff
-
-BuildRequires: cargo-rpm-macros >= 24
-%if %{with check}
-BuildRequires: /usr/bin/git
-%endif
-
-%global _description %{expand:
-Bindings to libgit2 for interoperating with git repositories. This
-library is both threadsafe and memory safe and allows both reading and
-writing git repositories.}
-
-%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
-%doc %{crate_instdir}/CONTRIBUTING.md
-%doc %{crate_instdir}/README.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
-
-%package -n %{name}+https-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+https-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "https" feature of the "%{crate}" crate.
-
-%files -n %{name}+https-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+openssl-probe-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+openssl-probe-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "openssl-probe" feature of the "%{crate}" crate.
-
-%files -n %{name}+openssl-probe-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+openssl-sys-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+openssl-sys-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "openssl-sys" feature of the "%{crate}" crate.
-
-%files -n %{name}+openssl-sys-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+ssh-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+ssh-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "ssh" feature of the "%{crate}" crate.
-
-%files -n %{name}+ssh-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+ssh_key_from_memory-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+ssh_key_from_memory-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "ssh_key_from_memory" feature of the "%{crate}" crate.
-
-%files -n %{name}+ssh_key_from_memory-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+unstable-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+unstable-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "unstable" feature of the "%{crate}" crate.
-
-%files -n %{name}+unstable-devel
-%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
-%autosetup -n %{crate}-%{version} -p1
-%cargo_prep
-# drop examples that pull in time ^0.1
-rm -rv examples/
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%cargo_build
-
-%install
-%cargo_install
-
-%if %{with check}
-%check
-%cargo_test
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index b68a46e..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
- "drop example-only dependencies (clap ^4, time ^0.1)",
-]
-
-[features]
-hide = [
- "vendored-openssl",
- "zlib-ng-compat",
-]
-
-[requires]
-test = [
- "/usr/bin/git",
-]
-
-[scripts]
-prep.post = [
- "# drop examples that pull in time ^0.1",
- "rm -rv examples/",
-]
-
diff --git a/sources b/sources
deleted file mode 100644
index 2b9d4c7..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (git2-0.19.0.crate) = 9d868ba1594ace291002c4a10dcd43f192dbb8c2070abd74883e57a7f53825c7a29080ecbe4279f6c7ee845c261bcbc93b10004b99df27de41cd29bd48e137e8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 14:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 14:59 [rpms/rust-git2_0.19] epel10: compat package no longer needed Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox