From 0680be7d3c1b48ec54cbe5638ef6f1b70a127c31ae6274530c3dce04d2716ae5 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 14 Mar 2011 08:51:49 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/hwinfo revision 106.0 OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=52c0c1dba148f3d9eff38ba33f821f75 --- hwinfo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwinfo.spec b/hwinfo.spec index 8e55f98..457243f 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -35,7 +35,7 @@ AutoReqProv: on Summary: Hardware Library Version: 18.5 Release: 1 -Source: hwinfo-18.5.tar.bz2 +Source: hwinfo-18.5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From 477f1a22259bc699d341021fd37b0585d103309e31be77a10c9ce5629ab50876 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Fri, 7 Oct 2011 13:20:51 +0000 Subject: [PATCH 2/2] - fix network detection if several interfaces are attached to a single pci function (bnc #693090) - fixed typo - USB joystick fixes - replace USB details by joystick details - set unix_dev_name2 to /dev/input/jsX - added Gameport bus, detect gameport joysticks - cleanup - removed unused variables - added NULL checks - joystick: detect and report number of axes and buttons - added support for detecting USB joysticks - updated .gitignore - added .gitignore files - show disk capacity in GB OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=42 --- hwinfo-18.5.tar.bz2 | 3 --- hwinfo-19.0.tar.bz2 | 3 +++ hwinfo.changes | 17 +++++++++++++++++ hwinfo.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 hwinfo-18.5.tar.bz2 create mode 100644 hwinfo-19.0.tar.bz2 diff --git a/hwinfo-18.5.tar.bz2 b/hwinfo-18.5.tar.bz2 deleted file mode 100644 index 43e49a1..0000000 --- a/hwinfo-18.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e134ce2e84db9774abfbb5fcc05c76a1305305a895bab9567496302698992184 -size 639582 diff --git a/hwinfo-19.0.tar.bz2 b/hwinfo-19.0.tar.bz2 new file mode 100644 index 0000000..a7631f2 --- /dev/null +++ b/hwinfo-19.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d69a7fc80bfa280481e15a4a3a969ea719d650246d605729006dd5d900b551 +size 640722 diff --git a/hwinfo.changes b/hwinfo.changes index 98981d8..aec4298 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Oct 7 15:13:16 CEST 2011 - snwint@suse.de + +- fix network detection if several interfaces are attached to a single pci function (bnc #693090) +- fixed typo +- USB joystick fixes +- replace USB details by joystick details +- set unix_dev_name2 to /dev/input/jsX +- added Gameport bus, detect gameport joysticks +- cleanup - removed unused variables +- added NULL checks +- joystick: detect and report number of axes and buttons +- added support for detecting USB joysticks +- updated .gitignore +- added .gitignore files +- show disk capacity in GB + ------------------------------------------------------------------- Fri Mar 11 11:43:28 CET 2011 - snwint@suse.de diff --git a/hwinfo.spec b/hwinfo.spec index 457243f..a59ef66 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -33,9 +33,9 @@ Obsoletes: libhd PreReq: /sbin/ldconfig AutoReqProv: on Summary: Hardware Library -Version: 18.5 +Version: 19.0 Release: 1 -Source: hwinfo-18.5.tar.bz2 +Source: hwinfo-19.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description