commit empathy for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2020-01-28 10:47:51

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new.26092 (New)


Package is "empathy"

Tue Jan 28 10:47:51 2020 rev:109 rq:767358 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2019-06-24 
21:53:33.276114886 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new.26092/empathy.changes   
2020-01-28 10:47:55.384524418 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:07:04 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.kNeFHx/_old  2020-01-28 10:47:56.808525293 +0100
+++ /var/tmp/diff_new_pack.kNeFHx/_new  2020-01-28 10:47:56.816525297 +0100
@@ -78,7 +78,6 @@
 Requires:   telepathy-gabble
 Requires:   telepathy-logger
 Requires:   telepathy-mission-control
-Recommends: %{name}-lang
 Recommends: geoclue2
 Recommends: telepathy-haze
 Recommends: telepathy-idle




commit empathy for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2019-06-24 21:52:20

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new.4615 (New)


Package is "empathy"

Mon Jun 24 21:52:20 2019 rev:108 rq:711474 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2019-04-01 
12:32:23.609783162 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new.4615/empathy.changes
2019-06-24 21:53:33.276114886 +0200
@@ -76 +76,2 @@
-  + Bugs fixed: bgo#742720, bgo#749001, bgo##751185, bgo#780160.
+  + Bugs fixed: bgo#742720, bgo#749001, bgo##751185, bgo#780160,
+boo#1136781.



Other differences:
--



commit empathy for openSUSE:Factory

2019-04-01 Thread root
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 
+
+- Drop --with-pic since it has no effect in light of
+  --disable-static.
+
+---
+Fri Jan  4 02:17:40 UTC 2019 - bjorn@gmail.com
+
+- 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 zai...@opensuse.org -- 
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




commit empathy for openSUSE:Factory

2018-05-07 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2018-05-07 14:52:09

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Mon May  7 14:52:09 2018 rev:106 rq:603157 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2018-04-30 
22:49:22.697391160 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2018-05-07 
14:52:12.024807342 +0200
@@ -1,0 +2,8 @@
+Wed May  2 12:13:21 UTC 2018 - dims...@opensuse.org
+
+- Drop telepathy-salut requires: Salut is only good for Apple
+  Bonjour chat, but depends on avahi-python, which is being removed
+  in favor of the python3 port, which in turn is not supported by
+  telepathy-salut. The loss of functionality appears acceptable.
+
+---



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.HFJfr3/_old  2018-05-07 14:52:12.724785498 +0200
+++ /var/tmp/diff_new_pack.HFJfr3/_new  2018-05-07 14:52:12.732785248 +0200
@@ -76,7 +76,6 @@
 Requires:   telepathy-gabble
 Requires:   telepathy-logger
 Requires:   telepathy-mission-control
-Requires:   telepathy-salut
 Recommends: %{name}-lang
 Recommends: geoclue2
 Recommends: telepathy-haze




commit empathy for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2018-04-30 22:49:20

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Mon Apr 30 22:49:20 2018 rev:105 rq:601522 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2018-03-26 
12:09:05.985846241 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2018-04-30 
22:49:22.697391160 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 09:54:34 UTC 2018 - bjorn@gmail.com
+
+- Replace pkgconfig(libnm-glib) with pkgconfig(libnm)
+  BuildRequires.
+
+---



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.g2sHij/_old  2018-04-30 22:49:23.241371313 +0200
+++ /var/tmp/diff_new_pack.g2sHij/_new  2018-04-30 22:49:23.245371167 +0200
@@ -58,7 +58,7 @@
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
-BuildRequires:  pkgconfig(libnm-glib)
+BuildRequires:  pkgconfig(libnm)
 BuildRequires:  pkgconfig(libnotify) >= 0.7.0
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)




commit empathy for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2018-03-26 12:08:48

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Mon Mar 26 12:08:48 2018 rev:104 rq:590037 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2018-03-08 
10:42:59.640670156 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2018-03-26 
12:09:05.985846241 +0200
@@ -1,0 +2,12 @@
+Tue Mar 20 17:38:25 UTC 2018 - dims...@opensuse.org
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+---
+Mon Mar 19 18:55:18 UTC 2018 - bjorn@gmail.com
+
+- Revert to version 3.12.14.
+
+---

Old:

  empathy-3.25.90.tar.xz

New:

  empathy-3.12.14.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.dNJA31/_old  2018-03-26 12:09:09.101734599 +0200
+++ /var/tmp/diff_new_pack.dNJA31/_new  2018-03-26 12:09:09.105734456 +0200
@@ -18,14 +18,14 @@
 
 %define with_geocode 1
 Name:   empathy
-Version:3.25.90
+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
 URL:http://live.gnome.org/Empathy
-Source: 
http://download.gnome.org/sources/empathy/3.25/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM empathy-fix-gettext-domain.patch zai...@opensuse.org -- 
gschema: Fix gettext-domain
 Patch0: empathy-fix-gettext-domain.patch
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base
 BuildRequires:  python3-xml
+BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.12.1
@@ -87,9 +88,6 @@
 # Nautilus-sendto was completely stripped down in version 3.7.92 and only does 
mail now; no more headers available.
 Obsoletes:  nautilus-sendto-plugin-empathy <= 3.7.92
 %glib2_gsettings_schema_requires
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 %if %{with_geocode}
 BuildRequires:  pkgconfig(geoclue-2.0) >= 1.99.3
 BuildRequires:  pkgconfig(geocode-glib-1.0) >= 0.99.1
@@ -123,9 +121,7 @@
 
 %prep
 %autosetup -p1
-%if !0%{?is_opensuse}
 translation-update-upstream
-%endif
 
 %build
 export LANG=C.UTF-8
@@ -170,8 +166,8 @@
 %{_bindir}/empathy-debugger
 %{_datadir}/adium/
 %{_datadir}/icons/hicolor/*/apps/empathy*
-%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/empathy.appdata.xml
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/empathy.appdata.xml
 %{_datadir}/applications/empathy.desktop
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/empathy/
@@ -182,6 +178,7 @@
 %{_libdir}/%{name}/
 %{_libexecdir}/empathy-auth-client
 %{_libexecdir}/empathy-call
+%{_libexecdir}/empathy-chat
 %{_mandir}/man1/empathy.1%{?ext_man}
 %{_mandir}/man1/empathy-accounts.1%{?ext_man}
 %dir %{_datadir}/telepathy

++ empathy-3.25.90.tar.xz -> empathy-3.12.14.tar.xz ++
 83959 lines of diff (skipped)




commit empathy for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2018-03-08 10:42:57

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Thu Mar  8 10:42:57 2018 rev:103 rq:582706 version:3.25.90

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2018-01-19 
11:48:47.528142469 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2018-03-08 
10:42:59.640670156 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:24:54 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
@@ -5,0 +11,7 @@
+
+---
+Fri Dec  1 16:48:08 UTC 2017 - badshah...@gmail.com
+
+- Update to version 3.25.90:
+  + Switch to single-window UI.
+  + Minor bug fixes.

Old:

  empathy-3.12.14.tar.xz

New:

  empathy-3.25.90.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.hWFZQa/_old  2018-03-08 10:43:00.776629255 +0100
+++ /var/tmp/diff_new_pack.hWFZQa/_new  2018-03-08 10:43:00.780629110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,27 +17,23 @@
 
 
 %define with_geocode 1
-
 Name:   empathy
-Version:3.12.14
+Version:3.25.90
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Instant Messenger
-Url:http://live.gnome.org/Empathy
-Source: 
http://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
+URL:http://live.gnome.org/Empathy
+Source: 
http://download.gnome.org/sources/empathy/3.25/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM empathy-fix-gettext-domain.patch zai...@opensuse.org -- 
gschema: Fix gettext-domain
 Patch0: empathy-fix-gettext-domain.patch
-
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  python3-base
 BuildRequires:  python3-xml
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.12.1
@@ -51,10 +47,6 @@
 BuildRequires:  pkgconfig(folks-telepathy) >= 0.9.5
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(gee-0.8)
-%if %with_geocode
-BuildRequires:  pkgconfig(geoclue-2.0) >= 1.99.3
-BuildRequires:  pkgconfig(geocode-glib-1.0) >= 0.99.1
-%endif
 BuildRequires:  pkgconfig(goa-1.0) >= 3.5.1
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
@@ -94,8 +86,14 @@
 Obsoletes:  python-empathy < 2.29.1
 # Nautilus-sendto was completely stripped down in version 3.7.92 and only does 
mail now; no more headers available.
 Obsoletes:  nautilus-sendto-plugin-empathy <= 3.7.92
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
+%if %{with_geocode}
+BuildRequires:  pkgconfig(geoclue-2.0) >= 1.99.3
+BuildRequires:  pkgconfig(geocode-glib-1.0) >= 0.99.1
+%endif
 
 %description
 Empathy is a messaging program which supports text, voice, and video
@@ -122,6 +120,7 @@
 feature enabled.
 
 %lang_package
+
 %prep
 %autosetup -p1
 %if !0%{?is_opensuse}
@@ -136,10 +135,10 @@
 --enable-goa \
 --enable-gst-1.0
 #make {?_smp_mflags}
-make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # Even though %%suse_update_desktop_file is useless on >= 12.2, we keep it for 
now for backports to 12.1
 %suse_update_desktop_file empathy
@@ -164,7 +163,6 @@
 %endif
 
 %files
-%defattr(-,root,root)
 %doc README TODO
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/empathy
@@ -172,8 +170,8 @@
 %{_bindir}/empathy-debugger
 %{_datadir}/adium/
 %{_datadir}/icons/hicolor/*/apps/empathy*
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/empathy.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/empathy.appdata.xml
 %{_datadir}/applications/empathy.desktop
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/empathy/
@@ -184,14 +182,12 @@
 

commit empathy for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2018-01-19 11:48:22

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Fri Jan 19 11:48:22 2018 rev:102 rq:566728 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2017-12-04 
12:15:39.774144132 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2018-01-19 
11:48:47.528142469 +0100
@@ -1,0 +2,6 @@
+Sun Jan 14 19:28:36 UTC 2018 - zai...@opensuse.org
+
+- Add empathy-fix-gettext-domain.patch: gschema: Fix
+  gettext-domain, patch from upstream stable branch.
+
+---

New:

  empathy-fix-gettext-domain.patch



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.6Vtk2I/_old  2018-01-19 11:48:48.272107393 +0100
+++ /var/tmp/diff_new_pack.6Vtk2I/_new  2018-01-19 11:48:48.276107204 +0100
@@ -28,6 +28,9 @@
 Url:http://live.gnome.org/Empathy
 Source: 
http://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM empathy-fix-gettext-domain.patch zai...@opensuse.org -- 
gschema: Fix gettext-domain
+Patch0: empathy-fix-gettext-domain.patch
+
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  python3-base
@@ -120,7 +123,7 @@
 
 %lang_package
 %prep
-%setup -q
+%autosetup -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ empathy-fix-gettext-domain.patch ++
>From 208cd9ef0d4410b9b59761c8faf76ceca8a708a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Dr=C4=85g?= 
Date: Sat, 30 Sep 2017 16:00:40 +0200
Subject: gschema: Fix gettext-domain

---
 data/org.gnome.Empathy.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/org.gnome.Empathy.gschema.xml 
b/data/org.gnome.Empathy.gschema.xml
index 2d91c32..9002507 100644
--- a/data/org.gnome.Empathy.gschema.xml
+++ b/data/org.gnome.Empathy.gschema.xml
@@ -1,5 +1,5 @@
 
-
+
 
   
 
-- 
cgit v0.12



commit empathy for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2017-12-04 12:15:38

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Mon Dec  4 12:15:38 2017 rev:101 rq:547589 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2017-09-04 
12:23:40.478209058 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2017-12-04 
12:15:39.774144132 +0100
@@ -1,0 +2,13 @@
+Thu Nov 30 09:22:10 UTC 2017 - dims...@opensuse.org
+
+- Export LANG=C.UTF-8 before building: in case we use python3 to
+  build (we rely on what we get into the build system), an UTF-8
+  setting is required or pyhon won't be able to parse all files.
+- Only call the post/postun scriptlets conditional on suse_version
+  < 1330. Newer systems use file triggers.
+- Switch to using python3 to build:
+  + Add python3-base and python3-xml BuildRequires.
+  + Export PYTHON=/usr/bin/python3 before running configure: use
+python3 for the build process.
+
+---



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.oYcp65/_old  2017-12-04 12:15:40.502117702 +0100
+++ /var/tmp/diff_new_pack.oYcp65/_new  2017-12-04 12:15:40.506117556 +0100
@@ -30,6 +30,8 @@
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 %if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
 %endif
@@ -124,6 +126,8 @@
 %endif
 
 %build
+export LANG=C.UTF-8
+export PYTHON=%{_bindir}/python3
 %configure  --disable-static \
 --with-pic \
 --enable-goa \
@@ -144,6 +148,7 @@
 # create hardlinks for the rest
 %fdupes %{buildroot}
 
+%if 0%{?suse_version} < 1330
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post
@@ -153,6 +158,7 @@
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)




commit empathy for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2017-09-04 12:23:30

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Mon Sep  4 12:23:30 2017 rev:100 rq:519087 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2017-03-22 
23:02:59.017821049 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2017-09-04 
12:23:40.478209058 +0200
@@ -1,0 +2,13 @@
+Sat Aug 26 01:57:05 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.12.14:
+  + Bugs fixed: bgo#742720, bgo#749001, bgo##751185, bgo#780160.
+  + Updated translations.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Drop empathy-port-webkit2gkt3.patch and
+  empathy-clutter-gst-3_0.patch: Fixed upstream, following this;
+  drop libtool BuildRequires and autoconf call, no longer needed.
+- Drop pkgconfig(gnutls) BuildRequires: No longer needed, nor used.
+
+---

Old:

  empathy-3.12.13.tar.xz
  empathy-clutter-gst-3_0.patch
  empathy-port-webkit2gkt3.patch

New:

  empathy-3.12.14.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.furCEM/_old  2017-09-04 12:23:41.734032503 +0200
+++ /var/tmp/diff_new_pack.furCEM/_new  2017-09-04 12:23:41.734032503 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.13
+Version:3.12.14
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -28,14 +28,11 @@
 Url:http://live.gnome.org/Empathy
 Source: 
http://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM empathy-clutter-gst-3_0.patch bgo#751185 
zai...@opensuse.org -- Port empathy to clutter-gst-3.0
-Patch0: empathy-clutter-gst-3_0.patch
-# PATCH-FIX-UPSTREAM empathy-port-webkit2gkt3.patch bgo#749001 
zai...@opensuse.org -- Port empathy to webkit2gtk3.
-Patch1: empathy-port-webkit2gkt3.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  libtool
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.12.1
@@ -53,7 +50,6 @@
 BuildRequires:  pkgconfig(geoclue-2.0) >= 1.99.3
 BuildRequires:  pkgconfig(geocode-glib-1.0) >= 0.99.1
 %endif
-BuildRequires:  pkgconfig(gnutls) >= 2.8.5
 BuildRequires:  pkgconfig(goa-1.0) >= 3.5.1
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
@@ -123,12 +119,11 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
-autoreconf -fiv
 %configure  --disable-static \
 --with-pic \
 --enable-goa \

++ empathy-3.12.13.tar.xz -> empathy-3.12.14.tar.xz ++
 113920 lines of diff (skipped)




commit empathy for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2017-03-22 23:02:57

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Wed Mar 22 23:02:57 2017 rev:99 rq:479360 version:3.12.13

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2016-10-01 
23:50:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2017-03-22 
23:02:59.017821049 +0100
@@ -1,0 +2,9 @@
+Mon Mar 13 18:18:59 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.12.13:
+  + Fixes the GActions in EmpathyRosterWindow (bsc#999832).
+  + Bugs fixed: bgo#685837, bgo#746735, bgo#756990, bgo#767516,
+bgo#768889.
+  + Updated translations.
+
+---

Old:

  empathy-3.12.12.tar.xz

New:

  empathy-3.12.13.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.HAEElq/_old  2017-03-22 23:03:00.305638518 +0100
+++ /var/tmp/diff_new_pack.HAEElq/_new  2017-03-22 23:03:00.309637951 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.12
+Version:3.12.13
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.12.12.tar.xz -> empathy-3.12.13.tar.xz ++
 79189 lines of diff (skipped)




commit empathy for openSUSE:Factory

2016-10-01 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2016-10-01 23:50:56

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2016-06-03 
16:28:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2016-10-01 
23:50:57.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep  4 21:30:08 UTC 2016 - zai...@opensuse.org
+
+- Add empathy-port-webkit2gkt3.patch: Port to webkit2gtk3
+  (bgo#749001).
+- Replace pkgconfig(webkitgtk-3.0) for pkgconfig(webkit2gtk-4.0)
+  BuildRequries following above port.
+
+---

New:

  empathy-port-webkit2gkt3.patch



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.1fjFjB/_old  2016-10-01 23:50:58.0 +0200
+++ /var/tmp/diff_new_pack.1fjFjB/_new  2016-10-01 23:50:58.0 +0200
@@ -30,6 +30,8 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM empathy-clutter-gst-3_0.patch bgo#751185 
zai...@opensuse.org -- Port empathy to clutter-gst-3.0
 Patch0: empathy-clutter-gst-3_0.patch
+# PATCH-FIX-UPSTREAM empathy-port-webkit2gkt3.patch bgo#749001 
zai...@opensuse.org -- Port empathy to webkit2gtk3.
+Patch1: empathy-port-webkit2gkt3.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libtool
@@ -72,7 +74,7 @@
 BuildRequires:  pkgconfig(telepathy-farstream) >= 0.6.0
 BuildRequires:  pkgconfig(telepathy-glib) >= 0.23.2
 BuildRequires:  pkgconfig(telepathy-logger-0.2) >= 0.8.0
-BuildRequires:  pkgconfig(webkitgtk-3.0) >= 1.9.1
+BuildRequires:  pkgconfig(webkit2gtk-4.0)
 # Not strictly required but empathy now relies on gnome-contacts to
 # display contacts' details and link contacts together.
 Requires:   gnome-contacts
@@ -122,6 +124,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build

++ empathy-port-webkit2gkt3.patch ++
 1508 lines (skipped)




commit empathy for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2016-06-03 16:28:29

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2016-05-20 
11:55:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2016-06-03 
16:28:30.0 +0200
@@ -33,0 +34,5 @@
+Fri Apr 15 17:08:27 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--



commit empathy for openSUSE:Factory

2016-05-20 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2016-05-20 11:55:38

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2016-04-14 
13:00:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2016-05-20 
11:55:40.0 +0200
@@ -1,0 +2,32 @@
+Tue May 17 12:51:14 UTC 2016 - fcro...@suse.com
+
+- Recommends geoclue2 now, empathy no longer uses geoclue.
+
+---
+Fri May 13 17:31:49 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.12.12:
+  + Fix pkg-config usage (bgo#761000).
+  + The minimum value of an uint64_t is 0, not G_MININT32
+(bgo#762735).
+  + Hardcoding #!/usr/bin/python is not portable (bgo#762737).
+  + Fix -Werror build for clang (bgo#762738).
+  + Add the Rizon IRC network to the list of IRC networks
+(bgo#764438).
+  + GCC 5 generates a type-limits warning in
+tpaw-account-settings.c (bgo#765022).
+  + Empathy uses deprecated webkit functions (bgo#765024).
+  + Gnome-shell Wayland application tracking broken for Empathy
+(bgo#766285).
+  + Empathy dumps core when running on Wayland compositor
+(bgo#708170).
+  + Updated translations.
+- Drop empathy-fix-icons-in-search-bar.patch,
+  empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch,
+  empathy-Fix-a-critical-warning.patch,
+  empathy-Don-t-call-XInitThreads-in-Wayland.patch,
+  empathy-Avoid-warning-spam-from-GtkStyleContext-with-GTK-3.20.patch
+  and empathy-Add-a-missing-tag-to-the-AppData-file.patch, all
+  fixed upstream.
+
+---

Old:

  empathy-3.12.11.tar.xz
  empathy-Add-a-missing-tag-to-the-AppData-file.patch
  empathy-Avoid-warning-spam-from-GtkStyleContext-with-GTK-3.20.patch
  empathy-Don-t-call-XInitThreads-in-Wayland.patch
  empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch
  empathy-Fix-a-critical-warning.patch
  empathy-fix-icons-in-search-bar.patch

New:

  empathy-3.12.12.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.qXKOSr/_old  2016-05-20 11:55:41.0 +0200
+++ /var/tmp/diff_new_pack.qXKOSr/_new  2016-05-20 11:55:41.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.11
+Version:3.12.12
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -30,18 +30,6 @@
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM empathy-clutter-gst-3_0.patch bgo#751185 
zai...@opensuse.org -- Port empathy to clutter-gst-3.0
 Patch0: empathy-clutter-gst-3_0.patch
-# PATCH-FIX-UPSTREAM  empathy-fix-icons-in-search-bar.patch 
zai...@opensuse.org -- Fix the previous/next icons.
-Patch1: empathy-fix-icons-in-search-bar.patch
-# PATCH-FIX-UPSTREAM 
empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch 
zai...@opensuse.org -- Don't crash in window_get_workspace under Wayland
-Patch2: empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch
-# PATCH-FIX-UPSTREAM empathy-Fix-a-critical-warning.patch zai...@opensuse.org 
-- Fix a critical warning
-Patch3: empathy-Fix-a-critical-warning.patch
-# PATCH-FIX-UPSTREAM empathy-Don-t-call-XInitThreads-in-Wayland.patch 
zai...@opensuse.org -- Don't call XInitThreads in Wayland
-Patch4: empathy-Don-t-call-XInitThreads-in-Wayland.patch
-# PATCH-FIX-UPSTREAM 
empathy-Avoid-warning-spam-from-GtkStyleContext-with-GTK-3.20.patch 
zai...@opensuse.org -- Avoid warning spam from GtkStyleContext with GTK+ 3.20
-Patch5: 
empathy-Avoid-warning-spam-from-GtkStyleContext-with-GTK-3.20.patch
-# PATCH-FIX-UPSTREAM empathy-Add-a-missing-tag-to-the-AppData-file.patch 
zai...@opensuse.org -- Add missing tags to the AppData file
-Patch6: empathy-Add-a-missing-tag-to-the-AppData-file.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libtool
@@ -94,7 +82,7 @@
 Requires:   telepathy-mission-control
 Requires:   telepathy-salut
 Recommends: %{name}-lang
-Recommends: geoclue
+Recommends: geoclue2
 Recommends: telepathy-haze
 Recommends: telepathy-idle
 # The applets and the libraries have been removed
@@ -134,12 +122,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 translation-update-upstream
 
 %build

++ empathy-3.12.11.tar.xz -> empathy-3.12.12.tar.xz ++
 6 lines of diff (skipped)




commit empathy for openSUSE:Factory

2016-04-14 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2016-04-14 13:00:50

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2016-03-29 
14:28:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2016-04-14 
13:00:51.0 +0200
@@ -1,0 +2,9 @@
+Fri Mar 25 12:09:56 UTC 2016 - zai...@opensuse.org
+
+- Add empathy-clutter-gst-3_0.patch: Port to clutter-gst-3.0.
+- Replace pkgconfig(clutter-gst-2.0) for pkgconfig(clutter-gst-3.0)
+  BuildRequires due to above port.
+- Add libtool BuildRequires and pass autoreconf -fiv since above
+  patch touches the buildsystem.
+
+---

New:

  empathy-clutter-gst-3_0.patch



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.uegSxy/_old  2016-04-14 13:00:53.0 +0200
+++ /var/tmp/diff_new_pack.uegSxy/_new  2016-04-14 13:00:53.0 +0200
@@ -28,6 +28,8 @@
 Url:http://live.gnome.org/Empathy
 Source: 
http://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM empathy-clutter-gst-3_0.patch bgo#751185 
zai...@opensuse.org -- Port empathy to clutter-gst-3.0
+Patch0: empathy-clutter-gst-3_0.patch
 # PATCH-FIX-UPSTREAM  empathy-fix-icons-in-search-bar.patch 
zai...@opensuse.org -- Fix the previous/next icons.
 Patch1: empathy-fix-icons-in-search-bar.patch
 # PATCH-FIX-UPSTREAM 
empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch 
zai...@opensuse.org -- Don't crash in window_get_workspace under Wayland
@@ -42,13 +44,14 @@
 Patch6: empathy-Add-a-missing-tag-to-the-AppData-file.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.12.1
 BuildRequires:  pkgconfig(cheese-gtk) >= 3.4.0
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.10.0
-BuildRequires:  pkgconfig(clutter-gst-2.0) >= 1.5.2
+BuildRequires:  pkgconfig(clutter-gst-3.0)
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.1.2
 BuildRequires:  pkgconfig(cogl-1.0) >= 1.14
 BuildRequires:  pkgconfig(enchant)
@@ -130,6 +133,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -139,6 +143,7 @@
 translation-update-upstream
 
 %build
+autoreconf -fiv
 %configure  --disable-static \
 --with-pic \
 --enable-goa \

++ empathy-clutter-gst-3_0.patch ++
>From 3269cc87e9a18d57552c1cc2556e9138b02adf15 Mon Sep 17 00:00:00 2001
From: Lionel Landwerlin 
Date: Mon, 30 Nov 2015 15:19:39 +
Subject: [PATCH] call: port to clutter-gst 3.0

https://bugzilla.gnome.org/show_bug.cgi?id=751185
---
 configure.ac  |  2 +-
 src/empathy-call-window.c | 30 +++---
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/configure.ac b/configure.ac
index 992a17b..1fef3af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -247,7 +247,7 @@ PKG_CHECK_MODULES(EMPATHY_CALL,
telepathy-farstream >= $TP_FS_REQUIRED
clutter-1.0 >= $CLUTTER_REQUIRED
clutter-gtk-1.0 >= $CLUTTER_GTK_REQUIRED
-   clutter-gst-2.0
+   clutter-gst-3.0
gstreamer-1.0
gstreamer-audio-1.0
gstreamer-video-1.0
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index a54346c..dbef578 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -22,6 +22,7 @@
 #include "empathy-call-window.h"
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -391,19 +392,17 @@ create_video_output_widget (EmpathyCallWindow *self)
   g_assert (priv->video_output == NULL);
   g_assert (priv->pipeline != NULL);
 
-  priv->video_output = clutter_texture_new ();
-
-  clutter_texture_set_keep_aspect_ratio (CLUTTER_TEXTURE (priv->video_output),
-  TRUE);
-
-  priv->video_output_sink = gst_element_factory_make ("cluttersink", NULL);
-  if (priv->video_output_sink == NULL)
-g_error ("Missing cluttersink");
-  else
-g_object_set (priv->video_output_sink, "texture", priv->video_output, 
NULL);
+  priv->video_output_sink = clutter_gst_video_sink_new ();
+  priv->video_output = g_object_new (CLUTTER_TYPE_ACTOR,
+  "content", g_object_new (CLUTTER_GST_TYPE_ASPECTRATIO,
+   "sink", priv->video_output_sink,
+   NULL),
+  NULL);
 
   clutter_container_add_actor 

commit empathy for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2016-03-29 14:28:58

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2015-10-25 
19:10:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2016-03-29 
14:28:59.0 +0200
@@ -1,0 +2,16 @@
+Sat Feb 13 00:18:46 UTC 2016 - zai...@opensuse.org
+
+- Add patches from upstream git to fix various issues:
+  + empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch
+  + empathy-Fix-a-critical-warning.patch
+  + empathy-Don-t-call-XInitThreads-in-Wayland.patch
+  + empathy-Avoid-warning-spam-from-GtkStyleContext-with-GTK-3.20.patch
+  + empathy-Add-a-missing-tag-to-the-AppData-file.patch.
+
+---
+Mon Jan  4 20:23:08 UTC 2016 - zai...@opensuse.org
+
+- Add empathy-fix-icons-in-search-bar.patch: Fix the previous/next
+  icons, patch from upstream git.
+
+---

New:

  empathy-Add-a-missing-tag-to-the-AppData-file.patch
  empathy-Avoid-warning-spam-from-GtkStyleContext-with-GTK-3.20.patch
  empathy-Don-t-call-XInitThreads-in-Wayland.patch
  empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch
  empathy-Fix-a-critical-warning.patch
  empathy-fix-icons-in-search-bar.patch



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.bqrG4Y/_old  2016-03-29 14:29:00.0 +0200
+++ /var/tmp/diff_new_pack.bqrG4Y/_new  2016-03-29 14:29:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -28,6 +28,18 @@
 Url:http://live.gnome.org/Empathy
 Source: 
http://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM  empathy-fix-icons-in-search-bar.patch 
zai...@opensuse.org -- Fix the previous/next icons.
+Patch1: empathy-fix-icons-in-search-bar.patch
+# PATCH-FIX-UPSTREAM 
empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch 
zai...@opensuse.org -- Don't crash in window_get_workspace under Wayland
+Patch2: empathy-Don-t-crash-in-window_get_workspace-under-Wayland.patch
+# PATCH-FIX-UPSTREAM empathy-Fix-a-critical-warning.patch zai...@opensuse.org 
-- Fix a critical warning
+Patch3: empathy-Fix-a-critical-warning.patch
+# PATCH-FIX-UPSTREAM empathy-Don-t-call-XInitThreads-in-Wayland.patch 
zai...@opensuse.org -- Don't call XInitThreads in Wayland
+Patch4: empathy-Don-t-call-XInitThreads-in-Wayland.patch
+# PATCH-FIX-UPSTREAM 
empathy-Avoid-warning-spam-from-GtkStyleContext-with-GTK-3.20.patch 
zai...@opensuse.org -- Avoid warning spam from GtkStyleContext with GTK+ 3.20
+Patch5: 
empathy-Avoid-warning-spam-from-GtkStyleContext-with-GTK-3.20.patch
+# PATCH-FIX-UPSTREAM empathy-Add-a-missing-tag-to-the-AppData-file.patch 
zai...@opensuse.org -- Add missing tags to the AppData file
+Patch6: empathy-Add-a-missing-tag-to-the-AppData-file.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -118,6 +130,12 @@
 %lang_package
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 translation-update-upstream
 
 %build

++ empathy-Add-a-missing-tag-to-the-AppData-file.patch ++
>From fb99c0b4a4093a3b5dc4a65005783105a299e115 Mon Sep 17 00:00:00 2001
From: Richard Hughes 
Date: Mon, 25 Jan 2016 13:10:11 +
Subject: [PATCH 09/10] Add a missing tag to the AppData file

---
 data/empathy.appdata.xml.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/empathy.appdata.xml.in b/data/empathy.appdata.xml.in
index 0d655f4..f23a15b 100644
--- a/data/empathy.appdata.xml.in
+++ b/data/empathy.appdata.xml.in
@@ -15,4 +15,5 @@
 https://wiki.gnome.org/Empathy?action=AttachFiledo=gettarget=empathy.png
   
   telepa...@lists.freedesktop.org
+  GNOME
 
-- 
2.5.0

>From a7ad339a807a2852841e5167f463cc4917ae6f6f Mon Sep 17 00:00:00 2001
From: Richard Hughes 
Date: Mon, 25 Jan 2016 15:37:33 +
Subject: [PATCH 10/10] Add a missing tag to the AppData file

---
 data/empathy.appdata.xml.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/empathy.appdata.xml.in 

commit empathy for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2015-10-25 19:10:07

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is "empathy"

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2015-05-18 
22:03:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2015-10-25 
19:10:10.0 +0100
@@ -1,0 +2,12 @@
+Wed Oct 14 15:42:02 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.12.11:
+  + Fix opening contact list after launching empathy -h
+(bgo#729282).
+  + Leak fixes for telepathy-accounts-widgets (bgo#752938).
+  + Don't hard code the name of the pkg-config binary
+(bgo#755707).
+  + Call the finish method only once (bgo#756165).
+  + Updated translations.
+
+---

Old:

  empathy-3.12.10.tar.xz

New:

  empathy-3.12.11.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.BaneYo/_old  2015-10-25 19:10:11.0 +0100
+++ /var/tmp/diff_new_pack.BaneYo/_new  2015-10-25 19:10:11.0 +0100
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.10
+Version:3.12.11
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.12.10.tar.xz -> empathy-3.12.11.tar.xz ++
 35328 lines of diff (skipped)




commit empathy for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2015-05-18 22:03:20

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2015-04-23 
08:00:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2015-05-18 
22:03:20.0 +0200
@@ -1,0 +2,12 @@
+Wed May 13 11:37:35 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.12.10:
+  + bgo#741771: Preferences dialog expands to absurd width.
+  + bgo#745504: Fix preferences with modern gtk+.
+  + bgo#746841: Provide a scalable -symbolic variant of the app
+icon.
+  + bgo#747460: Initial empathy accounts window is too wide.
+  + Don't crash when running in Wayland.
+  + Updated translations.
+
+---

Old:

  empathy-3.12.9.tar.xz

New:

  empathy-3.12.10.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.ip73iW/_old  2015-05-18 22:03:21.0 +0200
+++ /var/tmp/diff_new_pack.ip73iW/_new  2015-05-18 22:03:21.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.9
+Version:3.12.10
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -159,7 +159,7 @@
 %{_bindir}/empathy-accounts
 %{_bindir}/empathy-debugger
 %{_datadir}/adium/
-%{_datadir}/icons/hicolor/*/apps/empathy.*
+%{_datadir}/icons/hicolor/*/apps/empathy*
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/empathy.appdata.xml
 %{_datadir}/applications/empathy.desktop

++ empathy-3.12.9.tar.xz - empathy-3.12.10.tar.xz ++
 8390 lines of diff (skipped)




commit empathy for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2015-04-23 08:00:12

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2015-03-19 
20:31:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2015-04-23 
08:00:13.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 15 23:31:44 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.12.9:
+  + bgo#746612: Geoclue2 requires a DesktopId property.
+  + bgo#747375, Fix a wrong header guard in
+libempathy-gtk/empathy-smiley-manager.h.
+  + bgo#747170, Typo (messenging) in documentation.
+
+---

Old:

  empathy-3.12.8.tar.xz

New:

  empathy-3.12.9.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.GSM1Ih/_old  2015-04-23 08:00:14.0 +0200
+++ /var/tmp/diff_new_pack.GSM1Ih/_new  2015-04-23 08:00:14.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.8
+Version:3.12.9
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.12.8.tar.xz - empathy-3.12.9.tar.xz ++
 4468 lines of diff (skipped)




commit empathy for openSUSE:Factory

2015-03-19 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2015-03-19 20:31:24

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2014-10-16 
14:53:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2015-03-19 
20:31:25.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 16 09:30:12 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.12.8:
+  + bgo#705326: User help suggests ignore SSL certificate errors
+option for Jabber accounts if you trust the server you are
+connecting to.
+  + bgo#746100: goa-mc-plugin: Remove Facebook chat using Jabber.
+  + Updated translations.
+
+---
@@ -4 +14 @@
-- Update to version 3.14.1:
+- Update to version 3.12.7:

Old:

  empathy-3.12.7.tar.xz

New:

  empathy-3.12.8.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.19XYM0/_old  2015-03-19 20:31:26.0 +0100
+++ /var/tmp/diff_new_pack.19XYM0/_new  2015-03-19 20:31:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.7
+Version:3.12.8
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.12.7.tar.xz - empathy-3.12.8.tar.xz ++
 43296 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2014-10-16 14:53:13

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2014-09-15 
17:40:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2014-10-16 
14:53:37.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 14 09:22:56 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + Updated translations.
+
+---

Old:

  empathy-3.12.6.tar.xz

New:

  empathy-3.12.7.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.v89ecn/_old  2014-10-16 14:53:39.0 +0200
+++ /var/tmp/diff_new_pack.v89ecn/_new  2014-10-16 14:53:39.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.6
+Version:3.12.7
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.12.6.tar.xz - empathy-3.12.7.tar.xz ++
 49770 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2014-09-15 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2014-09-15 17:40:42

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2014-07-06 
22:52:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2014-09-15 
17:40:52.0 +0200
@@ -1,0 +2,17 @@
+Fri Sep 12 08:08:26 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.6:
+  + Bugs fixed:
+- gnome-contact's desktop file changed (bgo#735575).
+- Smileys are not centered (Insert Smiley menu) (bgo#736369).
+- Fix crash if empathy_chatroom_manager_find() failed.
+  + Updated translations.
+
+---
+Wed Aug 20 13:07:40 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.12.5:
+  + Chain GtkCombobox subclass constructors to parent (bgo#732909).
+  + Updated translations.
+
+---

Old:

  empathy-3.12.4.tar.xz

New:

  empathy-3.12.6.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.f84Mqp/_old  2014-09-15 17:40:54.0 +0200
+++ /var/tmp/diff_new_pack.f84Mqp/_new  2014-09-15 17:40:54.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.4
+Version:3.12.6
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.12.4.tar.xz - empathy-3.12.6.tar.xz ++
 28726 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2014-07-06 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2014-07-06 22:52:16

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2014-05-20 
14:26:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2014-07-06 
22:52:26.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun 23 19:17:19 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.4:
+  + Picking a specific persona/account from context menu doesn't
+work (bgo#732100).
+- Changes from version 3.12.3:
+  + This new stable release removes support for connecting to
+Windows Live chat using XMPP as Microsoft shut down their XMPP
+gateways. However, you can continue using the proprietary MSN
+protocol through telepathy-haze.
+  + Bugs fixed: bgo#696977, bgo#731150.
+
+---

Old:

  empathy-3.12.2.tar.xz

New:

  empathy-3.12.4.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.SGQBt8/_old  2014-07-06 22:52:27.0 +0200
+++ /var/tmp/diff_new_pack.SGQBt8/_new  2014-07-06 22:52:27.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.2
+Version:3.12.4
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.12.2.tar.xz - empathy-3.12.4.tar.xz ++
 5001 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/empathy-3.12.2/ChangeLog new/empathy-3.12.4/ChangeLog
--- old/empathy-3.12.2/ChangeLog2014-05-14 10:06:08.0 +0200
+++ new/empathy-3.12.4/ChangeLog2014-06-23 18:15:55.0 +0200
@@ -1,3 +1,193 @@
+commit 0eee2312758104f3b9b04753a358d82aa96a28a7
+Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
+Date:   Mon Jun 23 18:15:38 2014 +0200
+
+3.12.4
+
+ NEWS | 6 ++
+ configure.ac | 4 ++--
+ 2 files changed, 8 insertions(+), 2 deletions(-)
+
+commit 8ac7209da2305762f9ef2c711c555afb19e85b62
+Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
+Date:   Mon Jun 23 15:35:03 2014 +0200
+
+individual-menu: stop creating single_individual
+
+This code was always pretty hacky and created loads of nasty bugs
+so I'm glad
+to get rid of it.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=732100
+
+ libempathy-gtk/empathy-individual-menu.c | 10 --
+ 1 file changed, 10 deletions(-)
+
+commit a2a7b6ecc313022e4e0904651ba4b27ae83ca293
+Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
+Date:   Mon Jun 23 15:33:11 2014 +0200
+
+individual-menu: remove 'block' item from personas sub menus
+
+Blocking a specific persona from an individual is a very uncommon
+operation.
+Either you want to block the full individual or the personas
+shouldn't be
+linked together.
+There is not much point cluttering the menu with it.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=732100
+
+ libempathy-gtk/empathy-individual-menu.c | 14 --
+ 1 file changed, 14 deletions(-)
+
+commit 1f9230409b3e8bdba369a994102b53a9e591ba6e
+Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
+Date:   Mon Jun 23 15:10:17 2014 +0200
+
+individual-menu: use the proper persona in submenus
+
+'single_individual' uses to be a FolksIndivudal containing a single
+persona
+(the one from the submenu) ensuring that operations (chat, call,
+etc) were
+performed on this very persona.
+
+But we broke this in 0909d1f884c4542553d98b18e7622664d2a02169 by
+replacing the
+empathy_create_individual_from_tp_contact() call by
+empathy_ensure_individual_from_tp_contact() as the same individuals
+(the one
+will all the personas) was now used in all the sub menus.
+
+Fixing this by introducing 'contact' variant of the menu_item_new
+methods
+which is always cleaner.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=732100
+
+ libempathy-gtk/empathy-individual-menu.c | 155
+ +--
+ 1 file changed, 146 insertions(+), 9 deletions(-)
+
+commit ad1b40b1d31b4c612a94736f27072baab4ac1364
+Author: Guillaume Desmottes guillaume.desmot...@collabora.co.uk
+Date:   Mon 

commit empathy for openSUSE:Factory

2014-05-20 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2014-05-20 14:25:30

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2014-05-06 
13:56:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2014-05-20 
14:26:56.0 +0200
@@ -1,0 +2,8 @@
+Sat May 17 07:23:10 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.2:
+  + Bugs fixed: wrong count of unread messages and text missing
+(bgo#662672).
+  + Updated translations.
+
+---

Old:

  empathy-3.12.1.tar.xz

New:

  empathy-3.12.2.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.jJ0cqf/_old  2014-05-20 14:26:57.0 +0200
+++ /var/tmp/diff_new_pack.jJ0cqf/_new  2014-05-20 14:26:57.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.12.1
+Version:3.12.2
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.12.1.tar.xz - empathy-3.12.2.tar.xz ++
 21225 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2014-01-29 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2014-01-29 19:19:26

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-11-24 
11:26:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2014-01-29 
19:19:28.0 +0100
@@ -1,0 +2,8 @@
+Fri Jan 24 21:43:53 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10.3:
+  + bgo#712566: Groups in contact list cannot be hidden.
+  + bgo#712839: Remove empathy_create_individual_from_tp_contact().
+  + Updated translations.
+
+---

Old:

  empathy-3.10.2.tar.xz

New:

  empathy-3.10.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.EZy1Xq/_old  2014-01-29 19:19:29.0 +0100
+++ /var/tmp/diff_new_pack.EZy1Xq/_new  2014-01-29 19:19:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.10.2
+Version:3.10.3
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.10.2.tar.xz - empathy-3.10.3.tar.xz ++
 22912 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-11-24 11:26:01

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-10-17 
14:02:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-11-24 
11:26:03.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 11 21:22:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.2 (bnc#849913):
+  + Bugs fixed: bgo#707747, bgo#708897, bgo#710453.
+  + Updated translations.
+
+---

Old:

  empathy-3.10.1.tar.xz

New:

  empathy-3.10.2.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.7ro1vP/_old  2013-11-24 11:26:03.0 +0100
+++ /var/tmp/diff_new_pack.7ro1vP/_new  2013-11-24 11:26:03.0 +0100
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.10.1
+Version:3.10.2
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -160,6 +160,8 @@
 %{_bindir}/empathy-debugger
 %{_datadir}/adium/
 %{_datadir}/icons/hicolor/*/apps/empathy.*
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/empathy.appdata.xml
 %{_datadir}/applications/empathy.desktop
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/empathy/

++ empathy-3.10.1.tar.xz - empathy-3.10.2.tar.xz ++
 53594 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-10-17 14:02:01

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-09-27 
17:08:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-10-17 
14:02:02.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 14 17:17:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + bgo#709741: audio-sink: fix compilation with GStreamer 0.10.
+  + bgo#710017: empathy-debugger: no MC logs.
+  + bgo#709677: crash when connecting SIP client.
+  + bgo#708716: crash in empathy-chat.
+  + bgo#707885: need to escape spaces in action names.
+  + bgo#708684: Warning when opening preferences dialog.
+  + Updated translations.
+
+---

Old:

  empathy-3.10.0.tar.xz

New:

  empathy-3.10.1.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.7plKFv/_old  2013-10-17 14:02:04.0 +0200
+++ /var/tmp/diff_new_pack.7plKFv/_new  2013-10-17 14:02:04.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.10.0
+Version:3.10.1
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -38,7 +38,7 @@
 BuildRequires:  pkgconfig(clutter-1.0) = 1.10.0
 BuildRequires:  pkgconfig(clutter-gst-2.0) = 1.5.2
 BuildRequires:  pkgconfig(clutter-gtk-1.0) = 1.1.2
-BuildRequires:  pkgconfig(cogl-1.0)
+BuildRequires:  pkgconfig(cogl-1.0) = 1.14
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(farstream-0.2)
 BuildRequires:  pkgconfig(folks-telepathy) = 0.9.5

++ empathy-3.10.0.tar.xz - empathy-3.10.1.tar.xz ++
 33865 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-09-27 17:08:52

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-09-23 
14:48:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-09-27 
17:08:53.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 24 15:29:39 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Empathy-debugger crashes on start (bgo#708403).
+  + New messages don't cause scroll (bgo#707781).
+  + Theme previews are not displayed (bgo#708616).
+  + Updated translations.
+
+---

Old:

  empathy-3.9.92.tar.xz

New:

  empathy-3.10.0.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.GWTGW4/_old  2013-09-27 17:08:54.0 +0200
+++ /var/tmp/diff_new_pack.GWTGW4/_new  2013-09-27 17:08:54.0 +0200
@@ -19,14 +19,14 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.9.92
+Version:3.10.0
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
 Url:http://live.gnome.org/Empathy
-Source: 
http://download.gnome.org/sources/empathy/3.9/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/empathy/3.10/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  intltool

++ empathy-3.9.92.tar.xz - empathy-3.10.0.tar.xz ++
 46879 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-09-23 14:27:56

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-09-12 
16:41:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-09-23 
14:48:52.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 16 16:45:24 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + bgo#696328: empathy-debugger crashed with SIGSEGV.
+  + bgo#706988: Port to GtkListBox.
+  + bgo#707781: new messages don't cause scroll.
+  + Updated translations.
+
+---

Old:

  empathy-3.9.91.tar.xz

New:

  empathy-3.9.92.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.uGB5N7/_old  2013-09-23 14:48:52.0 +0200
+++ /var/tmp/diff_new_pack.uGB5N7/_new  2013-09-23 14:48:52.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.9.91
+Version:3.9.92
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -41,11 +41,11 @@
 BuildRequires:  pkgconfig(cogl-1.0)
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(farstream-0.2)
-BuildRequires:  pkgconfig(folks-telepathy) = 0.7.4
+BuildRequires:  pkgconfig(folks-telepathy) = 0.9.5
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(gee-0.8)
 %if %with_geocode
-BuildRequires:  pkgconfig(geoclue-2.0) = 1.99.2
+BuildRequires:  pkgconfig(geoclue-2.0) = 1.99.3
 BuildRequires:  pkgconfig(geocode-glib-1.0) = 0.99.1
 %endif
 BuildRequires:  pkgconfig(gnutls) = 2.8.5
@@ -55,7 +55,7 @@
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-audio-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.5.1
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.4
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
@@ -125,8 +125,8 @@
 --with-pic \
 --enable-goa \
 --enable-gst-1.0
-#make {?_smp_mflags} V=1
-make V=1
+#make {?_smp_mflags}
+make
 
 %install
 %makeinstall

++ empathy-3.9.91.tar.xz - empathy-3.9.92.tar.xz ++
 135917 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-09-12 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-09-12 16:41:52

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-09-04 
14:07:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-09-12 
16:41:53.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep  3 15:43:33 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.91:
+  + Bugs fixed: bgo#643183, bgo#701392, bgo#706627, bgo#706829,
+bgo#706830, bgo#707104, bgo#707208, bgo#707265, bgo#707291,
+bgo#707338, bgo#706801, bgo#706881.
+  + Updated translations.
+- Replace pkgconfig(geoclue) with pkgconfig(geoclue-2.0),
+  following upstreams port to GeoClue 2.0 API.
+
+---

Old:

  empathy-3.9.90.tar.xz

New:

  empathy-3.9.91.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.bdkheB/_old  2013-09-12 16:41:54.0 +0200
+++ /var/tmp/diff_new_pack.bdkheB/_new  2013-09-12 16:41:54.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.9.90
+Version:3.9.91
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -44,12 +44,13 @@
 BuildRequires:  pkgconfig(folks-telepathy) = 0.7.4
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(gee-0.8)
-BuildRequires:  pkgconfig(geoclue) = 0.12
 %if %with_geocode
+BuildRequires:  pkgconfig(geoclue-2.0) = 1.99.2
 BuildRequires:  pkgconfig(geocode-glib-1.0) = 0.99.1
 %endif
 BuildRequires:  pkgconfig(gnutls) = 2.8.5
 BuildRequires:  pkgconfig(goa-1.0) = 3.5.1
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-audio-1.0)
@@ -129,14 +130,12 @@
 
 %install
 %makeinstall
-# org.gnome.telepathy-account-widgets.gschema.xml is installed by 
gnome-online-accounts (comes from a shared module)
-rm 
%{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
 find %{buildroot} -type f -name *.la -delete -print
 # Even though %%suse_update_desktop_file is useless on = 12.2, we keep it for 
now for backports to 12.1
 %suse_update_desktop_file empathy
 %find_lang %{name} %{?no_lang_C}
 # TelePathy Account Widget has it's own language files.
-%find_lang tpaw %{name}.lang %{no_lang_C}
+%find_lang %{name}-tpaw %{name}.lang %{no_lang_C}
 # create symlinks for man pages
 %fdupes -s %{buildroot}%{_mandir}
 # create hardlinks for the rest
@@ -166,6 +165,7 @@
 %{_datadir}/empathy/
 %{_datadir}/GConf/gsettings/empathy.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
 %{_datadir}/telepathy/clients/*.client
 %{_libdir}/%{name}/
 %{_libexecdir}/empathy-auth-client

++ empathy-3.9.90.tar.xz - empathy-3.9.91.tar.xz ++
 98522 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-09-04 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-09-04 14:07:45

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-07-16 
14:52:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-09-04 
14:07:48.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 20 12:36:36 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.90:
+  + Bugs fixed: bgo#585440, bgo#643755, bgo#698530, bgo#701649,
+bgo#703487, bgo#704452, bgo#704454, bgo#704469, bgo#705618,
+bgo#705668, bgo#706020, bgo#706125, bgo#699492.
+  + Updated translations.
+- Replace  pkgconfig(geocode-glib) BuildRequires with
+  pkgconfig(geocode-glib-1.0) following upstreams changes.
+- Enable geocode building (change with_geocode defines to 1): the
+  dependencies for this are now available.
+
+---

Old:

  empathy-3.9.4.tar.xz

New:

  empathy-3.9.90.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.ccMlLu/_old  2013-09-04 14:07:49.0 +0200
+++ /var/tmp/diff_new_pack.ccMlLu/_new  2013-09-04 14:07:49.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define with_geocode 0
+%define with_geocode 1
 
 Name:   empathy
-Version:3.9.4
+Version:3.9.90
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -46,7 +46,7 @@
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(geoclue) = 0.12
 %if %with_geocode
-BuildRequires:  pkgconfig(geocode-glib) = 0.99.1
+BuildRequires:  pkgconfig(geocode-glib-1.0) = 0.99.1
 %endif
 BuildRequires:  pkgconfig(gnutls) = 2.8.5
 BuildRequires:  pkgconfig(goa-1.0) = 3.5.1
@@ -129,10 +129,14 @@
 
 %install
 %makeinstall
+# org.gnome.telepathy-account-widgets.gschema.xml is installed by 
gnome-online-accounts (comes from a shared module)
+rm 
%{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
 find %{buildroot} -type f -name *.la -delete -print
 # Even though %%suse_update_desktop_file is useless on = 12.2, we keep it for 
now for backports to 12.1
 %suse_update_desktop_file empathy
 %find_lang %{name} %{?no_lang_C}
+# TelePathy Account Widget has it's own language files.
+%find_lang tpaw %{name}.lang %{no_lang_C}
 # create symlinks for man pages
 %fdupes -s %{buildroot}%{_mandir}
 # create hardlinks for the rest

++ empathy-3.9.4.tar.xz - empathy-3.9.90.tar.xz ++
 252403 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-07-16 14:52:23

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-06-29 
19:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-07-16 
14:52:27.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul  9 09:08:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.4:
+  + Bugs fixed: bgo#702095, bgo#703453, bgo#703775.
+  + Updated translations.
+
+---

Old:

  empathy-3.9.3.tar.xz

New:

  empathy-3.9.4.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.dRonqj/_old  2013-07-16 14:52:28.0 +0200
+++ /var/tmp/diff_new_pack.dRonqj/_new  2013-07-16 14:52:28.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 0
 
 Name:   empathy
-Version:3.9.3
+Version:3.9.4
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.9.3.tar.xz - empathy-3.9.4.tar.xz ++
 4252 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-06-29 19:37:04

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-06-05 
11:48:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-06-29 
19:37:05.0 +0200
@@ -1,0 +2,21 @@
+Fri Jun 21 21:25:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Bugs fixed: bgo#680778, bgo#698742, bgo#701281, bgo#701891,
+bgo#701914.
+  + Updated translations.
+
+---
+Wed May 29 19:27:47 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + bgo#692746: history uses wrong encoding to show utf8 logs.
+  + bgo#696151: empathy crashed with SIGSEGV in
+listing_failed_cb().
+  + bgo#699333: online-accounts-preferences crashes when accounts
+need access granted.
+  + bgo#700084: new *.page added not recognized by git due to
+   commit eb8eb761.
+  + Updated translations.
+
+---

Old:

  empathy-3.9.1.tar.xz

New:

  empathy-3.9.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.ues1Rc/_old  2013-06-29 19:37:07.0 +0200
+++ /var/tmp/diff_new_pack.ues1Rc/_new  2013-06-29 19:37:07.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 0
 
 Name:   empathy
-Version:3.9.1
+Version:3.9.3
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.9.1.tar.xz - empathy-3.9.3.tar.xz ++
 43245 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-06-05 11:48:50

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-04-26 
15:40:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-06-05 
11:48:52.0 +0200
@@ -1,0 +2,14 @@
+Sun May  5 08:18:28 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.1:
+  + bgo#692160: Updated Icon Names.
+  + bgo#697214: call-window: Remember that the audio output has
+been added.
+  + bgo#697302: Spelling mistake.
+  + bgo#699017, libempathy: Fix build by adding missing math.h
+header.
+  + bgo#673775, The icon for audio call in the help is wrong.
+  + bgo#677549, Link Contacts user documentation is wrong
+  + Updated translations.
+
+---

Old:

  empathy-3.8.1.tar.xz

New:

  empathy-3.9.1.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.sQsGu9/_old  2013-06-05 11:48:53.0 +0200
+++ /var/tmp/diff_new_pack.sQsGu9/_new  2013-06-05 11:48:53.0 +0200
@@ -19,14 +19,14 @@
 %define with_geocode 0
 
 Name:   empathy
-Version:3.8.1
+Version:3.9.1
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
 Url:http://live.gnome.org/Empathy
-Source: 
http://download.gnome.org/sources/empathy/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/empathy/3.9/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  intltool

++ empathy-3.8.1.tar.xz - empathy-3.9.1.tar.xz ++
 28203 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-04-26 15:40:23

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-04-05 
17:23:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-04-26 
15:40:25.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr 15 17:23:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + bgo#696544: goa-mc-plugin: Fix deprecation warnings.
+  - bgo#696718: Cleanup unused and redundant #include directives.
+  - bgo#697076: Cleanup #includes, second round.
+  - bgo#697254: Launching Empathy -p opens both the preferences and
+the main window.
+  + Updated documentation.
+  + Updated translations.
+
+---

Old:

  empathy-3.8.0.tar.xz

New:

  empathy-3.8.1.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.g8Pqqk/_old  2013-04-26 15:40:27.0 +0200
+++ /var/tmp/diff_new_pack.g8Pqqk/_new  2013-04-26 15:40:27.0 +0200
@@ -19,7 +19,7 @@
 %define with_geocode 0
 
 Name:   empathy
-Version:3.8.0
+Version:3.8.1
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy

++ empathy-3.8.0.tar.xz - empathy-3.8.1.tar.xz ++
 16147 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2013-04-05 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-04-05 17:23:24

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2013-01-10 
10:53:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-04-05 
17:23:24.0 +0200
@@ -1,0 +2,87 @@
+Mon Mar 25 16:55:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + bgo#604975: Lack of overview for those new to IM.
+  + Updated documentation.
+  + Updated translations.
+- Disable parallel build for now. There are random issues observed
+  with the gobject-introspection parts.
+
+---
+Wed Mar 20 20:33:37 UTC 2013 - dims...@opensuse.org
+
+- Drop pkgconfig(nautilus-sendto) BuildRequires: it is no longer
+  provided with nautilus-sendto 3.7.92.
+- Drop nautilus-sendto-plugin-empathy subpackage and obsolete it
+  from the main package: support for building nautilus-sendto
+  plugins was removed from nautilus-sendto.
+
+---
+Wed Mar 20 13:15:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + Bugs fixed: bgo#692105, bgo#695556.
+  + Updated translations.
+- Add pkgconfig(cogl-1.0) BuildRequries: newly verified dependency.
+
+---
+Mon Mar  4 17:38:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + Updated translations.
+
+---
+Tue Feb 19 14:07:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Bugs fixed: bgo#680152, bgo#693190.
+  + Updated translations.
+- Replace pkgconfig(gee-1.0) BuildRequires with pkgconfig(gee-0.8),
+  following upstreams port to libgee 0.8.x.
+
+---
+Tue Feb  5 19:44:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.5:
+  + Retrieve all the past history when scrolling back on a chat
+window (bgo#639877).
+  + Favorite rooms are not saved (bgo#678983).
+  + Backslash escapes applied in the chat log (bgo#691085).
+  + Warning when building HTML using yelp-build (bgo#691457).
+  + Updated translations.
+
+---
+Wed Jan 16 09:34:58 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Port to python 3 (bgo#687616)
+  + Bugs fixed: bgo#670048, bgo#684357, bgo#687450, bgo#687629,
+bgo#688132, bgo#688174, bgo#688860, bgo#690733, bgo#691006,
+bgo#691043, bgo#691085, bgo#691137, bgo#691195, bgo#691418,
+bgo#691469, bgo#668464.
+  + Updated translations.
+
+---
+Wed Jan  9 19:15:34 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + bgo#688988: Add more protocolname-displayname.
+  + bgo#689056: Port EmpathyContact to geocode-glib = 0.99.1.
+  + bgo#689122: org.gnome.empathy.notifications.notification-focus
+should default to true.
+  + Updated translations.
+- Introduce with_geocode defines, currently set to 0, as
+  geocode-glib = 0.99.1 does not yet exist. The
+  pkgconfig(geocode-glib) BuildRequires is depending on
+  with_geocode.
+
+---
+Wed Jan  9 12:14:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.2:
+  + Bugs fixed: bgo#592995, bgo#681445, bgo#684979, bgo#685793,
+bgo#685888, bgo#686067, bgo#686969, bgo#687338, bgo#687361.
+  + Updated translations.
+- Re-enable parallel build.
+
+---

Old:

  empathy-3.6.3.tar.xz

New:

  empathy-3.8.0.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.ysI1bw/_old  2013-04-05 17:23:25.0 +0200
+++ /var/tmp/diff_new_pack.ysI1bw/_new  2013-04-05 17:23:25.0 +0200
@@ -16,15 +16,17 @@
 #
 
 
+%define with_geocode 0
+
 Name:   empathy
-Version:3.6.3
+Version:3.8.0
 Release:0
-# FIXME: Re-enable parallel build when bgo#685837 is fixed.
+# FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
 Url:http://live.gnome.org/Empathy
-Source: 
http://download.gnome.org/sources/empathy/3.6/%{name}-%{version}.tar.xz
+Source: 

commit empathy for openSUSE:Factory

2013-01-10 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2013-01-10 10:53:06

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-11-21 
15:10:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2013-01-10 
10:53:08.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan  9 11:38:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.6.3:
+  + Bugs fixed: bgo#691085, bgo#691137, bgo#691195, bgo#691006,
+bgo#688132.
+  + Updated translations.
+
+---

Old:

  empathy-3.6.2.tar.xz

New:

  empathy-3.6.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.HdgANq/_old  2013-01-10 10:53:10.0 +0100
+++ /var/tmp/diff_new_pack.HdgANq/_new  2013-01-10 10:53:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.6.2
+Version:3.6.3
 Release:0
 # FIXME: Re-enable parallel build when bgo#685837 is fixed.
 Summary:Instant Messenger Client for GNOME, based on Telepathy

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



commit empathy for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-11-21 15:10:32

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-10-19 
10:15:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-11-21 
15:10:34.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 14 07:45:46 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Improves GNOME Online Account integration
+  + Fix a bunch of call related bugs
+  + Bugs fixed: bgo#652546, bgo#686311, bgo#686314, bgo#687449,
+bgo#687762, bgo#687690.
+  + Updated translations.
+
+---

Old:

  empathy-3.6.1.tar.xz

New:

  empathy-3.6.2.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.4H3jrE/_old  2012-11-21 15:10:36.0 +0100
+++ /var/tmp/diff_new_pack.4H3jrE/_new  2012-11-21 15:10:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.6.1
+Version:3.6.2
 Release:0
 # FIXME: Re-enable parallel build when bgo#685837 is fixed.
 Summary:Instant Messenger Client for GNOME, based on Telepathy

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



commit empathy for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-10-19 10:15:04

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-10-05 
18:30:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-10-19 
10:15:06.0 +0200
@@ -1,0 +2,18 @@
+Mon Oct 15 20:01:26 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Updated translations.
+
+---
+Tue Oct  9 19:08:31 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0.3:
+  + Fix build errors in the Ubuntu Online Accounts plugin
+- Changes from version 3.6.0.2:
+  + Fixes a crash when approving a chat from the contact list
+  + Bugs fixed: bgo#681725, bgo#684898, bgo#685498, bgo#685652,
+bgo#685663
+  + Updated translations.
+- Disable parallel build, as it randomly fails (bgo#685837).
+
+---

Old:

  empathy-3.6.0.1.tar.xz

New:

  empathy-3.6.1.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.fy6zHP/_old  2012-10-19 10:15:08.0 +0200
+++ /var/tmp/diff_new_pack.fy6zHP/_new  2012-10-19 10:15:08.0 +0200
@@ -17,8 +17,9 @@
 
 
 Name:   empathy
-Version:3.6.0.1
+Version:3.6.1
 Release:0
+# FIXME: Re-enable parallel build when bgo#685837 is fixed.
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
@@ -128,7 +129,8 @@
 --with-pic \
 --enable-goa \
 --enable-gst-1.0
-make %{?_smp_mflags} V=1
+#make %{?_smp_mflags} V=1
+make V=1
 
 %install
 %makeinstall

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



commit empathy for openSUSE:Factory

2012-10-05 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-10-05 18:29:34

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-07-02 
10:46:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-10-05 
18:30:03.0 +0200
@@ -1,0 +2,169 @@
+Thu Oct  4 09:21:37 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0.1:
+  + This new stable release fixes a bug preventing Empathy to
+connect an IM account having an invalid certificate.
+  + It also improves the performance of roster live search and
+should reduce the startup time of the chat window as well.
+  + Bugs fixed: bgo#684528, bgo#684675, bgo#684783, bgo#684971,
+bgo#685203, bgo#685278
+  + Updated translations.
+
+---
+Wed Sep 26 20:14:12 UTC 2012 - zai...@opensuse.org
+
+- Drop hack in spec to rename im-xmpp icon files, fixed upstream.
+
+---
+Tue Sep 25 08:45:26 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Bugs fixed: bgo#674179, bgo#684281, bgo#684475, bgo#684531
+  + Updated translations.
+
+---
+Mon Sep 17 14:30:31 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.92:
+  + GST 1.0 enabled build fails without gst 0.10 installed
+(bgo#683827)
+  + Bugs fixed: bgo#675220, bgo#683699, bgo#683854, bgo#683864,
+bgo#684194
+  + Updated translations.
+- Drop empathy-gst10-fix.patch: fixed upstream.
+- Remove gnome-commong BuildRequires and call to gnome-autogen.sh,
+  as there is no patch touching the buildsystem.
+- Add explicit pkgconfig(gstreamer-1.0),
+  pkgconfig(gstreamer-audio-1.0) and pkgconfig(gstreamer-video-1.0)
+  BuildRequires: those are implicit pulled in by clutter-gst, but
+  configure now also explicitly checks for them.
+
+---
+Wed Sep 12 08:46:45 UTC 2012 - dims...@opensuse.org
+
+- Add empathy-gst10-fix.patch: Fix build when purely building with
+  GStreamer 1.0 (without any traces of GStreamer 0.10 on the
+  system).
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the build system.
+
+---
+Mon Sep 10 13:30:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.91.1:
+  + Bugs fixed: bgo#683326, bgo#683397, bgo#683409, bgo#683415,
+bgo#683442, bgo#683453, bgo#683501
+  + Updated translations.
+
+---
+Tue Sep  4 09:47:12 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.91:
+  + Port to GStreamer 1.0
+  + Bugs fixed: bgo#679259, bgo#680776, bgo#682802, bgo#682926,
+bgo#682938, bgo#683022, bgo#683025, bgo#683258, bgo#683275,
+bgo#683314
+  + Updated translations.
+- Drop pkgconfig(gstreamer-0.10) BuildRequires: ported to
+  GStreamer 1.0
+- Replace pkgconfig(farstream-0.1) BuildRequires with
+  pkgconfig(farstream-0.2) and pkgconfig(clutter-gst-1.0)
+  BuildRequires with pkgconfig(clutter-gst-2.0), following
+  upstream.
+- Pass --enable-gst-1.0 to configure to switch to GStreamer 1.0.
+
+---
+Mon Aug 20 17:02:27 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Bugs fixed:
+- bgo#656097: Empathy should show an informative text inside
+  the contact list when no contacts are online
+- bgo#658858: Hide offline contacts by default
+- bgo#662986: Messaging and VoIP Accounts in Applications list
+- bgo#680302: Move model logic out of EmpathyRosterView
+- bgo#680774: Migrate existing accounts into libaccounts
+- bgo#680775: Be able to edit params of non SSO accounts
+- bgo#680778: Stop using empathy-accounts
+- bgo#681444: Wrong Service for GTalk accounts
+- bgo#681598: FTBFS: account plugins linking
+  + Updated translations.
+- Add pkgconfig(gee-1.0) BuildRequires: newly verified dependency.
+
+---
+Mon Aug  6 19:43:18 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.5:
+  + Ubuntu Online Accounts support has been greatly improved as
+Empathy can now provide plugins to create any kind of IM
+account using UOA's panel
+  + libsecret migration (bgo#679884)
+  + Fix claim that Windows Live certificate isn't valid
+(bgo#681079)
+  + Bugs fixed: bgo#680448, bgo#680449, bgo#680646, bgo#680952.
+  + Updated 

commit empathy for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-07-02 10:45:15

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-06-10 
21:50:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-07-02 
10:46:16.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 27 16:53:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.2.3:
+  + Use a weak reference while loading the logs asynchronously to
+detect when the object has been destroyed (bgo#677641).
+- Changes from version 3.4.2.2:
+  + irc connection parameters dialog: apply button stays
+unsensitive (bgo#678307).
+  + empathy-chat crashed with SIGSEGV in
+_tp_base_client_handle_channels() (bgo#678807).
+
+---

Old:

  empathy-3.4.2.1.tar.xz

New:

  empathy-3.4.2.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.fMr4gA/_old  2012-07-02 10:46:18.0 +0200
+++ /var/tmp/diff_new_pack.fMr4gA/_new  2012-07-02 10:46:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.4.2.1
+Version:3.4.2.3
 Release:0
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+

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



commit empathy for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-06-10 20:15:16

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-05-22 
08:12:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-06-10 
21:50:42.0 +0200
@@ -1,0 +2,8 @@
+Mon May 21 16:21:22 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.2.1:
+  + Fix various issues in the call UI.
+  + Fix crash when taking a picture from the avatar chooser dialog.
+  + Bugs fixed: bgo#670874, bgo#674553.
+
+---

Old:

  empathy-3.4.2.tar.xz

New:

  empathy-3.4.2.1.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.dEd2ZO/_old  2012-06-10 21:50:43.0 +0200
+++ /var/tmp/diff_new_pack.dEd2ZO/_new  2012-06-10 21:50:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.4.2
+Version:3.4.2.1
 Release:0
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+
@@ -31,10 +31,10 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(champlain-gtk-0.12) = 0.12.1
-BuildRequires:  pkgconfig(cheese-gtk)
+BuildRequires:  pkgconfig(cheese-gtk) = 3.4.0
 BuildRequires:  pkgconfig(clutter-1.0) = 1.10.0
 BuildRequires:  pkgconfig(clutter-gst-1.0) = 1.5.2
-BuildRequires:  pkgconfig(clutter-gtk-1.0) = 0.90.3
+BuildRequires:  pkgconfig(clutter-gtk-1.0) = 1.1.2
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(farstream-0.1)
 BuildRequires:  pkgconfig(folks-telepathy) = 0.6.6

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



commit empathy for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-05-22 08:12:44

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-04-20 
15:12:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-05-22 
08:12:46.0 +0200
@@ -1,0 +2,7 @@
+Mon May 14 12:29:40 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.2:
+  + Bugs fixed: bgo#674432, bgo#675767.
+  + Updated translations.
+
+---

Old:

  empathy-3.4.1.tar.xz

New:

  empathy-3.4.2.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.EXVw4t/_old  2012-05-22 08:12:52.0 +0200
+++ /var/tmp/diff_new_pack.EXVw4t/_new  2012-05-22 08:12:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+
@@ -59,7 +59,7 @@
 BuildRequires:  pkgconfig(mission-control-plugins)
 BuildRequires:  pkgconfig(nautilus-sendto)
 BuildRequires:  pkgconfig(telepathy-farstream) = 0.2.1
-BuildRequires:  pkgconfig(telepathy-glib) = 0.17.5
+BuildRequires:  pkgconfig(telepathy-glib) = 0.18.0
 BuildRequires:  pkgconfig(telepathy-logger-0.2) = 0.2.13
 BuildRequires:  pkgconfig(webkitgtk-3.0) = 1.3.13
 # Not strictly required but empathy now relies on gnome-contacts to

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



commit empathy for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-04-20 15:12:11

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-04-12 
09:21:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-04-20 
15:12:25.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 06:20:35 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Bugs fixed: bgo#673691.
+  + Updated translations.
+
+---

Old:

  empathy-3.4.0.2.tar.xz

New:

  empathy-3.4.1.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.hczX9v/_old  2012-04-20 15:12:27.0 +0200
+++ /var/tmp/diff_new_pack.hczX9v/_new  2012-04-20 15:12:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.4.0.2
+Version:3.4.1
 Release:0
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+

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



commit empathy for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-04-12 09:21:32

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-03-30 
14:19:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-04-12 
09:21:36.0 +0200
@@ -1,0 +2,20 @@
+Fri Apr  6 16:27:01 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0.2:
+  + Bring back the Previous conversations menu item which had
+been accidentally removed.
+  + Fix build with --enable-empathy-av.
+
+---
+Thu Apr  5 11:14:10 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0.1:
+  + Fix calls logging.
+  + Create notification when someone mention the user on IRC
+(bgo#652800)
+  + Bugs fixed: bgo#670601, bgo#672560, bgo#672561, bgo#672796,
+bgo#672839, bgo#673030, bgo#673046, bgo#673141, bgo#673162,
+bgo#673444, bgo#673451, bgo#673480.
+  + Updated translations.
+
+---

Old:

  empathy-3.4.0.tar.xz

New:

  empathy-3.4.0.2.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.Cm7bnA/_old  2012-04-12 09:21:37.0 +0200
+++ /var/tmp/diff_new_pack.Cm7bnA/_new  2012-04-12 09:21:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.4.0
+Version:3.4.0.2
 Release:0
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+
@@ -32,7 +32,7 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(champlain-gtk-0.12) = 0.12.1
 BuildRequires:  pkgconfig(cheese-gtk)
-BuildRequires:  pkgconfig(clutter-1.0) = 1.8.0
+BuildRequires:  pkgconfig(clutter-1.0) = 1.10.0
 BuildRequires:  pkgconfig(clutter-gst-1.0) = 1.5.2
 BuildRequires:  pkgconfig(clutter-gtk-1.0) = 0.90.3
 BuildRequires:  pkgconfig(enchant)
@@ -60,7 +60,7 @@
 BuildRequires:  pkgconfig(nautilus-sendto)
 BuildRequires:  pkgconfig(telepathy-farstream) = 0.2.1
 BuildRequires:  pkgconfig(telepathy-glib) = 0.17.5
-BuildRequires:  pkgconfig(telepathy-logger-0.2) = 0.2.10
+BuildRequires:  pkgconfig(telepathy-logger-0.2) = 0.2.13
 BuildRequires:  pkgconfig(webkitgtk-3.0) = 1.3.13
 # Not strictly required but empathy now relies on gnome-contacts to
 # display contacts' details and link contacts together.

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



commit empathy for openSUSE:Factory

2012-03-30 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-03-30 14:18:45

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-02-20 
16:08:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-03-30 
14:19:08.0 +0200
@@ -1,0 +2,98 @@
+Mon Mar 26 15:23:35 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0:
+  + Bugs fixed: bgo#672504, bgo#672506, bgo#672508, bgo#672596,
+bgo#672608, bgo#672633, bgo#672828.
+  + Updated translations.
+
+---
+Mon Mar 26 07:32:37 UTC 2012 - vu...@opensuse.org
+
+- Remove hack to find localized help: this has been fixed in
+  find-lang.sh.
+
+---
+Tue Mar 20 16:50:13 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.92:
+  + Bugs fixed: bgo#616159, bgo#671035, bgo#671547, bgo#671644,
+bgo#671718, bgo#671720, bgo#671790, bgo#671875, bgo#671884,
+bgo#671914, bgo#671931, bgo#671981, bgo#671983, bgo#671994,
+bgo#672036, bgo#672037, bgo#672063, bgo#672120.
+  + Updated translations.
+- Remove sed hacks from %prep to use libchamplain 0.12 instead of
+  libchamplain 0.13/0.14: the dependency moved back to 0.12.
+
+---
+Tue Mar  6 18:54:56 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.91:
+  + bgo#661515: Wrong date is shown in chat window
+  + bgo#671447: Make running empathy components without
+installing them simpler
+  + bgo#671452: Avoid XMPP accounts to have a negative priority
+  + Updated translations.
+
+---
+Fri Mar  2 19:24:49 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.90.2:
+  + Optionally brings back empathy-av
+  + Bugs fixed:
++ bgo#656676: Use new documentation infrastructure
++ bgo#671061, Debug: Clear doesn't work for the All option
+  + Upudated translations.
+
+---
+Mon Feb 27 10:51:59 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.90.1:
+  + Fixed a bunch of memory leaks in the new call window.
+  + Build fixes.
+  + Bugs fixed: bgo#670638.
+  + Updated translations.
+- Drop empathy-farstream.patch: fixed upstream.
+- Change itstool BuildRequires to yelp-tools: this is really what
+  is needed for build.
+- Add sed hacks in %prep to use libchamplain 0.12 instead of
+  libchamplain 0.13/0.14: there's no release for libchamplain
+  0.13/0.14 yet, so it makes no sense to try to use it.
+- Manually list the translated help documents as %find_lang needs
+  to support the new XDG help system first.
+
+---
+Tue Feb 21 20:37:31 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.90:
+  + New call UI, based on Clutter and Farstream.
+  + Stop using telepathy-butterfly and now rely on telepathy-haze
+to connect to MSN. Accounts should be automatically migrated
+with the next telepathy-mission-control release (5.11.0).
+  + Rely on gnome-contacts to display contacts' details and link
+contacts together.
+  + Remove accounts assistant and integrate its features into the
+accounts dialog.
+  + Add ability in debug window to display the logs from all the
+components together and to upload them easily to pastebin.
+  + Bugs fixed: bgo#629902, bgo#659683, bgo#652669, bgo#592994,
+bgo#627658, bgo#632739, bgo#646654, bgo#655101, bgo#656097,
+bgo#658724, bgo#663627, bgo#663829, bgo#664045, bgo#668985,
+bgo#669482, bgo#669559, bgo#669578, bgo#669655, bgo#669676,
+bgo#669695, bgo#669712, bgo#669823, bgo#670201, bgo#670203.
+- Replace gnome-doc-utils-devel BuildRequires with itstool,
+  following upstream changes regarding help implementation.
+- Changed BuildRequires following upstream changes related to new
+  call UI:
+  + Remove pkgconfig(telepathy-farsight).
+  + Add pkgconfig(clutter-gst-1.0), pkgconfig(farstream-0.1),
+pkgconfig(telepathy-farstream).
+- Add gnome-contacts Requires, so contacts can be displayed.
+- Remove telepathy-butterfly Recommends, as telepathy-haze is now
+  used for MSN connections. Note that we already have a
+  telepathy-haze Recommends.
+- Remove --disable-scrollkeeper from configure call: it is not
+  known anymore.
+- Add empathy-farstream.patch: Replace final farsight includes with
+  respective farstream includes.
+
+---

Old:

  

commit empathy for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-02-20 16:07:57

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-01-26 
14:00:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-02-20 
16:08:00.0 +0100
@@ -1,0 +2,15 @@
+Tue Feb  7 13:55:33 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + Bugs fixed:
+- bgo#668336: Remove Edit - Personal information
+- bgo#562462, bgo#575669, bgo#576912, bgo#591667, bgo#591756,
+  bgo#612216, bgo#643699, bgo#660856, bgo#662916, bgo#666522,
+  bgo#666714, bgo#667037, bgo#667467, bgo#668364, bgo#668372,
+  bgo#668498, bgo#668502, bgo#668663, bgo#668681, bgo#668796,
+  bgo#669300.
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  empathy-3.3.4.tar.xz

New:

  empathy-3.3.5.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.38zwPM/_old  2012-02-20 16:08:02.0 +0100
+++ /var/tmp/diff_new_pack.38zwPM/_new  2012-02-20 16:08:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.3.4
+Version:3.3.5
 Release:0
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -31,8 +31,6 @@
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(champlain-gtk-0.12) = 0.12.1
 BuildRequires:  pkgconfig(cheese-gtk)
 BuildRequires:  pkgconfig(clutter-1.0) = 1.7.14

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



commit empathy for openSUSE:Factory

2012-01-26 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-01-26 14:00:34

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-01-09 
12:03:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-01-26 
14:00:37.0 +0100
@@ -1,0 +2,13 @@
+Mon Jan 16 16:56:56 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.4:
+  + Redesign of the empathy-accounts dialog (bgo##652670).
+  + Bugs fixed:
+- bgo#661500: display map in tooltip
+- bgo#631236, bgo#666864, bgo#667676, bgo#667743, bgo#667791,
+  bgo#666531.
+  + Updated translations.
+- Stop changing empathy.desktop with %suse_update_desktop_file:
+  it's already fine upstream.
+
+---

Old:

  empathy-3.3.3.tar.xz

New:

  empathy-3.3.4.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.SIVcD5/_old  2012-01-26 14:00:38.0 +0100
+++ /var/tmp/diff_new_pack.SIVcD5/_new  2012-01-26 14:00:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package empathy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.3.3
+Version:3.3.4
 Release:0
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
 Summary:Instant Messenger Client for GNOME, based on Telepathy
@@ -33,7 +33,7 @@
 BuildRequires:  update-desktop-files
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
-BuildRequires:  pkgconfig(champlain-gtk-0.12)
+BuildRequires:  pkgconfig(champlain-gtk-0.12) = 0.12.1
 BuildRequires:  pkgconfig(cheese-gtk)
 BuildRequires:  pkgconfig(clutter-1.0) = 1.7.14
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
@@ -137,7 +137,8 @@
 for icon in `ls 
%{buildroot}%{_datadir}/empathy/icons/hicolor/*/apps/im-xmpp.*`; do
 mv $icon `echo $icon | sed s,im-xmpp,im-jabber,g`
 done
-%suse_update_desktop_file -i -N Empathy -G Instant Messenger empathy 
InstantMessaging
+# Even though %%suse_update_desktop_file is useless on = 12.2, we keep it for 
now for backports to 12.1
+%suse_update_desktop_file empathy
 # DesktopSettings is okay upstream, but it makes the item appear misplaced 
with our menu structure
 grep -q DesktopSettings 
%{buildroot}%{_datadir}/applications/empathy-accounts.desktop
 # Hide empathy-accounts from the desktop menu

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



commit empathy for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-01-09 12:03:15

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2011-10-28 
19:34:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-01-09 
12:03:17.0 +0100
@@ -1,0 +2,46 @@
+Tue Dec 20 13:48:42 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Note that IRC contacts are currently broken (bgo#666531).
+  + Bugs fixed: bgo#649208, bgo#654171, bgo#660547, bgo#661640,
+bgo#662873, bgo#663124, bgo#663328, bgo#663387, bgo#663682,
+bgo#664459, bgo#664564, bgo#664795, bgo#664935, bgo#665038,
+bgo#665121, bgo#665171, bgo#665256, bgo#665403, bgo#665592,
+bgo#665853, bgo#666163, bgo#653812, bgo#665244.
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add explicit pkgconfig(gnutls) and pkgconfig(libsoup-2.4)
+  BuildRequires: those were missing before.
+
+---
+Mon Nov 21 16:43:33 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Bugs fixed: bgo#662504, bgo#646682, bgo#652544, bgo#654430,
+bgo#661805, bgo#662604, bgo#662609, bgo#662727, bgo#662843,
+bgo#662903, bgo#662995, bgo#663327, bgo#663442, bgo#663563,
+bgo#663567, bgo#663763, bgo#663842, bgo#664313
+  + Updated translations.
+
+---
+Wed Oct 28 19:36:07 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1 and 3.2.1.1.
+  + The New Call and New Conversation dialogs have been
+re-written and the experimental Call UI has been improved.
+  + New xmpp link-local icon.
+  + Bugs fixed:
+- bgo#659207: Some preferences are obscure or obsolete with
+  gnome 3
+- bgo#659807: auth request contacts not included in contact
+  list
+- bgo#574879, bgo#612555, bgo#619186, bgo#629517, bgo#646630,
+  bgo#650861, bgo#656884, bgo#656907, bgo#658245, bgo#659144,
+  bgo#659474, bgo#659594, bgo#659816, bgo#659952, bgo#660124,
+  bgo#660429, bgo#660449, bgo#661464, bgo#661489, bgo#661734,
+  bgo#661756, bgo#661981, bgo#661993, bgo#662250.,
+
+---

Old:

  empathy-3.2.1.1.tar.bz2

New:

  empathy-3.3.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.aHLj90/_old  2012-01-09 12:03:21.0 +0100
+++ /var/tmp/diff_new_pack.aHLj90/_new  2012-01-09 12:03:21.0 +0100
@@ -16,33 +16,35 @@
 #
 
 
-
 Name:   empathy
-Version:3.2.1.1
-Release:1
+Version:3.3.3
+Release:0
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
-License:GPLv2+
 Summary:Instant Messenger Client for GNOME, based on Telepathy
-Url:http://live.gnome.org/Empathy
+License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
-Source: 
http://download.gnome.org/sources/empathy/3.2/%{name}-%{version}.tar.bz2
+Url:http://live.gnome.org/Empathy
+Source: 
http://download.gnome.org/sources/empathy/3.3/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(champlain-gtk-0.12)
 BuildRequires:  pkgconfig(cheese-gtk)
 BuildRequires:  pkgconfig(clutter-1.0) = 1.7.14
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(folks-telepathy) = 0.6.2
+BuildRequires:  pkgconfig(folks-telepathy) = 0.6.6
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(geoclue)
 BuildRequires:  pkgconfig(geocode-glib)
 BuildRequires:  pkgconfig(gnome-keyring-1)
-BuildRequires:  pkgconfig(goa-1.0)
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(goa-1.0) = 3.3.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.2
@@ -54,10 +56,11 @@
 BuildRequires:  pkgconfig(libnotify) = 0.7.0
 BuildRequires:  

commit empathy for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2011-10-28 19:20:12

Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and  /work/SRC/openSUSE:Factory/.empathy.new (New)


Package is empathy, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2011-10-18 
14:11:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2011-10-28 
19:34:12.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct 28 08:43:30 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1.1:
+  + HTML injection in nicknames [bgo#662035, bnc#727003,
+CVE-2011-3635]
+  + contact_list_store_contact_active_cb may be called after the
+destruction of the store [bgo#662211]
+  + Updated translations.
+
+---
+Thu Oct 27 21:27:17 UTC 2011 - badshah...@gmail.com
+
+- Pass -u to %suse_update_desktop_file call for
+  empathy-accounts.desktop: we don't want to show this item in
+  the menu as it's quite useless on a standard desktop 
+
+---

Old:

  empathy-3.2.1.tar.bz2

New:

  empathy-3.2.1.1.tar.bz2



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.PrDAB4/_old  2011-10-28 19:37:42.0 +0200
+++ /var/tmp/diff_new_pack.PrDAB4/_new  2011-10-28 19:37:42.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   empathy
-Version:3.2.1
+Version:3.2.1.1
 Release:1
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
 License:GPLv2+
@@ -139,7 +139,8 @@
 %suse_update_desktop_file -i -N Empathy -G Instant Messenger empathy 
InstantMessaging
 # DesktopSettings is okay upstream, but it makes the item appear misplaced 
with our menu structure
 grep -q DesktopSettings 
%{buildroot}%{_datadir}/applications/empathy-accounts.desktop
-%suse_update_desktop_file -r empathy-accounts GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal
+# Hide empathy-accounts from the desktop menu
+%suse_update_desktop_file -u empathy-accounts
 %find_lang %{name} %{?no_lang_C}
 # create symlinks for man pages
 %fdupes -s %{buildroot}%{_mandir}

++ empathy-3.2.1.tar.bz2 - empathy-3.2.1.1.tar.bz2 ++
 4144 lines of diff (skipped)

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



commit empathy for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:Factory
checked in at Tue Oct 18 14:00:39 CEST 2011.




--- openSUSE:Factory/empathy/empathy.changes2011-10-11 16:52:35.0 
+0200
+++ /mounts/work_src_done/STABLE/empathy/empathy.changes2011-10-17 
17:54:11.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 17 17:36:32 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1:
+  + bgo#658542: Use new Subject and RoomConfig APIs rather than
+Telepathy.Properties
+  + bgo#660586: setting to third party Adium theme leads to crash
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  empathy-3.2.0.1.tar.bz2

New:

  empathy-3.2.1.tar.bz2



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.wTnzUC/_old  2011-10-18 14:00:34.0 +0200
+++ /var/tmp/diff_new_pack.wTnzUC/_new  2011-10-18 14:00:34.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   empathy
-Version:3.2.0.1
+Version:3.2.1
 Release:1
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
 License:GPLv2+
@@ -57,7 +57,7 @@
 BuildRequires:  pkgconfig(mission-control-plugins)
 BuildRequires:  pkgconfig(nautilus-sendto)
 BuildRequires:  pkgconfig(telepathy-farsight) = 0.0.14
-BuildRequires:  pkgconfig(telepathy-glib) = 0.15.5
+BuildRequires:  pkgconfig(telepathy-glib) = 0.16.0
 BuildRequires:  pkgconfig(telepathy-logger-0.2) = 0.2.10
 BuildRequires:  pkgconfig(webkitgtk-3.0) = 1.3.13
 Requires:   iso-codes

++ empathy-3.2.0.1.tar.bz2 - empathy-3.2.1.tar.bz2 ++
 19668 lines of diff (skipped)

continue with q...



Remember to have fun...

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



commit empathy for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:Factory
checked in at Tue Oct 11 16:52:40 CEST 2011.




--- openSUSE:Factory/empathy/empathy.changes2011-10-04 16:55:50.0 
+0200
+++ /mounts/work_src_done/STABLE/empathy/empathy.changes2011-10-10 
15:16:24.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 10 14:41:50 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.2.0.1:
+  + Fix calling issues when Empathy is built without the
+experimental call support.
+  + Bugs fixed: bgo#660449, bgo#660124, bgo#646630, bgo#659594,
+bgo#659816.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  empathy-3.2.0.tar.bz2

New:

  empathy-3.2.0.1.tar.bz2



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.WYw5Gm/_old  2011-10-11 16:52:30.0 +0200
+++ /var/tmp/diff_new_pack.WYw5Gm/_new  2011-10-11 16:52:30.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   empathy
-Version:3.2.0
+Version:3.2.0.1
 Release:1
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
 License:GPLv2+

++ empathy-3.2.0.tar.bz2 - empathy-3.2.0.1.tar.bz2 ++
 21262 lines of diff (skipped)

continue with q...



Remember to have fun...

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



commit empathy for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:Factory
checked in at Tue Oct 4 16:55:43 CEST 2011.




--- openSUSE:Factory/empathy/empathy.changes2011-09-23 01:56:31.0 
+0200
+++ /mounts/work_src_done/STABLE/empathy/empathy.changes2011-09-26 
12:40:56.0 +0200
@@ -1,0 +2,32 @@
+Mon Sep 26 10:39:28 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.0:
+  + Bugs fixed: bgo#659118, bgo#659298.
+  + Updated translations.
+
+---
+Wed Sep 21 17:54:47 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.92:
+  + Bugs fixed: bgo#580794, bgo#632357, bgo#648315, bgo#652985,
+bgo#655270, bgo#655356, bgo#655388, bgo#657335, bgo#657746,
+bgo#657818, bgo#658336, bgo#658340, bgo#658341, bgo#658343,
+bgo#658573, bgo#658584, bgo#658644, bgo#658785, bgo#658821,
+bgo#658857, bgo#658866, bgo#658895, bgo#658909, bgo#659003,
+bgo#659053, bgo#659141, bgo#659377, bgo#659439, bgo#659476.
+  + Updated translations.
+- Add explicit pkgconfig(clutter-1.0) BuildRequires: it used to be
+  implicit.
+- Add iso-codes Requires since the iso-codes data is used at
+  runtime.
+- Remove sed hack in %prep to enable champlain 0.12 support: fixed
+  upstream.
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586


Old:

  empathy-3.1.91.tar.bz2

New:

  empathy-3.2.0.tar.bz2



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.AlHCdW/_old  2011-10-04 16:55:38.0 +0200
+++ /var/tmp/diff_new_pack.AlHCdW/_new  2011-10-04 16:55:38.0 +0200
@@ -18,15 +18,14 @@
 
 
 Name:   empathy
-Version:3.1.91
+Version:3.2.0
 Release:1
-# FIXME: remove sed hack in %%prep when champlain 0.12 support is upstream 
(bgo#658341)
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
 License:GPLv2+
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 Url:http://live.gnome.org/Empathy
 Group:  Productivity/Networking/Instant Messenger
-Source: 
http://download.gnome.org/sources/empathy/3.1/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/empathy/3.2/%{name}-%{version}.tar.bz2
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -35,9 +34,10 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(champlain-gtk-0.12)
 BuildRequires:  pkgconfig(cheese-gtk)
+BuildRequires:  pkgconfig(clutter-1.0) = 1.7.14
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(folks-telepathy) = 0.6.0
+BuildRequires:  pkgconfig(folks-telepathy) = 0.6.2
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(geoclue)
 BuildRequires:  pkgconfig(geocode-glib)
@@ -60,6 +60,7 @@
 BuildRequires:  pkgconfig(telepathy-glib) = 0.15.5
 BuildRequires:  pkgconfig(telepathy-logger-0.2) = 0.2.10
 BuildRequires:  pkgconfig(webkitgtk-3.0) = 1.3.13
+Requires:   iso-codes
 Requires:   telepathy-gabble
 Requires:   telepathy-logger
 Requires:   telepathy-mission-control
@@ -117,19 +118,13 @@
 %prep
 %setup -q
 translation-update-upstream
-# Support libchamplain 0.12; fail when this hack isn't needed anymore. See 
bgo#658341
-grep -q libchamplain-gtk-0.12 configure.ac  false
-sed -i s:champlain-0.10:champlain-0.12:g configure.ac
-sed -i s:champlain-gtk-0.10:champlain-gtk-0.12:g configure.ac
-sed -i s:champlain-0.10:champlain-0.12:g configure
-sed -i s:champlain-gtk-0.10:champlain-gtk-0.12:g configure
 
 %build
 %configure  --disable-static \
 --with-pic \
 --disable-scrollkeeper \
 --enable-goa
-make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags} V=1
 
 %install
 %makeinstall
@@ -151,9 +146,6 @@
 # create hardlinks for the rest
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post

++ empathy-3.1.91.tar.bz2 - empathy-3.2.0.tar.bz2 ++
 168880 lines of diff (skipped)

continue with q...



Remember to have fun...

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



commit empathy for openSUSE:Factory

2011-09-11 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:Factory
checked in at Sun Sep 11 19:40:40 CEST 2011.




--- GNOME/empathy/empathy.changes   2011-07-27 10:47:09.0 +0200
+++ /mounts/work_src_done/STABLE/empathy/empathy.changes2011-09-06 
19:06:59.0 +0200
@@ -1,0 +2,75 @@
+Tue Sep  6 09:44:37 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.91:
+  + Add a mission-control plugin providing integration with GNOME's
+online accounts service. With this plugin installed,
+mission-control will automatically create a Telepathy account
+if there is a Google GOA account configured with the 'Chat'
+feature enabled.
+  + Bugs fixed: bgo#652543, bgo#656871, bgo#657087, bgo#657266,
+bgo#657842, bgo#657843, bgo#657914, bgo#657954, bgo#657956,
+bgo#658254.
+  + Updated translations.
+- Move to libchamplain 0.12:
+  + Change pkgconfig(champlain-gtk-0.10) BuildRequires to
+pkgconfig(champlain-gtk-0.12).
+  + Add a sed hack in %prep to make configure look for the right
+pkg-config file.
+- Build the plugin for GNOME online accounts integration:
+  + Pass --enable-goa to configure.
+  + Add pkgconfig(goa-1.0) and pkgconfig(mission-control-plugins)
+BuildRequires.
+  + Create a telepathy-mission-control-plugin-goa subpackage.
+
+---
+Mon Sep  5 14:00:20 UTC 2011 - vu...@opensuse.org
+
+- Remove X-GNOME-Settings-Panel from empathy-accounts.desktop,
+  since it should not appear in gnome-control-center (see
+  bgo#658254).
+
+---
+Thu Sep  1 14:44:05 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.90.1:
+  + Do not display a status icon and set your presence to offline
+when exiting, if the Shell is running. (bgo#656631, bgo#656632,
+bgo#631944)
+  + Bugs fixed: bgo#656886, bgo#656911, bgo#656889.
+  + Updated translations.
+- Changes from version 3.1.90:
+  + SIP accounts can now be marked as being able to make PSTN
+calls. Such accounts can be used to call landline and mobile
+phones of contacts. (bgo##650112, bgo##657220)
+  + Bugs fixed: bgo#650113, bgo#647124, bgo#657086, bgo#657562,
+bgo#657362, bgo#656682, bgo#657166, bgo#657271, bgo#657173,
+bgo#657105, bgo#657104, bgo#656829, bgo#642385.
+  + Updated translations.
+
+---
+Mon Aug 22 13:54:14 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.5.1:
+  + bgo#656934: Allow to provide a request message when adding
+contact
+  + Other bugs fixed: bgo#653599, bgo#654471, bgo#655799,
+bgo#656566, bgo#656573, bgo#656576, bgo#656579, bgo#656673,
+bgo#656831, bgo#656866, bgo#656885, bgo#656887, bgo#656888,
+bgo#656908.
+  + Updated translations.
+
+---
+Tue Aug 16 17:27:59 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.5:
+  + Empathy now has echo cancellation support with PulseAudio.
+  + New features in experimental call UI (disabled for now).
+  + Bugs fixed: bgo#590048, bgo#599167, bgo#632874, bgo#654914,
+bgo#654958, bgo#655212, bgo#655478, bgo#655788, bgo#655884,
+bgo#655959, bgo#656020, bgo#656065, bgo#656150, bgo#656268,
+bgo#656415, bgo#656572, bgo#656582
+  + Updated translations.
+- Add pkgconfig(libpulse) and pkgconfig(libpulse-mainloop-glib)
+  BuildRequires for the new echo cancellation support.
+
+---

calling whatdependson for head-i586


Old:

  empathy-3.1.4.tar.bz2

New:

  empathy-3.1.91.tar.bz2



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.bGLIKG/_old  2011-09-11 19:40:33.0 +0200
+++ /var/tmp/diff_new_pack.bGLIKG/_new  2011-09-11 19:40:33.0 +0200
@@ -18,9 +18,10 @@
 
 
 Name:   empathy
-Version:3.1.4
+Version:3.1.91
 Release:1
-# FIXME add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
+# FIXME: remove sed hack in %%prep when champlain 0.12 support is upstream 
(bgo#658341)
+# FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
 License:GPLv2+
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 Url:http://live.gnome.org/Empathy
@@ -32,29 +33,33 @@
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(champlain-gtk-0.10)
+BuildRequires:  pkgconfig(champlain-gtk-0.12)
 BuildRequires:  pkgconfig(cheese-gtk)
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(folks-telepathy)
+BuildRequires:  

commit empathy for openSUSE:Factory

2011-07-12 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:Factory
checked in at Tue Jul 12 14:52:22 CEST 2011.




--- GNOME/empathy/empathy.changes   2011-05-26 23:12:37.0 +0200
+++ /mounts/work_src_done/STABLE/empathy/empathy.changes2011-07-04 
18:34:39.0 +0200
@@ -1,0 +2,51 @@
+Mon Jul  4 18:25:04 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Many issues fixed in the new log viewer.
+  + Bugs fixed:
+- bgo#651205: Support message editing (supersedes header)
+- bgo#653057, bgo#653510: Google Talk broken account defaults
+- bgo#653650: Blocking contacts dialog should autocomplete when
+  adding contacts by alias
+- bgo#646555, bgo#573652, bgo#630943, bgo#644528, bgo#651055,
+  bgo#651473, bgo#652265, bgo#652278, bgo#652279, bgo#652345,
+  bgo#652443, bgo#652496, bgo#652522, bgo#652590, bgo#653090,
+  bgo#653175, bgo#653551, bgo#653575, bgo#653635, bgo#653730,
+  bgo#653739, bgo#653760, bgo#653767, bgo#653803.
+  + Updated translations.
+
+---
+Fri Jun 17 05:35:28 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2.1:
+  + Update telepathy-yell code.
+  + Updated translations.
+- Drop libtelepathy-yell0 and libtelepathy-yell-devel subpackages
+  as the library is now built in statically.
+
+---
+Mon Jun 13 14:05:43 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Add brand new log viewer displaying calls as well as chats.
+  + Support for CSS variants in Adium themes.
+  + If built with libcheese, Empathy can now use a webcam to create
+an avatar.
+  + This release also brings empathy-call, a new experimental
+handler for Call channels, our new audio/video API that is
+going to replace StreamedMedia channels.
+  + Add geocode-glib support.
+  + Bugs fixed: bgo#521747, bgo#585474, bgo#596737, bgo#598904,
+bgo#635259, bgo#646526, bgo#647011, bgo#648822, bgo#649881,
+bgo#649892, bgo#650015, bgo#650386, bgo#650554, bgo#650590,
+bgo#650844, bgo#650846, bgo#650854, bgo#650939, bgo#651058,
+bgo#651242, bgo#651489, bgo#651913, bgo#652015, bgo#652264,
+bgo#652270, bgo#619866.
+  + Updated translations.
+- Add pkgconfig(cheese-gtk) BuildRequires to be able to use the
+  webcam to create an avatar.
+- Add pkgconfig(geocode-glib) BuildRequires for geocode support.
+- Add new libtelepathy-yell0 and libtelepathy-yell-devel
+  subpackages.
+
+---

calling whatdependson for head-i586


Old:

  empathy-3.1.1.tar.bz2

New:

  empathy-3.1.3.tar.bz2



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.FBXs3y/_old  2011-07-12 14:51:07.0 +0200
+++ /var/tmp/diff_new_pack.FBXs3y/_new  2011-07-12 14:51:07.0 +0200
@@ -18,13 +18,14 @@
 
 
 Name:   empathy
-Version:3.1.1
+Version:3.1.3
 Release:1
+# FIXME add telepathy-fastream BuildRequires when there is an upstream tarball 
for call channel support
 License:GPLv2+
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 Url:http://live.gnome.org/Empathy
 Group:  Productivity/Networking/Instant Messenger
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/empathy/3.1/%{name}-%{version}.tar.bz2
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -32,11 +33,13 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(champlain-gtk-0.10)
+BuildRequires:  pkgconfig(cheese-gtk)
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(folks-telepathy)
 BuildRequires:  pkgconfig(gcr-3)
 BuildRequires:  pkgconfig(geoclue)
+BuildRequires:  pkgconfig(geocode-glib)
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-0.10)

++ empathy-3.1.1.tar.bz2 - empathy-3.1.3.tar.bz2 ++
 168035 lines of diff (skipped)






Remember to have fun...

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



commit empathy for openSUSE:Factory

2011-05-05 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:Factory
checked in at Thu May 5 15:19:42 CEST 2011.




--- GNOME/empathy/empathy.changes   2011-02-13 17:21:48.0 +0100
+++ /mounts/work_src_done/STABLE/empathy/empathy.changes2011-04-28 
14:41:59.0 +0200
@@ -1,0 +2,141 @@
+Wed Apr 27 11:00:40 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Bugs fixed: bgo#645586, bgo#645930, bgo#646227, bgo#647056,
+bgo#647641, bgo#647793, bgo#648372.
+  + Updated translations.
+
+---
+Mon Apr  4 16:15:12 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Bugs fixed: bgo#646010, bgo#646097, bgo#646691, bgo#638951,
+bgo#645932.
+  + Updated translations.
+
+---
+Wed Mar 30 12:19:55 UTC 2011 - fcro...@novell.com
+
+- Add back X-GNOME-Settings-Panel to empathy-accounts.desktop to
+  show it in control-center.
+
+---
+Mon Mar 28 17:48:25 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + Log viewer has been polished a bit and you shouldn't get
+notifications for outgoing messages sent using Shell's message
+tray.
+  + Bugs fixed: bgo#645488, bgo#645558.
+  + Various bugfixes.
+  + Updated translations
+
+---
+Thu Mar 24 15:24:56 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.92:
+  + Bugs fixed: bgo#645112, bgo#641664, bgo#643860, bgo#644412,
+bgo#645069, bgo#645108, bgo#645115, bgo#645119, bgo#645121,
+bgo#645133, bgo#645487, bgo#645504.
+  + Updated translations.
+- Changes from version 2.91.91.1:
+  + Empathy has a new icon
+  + You can now block annoying contacts.
+  + Bugs fixed: bgo#644296, bgo#614640, bgo#618787, bgo#639417,
+bgo#643690, bgo#643863, bgo#644295, bgo#644298, bgo#644359,
+bgo#644360, bgo#644406, bgo#644475, bgo#644500, bgo#644726,
+bgo#644830, bgo#644844, bgo#644914, bgo#644936, bgo#644944,
+bgo#645008, bgo#645014.
+- Changes from version 2.91.91:
+  + Bugs fixed:
+- bgo#643656: Autoreject incoming calls when there is one in
+  progress.
+- bgo#583317, bgo#641121, bgo#643745, bgo#643872, bgo#643920,
+  bgo#644058, bgo#644062, bgo#644121, bgo#644127, bgo#644210.
+  + Updated translations
+- Changes from version 2.91.90:
+  + IRC commands improvements (/part, /query, /msg)
+  + Bugs fixed:
+- bgo#592595: Allow pinning contacts (showing them even when
+  they are offline).
+- bgo#604348, bgo#623682, bgo#641491, bgo#643078, bgo#643186,
+  bgo#611913, bgo#641861, bgo#642358, bgo#634679, bgo#637151,
+  bgo#640914, bgo#641119, bgo#641157, bgo#641161, bgo#641662,
+  bgo#641707, bgo#641867, bgo#641868, bgo#641985, bgo#642010,
+  bgo#642098, bgo#642264, bgo#642296, bgo#642385, bgo#642440,
+  bgo#642461, bgo#642700, bgo#642865.
+- Changes from version 2.91.6:
+  + Bugs fixed:
+- bgo#601578: Add Firefox style info bar to save room
+  password
+- bgo#606947: support Contact Search API.
+- bgo#635105, bgo#601577, bgo#609419, bgo#609420, bgo#631101,
+  bgo#634853, bgo#637322, bgo#637839, bgo#637847, bgo#639302,
+  bgo#640295, bgo#640411, bgo#640532, bgo#640751.
+- Changes from version 2.91.5:
+  + Bugs fixed:
+- bgo#586257: In Empathy, F2 key should rename contacts
+- bgo#638766, bgo#639214, bgo#639352, bgo#603027, bgo#636258,
+  bgo#637195, bgo#638040, bgo#638041.
+- Changes from version 2.91.4:
+  + Bugs fixed:
+- bgo#637135: Add nice UI for password-less accounts
+- bgo#609568, bgo#637799, bgo#637854, bgo#637855, bgo#602450,
+  bgo#637307.
+- Changes from version 2.91.3:
+  + Bugs fixed:
+- bgo#630146: Add Ovi account profile
+- bgo#630706: Add Accept/Decline button in subscription
+  notifications.
+- bgo#630707: show the subscription request message in the
+  accept dialog.
+- bgo#608806, bgo#626507, bgo#631096, bgo#635513, bgo#636067,
+  bgo#636123, bgo#636202, bgo#636203, bgo#636207, bgo#636360,
+  bgo#636613, bgo#636700, bgo#636802, bgo#637097, bgo#595305,
+  bgo#597043, bgo#607146, bgo#625745, bgo#626560, bgo#626810,
+  bgo#628043, bgo#633481, bgo#633835, bgo#634197, bgo#634688,
+  bgo#634754, bgo#634912, bgo#635022, bgo#635082, bgo#635105,
+  bgo#635262, bgo#635500, bgo#635592, bgo#635681, bgo#635691,
+  bgo#547658, bgo#636063.
+- Changes from version 2.91.2:
+  + Bugs fixed: bgo#632681, bgo#550775, bgo#573283, bgo#581029,
+bgo#609942, bgo#612205, bgo#616339, bgo#619858, bgo#619961,
+bgo#625780, bgo#628823, bgo#630421, bgo#631946, bgo#632024,
+bgo#632550, bgo#632564, bgo#632846, bgo#632912, bgo#632926,
+bgo#633329, bgo#633816, bgo#633870.
+- Changes from version 2.91.1:
+  + Bugs fixed:
+- bgo#632422: notifications show up even if