Hello community,

here is the log from the commit of package belle-sip for openSUSE:Factory 
checked in at 2014-11-15 11:44:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/belle-sip (Old)
 and      /work/SRC/openSUSE:Factory/.belle-sip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "belle-sip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes      2014-10-16 
14:53:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2014-11-15 
12:13:02.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Nov  6 16:09:07 UTC 2014 - tchva...@suse.com
+
+- Use gpl2+ as is in the files not just gpl2
+- Fix build on factory
+- Run autoreconf to avoid double configure run
+- Disable silent rules
+- Disable Werror
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ belle-sip.spec ++++++
--- /var/tmp/diff_new_pack.aWUyml/_old  2014-11-15 12:13:03.000000000 +0100
+++ /var/tmp/diff_new_pack.aWUyml/_new  2014-11-15 12:13:03.000000000 +0100
@@ -22,7 +22,7 @@
 Version:        1.3.0
 Release:        0
 Summary:        C object oriented SIP Stack
-License:        GPL-2.0
+License:        GPL-2.0+
 Group:          System/Libraries
 Url:            http://www.linphone.org/
 Source:         
http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz
@@ -30,9 +30,14 @@
 # PATCH-FIX-UPSTREAM 0001-fix-license-headers.patch -- Fix license header -- 
Simon Morlat <simon.mor...@linphone.org>
 Patch0:         0001-fix-license-headers.patch
 BuildRequires:  antlr3c-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+# Needed for tests, tests use net so useless for OBS
+# BuildRequires:  cunit-devel
 BuildRequires:  gcc-c++
 BuildRequires:  java
 BuildRequires:  libpolarssl-devel
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -60,12 +65,17 @@
 cp %{S:100} antlr.jar
 %setup -q
 %patch0
-sed -i "s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}#" 
configure{,.ac}
+sed -i \
+    -e "s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}#" \
+    -e "s:-Werror::g" \
+    configure{,.ac}
 
 %build
+autoreconf -fvi
 %configure \
     --disable-tests \
     --disable-static \
+    --disable-silent-rules \
     --enable-tls
 make %{?_smp_mflags}
 


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

Reply via email to