Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2015-01-09 20:52:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwinfo (Old)
 and      /work/SRC/openSUSE:Factory/.hwinfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwinfo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes    2014-11-28 
08:47:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes       2015-01-09 
20:52:15.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan  7 10:56:10 CET 2015 - snw...@suse.com
+
+- Add PowerNV platform support
+- 21.11
+
+-------------------------------------------------------------------

Old:
----
  hwinfo-21.10.tar.xz

New:
----
  hwinfo-21.11.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.iuKQud/_old  2015-01-09 20:52:16.000000000 +0100
+++ /var/tmp/diff_new_pack.iuKQud/_new  2015-01-09 20:52:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hwinfo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@
 Group:          Hardware/Other
 # Until migration to github this should be correct url
 Url:            http://gitorious.org/opensuse/hwinfo
-Version:        21.10
+Version:        21.11
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ hwinfo-21.10.tar.xz -> hwinfo-21.11.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.10/VERSION new/hwinfo-21.11/VERSION
--- old/hwinfo-21.10/VERSION    2014-11-26 13:26:14.000000000 +0100
+++ new/hwinfo-21.11/VERSION    2015-01-07 10:51:30.000000000 +0100
@@ -1 +1 @@
-21.10
+21.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.10/changelog new/hwinfo-21.11/changelog
--- old/hwinfo-21.10/changelog  2014-11-26 13:26:14.000000000 +0100
+++ new/hwinfo-21.11/changelog  2015-01-07 10:51:30.000000000 +0100
@@ -1,3 +1,6 @@
+2015-01-06:    21.11
+       - Add PowerNV platform support
+
 2014-11-26:    21.10
        - fixed distclean target in Makefile
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.10/src/hd/sys.c 
new/hwinfo-21.11/src/hd/sys.c
--- old/hwinfo-21.10/src/hd/sys.c       2014-11-26 13:26:14.000000000 +0100
+++ new/hwinfo-21.11/src/hd/sys.c       2015-01-07 10:51:30.000000000 +0100
@@ -88,6 +88,9 @@
       else if(strstr(buf0, "CHRP")) {
         st->system_type = new_str(/* is_64 ? "CHRP64" : */ "CHRP");
       }
+      else if(strstr(buf0, "PowerNV")) {
+        st->system_type = new_str("PowerNV");
+      }
       else if(strstr(buf0, "iSeries")) {
         st->system_type = new_str("iSeries");
         hd_data->flags.iseries = 1;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to