Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2016-10-02 00:07:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linphone (Old)
 and      /work/SRC/openSUSE:Factory/.linphone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linphone"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linphone/linphone.changes        2016-08-09 
22:15:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2016-10-02 
00:07:45.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Sep 29 20:32:53 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.10.2 (changes since 3.9.1):
+  * Add lime_experimental_feature: set to 1 in .linphonerc [GtkUi]
+    to show the Lime menu in the graphical user interface.
+    Caution: Experimental.
+  * Video conference support through a conference server (SDK only).
+  * Disable dummy STUN packets sending when ICE is activated.
+  * Signal AVPF support as AVP: Enable rtcp feedback on RTP/AVP by
+    default.
+  * Add linphone daemon.
+  * gtk: Show links to files received in chat by file transfer.
+  * gtk: Debug window now stores "scroll to end" preference.
+  * gtk: Add button to take screenshot of video call.
+  * gtk: Fix busy presence not displayed in red.
+  * Fix Bad SDP when no audio codec has been enabled.
+  * Fix DTMF RFC2833 event always goes up in the same
+    LinphoneCoreListener.
+  * Fix linphone python version compilation - fixing vcards.
+
+-------------------------------------------------------------------

Old:
----
  linphone-3.9.1.tar.gz

New:
----
  linphone-3.10.2.tar.gz

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

Other differences:
------------------
++++++ linphone.spec ++++++
--- /var/tmp/diff_new_pack.Z7F549/_old  2016-10-02 00:07:46.000000000 +0200
+++ /var/tmp/diff_new_pack.Z7F549/_new  2016-10-02 00:07:46.000000000 +0200
@@ -16,18 +16,16 @@
 #
 
 
-%define _version 3.9
 %bcond_without ffmpeg
 Name:           linphone
-Version:        3.9.1
+Version:        3.10.2
 Release:        0
 Summary:        Web Phone
 License:        GPL-2.0+
 Group:          Productivity/Networking/Other
 Url:            https://linphone.org/
-Source0:        
http://download.savannah.gnu.org/releases/linphone/%{_version}.x/sources/%{name}-%{version}.tar.gz
+Source:         
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:        %{name}-manual.tar.bz2
-Requires:       libbellesip0 >= 1.4.2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -37,11 +35,12 @@
 BuildRequires:  libgsm-devel
 BuildRequires:  libtool
 BuildRequires:  openldap2-devel
+BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  sgmltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(belle-sip) >= 1.4.0
+BuildRequires:  pkgconfig(belle-sip) >= 1.5.0
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libosip2)
@@ -49,13 +48,14 @@
 BuildRequires:  pkgconfig(libupnp)
 BuildRequires:  pkgconfig(libv4l2) >= 0.8.4
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mediastreamer) >= 2.12.0
-BuildRequires:  pkgconfig(ortp) >= 0.25.0
+BuildRequires:  pkgconfig(mediastreamer) >= 2.14.0
+BuildRequires:  pkgconfig(opus)
+BuildRequires:  pkgconfig(ortp) >= 0.27.0
 BuildRequires:  pkgconfig(speex) >= 1.1.6
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(udev)
 Recommends:     %{name}-lang
-%if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse})
+%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 BuildRequires:  pkgconfig(libsasl2)
 %endif
 %if %{with ffmpeg}
@@ -84,7 +84,6 @@
 %if %{with ffmpeg}
 Requires:       pkgconfig(libavcodec) >= 51.0.0
 Requires:       pkgconfig(libswscale) >= 0.7.0
-Requires:       pkgconfig(xv)
 %endif
 
 %description devel
@@ -101,21 +100,20 @@
 %setup -q
 %setup -q -D -T -a 1
 # Set tutorial path inside /usr/share/linphone/.
-sed -i "s|\(\$(datadir)/\)\(tutorials\)/%{name}|\1%{name}/\2|" 
coreapi/help/Makefile.{in,am}
+sed -i "s|\(\$(datadir)/\)\(tutorials\)/%{name}|\1%{name}/\2|" 
coreapi/help/Makefile.am
 
 %build
-# autoreconf -fi does not work properly.
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --docdir=%{_docdir}             \
   --enable-pulseaudio             \
   --enable-external-ortp          \
   --enable-external-mediastreamer \
   --enable-zrtp                   \
-%if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse})
+%if 0%{?suse_version} >= 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
   --enable-ldap                   \
 %endif
-%if 0%{?suse_version} <= 1320 && !(0%{?suse_version} == 1315 && 
0%{?is_opensuse}) && %{without restricted}
+%if 0%{?suse_version} <= 1320 && !(0%{?sle_version} >= 120100 && 
0%{?is_opensuse}) && %{without ffmpeg}
   --disable-video                 \
 %endif
   --disable-strict                \
@@ -133,7 +131,7 @@
 mkdir -p %{buildroot}%{_datadir}/gnome/help/
 cp -a %{name} %{buildroot}%{_datadir}/gnome/help/%{name}/
 %find_lang %{name}
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{_datadir}/
 
 %post
 %desktop_database_post
@@ -148,8 +146,10 @@
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/*
 %{_libdir}/lib%{name}.so.*
+%{_libdir}/lib%{name}tester.so.*
 %{_datadir}/%{name}/
 %exclude %{_datadir}/%{name}/tutorials/
+%{_datadir}/lib%{name}_tester/
 %{_datadir}/sounds/%{name}/
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}*
@@ -163,6 +163,7 @@
 %defattr(-,root,root)
 %{_includedir}/%{name}/
 %{_libdir}/lib%{name}.so
+%{_libdir}/lib%{name}tester.so
 %{_libdir}/pkgconfig/%{name}.pc
 %{_datadir}/%{name}/tutorials/
 

++++++ linphone-3.9.1.tar.gz -> linphone-3.10.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/linphone/linphone-3.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.linphone.new/linphone-3.10.2.tar.gz differ: char 5, 
line 1


Reply via email to