Hello community, here is the log from the commit of package libpt2 for openSUSE:Factory checked in at 2014-02-18 14:44:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpt2 (Old) and /work/SRC/openSUSE:Factory/.libpt2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpt2" Changes: -------- --- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes 2013-06-24 09:34:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libpt2.new/libpt2.changes 2014-02-18 14:44:59.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Feb 16 11:13:30 CET 2014 - [email protected] + +- libpt2-ppc64le.patch: Add support for ppc64le + +------------------------------------------------------------------- New: ---- libpt2-ppc64le.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpt2.spec ++++++ --- /var/tmp/diff_new_pack.XaA15q/_old 2014-02-18 14:45:00.000000000 +0100 +++ /var/tmp/diff_new_pack.XaA15q/_new 2014-02-18 14:45:00.000000000 +0100 @@ -37,6 +37,7 @@ Patch1: libpt2-fix-avc-plugin.patch # PATCH-FIX-UPSTREAM libpt2-aarch64.patch [email protected] -- Add support for aarch64 Patch2: libpt2-aarch64.patch +Patch3: libpt2-ppc64le.patch BuildRequires: SDL-devel BuildRequires: bison BuildRequires: cyrus-sasl-devel @@ -180,6 +181,7 @@ %setup -q -n %{_name}-%{version} %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %configure \ ++++++ libpt2-ppc64le.patch ++++++ --- a/configure +++ b/configure @@ -4676,6 +4676,12 @@ LIB64=1 ;; + powerpc64le) + MACHTYPE=ppc64le + P_64BIT=1 + LIB64=1 + ;; + * ) MACHTYPE=$target_cpu { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"CPU $target_cpu not recognized - proceed with caution!\"" >&5 --- a/configure.ac +++ b/configure.ac @@ -351,6 +351,12 @@ LIB64=1 ;; + powerpc64le) + MACHTYPE=ppc64le + P_64BIT=1 + LIB64=1 + ;; + * ) MACHTYPE=$target_cpu AC_MSG_WARN("CPU $target_cpu not recognized - proceed with caution!") -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
