[packages/xfce4-verve-plugin] - up to 2.0.0

baggins baggins at pld-linux.org
Sun Aug 25 21:43:48 CEST 2019


commit 7d69d69ae1465384a5081cf722890fbe2ef0eab8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Aug 25 21:43:22 2019 +0200

    - up to 2.0.0

 format-security.patch   | 11 -----------
 xfce4-verve-plugin.spec | 15 ++++++---------
 2 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/xfce4-verve-plugin.spec b/xfce4-verve-plugin.spec
index f24def3..e3cc849 100644
--- a/xfce4-verve-plugin.spec
+++ b/xfce4-verve-plugin.spec
@@ -1,13 +1,12 @@
 Summary:	Verve plugin for Xfce panel
 Summary(pl.UTF-8):	Wtyczka Verve dla panelu Xfce
 Name:		xfce4-verve-plugin
-Version:	1.0.1
+Version:	2.0.0
 Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/%{name}-%{version}.tar.bz2
-# Source0-md5:	b5dbe88b2bea2c35785961d68fe446e4
-Patch0:		format-security.patch
+Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/%{name}-%{version}.tar.bz2
+# Source0-md5:	94429b1be9d66ba9b31e4aafb726a8c7
 URL:		http://goodies.xfce.org/projects/panel-plugins/verve-plugin
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -18,9 +17,9 @@ BuildRequires:	libtool
 BuildRequires:	libxfce4ui-devel
 BuildRequires:	pcre-devel
 BuildRequires:	pkgconfig
-BuildRequires:	xfce4-dev-tools >= 4.12.0
-BuildRequires:	xfce4-panel-devel >= 4.12.0
-Requires:	xfce4-panel >= 4.12.0
+BuildRequires:	xfce4-dev-tools >= 4.14.0
+BuildRequires:	xfce4-panel-devel >= 4.14.0
+Requires:	xfce4-panel >= 4.14.0
 Obsoletes:	xfce4-minicmd-plugin
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,7 +43,6 @@ Obsługuje kilka przyjemnych elementów, takich jak:
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -73,6 +71,5 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README THANKS
-%attr(755,root,root) %{_bindir}/verve-focus
 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libverve.so
 %{_datadir}/xfce4/panel/plugins/xfce4-verve-plugin.desktop
diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644
index ed81343..0000000
--- a/format-security.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xfce4-verve-plugin-1.0.1/panel-plugin/verve-plugin.c~	2015-01-25 12:08:09.000000000 +0100
-+++ xfce4-verve-plugin-1.0.1/panel-plugin/verve-plugin.c	2015-03-31 23:22:42.393312630 +0200
-@@ -407,7 +407,7 @@
-             gchar *msg = g_strconcat (_("Could not execute command:"), " ", command, NULL);
- 
-             /* Display error message dialog */
--            xfce_dialog_show_error (NULL, NULL, msg);
-+            xfce_dialog_show_error (NULL, NULL, "%s", msg);
- 
-             /* Free message */
-             g_free (msg);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfce4-verve-plugin.git/commitdiff/7d69d69ae1465384a5081cf722890fbe2ef0eab8



More information about the pld-cvs-commit mailing list