rpms/seahorse-plugins/F-11 seahorse-plugins.spec,1.31,1.32

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 8 00:59:30 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/seahorse-plugins/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22088

Modified Files:
	seahorse-plugins.spec 
Log Message:
Implement GETINFO



Index: seahorse-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seahorse-plugins/F-11/seahorse-plugins.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- seahorse-plugins.spec	9 Sep 2009 14:21:02 -0000	1.31
+++ seahorse-plugins.spec	8 Oct 2009 00:59:30 -0000	1.32
@@ -1,6 +1,6 @@
 Name: 		seahorse-plugins
 Version: 	2.26.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:	Plugins and utilities for encryption in GNOME
 Group: 		User Interface/Desktops
 License:        GPLv2+ and GFDL
@@ -8,6 +8,9 @@ URL:            http://projects.gnome.or
 Source:         http://download.gnome.org/sources/seahorse-plugins/2.26/%{name}-%{version}.tar.bz2
 Source1:	seahorse-agent.sh
 
+# from upstream: https://bugzilla.gnome.org/show_bug.cgi?id=586855
+Patch0:		gnupg-getinfo.patch
+
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  intltool
@@ -60,6 +63,7 @@ from applications like nautilus or gedit
 
 %prep
 %setup -q
+%patch0 -p1 -b .gnupg-getinfo
 
 autoreconf -i -f
 
@@ -173,6 +177,9 @@ fi
 
 
 %changelog
+* Wed Oct  7 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.2-6
+- Implement GETINFO to make seahorse-agent work with gnupg >= 2.0.12
+
 * Wed Sep 09 2009 Jan Horak <jhorak at redhat.com> - 2.26.2-5
 - Rebuild against newer gecko
 




More information about the fedora-extras-commits mailing list