Hello community, here is the log from the commit of package ekiga checked in at Sun Feb 25 23:23:28 CET 2007. -------- --- ekiga/ekiga.changes 2007-01-15 18:10:20.000000000 +0100 +++ /mounts/work_src_done/STABLE/ekiga/ekiga.changes 2007-02-22 11:37:44.542743000 +0100 @@ -1,0 +2,12 @@ +Wed Feb 14 19:59:26 CET 2007 - kkeil@suse.de + +- upgraded to 2.0.5 release + * Fixed issues with some ALSA soundcards + * Fixed potential security issue reported by MuSecurity + (http://www.musecurity.com) + * Fixed potential deadlock if no packets are received on the + stream.(#404904, Hannes Friederich) + * Remove fixed font coloring in codecs selection list + (#405085, Mariano Su�rez-Alvarez) + +------------------------------------------------------------------- Old: ---- ekiga-2.0.3.diff ekiga-2.0.3.tar.bz2 New: ---- ekiga-2.0.5.diff ekiga-2.0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ekiga.spec ++++++ --- /var/tmp/diff_new_pack.s30559/_old 2007-02-25 23:22:59.000000000 +0100 +++ /var/tmp/diff_new_pack.s30559/_new 2007-02-25 23:22:59.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package ekiga (Version 2.0.3) +# spec file for package ekiga (Version 2.0.5) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,13 +15,14 @@ License: GNU General Public License (GPL) Group: Productivity/Telephony/H323/Clients Autoreqprov: on -Version: 2.0.3 -Release: 40 +Version: 2.0.5 +Release: 1 Summary: A Gnome based SIP/H323 teleconferencing application Source: %{name}-%{version}.tar.bz2 Patch: %{name}-%{version}.diff URL: http://www.ekiga.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build +PreReq: filesystem /usr/bin/touch gconf2 Provides: gnomemeeting Obsoletes: gnomemeeting Autoreqprov: on @@ -42,55 +43,74 @@ Damien Sandras <dsandras@seconix.com> %prep -%setup -q +%setup -q -n %{name}-%{version} %patch -p1 %build -autoreconf -f -i export CFLAGS="$RPM_OPT_FLAGS -fstack-protector" export CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector" -%configure\ - --disable-schemas-install\ - --disable-scrollkeeper\ +intltoolize --force +autoreconf --force --install +./configure \ + --sysconfdir=%{_sysconfdir} \ + --prefix=%{_prefix} \ + --libdir=%{_prefix}/%_lib \ + --mandir=%{_prefix}/share/man \ + --disable-schemas-install \ + --disable-scrollkeeper \ --enable-dbus -make %{?jobs:-j%jobs} +make %{?jobs:-j %jobs} %install make install DESTDIR=$RPM_BUILD_ROOT -for xml in $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/*/*.xml; do +for xml in $RPM_BUILD_ROOT%{_prefix}/share/gnome/help/*/*/*.xml; do if echo $xml | egrep 'share/gnome/help/([^/]*)/[^/]*/\1\.xml$' > /dev/null; then meinproc --cache `echo $xml | sed 's/xml$/cache.bz2/'` $xml || : fi done -echo DocPath=ekiga >> $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop %find_lang %{name} -%find_gconf_schemas -cat %{name}.lang %{name}.schemas_list >%{name}.lst %suse_update_desktop_file %name Network Telephony +echo DocPath=ekiga >> $RPM_BUILD_ROOT/%{_prefix}/share/applications/ekiga.desktop %clean rm -rf $RPM_BUILD_ROOT -%pre -f %{name}.schemas_pre +%post +export GCONF_CONFIG_SOURCE=`%{_prefix}/bin/gconftool-2 --get-default-source` +%{_prefix}/bin/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas >/dev/null -%posttrans -f %{name}.schemas_posttrans +%postun +touch var/adm/SuSEconfig/run-scrollkeeper-update -%preun -f %{name}.schemas_preun - -%files -f %{name}.lst +%files -f %{name}.lang %defattr(-,root,root) %doc ChangeLog README FAQ -%{_bindir}/* -%{_datadir}/applications/ekiga.desktop -%{_datadir}/dbus-1/services/*.service -%{_datadir}/omf/ekiga -%{_datadir}/pixmaps/ekiga -%{_datadir}/pixmaps/*.png -%{_datadir}/sounds/ekiga -%{_libdir}/bonobo/servers/*.server -%{_mandir}/man1/ekiga.1* - -%changelog -n ekiga +%{_prefix}/bin/* +%{_prefix}/share/sounds/ekiga +%{_prefix}/share/pixmaps/ekiga +%{_prefix}/share/pixmaps/*.png +%{_sysconfdir}/gconf/schemas/ekiga.schemas +%{_prefix}/share/applications/ekiga.desktop +%{_prefix}/share/omf/ekiga +%{_prefix}/%_lib/bonobo/servers/*.server +%{_prefix}/share/man/man1/ekiga.1* +/usr/share/dbus-1/services/*.service +# Should be in gnome-filesystem: +%if %suse_version <= 1010 +%dir /opt/gnome/share/locale/dz +%dir /opt/gnome/share/locale/dz/LC_MESSAGES +%endif + +%changelog +* Wed Feb 14 2007 - kkeil@suse.de +- upgraded to 2.0.5 release + * Fixed issues with some ALSA soundcards + * Fixed potential security issue reported by MuSecurity + (http://www.musecurity.com) + * Fixed potential deadlock if no packets are received on the + stream.(#404904, Hannes Friederich) + * Remove fixed font coloring in codecs selection list + (#405085, Mariano Su�rez-Alvarez) * Mon Jan 15 2007 - sbrabec@suse.cz - Prefix changed to /usr. - Spec file cleanup. ++++++ ekiga-2.0.3.diff -> ekiga-2.0.5.diff ++++++ --- ekiga/ekiga-2.0.3.diff 2006-09-28 19:54:52.000000000 +0200 +++ /mounts/work_src_done/STABLE/ekiga/ekiga-2.0.5.diff 2007-02-14 19:55:06.134175000 +0100 @@ -1,7 +1,7 @@ -Index: ekiga-2.0.3/lib/gui/gmconfwidgets.c +Index: ekiga-2.0.5/lib/gui/gmconfwidgets.c =================================================================== ---- ekiga-2.0.3.orig/lib/gui/gmconfwidgets.c -+++ ekiga-2.0.3/lib/gui/gmconfwidgets.c +--- ekiga-2.0.5.orig/lib/gui/gmconfwidgets.c ++++ ekiga-2.0.5/lib/gui/gmconfwidgets.c @@ -35,6 +35,7 @@ * */ @@ -10,10 +10,10 @@ #include "gmconfwidgets.h" -Index: ekiga-2.0.3/lib/gui/gmconnectbutton.c +Index: ekiga-2.0.5/lib/gui/gmconnectbutton.c =================================================================== ---- ekiga-2.0.3.orig/lib/gui/gmconnectbutton.c -+++ ekiga-2.0.3/lib/gui/gmconnectbutton.c +--- ekiga-2.0.5.orig/lib/gui/gmconnectbutton.c ++++ ekiga-2.0.5/lib/gui/gmconnectbutton.c @@ -35,7 +35,7 @@ * */ @@ -23,10 +23,10 @@ #include "gmconnectbutton.h" -Index: ekiga-2.0.3/lib/gui/gmpreferences.c +Index: ekiga-2.0.5/lib/gui/gmpreferences.c =================================================================== ---- ekiga-2.0.3.orig/lib/gui/gmpreferences.c -+++ ekiga-2.0.3/lib/gui/gmpreferences.c +--- ekiga-2.0.5.orig/lib/gui/gmpreferences.c ++++ ekiga-2.0.5/lib/gui/gmpreferences.c @@ -35,7 +35,7 @@ * */ @@ -36,16 +36,3 @@ #include "gmpreferences.h" #include "gmconfwidgets.h" ---- ekiga-2.0.3/configure.in~ 2006-09-28 19:53:52.000000000 +0200 -+++ ekiga-2.0.3/configure.in 2006-09-28 19:53:52.000000000 +0200 -@@ -116,8 +116,8 @@ - EKIGA_LIBS="$EKIGA_LIBS $EDS_LIBS" - fi - --PWLIB_REC_VERSION="1.10.2" --OPAL_REC_VERSION="2.2.3" -+PWLIB_REC_VERSION="1.11.1" -+OPAL_REC_VERSION="2.3.1" - - - dnl ########################################################################### ++++++ ekiga-2.0.3.tar.bz2 -> ekiga-2.0.5.tar.bz2 ++++++ ++++ 147611 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de