Hello community, here is the log from the commit of package belle-sip for openSUSE:Factory checked in at 2015-03-18 13:04:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-15 12:13:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.belle-sip.new/belle-sip.changes 2015-03-18 13:04:53.000000000 +0100 @@ -1,0 +2,12 @@ +Sun Mar 15 16:35:32 UTC 2015 - [email protected] + +- Update to 1.4.0 (changes since 1.3.0): + * DNS SRV weight selection. + * Support of multipart messages. + * Support of backslash escaped display name. + * Support of display names of type (token LWS)* instead of just + token. + * Support for absolute URIs. +- Remove 0001-fix-license-headers.patch: fixed upstream. + +------------------------------------------------------------------- Old: ---- 0001-fix-license-headers.patch belle-sip-1.3.0.tar.gz New: ---- belle-sip-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ belle-sip.spec ++++++ --- /var/tmp/diff_new_pack.d7E5L5/_old 2015-03-18 13:04:54.000000000 +0100 +++ /var/tmp/diff_new_pack.d7E5L5/_new 2015-03-18 13:04:54.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package belle-sip # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Mariusz Fik <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -17,18 +17,16 @@ # -%define soname libbellesip0 +%define lname libbellesip0 Name: belle-sip -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: C object oriented SIP Stack License: GPL-2.0+ Group: System/Libraries -Url: http://www.linphone.org/ +Url: http://linphone.org/technical-corner/belle-sip/overview Source: http://download.savannah.gnu.org/releases/linphone/%{name}/%{name}-%{version}.tar.gz -Source100: antlr-3.4-complete.jar -# PATCH-FIX-UPSTREAM 0001-fix-license-headers.patch -- Fix license header -- Simon Morlat <[email protected]> -Patch0: 0001-fix-license-headers.patch +Source1: http://antlr3.org/download/antlr-3.4-complete.jar BuildRequires: antlr3c-devel BuildRequires: autoconf BuildRequires: automake @@ -44,17 +42,17 @@ %description Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API. -%package -n %{soname} +%package -n %{lname} Summary: C object oriented SIP Stack Group: System/Libraries -%description -n %{soname} +%description -n %{lname} Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API. %package devel Summary: Headers and libraries for the belle-sip library Group: Development/Libraries/C and C++ -Requires: %{soname} = %{version} +Requires: %{lname} = %{version} %description devel Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API. @@ -62,32 +60,27 @@ This package contains header files and development libraries needed to develop programs using the belle-sip library. %prep -cp %{S:100} antlr.jar %setup -q -%patch0 -sed -i \ - -e "s#antlr_java_prefixes=.*#antlr_java_prefixes=%{_builddir}#" \ - -e "s:-Werror::g" \ - configure{,.ac} +cp -f %{SOURCE1} antlr.jar +sed -i "s|^\(antlr_java_prefixes=\).*$|\1\"$PWD\"|" configure.ac %build -autoreconf -fvi +autoreconf -fi %configure \ + --disable-strict \ --disable-tests \ - --disable-static \ - --disable-silent-rules \ - --enable-tls + --disable-static make %{?_smp_mflags} %install %make_install -rm -f %{buildroot}%{_libdir}/libbellesip.la +find %{buildroot} -type f -name "*.la" -delete -print -%post -n %{soname} -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig -%postun -n %{soname} -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig -%files -n %{soname} +%files -n %{lname} %defattr(-,root,root) %doc COPYING %{_libdir}/libbellesip.so.* @@ -95,9 +88,8 @@ %files devel %defattr(-,root,root) %doc AUTHORS COPYING NEWS README +%{_includedir}/belle-sip/ %{_libdir}/libbellesip.so %{_libdir}/pkgconfig/belle-sip.pc -%dir %{_includedir}/belle-sip -%{_includedir}/belle-sip/*.h %changelog ++++++ belle-sip-1.3.0.tar.gz -> belle-sip-1.4.0.tar.gz ++++++ ++++ 57445 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
