Hello community,

here is the log from the commit of package pwlib for openSUSE:Factory checked 
in at 2013-05-13 15:22:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2012-03-20 
13:29:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pwlib.new/pwlib.changes 2013-05-13 
15:22:04.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Mar 17 17:53:28 UTC 2013 - dmuel...@suse.com
+
+- add aarch64-support.patch:
+  * support aarch64 
+
+-------------------------------------------------------------------

New:
----
  aarch64-support.patch

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

Other differences:
------------------
++++++ pwlib.spec ++++++
--- /var/tmp/diff_new_pack.fNgsYf/_old  2013-05-13 15:22:05.000000000 +0200
+++ /var/tmp/diff_new_pack.fNgsYf/_new  2013-05-13 15:22:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pwlib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -34,6 +34,7 @@
 Patch4:         %{name}-v1_11_0-openssl.patch
 Patch5:         %{name}-v4l-2.6.38.patch
 Patch6:         pwlib-gcc47.patch
+Patch7:         aarch64-support.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -112,6 +113,7 @@
 %patch5 -p1
 %endif
 %patch6 -p1
+%patch7
 
 %build
 #autoreconf --force --install

++++++ aarch64-support.patch ++++++
--- configure.ac
+++ configure.ac
@@ -141,6 +141,11 @@
                    LIB64=1 ;
                   ;;
 
+   aarch64)       MACHTYPE=aarch64 ;
+                  P_64BIT=1 ;
+                   LIB64=1 ;
+                  ;;
+
    alpha | alphaev56 | alphaev6 | alphaev67 | alphaev7) MACHTYPE=alpha ;
                   P_64BIT=1 ;
                   ;;
--- make/unix.mak
+++ make/unix.mak
@@ -277,6 +277,10 @@
 endif
 endif
 
+ifneq (,$(findstring aarch64, $(MACHTYPE)))
+MACHTYPE := aarch64
+endif
+
 ifneq (,$(findstring powerpc, $(MACHTYPE)))
 MACHTYPE := ppc
 endif
@@ -435,6 +439,10 @@
 LDLIBS         += -lresolv
 endif
 
+ifeq ($(MACHTYPE),aarch64)
+STDCCFLAGS     += -DP_64BIT
+endif
+
 ifeq ($(MACHTYPE),ppc64)
 STDCCFLAGS     += -DP_64BIT
 endif

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

Reply via email to