Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-clipman-plugin for
openSUSE:Factory checked in at 2021-05-04 22:01:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-clipman-plugin (Old)
and /work/SRC/openSUSE:Factory/.xfce4-clipman-plugin.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-clipman-plugin"
Tue May 4 22:01:22 2021 rev:6 rq:890421 version:1.6.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-clipman-plugin/xfce4-clipman-plugin.changes
2020-04-07 10:29:04.994346953 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-clipman-plugin.new.2988/xfce4-clipman-plugin.changes
2021-05-04 22:01:34.664467959 +0200
@@ -1,0 +2,31 @@
+Mon May 3 15:28:16 UTC 2021 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 1.6.2
+ * Add G_GNUC_FALLTHROUGH definition if GLib < 2.60
+ * Remove obsolete GTK_CHECK_VERSION checks
+ * Fix function prototypes
+ * Remove GSourceFunc casts
+ * Fix compilation warnings
+ * automake: Enable subdir-objects
+ * autoconf: Some updates
+ * Check for `locale.h` required in release mode
+ * Update `.gitignore`
+ * Require gtk 3.22.29
+ * Fix GCC warnings
+ * Fix return type of grab_keyboard
+ * Add README.md
+ * Avoid deprecated warnings with Gdk >= 3.22
+ * Add basic GitLab pipeline
+ * bxo#16717: Move from exo-csource to xdt-csource
+ * Make settings window title translateable (bxo#16625)
+ * history: Re-enable singleton
+ * menu: Indicate primary and clipboard content
+ * menu: Indicate the primary clipboard item
+ * Speed up shutdown and paste
+ * Correct location of appstream info
+ * Fix a couple of grammatical errors
+ * Translation Updates
+- Drop xfce4-clipman-plugin-1.4.2-fix-nonvoid-function.diff,
+ fixed upstream
+
+-------------------------------------------------------------------
Old:
----
xfce4-clipman-plugin-1.4.2-fix-nonvoid-function.diff
xfce4-clipman-plugin-1.6.1.tar.bz2
New:
----
xfce4-clipman-plugin-1.6.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-clipman-plugin.spec ++++++
--- /var/tmp/diff_new_pack.7XwXbl/_old 2021-05-04 22:01:35.132466199 +0200
+++ /var/tmp/diff_new_pack.7XwXbl/_new 2021-05-04 22:01:35.136466185 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-clipman-plugin
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,14 @@
%define plugin clipman
%bcond_with git
Name: xfce4-%{plugin}-plugin
-Version: 1.6.1
+Version: 1.6.2
Release: 0
Summary: Clipboard Manager Plugin for the Xfce Panel
License: GPL-2.0-or-later
Group: System/GUI/XFCE
URL: https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin
Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/1.6/%{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: appstream-glib
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig
@@ -55,8 +54,8 @@
Requires: xfce4-panel >= %{panel_version}
# uses exo-open
Requires: exo-tools
-Recommends: %{name}-lang = %{version}
Recommends: %{name}-doc = %{version}
+Recommends: %{name}-lang = %{version}
%description
This is a clipboard manager which comes with a plugin for the Xfce Panel. It
@@ -106,8 +105,10 @@
%fdupes %{buildroot}%{_datadir}
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
+
%files
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README.md
%license COPYING
%{_datadir}/xfce4/panel/plugins/xfce4-clipman-plugin.desktop
%{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
@@ -121,8 +122,8 @@
%{_bindir}/xfce4-popup-clipman-actions
%{_datadir}/applications/xfce4-clipman.desktop
%{_datadir}/applications/xfce4-clipman-settings.desktop
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/xfce4-clipman.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/xfce4-clipman.appdata.xml
%{_datadir}/icons/hicolor/*/apps/*
%files lang -f %{name}.lang
++++++ xfce4-clipman-plugin-1.6.1.tar.bz2 -> xfce4-clipman-plugin-1.6.2.tar.bz2
++++++
++++ 26930 lines of diff (skipped)