Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2014-03-12 19:07:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haveged (Old)
 and      /work/SRC/openSUSE:Factory/.haveged.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haveged"

Changes:
--------
--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2014-02-19 
06:56:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes     2014-03-12 
19:07:45.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Mar 11 10:21:46 UTC 2014 - [email protected]
+
+- Add ppc64le support 
+
+- added patches:
+  * ppc64le.patch
+-------------------------------------------------------------------

New:
----
  ppc64le.patch

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

Other differences:
------------------
++++++ haveged.spec ++++++
--- /var/tmp/diff_new_pack.g0LXRP/_old  2014-03-12 19:07:46.000000000 +0100
+++ /var/tmp/diff_new_pack.g0LXRP/_new  2014-03-12 19:07:46.000000000 +0100
@@ -25,6 +25,7 @@
 Url:            http://www.issihosts.com/haveged/
 Source0:        http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
 Source2:        %{name}.service
+Patch0:         ppc64le.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Enhances:       openssl
 Enhances:       gpg2
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # mvyskocil: needed because of haveged-ppc.patch

++++++ ppc64le.patch ++++++
Index: haveged-1.9.1/configure.ac
===================================================================
--- haveged-1.9.1.orig/configure.ac
+++ haveged-1.9.1/configure.ac
@@ -156,7 +156,7 @@ case "$host" in
     AC_DEFINE(HAVE_ISA_IA64, 1, [Define to 1 for ia64])
  ;;
 
- powerpc-*|pcc-*|powerpc64-*|ppc64-*)
+ powerpc-*|pcc-*|powerpc64*|ppc64*)
     AC_DEFINE(HAVE_ISA_PPC, 1, [Define to 1 for ppc])
  ;;
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to