Hello community, here is the log from the commit of package linphone for openSUSE:Factory checked in at Wed Jul 27 11:30:19 CEST 2011.
-------- --- linphone/linphone.changes 2011-07-12 15:08:31.000000000 +0200 +++ /mounts/work_src_done/STABLE/linphone/linphone.changes 2011-07-24 20:44:58.000000000 +0200 @@ -1,0 +2,13 @@ +Sun Jul 24 18:44:23 UTC 2011 - [email protected] + +- update to version 3.4.3, see NEWS file for detailed changelog, + obsoletes patches +- build / packaging improvements: + - remove build date from binaries, use the tarball's timestamp + - verbose build for rpmlint checking + - add AUTHORS, NEWS, COPYING files + - fix rpm group of devel package + - add alsa-devel and libgsm-devel buildrequires + - explicitly enable alsa, ssl, rsvp, ipv6 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- history-orange.png linphone-3.3.2.tar.bz2 linphone-3.3.x-20100903.diff.bz2 New: ---- linphone-3.4.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphone.spec ++++++ --- /var/tmp/diff_new_pack.AjSTuw/_old 2011-07-27 11:26:24.000000000 +0200 +++ /var/tmp/diff_new_pack.AjSTuw/_new 2011-07-27 11:26:24.000000000 +0200 @@ -18,16 +18,14 @@ Name: linphone -Version: 3.3.2 -Release: 99 +Version: 3.4.3 +Release: 1 License: GPLv2+ Summary: Web Phone Url: http://www.linphone.org Group: Productivity/Networking/Other -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.gz Source1: %{name}-manual.tar.bz2 -Source99: history-orange.png -Patch1: linphone-3.3.x-20100903.diff.bz2 Patch2: linphone-v4l-2.6.38.patch BuildRequires: gcc-c++ BuildRequires: gnome-panel-devel @@ -44,6 +42,8 @@ BuildRequires: pkgconfig(libglade-2.0) BuildRequires: readline-devel BuildRequires: speex-devel +BuildRequires: alsa-devel +BuildRequires: libgsm-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -74,7 +74,7 @@ %package devel License: GPLv2+ Summary: Web Phone -Group: Productivity/Networking/Other +Group: Development/Libraries/Other Requires: %{name} = %{version} Requires: alsa-devel Requires: glibc-devel @@ -93,13 +93,9 @@ %prep %setup -q -# This patch represents upstream, call translation-update-upstream after it: -%patch1 -p1 %if 0%{?suse_version} >= 1210 %patch2 %endif -# patch cannot handle binaries -cp %{S:99} pixmaps/history-orange.png translation-update-upstream find -name "CVS" -type d | xargs rm -rfv @@ -110,10 +106,21 @@ # needed for linphone-1.3.0: export CFLAGS="%{optflags} -fno-strict-aliasing" %configure\ - --libexecdir=%{_prefix}/lib/gnome-panel\ + --libexecdir="%{_prefix}/lib/gnome-panel" \ + --enable-console_ui=yes \ + --enable-ipv6 \ + --enable-nonstandard-gsm \ + --enable-rsvp \ + --enable-ssl \ + --enable-alsa \ + --disable-date \ + --disable-relativeprefix \ + --disable-rpath \ + --disable-silent-rules \ --disable-static \ --disable-video \ --disable-strict + make %{?_smp_mflags} %install @@ -132,8 +139,9 @@ rm -rf %{buildroot}%{_mandir}/cs/ # no need to package la files rm -f %{buildroot}%{_libdir}/*.*a -ln -sf linphone-3 %{buildroot}%{_bindir}/linphone cp -a ./pixmaps/linphone-3.png %{buildroot}%{_datadir}/linphone/linphone2.png +# too lazy to fix up tutorial packaging... +rm -rf %{buildroot}/usr/share/tutorials %clean rm -rf %{buildroot} @@ -155,10 +163,11 @@ %dir %{_datadir}/images %dir %{_datadir}/gnome %dir %{_datadir}/gnome/help +%doc NEWS AUTHORS COPYING %files applet %defattr(-,root,root) -#%{_libdir}/bonobo/servers/*.server +#%%{_libdir}/bonobo/servers/*.server %{_prefix}/lib/gnome-panel %files devel ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
