public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artur Frenszek-Iwicki <fedora@svgames.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/hwinfo] epel10.2: Update to v25.5
Date: Fri, 04 Sep 2026 15:55:05 GMT [thread overview]
Message-ID: <178853730538.1.4276022031700469927.rpms-hwinfo-346d8a3d95d3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/hwinfo
Branch : epel10.2
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.2
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
reply other threads:[~2026-09-04 15:55 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=178853730538.1.4276022031700469927.rpms-hwinfo-346d8a3d95d3@fedoraproject.org \
--to=fedora@svgames.pl \
--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