commit ekiga for openSUSE:Factory
Hello community, here is the log from the commit of package ekiga for openSUSE:Factory checked in at 2013-04-02 11:40:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ekiga (Old) and /work/SRC/openSUSE:Factory/.ekiga.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ekiga", Maintainer is "DLiang@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes 2012-12-10 12:19:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2013-04-02 11:40:24.000000000 +0200 @@ -1,0 +2,66 @@ +Tue Feb 26 10:03:23 UTC 2013 - dimstar@opensuse.org + +- Update to version 4.0.1: + + User-visible fixes: + - Fix crash when quitting ekiga while receiving presence + information + - Fix crash when quitting ekiga right after starting it (before + STUN ending) + - Fix crash when disabling an account while icons in roster are + changing + - Fix crash when receiving call a second time + - Fix crash in XML parsing in case of malicious code + - Fix increasing CPU usage afer hours of usage caused by + endless OPTIONS + - Several fixes for H.323 + - Fix registration for registrars accepting the last Contact + item offered + - Allow to change the REGISTER compatibility mode of an + existing registration + - Fix impossibility to hangup active call after a missed call + - Fix busy or call forwarding on busy occuring when connection + is released + - Fix subscribing/unsubscribing when enabling and disabling SIP + accounts + - Do not show is-typing messages sent by other programs during + chatting + - Stop ongoing registration when remove account + - Use meaningful names for ALSA sub-devices + - Allow to enter contact addresses without host part, and + choose the host later + - Increase number of characters shown in device names + - Use a better icon for call history in addressbook + - Show the address instead of "telephoneNumber" in addressbook + - Deactivate NullAudio ptlib's device for audio input too + - Do not send OPTIONS messages once the account is disabled + - Hide the main window immediately on exit + - Handle xa status as away + - Fix debugging message when registering + - Fix race condition leading to duplicate entry in call history + - Fix incoming call if two INVITE's in a fork arrive very close + together + - Use correct username in OPTIONS messages + - Allow to have message waiting indication even if asterisk's + vmexten is off + - Send OPTION only on the right interface + - Fix buttons direction in dialpad for RTL languages + - Fix aborting RTP receiver with Polycom HDX8000 + - Fix possible incorrect jitter calculation for RTCP + - Only kill REGISTER/SUBSCRIBE forks if a "try again" response + is received + + Various other fixes. + + Windows port fixes. + + Updated translations. +- Introduce with_evolution, currently set to 0, as ekiga is not + compatible at this moment with evolution 3.8. The effects are: + + Conditionall BuildRequire evolution-data-server-devel (1). + + Conditionall pass --disable-eds (0) or --enable-eds (1) to + configure. + + Create ekiga-plugins-evolution sub package (1). + + Obsolete ekiga-plugins-evolution subpackage from the main + package (0). +- Replace openldap2 BuildRequires with openldap2-devel: As + evolution-data-server pulls it in, it was never spotted to be + wrong. + +------------------------------------------------------------------- Old: ---- ekiga-4.0.0.tar.xz New: ---- ekiga-4.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ekiga.spec ++++++ --- /var/tmp/diff_new_pack.zW2eDW/_old 2013-04-02 11:40:26.000000000 +0200 +++ /var/tmp/diff_new_pack.zW2eDW/_new 2013-04-02 11:40:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ekiga # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,10 @@ # +%define with_evolution 0 + Name: ekiga -Version: 4.0.0 +Version: 4.0.1 Release: 0 Summary: A GNOME based SIP/H323 teleconferencing application License: SUSE-GPL-2.0-with-openssl-exception @@ -26,7 +28,9 @@ Source: http://download.gnome.org/sources/ekiga/4.0/%{name}-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: dbus-1-glib-devel +%if %{with_evolution} BuildRequires: evolution-data-server-devel +%endif BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gconf2-devel @@ -37,12 +41,12 @@ BuildRequires: intltool BuildRequires: libavahi-glib-devel BuildRequires: libnotify-devel -BuildRequires: libopal-devel >= 3.10.9 -BuildRequires: libpt-devel >= 2.10.9 +BuildRequires: libopal-devel >= 3.10.10 +BuildRequires: libpt-devel >= 2.10.10 BuildRequires: libsigc++2-devel BuildRequires: libsoup-devel BuildRequires: libv4l-devel -BuildRequires: openldap2 +BuildRequires: openldap2-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(xv) @@ -50,6 +54,10 @@ PreReq: filesystem /usr/bin/touch gconf2 Provides: gnomemeeting Obsoletes: gnomemeeting +%if ! %{with_evolution} +# In case we cannot build the evolution plugin, we obsolete the sub package +Obsoletes: ekiga-plugins-evolution < %{version} +%endif Recommends: %{name}-lang %gconf_schemas_prereq @@ -68,6 +76,7 @@ %description -n ekiga-plugins-gstreamer This plugin enables gstreamer support in %{name}. +%if %{with_evolution} %package -n ekiga-plugins-evolution Summary: Evolution plugin for %{name} Group: System/Libraries @@ -75,6 +84,7 @@ %description -n ekiga-plugins-evolution This plugin enables evolution support in %{name}. +%endif %lang_package %prep @@ -88,7 +98,12 @@ --enable-dbus \ --enable-gstreamer \ --enable-xcap \ - --enable-avahi + --enable-avahi \ +%if %{with_evolution} + --enable-eds +%else + --disable-eds +%endif make %{?_smp_mflags} %install @@ -145,9 +160,11 @@ %defattr(-,root,root) %{_libdir}/ekiga/%{version}/plugins/libgmgstreamer.so +%if %{with_evolution} %files -n ekiga-plugins-evolution %defattr(-,root,root) %{_libdir}/ekiga/%{version}/plugins/libgmevolution.so +%endif %files lang -f %{name}.lang ++++++ ekiga-4.0.0.tar.xz -> ekiga-4.0.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/ekiga/ekiga-4.0.0.tar.xz /work/SRC/openSUSE:Factory/.ekiga.new/ekiga-4.0.1.tar.xz differ: char 27, line 1 -- 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