From 616519759b3858be5bd5f3b7b9e616a8ac3c0b1f7f77e4f04926147d83ebf9d0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 2 Mar 2007 08:35:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwinfo?expand=0&rev=6 --- hwinfo-13.23.tar.bz2 | 3 --- hwinfo-13.27.tar.bz2 | 3 +++ hwinfo.changes | 16 ++++++++++++++++ hwinfo.spec | 13 ++++++++++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 hwinfo-13.23.tar.bz2 create mode 100644 hwinfo-13.27.tar.bz2 diff --git a/hwinfo-13.23.tar.bz2 b/hwinfo-13.23.tar.bz2 deleted file mode 100644 index 1e23a0a..0000000 --- a/hwinfo-13.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3d9dcc24aa9c7443d1db941a7efff9c37580fcb0ddcd1a0ec6eee2acf0cb53b -size 630901 diff --git a/hwinfo-13.27.tar.bz2 b/hwinfo-13.27.tar.bz2 new file mode 100644 index 0000000..4205899 --- /dev/null +++ b/hwinfo-13.27.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c2c4f6aa683513e4e92fa2c28f84f172c57fe399d0ad9b62866311f5beaf76 +size 631744 diff --git a/hwinfo.changes b/hwinfo.changes index d670900..2603e94 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Mar 1 12:02:55 CET 2007 - snwint@suse.de + +- perfer libata modules over ide + +------------------------------------------------------------------- +Wed Feb 28 15:28:43 CET 2007 - snwint@suse.de + +- map only disks + +------------------------------------------------------------------- +Tue Feb 27 16:38:25 CET 2007 - snwint@suse.de + +- new xen code broke non-x86 archs +- rewrote '--map' option + ------------------------------------------------------------------- Wed Feb 21 14:27:14 CET 2007 - snwint@suse.de diff --git a/hwinfo.spec b/hwinfo.spec index 9fb0d86..84afc03 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -1,5 +1,5 @@ # -# spec file for package hwinfo (Version 13.23) +# spec file for package hwinfo (Version 13.27) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -20,9 +20,9 @@ Requires: dbus-1 >= 0.34 hal >= 0.5.2 PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq Autoreqprov: on Summary: Hardware Library -Version: 13.23 +Version: 13.27 Release: 1 -Source: hwinfo-13.23.tar.bz2 +Source: hwinfo-13.27.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -89,6 +89,13 @@ rm -rf %{buildroot} %doc doc/libhd/html %changelog +* Thu Mar 01 2007 - snwint@suse.de +- perfer libata modules over ide +* Wed Feb 28 2007 - snwint@suse.de +- map only disks +* Tue Feb 27 2007 - snwint@suse.de +- new xen code broke non-x86 archs +- rewrote '--map' option * Wed Feb 21 2007 - snwint@suse.de - removed most of prom parsing code (#220762) - detect new xen stuff (#241564)