public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-leb128] epel10: no longer needed
Date: Thu, 18 Jun 2026 14:11:17 GMT [thread overview]
Message-ID: <178179187752.1.2616987330812407933.rpms-rust-leb128-6103345cd1a5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-leb128
Branch : epel10
Commit : 6103345cd1a589b921eb9363c4a11bf408b14f73
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-10-11T18:32:27+02:00
Stats : +1/-150 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-leb128/c/6103345cd1a589b921eb9363c4a11bf408b14f73?branch=epel10
Log:
no longer needed
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 12b6ced..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/leb128-0.2.4.crate
-/leb128-0.2.5.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index f220d80..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-leb128
-
-The rust-leb128 package
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..c7912ba
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+no longer needed
diff --git a/leb128-fix-metadata.diff b/leb128-fix-metadata.diff
deleted file mode 100644
index 1d8ad38..0000000
--- a/leb128-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- leb128-0.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ leb128-0.2.5/Cargo.toml 2023-02-05T13:24:28.517804+00:00
-@@ -24,7 +24,7 @@
-
- [dependencies]
- [dev-dependencies.quickcheck]
--version = "0.8.0"
-+version = "0.9.2"
-
- [features]
- nightly = []
diff --git a/rust-leb128.spec b/rust-leb128.spec
deleted file mode 100644
index ad2f997..0000000
--- a/rust-leb128.spec
+++ /dev/null
@@ -1,133 +0,0 @@
-# Generated by rust2rpm 23
-%bcond_without check
-
-%global crate leb128
-
-Name: rust-leb128
-Version: 0.2.5
-Release: 10%{?dist}
-Summary: DWARF's LEB128 encoding library and REPL
-
-# Upstream license specification: Apache-2.0/MIT
-License: Apache-2.0 OR MIT
-URL: https://crates.io/crates/leb128
-Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * bump quickcheck dev-dependency from 0.8 to 0.9.2
-Patch: leb128-fix-metadata.diff
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Read and write DWARF's "Little Endian Base 128" (LEB128) variable length
-integer encoding.}
-
-%description %{_description}
-
-%package -n %{crate}
-Summary: %{summary}
-
-%description -n %{crate} %{_description}
-
-%files -n %{crate}
-%license LICENSE-APACHE
-%license LICENSE-MIT
-%doc README.md
-%{_bindir}/leb128-repl
-
-%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}/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}+nightly-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+nightly-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "nightly" feature of the "%{crate}" crate.
-
-%files -n %{name}+nightly-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
-%cargo_prep
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%cargo_build
-
-%install
-%cargo_install
-
-%if %{with check}
-%check
-%cargo_test
-%endif
-
-%changelog
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Thu May 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.5-9
-- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces.
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.5-6
-- Rebuild for fixed frame pointer compiler flags in Rust RPM macros.
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.5-3
-- Rebuild with package notes
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Tue Oct 12 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.2.5-1
-- Update to latest upstream 0.2.5 (fixes rhbz#2010487)
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Sat Nov 21 20:04:58 CET 2020 Olivier Lemasle <o.lemasle@gmail.com> - 0.2.4-1
-- Initial package
diff --git a/sources b/sources
deleted file mode 100644
index afd5115..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (leb128-0.2.5.crate) = ef07318c1da0e130e601595256abc964e8fc9c5733cd93ca09203bd4869daaca0d92b5103481376723b20da57ef320723250125da59f9b39f8533a01bce93780
reply other threads:[~2026-06-18 14:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178179187752.1.2616987330812407933.rpms-rust-leb128-6103345cd1a5@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox