public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-leb128] epel10.2: Unretirement request: pagure.io/releng/issue/12412
@ 2026-06-18 14:24
0 siblings, 0 replies; only message in thread
From: @ 2026-06-18 14:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-leb128
Branch : epel10.2
Commit : c320db3f987079ae898a9704bfa60e490ee9c9c1
Author : Patrik Polakovič <patrikp@compose-branched01.iad2.fedoraproject.org>
Date : 2024-10-22T21:07:19+00:00
Stats : +150/-1 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-leb128/c/c320db3f987079ae898a9704bfa60e490ee9c9c1?branch=epel10.2
Log:
Unretirement request: pagure.io/releng/issue/12412
Revert "no longer needed"
This reverts commit 6103345cd1a589b921eb9363c4a11bf408b14f73.
Signed-off-by: Patrik Polakovič <patrikp@compose-branched01.iad2.fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..12b6ced
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/leb128-0.2.4.crate
+/leb128-0.2.5.crate
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f220d80
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-leb128
+
+The rust-leb128 package
diff --git a/dead.package b/dead.package
deleted file mode 100644
index c7912ba..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-no longer needed
diff --git a/leb128-fix-metadata.diff b/leb128-fix-metadata.diff
new file mode 100644
index 0000000..1d8ad38
--- /dev/null
+++ b/leb128-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 0000000..ad2f997
--- /dev/null
+++ b/rust-leb128.spec
@@ -0,0 +1,133 @@
+# 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
new file mode 100644
index 0000000..afd5115
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (leb128-0.2.5.crate) = ef07318c1da0e130e601595256abc964e8fc9c5733cd93ca09203bd4869daaca0d92b5103481376723b20da57ef320723250125da59f9b39f8533a01bce93780
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-18 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18 14:24 [rpms/rust-leb128] epel10.2: Unretirement request: pagure.io/releng/issue/12412
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox