Hello community, here is the log from the commit of package libpt2 for openSUSE:Factory checked in at 2013-04-14 10:33:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpt2 (Old) and /work/SRC/openSUSE:Factory/.libpt2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpt2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes 2013-03-26 15:58:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libpt2.new/libpt2.changes 2013-04-14 10:33:13.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Mar 29 18:19:34 UTC 2013 - [email protected] + +- libpt2-aarch64.patch: Add support for aarch64 + +------------------------------------------------------------------- New: ---- libpt2-aarch64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpt2.spec ++++++ --- /var/tmp/diff_new_pack.6unXN2/_old 2013-04-14 10:33:14.000000000 +0200 +++ /var/tmp/diff_new_pack.6unXN2/_new 2013-04-14 10:33:14.000000000 +0200 @@ -35,6 +35,8 @@ Source: http://download.gnome.org/sources/ptlib/2.10/%{_name}-%{version}.tar.xz # PATCH-MISSING-TAG libpt2-fix-avc-plugin.patch [email protected] -- Fix build for avc-plugin. Patch1: libpt2-fix-avc-plugin.patch +# PATCH-FIX-UPSTREAM libpt2-aarch64.patch [email protected] -- Add support for aarch64 +Patch2: libpt2-aarch64.patch BuildRequires: SDL-devel BuildRequires: bison BuildRequires: esound-devel @@ -175,6 +177,7 @@ %prep %setup -q -n %{_name}-%{version} %patch1 -p1 +%patch2 -p1 %build %configure \ ++++++ libpt2-aarch64.patch ++++++ Index: ptlib-2.10.10/configure =================================================================== --- ptlib-2.10.10.orig/configure +++ ptlib-2.10.10/configure @@ -4670,6 +4670,12 @@ rm -f core conftest.err conftest.$ac_obj MACHTYPE=s390 ;; + aarch64) + MACHTYPE=aarch64 + 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 Index: ptlib-2.10.10/configure.ac =================================================================== --- ptlib-2.10.10.orig/configure.ac +++ ptlib-2.10.10/configure.ac @@ -345,6 +345,12 @@ case "$target_cpu" in MACHTYPE=s390 ;; + aarch64) + MACHTYPE=aarch64 + 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]
