public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hwinfo] epel10: Update to v25.5
@ 2026-09-04 15:54 Artur Frenszek-Iwicki
0 siblings, 0 replies; only message in thread
From: Artur Frenszek-Iwicki @ 2026-09-04 15:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hwinfo
Branch : epel10
Commit : 346d8a3d95d3ba953861748541a6d65db61b1f95
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date : 2026-09-01T11:27:59+02:00
Stats : +21/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/hwinfo/c/346d8a3d95d3ba953861748541a6d65db61b1f95?branch=epel10
Log:
Update to v25.5
---
diff --git a/.gitignore b/.gitignore
index 0961bd3..dc1d9a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/hwinfo-21.80.tar.gz
/hwinfo-22.2.tar.gz
/hwinfo-23.2.tar.gz
+/hwinfo-25.5.tar.gz
diff --git a/0000-check_hd-LDFLAGS.patch b/0000-check_hd-LDFLAGS.patch
new file mode 100644
index 0000000..2d930f7
--- /dev/null
+++ b/0000-check_hd-LDFLAGS.patch
@@ -0,0 +1,13 @@
+--- hwinfo-25.5--orig/src/ids/Makefile 2026-07-31 14:25:46.000000000 +0200
++++ hwinfo-25.5/src/ids/Makefile 2026-09-01 11:13:36.444438712 +0200
+@@ -50,9 +50,9 @@
+ $(LIBHD_D): hd_ids.o
+ ar r $(LIBHD) $?
+
+ check_hd: check_hd.c
+- $(CC) $(CFLAGS) $< -o $@
++ $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
+
+ hd_ids.c: hd_ids.h hd_ids_tiny.h
+
+ hd_ids.h hd.ids: check_hd $(IDFILES)
diff --git a/hwinfo.spec b/hwinfo.spec
index a0fcaba..123675c 100644
--- a/hwinfo.spec
+++ b/hwinfo.spec
@@ -7,7 +7,7 @@
HWINFO_VERSION=%{version}
Name: hwinfo
-Version: 23.2
+Version: 25.5
Release: %autorelease
Summary: Hardware information tool
@@ -15,6 +15,9 @@ License: GPL-1.0-or-later
URL: https://github.com/openSUSE/hwinfo
Source0: https://github.com/openSUSE/hwinfo/archive/%{version}/%{name}-%{version}.tar.gz
+# Fix check_hd being built without LDFLAGS
+Patch0: 0000-check_hd-LDFLAGS.patch
+
BuildRequires: libx86emu-devel
BuildRequires: libuuid-devel
BuildRequires: gcc
@@ -50,7 +53,7 @@ hardware information tool.
%prep
-%autosetup
+%autosetup -p1
%build
@@ -76,6 +79,7 @@ mv %{buildroot}/usr/sbin %{buildroot}%{_sbindir}
%{_sbindir}/hwinfo
%{_sbindir}/mk_isdnhwdb
%{_datadir}/hwinfo
+%{bash_completions_dir}/hwinfo
%doc *.md MAINTAINER
%license COPYING
diff --git a/sources b/sources
index 08604f9..9ab17ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hwinfo-23.2.tar.gz) = 86096455cc58ecdd3be4306d61beaea02da39b8ee3b2a99966d4aaf022e276616329ca82550d7903e2aed9b1723a99b2305617fb85df21c1d2024ce46b447af3
+SHA512 (hwinfo-25.5.tar.gz) = b8a5b23f6f42f8b2d8f6531a6816b594eadee2a9bf412338b8b731200c92862ba31ff1be766a101a652ba607901e88fd1d79b17e49916428a09bf7c64b9883fd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 15:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 15:54 [rpms/hwinfo] epel10: Update to v25.5 Artur Frenszek-Iwicki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox