Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-03-21 11:19:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and      /work/SRC/openSUSE:Factory/.yate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yate", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/yate/yate.changes        2012-07-06 
09:53:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-03-21 
11:19:30.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Mar 20 15:19:06 UTC 2013 - [email protected]
+
+- dont-mess-with-cflags.patch: don't mess with CFLAGS
+
+-------------------------------------------------------------------
+Tue Mar 19 10:09:04 UTC 2013 - [email protected]
+
+- Add aarch64 to the list of lib64 platforms
+
+-------------------------------------------------------------------

New:
----
  dont-mess-with-cflags.patch

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

Other differences:
------------------
++++++ yate.spec ++++++
--- /var/tmp/diff_new_pack.VzWOlr/_old  2013-03-21 11:19:33.000000000 +0100
+++ /var/tmp/diff_new_pack.VzWOlr/_new  2013-03-21 11:19:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke <[email protected]>
 # Copyright (c) 2011, Pascal Bleser <[email protected]>
 #
@@ -28,7 +28,9 @@
 Source0:        http://yate.null.ro/tarballs/yate4/yate-%{version}-1.tar.gz
 Patch1:         yate-3.3.2-ppc64-libdir.patch
 Patch2:         yate-ppc64.patch
+Patch3:         dont-mess-with-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -107,8 +109,12 @@
 %setup -q -n %{name}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
+rm configure
+autoconf
+
 %configure --docdir=%{_docdir}
 make #%{?_smp_mflags} # Parallel build causes side-effects (compile errors)
 

++++++ dont-mess-with-cflags.patch ++++++
Index: yate/configure.in
===================================================================
--- yate.orig/configure.in
+++ yate/configure.in
@@ -1447,7 +1447,6 @@ fi
 
 
 INSTALL_D="install -D"
-CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| *\)-g[[0-9]]*//' | sed 
's/[[[:space:]]]\{2,\}/ /g'`
 MODULE_CFLAGS="-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK $HAVE_BLOCK_RETURN"
 MODULE_CPPFLAGS="-fno-check-new $RTTI_OPT $MODULE_CFLAGS"
 MODULE_LDRELAX="-export-dynamic -shared"
++++++ yate-3.3.2-ppc64-libdir.patch ++++++
--- /var/tmp/diff_new_pack.VzWOlr/_old  2013-03-21 11:19:33.000000000 +0100
+++ /var/tmp/diff_new_pack.VzWOlr/_new  2013-03-21 11:19:33.000000000 +0100
@@ -7,7 +7,7 @@
  ARCHLIB="lib"
  case "x$archname" in
 -    x*x86_64*)
-+    x*x86_64*|xppc64)
++    x*x86_64*|xppc64|xaarch64)
        ARCHLIB=lib64
        ;;
  esac
@@ -20,7 +20,7 @@
  ARCHLIB="lib"
  case "x$archname" in
 -    x*x86_64*)
-+    x*x86_64*|xppc64)
++    x*x86_64*|xppc64|xaarch64)
        ARCHLIB=lib64
        ;;
  esac

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

Reply via email to