Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2019-04-01 12:32:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and      /work/SRC/openSUSE:Factory/.empathy.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "empathy"

Mon Apr  1 12:32:20 2019 rev:107 rq:689501 version:3.12.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2018-05-07 
14:52:12.024807342 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new.25356/empathy.changes       
2019-04-01 12:32:23.609783162 +0200
@@ -1,0 +2,14 @@
+Thu Mar 28 21:21:08 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Drop --with-pic since it has no effect in light of
+  --disable-static.
+
+-------------------------------------------------------------------
+Fri Jan  4 02:17:40 UTC 2019 - [email protected]
+
+- Add explicit pkgconfig(folks) BuildRequires: Configure checks for
+  it.
+- Stop passing --enable-goa and --enable-gst-1.0 to configure, no
+  longer recognized, nor needed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ empathy.spec ++++++
--- /var/tmp/diff_new_pack.ENos0m/_old  2019-04-01 12:32:25.289783592 +0200
+++ /var/tmp/diff_new_pack.ENos0m/_new  2019-04-01 12:32:25.313783598 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define with_geocode 1
+
 Name:           empathy
 Version:        3.12.14
 Release:        0
-# FIXME: re-enable parallel build
 Summary:        Instant Messenger Client for GNOME, based on Telepathy
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Instant Messenger
@@ -29,6 +29,7 @@
 Source99:       %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM empathy-fix-gettext-domain.patch [email protected] -- 
gschema: Fix gettext-domain
 Patch0:         empathy-fix-gettext-domain.patch
+
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
@@ -45,6 +46,7 @@
 BuildRequires:  pkgconfig(cogl-1.0) >= 1.14
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(farstream-0.2)
+BuildRequires:  pkgconfig(folks) >= 0.9.5
 BuildRequires:  pkgconfig(folks-telepathy) >= 0.9.5
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(gee-0.8)
@@ -125,12 +127,10 @@
 %build
 export LANG=C.UTF-8
 export PYTHON=%{_bindir}/python3
-%configure      --disable-static \
-                --with-pic \
-                --enable-goa \
-                --enable-gst-1.0
-#make {?_smp_mflags}
-make %{?_smp_mflags}
+%configure \
+       --disable-static \
+       %{nil}
+%make_build
 
 %install
 %make_install


Reply via email to