Hello community,

here is the log from the commit of package pwlib for openSUSE:Factory checked 
in at 2013-12-12 11:22:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pwlib (Old)
 and      /work/SRC/openSUSE:Factory/.pwlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pwlib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pwlib/pwlib.changes      2013-06-18 
10:35:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pwlib.new/pwlib.changes 2013-12-12 
11:22:23.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec  9 17:52:26 UTC 2013 - [email protected]
+
+- Add ppc64le-support.patch: Support powerpc64le-linux.
+
+-------------------------------------------------------------------

New:
----
  ppc64le-support.patch

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

Other differences:
------------------
++++++ pwlib.spec ++++++
--- /var/tmp/diff_new_pack.PKocqL/_old  2013-12-12 11:22:24.000000000 +0100
+++ /var/tmp/diff_new_pack.PKocqL/_new  2013-12-12 11:22:24.000000000 +0100
@@ -35,6 +35,7 @@
 Patch5:         %{name}-v4l-2.6.38.patch
 Patch6:         pwlib-gcc47.patch
 Patch7:         aarch64-support.patch
+Patch8:         ppc64le-support.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -117,6 +118,7 @@
 %endif
 %patch6 -p1
 %patch7
+%patch8 -p1
 
 %build
 #autoreconf --force --install

++++++ ppc64le-support.patch ++++++
Index: pwlib_v1_11_0/configure.ac
===================================================================
--- pwlib_v1_11_0.orig/configure.ac
+++ pwlib_v1_11_0/configure.ac
@@ -159,12 +159,12 @@ case "$target_cpu" in
    ppc )           MACHTYPE=ppc ;
                   ;;
 
-   powerpc64 )     MACHTYPE=ppc64 ;
+   powerpc64 | powerpc64le) MACHTYPE=ppc64 ;
                   P_64BIT=1 ;
                    LIB64=1 ;
                   ;;
 
-   ppc64 )         MACHTYPE=ppc64 ;
+   ppc64 | ppc64le) MACHTYPE=ppc64 ;
                   P_64BIT=1 ;
                    LIB64=1 ;
                   ;;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to