From 4b5bcebb4227d268e52d898206b1cda294becb59ff68d8740d817e37abd5e129 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 2 Nov 2010 15:08:44 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/hwinfo revision 99.0 OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=8a5519a1982abc4285865bd9006775d7 --- hwinfo.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hwinfo.spec b/hwinfo.spec index 2faea41..79c8012 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -34,7 +34,7 @@ PreReq: /sbin/ldconfig AutoReqProv: on Summary: Hardware Library Version: 18.1 -Release: 1 +Release: 2 Source: hwinfo-18.1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,13 +52,14 @@ Provides: libhddev Obsoletes: libhddev Requires: %name = %version perl-XML-Parser udev wireless-tools %if 0%{?rhel_version} == 0 -Requires: perl-XML-Writer +Requires: perl-XML-Writer %endif %if 0%{?suse_version} -Requires: libexpat-devel +Requires: libexpat-devel %else -Requires: expat-devel +Requires: expat-devel %endif + %description devel This library collects information about the hardware installed on a system. From 9ef7f92ba3245e3b228932a60bdb44613d2356b8f95528c0cc10432700c1097d Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 16 Feb 2011 13:13:41 +0000 Subject: [PATCH 2/3] - version 18.2 OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=35 --- hwinfo-18.1.tar.bz2 | 3 --- hwinfo-18.2.tar.bz2 | 3 +++ hwinfo.changes | 7 +++++++ hwinfo.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 hwinfo-18.1.tar.bz2 create mode 100644 hwinfo-18.2.tar.bz2 diff --git a/hwinfo-18.1.tar.bz2 b/hwinfo-18.1.tar.bz2 deleted file mode 100644 index fa4d3f9..0000000 --- a/hwinfo-18.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6168db5a7aa41475266db420cc92c86698f12c77941b7d4b3eaec586fc005006 -size 661855 diff --git a/hwinfo-18.2.tar.bz2 b/hwinfo-18.2.tar.bz2 new file mode 100644 index 0000000..88d0e93 --- /dev/null +++ b/hwinfo-18.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c35b23c93f02fd474fbd0e8354ff59c8aa158c26fbe5715a5a2df9a548f7985 +size 639331 diff --git a/hwinfo.changes b/hwinfo.changes index 5d0b9f3..4b0253d 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 16 14:13:31 CET 2011 - snwint@suse.de + +- support Validity fingerprint sensor (bnc #644149) +- add vmbus storage controllers (bnc #654959) +- fix SPARC compile fixes + ------------------------------------------------------------------- Wed Sep 15 18:37:56 UTC 2010 - kkaempf@novell.com diff --git a/hwinfo.spec b/hwinfo.spec index 79c8012..865250a 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -33,9 +33,9 @@ Obsoletes: libhd PreReq: /sbin/ldconfig AutoReqProv: on Summary: Hardware Library -Version: 18.1 +Version: 18.2 Release: 2 -Source: hwinfo-18.1.tar.bz2 +Source: hwinfo-18.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From d62e9901a9ffb10d1656aa0586fb579f80cf6a94017e82ea4c29d4ff3c5eadb5 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Wed, 16 Feb 2011 13:39:10 +0000 Subject: [PATCH 3/3] - version 18.3 OBS-URL: https://build.opensuse.org/package/show/system:install:head/hwinfo?expand=0&rev=36 --- hwinfo-18.2.tar.bz2 | 3 --- hwinfo-18.3.tar.bz2 | 3 +++ hwinfo.changes | 5 +++++ hwinfo.spec | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 hwinfo-18.2.tar.bz2 create mode 100644 hwinfo-18.3.tar.bz2 diff --git a/hwinfo-18.2.tar.bz2 b/hwinfo-18.2.tar.bz2 deleted file mode 100644 index 88d0e93..0000000 --- a/hwinfo-18.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c35b23c93f02fd474fbd0e8354ff59c8aa158c26fbe5715a5a2df9a548f7985 -size 639331 diff --git a/hwinfo-18.3.tar.bz2 b/hwinfo-18.3.tar.bz2 new file mode 100644 index 0000000..f260d69 --- /dev/null +++ b/hwinfo-18.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5188daafeff3f88ff417e1c54421167465fdb50fd6c4fa4ae5418e049c456f8 +size 638243 diff --git a/hwinfo.changes b/hwinfo.changes index 4b0253d..53a7ea9 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 16 14:38:51 CET 2011 - snwint@suse.de + +- support Draytech miniVigor 128 ISDN (bnc #663288) + ------------------------------------------------------------------- Wed Feb 16 14:13:31 CET 2011 - snwint@suse.de diff --git a/hwinfo.spec b/hwinfo.spec index 865250a..f69d239 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -33,9 +33,9 @@ Obsoletes: libhd PreReq: /sbin/ldconfig AutoReqProv: on Summary: Hardware Library -Version: 18.2 +Version: 18.3 Release: 2 -Source: hwinfo-18.2.tar.bz2 +Source: hwinfo-18.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description