[packages/hwinfo] - updated to 21.82
qboosh
qboosh at pld-linux.org
Fri Apr 4 19:17:36 CEST 2025
commit 5a219ad88fbe6be626a9462092e6c97a02d53c1b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 4 18:57:29 2025 +0200
- updated to 21.82
hwinfo-kbd.patch | 16 ----------------
hwinfo.spec | 9 ++++-----
2 files changed, 4 insertions(+), 21 deletions(-)
---
diff --git a/hwinfo.spec b/hwinfo.spec
index 8c163f9..ba1c2ab 100644
--- a/hwinfo.spec
+++ b/hwinfo.spec
@@ -5,16 +5,16 @@
Summary: hwinfo - the hardware detection tool used in SuSE Linux
Summary(pl.UTF-8): hwinfo - narzędzie do wykrywania sprzętu używane w SuSE Linuksie
Name: hwinfo
-Version: 21.72
+Version: 21.82
Release: 1
License: GPL v2
Group: Applications/System
Source0: https://ftp.debian.org/debian/pool/main/h/hwinfo/%{name}_%{version}.orig.tar.gz
-# Source0-md5: d33995be010185840f99c4eff4f699f0
-Patch0: %{name}-kbd.patch
-URL: http://packages.qa.debian.org/h/hwinfo.html
+# Source0-md5: ef3df7f325fe4129f45314e647d1ef6b
+URL: https://packages.qa.debian.org/h/hwinfo.html
BuildRequires: flex
%{?with_hal:BuildRequires: hal-devel}
+BuildRequires: libuuid-devel
%ifarch %{ix86} %{x8664} x32
BuildRequires: libx86emu-devel >= 1
%endif
@@ -42,7 +42,6 @@ Pliki nagłówkowe biblioteki hwinfo.
%prep
%setup -q
-%patch -P0 -p0
# these should be in tarball, but aren't (21.6)
test -e VERSION || echo %{version} > VERSION
diff --git a/hwinfo-kbd.patch b/hwinfo-kbd.patch
deleted file mode 100644
index cc58a50..0000000
--- a/hwinfo-kbd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/hd/kbd.c.org 2007-05-23 09:32:56.000000000 +0000
-+++ src/hd/kbd.c 2007-05-23 09:37:16.664799423 +0000
-@@ -142,11 +142,13 @@
- }
-
- if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
-+ /*
- if(ioctl(fd, TIOCGDEV, &u) != -1) {
- tty_major = (u >> 8) & 0xfff;
- tty_minor = (u & 0xff) | ((u >> 12) & 0xfff00);
- ADD2LOG(DEV_CONSOLE ": major %u, minor %u\n", tty_major, tty_minor);
- }
-+ */
-
- if (0)
- ;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hwinfo.git/commitdiff/5a219ad88fbe6be626a9462092e6c97a02d53c1b
More information about the pld-cvs-commit
mailing list