Hello community,

here is the log from the commit of package ekiga for openSUSE:Factory checked 
in at 2014-06-17 11:22:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ekiga (Old)
 and      /work/SRC/openSUSE:Factory/.ekiga.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ekiga"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes      2013-06-28 
11:49:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2014-06-17 
11:22:42.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Jun  5 08:12:08 UTC 2014 - fcro...@suse.com
+
+- Add macro to allow disabling gstreamer 0.10 dependency and
+  disable it by default (ekiga is pulling gstreamer 1.0 internally)
+- Enable evolution-data-server support
+- Fix bad copy-paste in Supplements in eds subpackage.
+
+-------------------------------------------------------------------
+Mon Feb 17 02:07:01 CET 2014 - r...@suse.de
+
+- expand boost-configure.patch for ppc64le 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ekiga.spec ++++++
--- /var/tmp/diff_new_pack.euptSv/_old  2014-06-17 11:22:43.000000000 +0200
+++ /var/tmp/diff_new_pack.euptSv/_new  2014-06-17 11:22:43.000000000 +0200
@@ -16,7 +16,8 @@
 #
 
 
-%define with_evolution 0
+%define with_evolution 1
+%define with_gstreamer_0_10 0
 
 Name:           ekiga
 Version:        4.0.1
@@ -39,7 +40,9 @@
 BuildRequires:  gconf2-devel
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-icon-theme >= 3.0.0
+%if %{with_gstreamer_0_10}
 BuildRequires:  gstreamer-0_10-plugins-base-devel
+%endif
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
@@ -71,6 +74,7 @@
 interoperable with other SIP compliant software and also with Microsoft
 NetMeeting.
 
+%if %{with_gstreamer_0_10}
 %package -n ekiga-plugins-gstreamer
 Summary:        Gstreamer plugin for %{name}
 Group:          System/Libraries
@@ -78,12 +82,13 @@
 
 %description -n ekiga-plugins-gstreamer
 This plugin enables gstreamer support in %{name}.
+%endif
 
 %if %{with_evolution}
 %package -n ekiga-plugins-evolution
 Summary:        Evolution plugin for %{name}
 Group:          System/Libraries
-Supplements:    packageand(ekiga:gstreamer-0_10)
+Supplements:    packageand(ekiga:evolution-data-server)
 
 %description -n ekiga-plugins-evolution
 This plugin enables evolution support in %{name}.
@@ -100,7 +105,9 @@
     --disable-schemas-install \
     --disable-scrollkeeper \
     --enable-dbus \
+%if %{with_gstreamer_0_10}
     --enable-gstreamer \
+%endif
     --enable-xcap \
     --enable-avahi \
 %if %{with_evolution}
@@ -160,9 +167,11 @@
 %{_libdir}/ekiga/%{version}/plugins/libgmxcap.so
 %{_mandir}/man1/ekiga.1*
 
+%if %{with_gstreamer_0_10}
 %files -n ekiga-plugins-gstreamer
 %defattr(-,root,root)
 %{_libdir}/ekiga/%{version}/plugins/libgmgstreamer.so
+%endif
 
 %if %{with_evolution}
 %files -n ekiga-plugins-evolution

++++++ boost-configure.patch ++++++
--- /var/tmp/diff_new_pack.euptSv/_old  2014-06-17 11:22:43.000000000 +0200
+++ /var/tmp/diff_new_pack.euptSv/_new  2014-06-17 11:22:43.000000000 +0200
@@ -7,7 +7,7 @@
                          libsubdirs="lib"
      ax_arch=`uname -m`
 -    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
-+    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64 -o $ax_arch = aarch64; then
++    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64 -o $ax_arch = aarch64 -o $ax_arch = ppc64le ; then
          libsubdirs="lib64 lib lib64"
      fi
  
@@ -20,7 +20,7 @@
      libsubdirs="lib"
      ax_arch=`uname -m`
 -    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
-+    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64 -o $ax_arch = aarch64; then
++    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64 -o $ax_arch = aarch64 -o $ax_arch = ppc64le ; then
          libsubdirs="lib64 lib lib64"
      fi
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to