Hello community,
here is the log from the commit of package xfce4-panel-plugin-clipman for
openSUSE:Factory checked in at 2017-08-24 18:29:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-clipman (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-clipman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-clipman"
Thu Aug 24 18:29:15 2017 rev:17 rq:512209 version:1.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-clipman/xfce4-panel-plugin-clipman.changes
2014-06-01 19:41:55.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-clipman.new/xfce4-panel-plugin-clipman.changes
2017-08-24 18:29:51.967849095 +0200
@@ -1,0 +2,24 @@
+Fri Jul 21 17:57:38 UTC 2017 - [email protected]
+
+- update to version 1.4.2
+ - Port to GtkApplication (should help with keyboard shortcut issues)
+ - Translation updates
+- add xfce4-clipman-plugin-1.4.2-fix-nonvoid-function.diff to fix build
+
+-------------------------------------------------------------------
+Sun Dec 25 18:38:14 UTC 2016 - [email protected]
+
+- update to version 1.4.1
+ - new application icon
+ - various icon and menu geometry fixes
+ - translation updates
+- do not package ChangeLog file, NEWS is enough
+
+-------------------------------------------------------------------
+Sat Nov 26 17:06:37 UTC 2016 - [email protected]
+
+- update to version 1.4.0
+ - port to Gtk3 / GtkApplication
+
+
+-------------------------------------------------------------------
Old:
----
xfce4-clipman-plugin-1.2.6.tar.bz2
New:
----
xfce4-clipman-plugin-1.4.2-fix-nonvoid-function.diff
xfce4-clipman-plugin-1.4.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-clipman.spec ++++++
--- /var/tmp/diff_new_pack.QLQ2XI/_old 2017-08-24 18:29:52.783734149 +0200
+++ /var/tmp/diff_new_pack.QLQ2XI/_new 2017-08-24 18:29:52.787733586 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-panel-plugin-clipman
#
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -16,31 +16,31 @@
#
-%define panel_version 4.8.0
+%define panel_version 4.12.0
%define plugin_name xfce4-clipman-plugin
Name: xfce4-panel-plugin-clipman
-Version: 1.2.6
+Version: 1.4.2
Release: 0
Summary: Clipboard Manager Plugin for the Xfce Panel
License: GPL-2.0+
Group: System/GUI/XFCE
Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.4/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE xfce4-clipman-plugin-1.4.2-fix-nonvoid-function.diff --
trivial fix until next release, seife
+Patch0: xfce4-clipman-plugin-1.4.2-fix-nonvoid-function.diff
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: update-desktop-files
-BuildRequires: pkgconfig(exo-1)
-BuildRequires: pkgconfig(gdk-x11-2.0)
+BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.14.0
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gtk+-2.0)
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0
BuildRequires: pkgconfig(libqrencode)
-BuildRequires: pkgconfig(libxfce4panel-1.0)
-BuildRequires: pkgconfig(libxfce4ui-1)
+BuildRequires: pkgconfig(libxfce4panel-2.0) >= %panel_version
+BuildRequires: pkgconfig(libxfce4ui-2)
BuildRequires: pkgconfig(libxfce4util-1.0)
BuildRequires: pkgconfig(libxfconf-0)
-BuildRequires: pkgconfig(unique-1.0)
BuildRequires: pkgconfig(xproto)
BuildRequires: pkgconfig(xtst)
Obsoletes: xfce4-panel-plugin-clipman-doc < 1.2.4
@@ -62,6 +62,7 @@
%prep
%setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
%build
%configure --disable-static
@@ -89,7 +90,7 @@
%files
%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS COPYING NEWS README
%{_datadir}/xfce4/panel/plugins/xfce4-clipman-plugin.desktop
%{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
%config %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
@@ -98,6 +99,7 @@
%{_bindir}/xfce4-clipman
%{_bindir}/xfce4-clipman-settings
%{_bindir}/xfce4-popup-clipman
+%{_bindir}/xfce4-popup-clipman-actions
%{_datadir}/applications/xfce4-clipman.desktop
%dir %{_datadir}/appdata
%{_datadir}/appdata/xfce4-clipman.appdata.xml
++++++ xfce4-clipman-plugin-1.4.2-fix-nonvoid-function.diff ++++++
diff --git a/panel-plugin/xfce4-popup-clipman.c
b/panel-plugin/xfce4-popup-clipman.c
index fef6478..72b4357 100644
--- a/panel-plugin/xfce4-popup-clipman.c
+++ b/panel-plugin/xfce4-popup-clipman.c
@@ -29,7 +29,7 @@
/* Initial code was taken from xfwm4/src/menu.c:grab_available().
* TODO replace deprecated GTK/GDK functions.
*/
-static gboolean
+static void
grab_keyboard ()
{
guint32 timestamp = GDK_CURRENT_TIME;
++++++ xfce4-clipman-plugin-1.2.6.tar.bz2 -> xfce4-clipman-plugin-1.4.2.tar.bz2
++++++
++++ 54050 lines of diff (skipped)