public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-leb128] f43: Update to version 0.2.7; Fixes RHBZ#2459763
@ 2026-06-18 14:00 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-18 14:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-leb128
Branch : f43
Commit : 37e109e698e94790be5cc9a1dfb2875e20523936
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-18T15:38:08+02:00
Stats : +15/-26 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-leb128/c/37e109e698e94790be5cc9a1dfb2875e20523936?branch=f43
Log:
Update to version 0.2.7; Fixes RHBZ#2459763
---
diff --git a/.gitignore b/.gitignore
index 12b6ced..6fba796 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/leb128-0.2.4.crate
/leb128-0.2.5.crate
+/leb128-0.2.7.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/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
index 4a0e98d..9d72248 100644
--- a/rust-leb128.spec
+++ b/rust-leb128.spec
@@ -1,22 +1,18 @@
-# Generated by rust2rpm 23
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global crate leb128
Name: rust-leb128
-Version: 0.2.5
+Version: 0.2.7
Release: %autorelease
-Summary: DWARF's LEB128 encoding library and REPL
+Summary: Read and write DWARF's "Little Endian Base 128"
-# Upstream license specification: Apache-2.0/MIT
-License: Apache-2.0 OR MIT
+License: MIT OR Apache-2.0
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
+BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Read and write DWARF's "Little Endian Base 128" (LEB128) variable length
@@ -26,12 +22,16 @@ integer encoding.}
%package -n %{crate}
Summary: %{summary}
+# FIXME: paste output of %%cargo_license_summary here
+License: # FIXME
+# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE-APACHE
%license LICENSE-MIT
+%license LICENSE.dependencies
%doc README.md
%{_bindir}/leb128-repl
@@ -75,7 +75,7 @@ use the "nightly" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@@ -83,6 +83,8 @@ use the "nightly" feature of the "%{crate}" crate.
%build
%cargo_build
+%{cargo_license_summary}
+%{cargo_license} > LICENSE.dependencies
%install
%cargo_install
diff --git a/sources b/sources
index afd5115..d5dd6b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (leb128-0.2.5.crate) = ef07318c1da0e130e601595256abc964e8fc9c5733cd93ca09203bd4869daaca0d92b5103481376723b20da57ef320723250125da59f9b39f8533a01bce93780
+SHA512 (leb128-0.2.7.crate) = 55a7db216ffe1002a1669a9a4bb2dd9ad5e1bfc9e2a34ec4249d1a3252ae12e4f74f942bb3d1ec3bc0c2b13ec2ce6dff02227d2b2067e21ba132871922bea3ad
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-18 14:00 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:00 [rpms/rust-leb128] f43: Update to version 0.2.7; Fixes RHBZ#2459763 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox