Hello community,

here is the log from the commit of package gajim for openSUSE:Factory checked 
in at 2016-05-29 03:11:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gajim (Old)
 and      /work/SRC/openSUSE:Factory/.gajim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gajim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gajim/gajim.changes      2016-01-05 
21:56:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gajim.new/gajim.changes 2016-05-29 
03:12:53.000000000 +0200
@@ -1,0 +2,9 @@
+Tue May 24 10:28:37 UTC 2016 - mvet...@suse.com
+
+- Add gajim-remote-dont-show.patch:
+  gajim-remote is cli only. Dont list it in menus.
+- If python-gstreamer-0_10 is installed the error message 
+  'ImportError: could not import gst' is not shown.
+  See: https://trac.gajim.org/ticket/7836
+
+-------------------------------------------------------------------

New:
----
  gajim-remote-dont-show.patch

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

Other differences:
------------------
++++++ gajim.spec ++++++
--- /var/tmp/diff_new_pack.8qzkhM/_old  2016-05-29 03:12:54.000000000 +0200
+++ /var/tmp/diff_new_pack.8qzkhM/_new  2016-05-29 03:12:54.000000000 +0200
@@ -25,6 +25,7 @@
 Group:          Productivity/Networking/Talk/Clients
 Url:            https://gajim.org/
 Source:         
https://gajim.org/downloads/%{_version}/%{name}-%{version}.tar.gz
+Patch:          gajim-remote-dont-show.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -58,6 +59,8 @@
 # GNOME Keyring support.
 Suggests:       python-gnomekeyring
 BuildArch:      noarch
+# Audio/Video Chat
+Suggests:       python-gstreamer-0_10
 
 %description
 The goal of Gajim is to provide a full featured and easy to use
@@ -87,6 +90,7 @@
 
 %prep
 %setup -q
+%patch -p1
 sed -i '/^_Keywords/d' data/%{name}.desktop.in.in
 
 %build

++++++ gajim-remote-dont-show.patch ++++++
diff -urEbwB gajim-0.16.5/data/gajim-remote.desktop.in.in 
gajim-0.16.5.new/data/gajim-remote.desktop.in.in
--- gajim-0.16.5/data/gajim-remote.desktop.in.in        2015-12-28 
13:38:50.000000000 +0100
+++ gajim-0.16.5.new/data/gajim-remote.desktop.in.in    2016-05-24 
12:15:20.227476800 +0200
@@ -9,3 +9,4 @@
 Terminal=false
 Type=Application
 MimeType=x-scheme-handler/xmpp
+NoDisplay=true

Reply via email to