commit librtas for openSUSE:Factory
Hello community, here is the log from the commit of package librtas for openSUSE:Factory checked in at 2013-02-25 20:36:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librtas (Old) and /work/SRC/openSUSE:Factory/.librtas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "librtas", Maintainer is "JLoeser@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/librtas/librtas.changes 2013-01-10 13:12:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.librtas.new/librtas.changes 2013-02-25 20:36:16.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Feb 24 16:27:48 UTC 2013 - dvaleev@suse.com + +- Update to 1.3.8 + * Identify Platform Resource Reassignment Notifications (PRRN) + +------------------------------------------------------------------- Old: ---- librtas-1.3.7.tar.gz New: ---- librtas-1.3.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librtas.spec ++++++ --- /var/tmp/diff_new_pack.KQOc7E/_old 2013-02-25 20:36:17.000000000 +0100 +++ /var/tmp/diff_new_pack.KQOc7E/_new 2013-02-25 20:36:17.000000000 +0100 @@ -18,7 +18,7 @@ Name: librtas BuildRequires: doxygen -Version: 1.3.7 +Version: 1.3.8 Release: 0 BuildRequires: fdupes Summary: Libraries to provide access to RTAS calls and RTAS events ++++++ librtas-1.3.7.tar.gz -> librtas-1.3.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/librtas-1.3.7/Changelog new/librtas-1.3.8/Changelog --- old/librtas-1.3.7/Changelog 2012-12-19 16:27:21.000000000 +0100 +++ new/librtas-1.3.8/Changelog 2013-01-31 19:30:53.000000000 +0100 @@ -1,3 +1,14 @@ +Changelog for librtas-1.3.8 +======================================= +commit cd1868315f728ea5e8399df5fb7689a88870d7da +Author: Nathan Fontenot <nfont@linux.vnet.ibm.com> +Date: Thu Jan 31 12:27:48 2013 -0600 + + Identify Platform Resource Reassignment Notifications (PRRN). + + Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> + + Changelog for librtas-1.3.7 ======================================= commit 0d02142ec36e176694c90ab722aedc75c48801a0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/librtas-1.3.7/librtas.spec.in new/librtas-1.3.8/librtas.spec.in --- old/librtas-1.3.7/librtas.spec.in 2012-12-19 16:27:21.000000000 +0100 +++ new/librtas-1.3.8/librtas.spec.in 2013-01-31 19:30:53.000000000 +0100 @@ -1,5 +1,5 @@ %define name librtas -%define version 1.3.7 +%define version 1.3.8 %define release 1 Summary: Libraries to provide access to RTAS calls and RTAS events. Name: %{name} Files old/librtas-1.3.7/librtas_src/librtas.so.1.3.7 and new/librtas-1.3.8/librtas_src/librtas.so.1.3.7 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/librtas-1.3.7/librtasevent_src/librtasevent.h new/librtas-1.3.8/librtasevent_src/librtasevent.h --- old/librtas-1.3.7/librtasevent_src/librtasevent.h 2012-12-19 16:27:21.000000000 +0100 +++ new/librtas-1.3.8/librtasevent_src/librtasevent.h 2013-01-31 19:30:53.000000000 +0100 @@ -169,6 +169,7 @@ #define RTAS_HDR_TYPE_ECC_UNCORRECTED 9 #define RTAS_HDR_TYPE_ECC_CORRECTED 10 #define RTAS_HDR_TYPE_EPOW 64 +#define RTAS_HDR_TYPE_PRRN 160 #define RTAS_HDR_TYPE_PLATFORM_ERROR 224 #define RTAS_HDR_TYPE_IBM_IO_EVENT 225 #define RTAS_HDR_TYPE_PLATFORM_INFO 226 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/librtas-1.3.7/librtasevent_src/print_rtas_event.c new/librtas-1.3.8/librtasevent_src/print_rtas_event.c --- old/librtas-1.3.7/librtasevent_src/print_rtas_event.c 2012-12-19 16:27:21.000000000 +0100 +++ new/librtas-1.3.8/librtasevent_src/print_rtas_event.c 2013-01-31 19:30:53.000000000 +0100 @@ -241,6 +241,7 @@ switch (type) { case 64: return "EPOW"; + case 160: return "Platform Resource Reassignment"; case 224: return "Platform Error"; case 225: return "I/O Event"; case 226: return "Platform Information Event"; -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de