Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2014-06-18 07:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and      /work/SRC/openSUSE:Factory/.ppc64-diag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppc64-diag"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes    2014-04-04 
16:41:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes       
2014-06-18 07:52:36.000000000 +0200
@@ -1,0 +2,19 @@
+Fri May 23 13:47:29 UTC 2014 - dvla...@suse.com
+
+- Fix Source url 
+
+-------------------------------------------------------------------
+Fri May 23 07:59:45 UTC 2014 - jseg...@novell.com
+
+- added necessary macros for systemd files
+
+-------------------------------------------------------------------
+Fri May  2 15:37:03 UTC 2014 - jloe...@suse.com
+
+- version update to 2.6.6 (BNC#875775)
+  * No upstream changelog provided
+  * need to add include/ncurses path for menu.h in lpd/lp_diag.c 
+
+- added patches:
+  * ppc64-diag.add_ncurses_include_path.patch
+-------------------------------------------------------------------

Old:
----
  ppc64-diag-2.6.4.tar.gz

New:
----
  ppc64-diag-2.6.6.tar.gz
  ppc64-diag.add_ncurses_include_path.patch

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

Other differences:
------------------
++++++ ppc64-diag.spec ++++++
--- /var/tmp/diff_new_pack.mdHC8e/_old  2014-06-18 07:52:37.000000000 +0200
+++ /var/tmp/diff_new_pack.mdHC8e/_new  2014-06-18 07:52:37.000000000 +0200
@@ -18,7 +18,7 @@
 
 Url:            http://sourceforge.net/projects/linux-diag/files/ppc64-diag 
 Name:           ppc64-diag
-Version:        2.6.4
+Version:        2.6.6
 Release:        0
 Summary:        Linux for Power Platform Diagnostics
 License:        EPL-1.0
@@ -47,7 +47,7 @@
 PreReq:         %insserv_prereq
 PreReq:         aaa_base
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        
http://downloads.sourceforge.net/project/linux-diag/ppc64-diag/%{version}/%{name}-%{version}.tar.gz
 
+Source0:        
http://downloads.sourceforge.net/project/linux-diag/ppc64-diag/v%{version}/%{name}-%{version}.tar.gz
 
 Source1:        rtas_errd.service
 Source2:        opal_errd.service
 #PATCH-FIX-OPENSUSE - ppc64-diag.rtas_errd.patch - fix rtas_errd initscript to 
comply with openSUSE standards 
@@ -56,6 +56,7 @@
 Patch2:         %{name}.varunused.patch
 #PATCH-FIX-OPENSUSE - ppc64-diag.opal_errd.patch - fix opal_errd initscript to 
comply with openSUSE standards 
 Patch3:         %{name}.opal_errd.patch
+Patch4:         ppc64-diag.add_ncurses_include_path.patch 
 
 %description
 This package contains various diagnostic tools for PowerLinux.
@@ -77,6 +78,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 make
@@ -166,6 +168,12 @@
   %insserv_cleanup opal_errd
 %endif
 
+%pre
+%if 0%{?has_systemd}
+  %service_add_pre rtas_errd.service
+  %service_add_pre opal_errd.service
+%endif
+
 %else
 
 %post
@@ -219,6 +227,18 @@
       rcopal_errd restart
     %endif
 fi
+
+%postun
+%if 0%{?has_systemd}
+  %service_del_postun rtas_errd.service
+  %service_del_postun opal_errd.service
+%endif
+
+%pre
+%if 0%{?has_systemd}
+  %service_add_pre rtas_errd.service
+  %service_add_pre opal_errd.service
+%endif
 %endif
 
 %changelog

++++++ ppc64-diag-2.6.4.tar.gz -> ppc64-diag-2.6.6.tar.gz ++++++
++++ 5213 lines of diff (skipped)

++++++ ppc64-diag.add_ncurses_include_path.patch ++++++
Index: ppc64-diag-2.6.6/rules.mk
===================================================================
--- ppc64-diag-2.6.6.orig/rules.mk
+++ ppc64-diag-2.6.6/rules.mk
@@ -93,6 +93,9 @@ CFLAGS += -g -DDEBUG
 # Build with common directory included
 CFLAGS += -I $(ROOT_DIR)/$(COM_DIR)
 
+# Build with ncurses directory included
+CFLAGS += -I $(INC_DIR)/ncurses
+
 # Build with version string
 AM_CFLAGS = -DVERSION='"$(VERSION)"'
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to