public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust2rpm-helper] epel9: Update to version 0.1.8; Fixes RHBZ#2354889
@ 2026-05-29 19:08 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-05-29 19:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust2rpm-helper
Branch : epel9
Commit : 9eb0bd62ac434e3b5e5c3d092b0fe8915e4f0ee3
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-01-13T00:45:15+01:00
Stats : +11/-17 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust2rpm-helper/c/9eb0bd62ac434e3b5e5c3d092b0fe8915e4f0ee3?branch=epel9
Log:
Update to version 0.1.8; Fixes RHBZ#2354889
---
diff --git a/.gitignore b/.gitignore
index fe724dc..0047c92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/rust2rpm-helper-0.1.4.tar.gz
/rust2rpm-helper-0.1.5.tar.gz
/rust2rpm-helper-0.1.6.tar.gz
+/v0.1.8.tar.gz
diff --git a/rust2rpm-helper.spec b/rust2rpm-helper.spec
index e7ca9d4..0959228 100644
--- a/rust2rpm-helper.spec
+++ b/rust2rpm-helper.spec
@@ -1,13 +1,9 @@
-# Generated by rust2rpm 26
-%bcond_without check
-
-# prevent library files from being installed
-%global cargo_install_lib 0
+%bcond check 1
%global crate rust2rpm-helper
Name: rust2rpm-helper
-Version: 0.1.6
+Version: 0.1.8
Release: %autorelease
Summary: Helper program for rust2rpm
@@ -15,25 +11,22 @@ SourceLicense: MIT
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# Apache-2.0
# Apache-2.0 OR MIT
-# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# MIT
# MIT OR Apache-2.0
# Unlicense OR MIT
-License: Apache-2.0 AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
+License: MIT AND Apache-2.0 AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Unlicense OR MIT)
# LICENSE.dependencies contains a full license breakdown
-URL: https://pagure.io/fedora-rust/rust2rpm-helper
-Source: %{url}/archive/%{version}/rust2rpm-helper-%{version}.tar.gz
+URL: https://codeberg.org/rust2rpm/rust2rpm-helper
+Source: %{url}/archive/v%{version}.tar.gz
BuildRequires: cargo-rpm-macros >= 26
-%global _description %{expand:
-Helper program for rust2rpm.}
-
-%description %{_description}
+%description
+Helper program for rust2rpm.
%prep
-%autosetup -n %{crate}-%{version} -p1
+%autosetup -n %{name} -p1
%cargo_prep
%generate_buildrequires
@@ -45,7 +38,7 @@ Helper program for rust2rpm.}
%{cargo_license} > LICENSE.dependencies
%install
-%cargo_install
+install -Dpm 0755 target/rpm/rust2rpm-helper -t %{buildroot}/%{_bindir}/
%if %{with check}
%check
diff --git a/sources b/sources
index 19b911a..215a9a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rust2rpm-helper-0.1.6.tar.gz) = 75537522b6b16e5e485ca5067c38142ce482f6adbcb8a9db7c65f4bbd91ad09ad70122f587541120d937cca78c2a01dd0895c7c64bce4616721c1481fafe65bb
+SHA512 (v0.1.8.tar.gz) = 53f0911e17288f681c337bb917af12ac48573498bde0e1089c64c99f0c9db1d6e7bc81f27e8fbea39db4f9ec263f917be6ccbafdaee3a3acce0ac83646ffcbd5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-29 19:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 19:08 [rpms/rust2rpm-helper] epel9: Update to version 0.1.8; Fixes RHBZ#2354889 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox