rpms/seahorse/devel seahorse.spec,1.16,1.17

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri Feb 24 04:02:13 UTC 2006


Author: skvidal

Update of /cvs/extras/rpms/seahorse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23266

Modified Files:
	seahorse.spec 
Log Message:

add patch to spec



Index: seahorse.spec
===================================================================
RCS file: /cvs/extras/rpms/seahorse/devel/seahorse.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- seahorse.spec	23 Feb 2006 17:26:28 -0000	1.16
+++ seahorse.spec	24 Feb 2006 04:02:12 -0000	1.17
@@ -1,12 +1,13 @@
 Name: 		seahorse
 Version: 	0.8
-Release:        2%{dist}
+Release:        3%{dist}
 Summary:	GNOME2 interface for gnupg
 Group: 		User Interface/Desktops
 License: 	GPL
 URL:        http://seahorse.sourceforge.net/
 Source:     http://ftp.gnome.org/pub/GNOME/sources/seahorse/%{version}/%{name}-%{version}.tar.gz
 Patch0:		gpgme-1.1.X-configure.patch
+Patch1:     illegal_free.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -37,6 +38,7 @@
 sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.in
 sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.am
 %patch0 -p0
+%patch1 -p1
 
 %build
 %configure --disable-schemas-install --disable-gedit
@@ -120,6 +122,10 @@
 
 
 %changelog
+* Thu Feb 23 2006 Seth Vidal <skvidal at linux.duke.edu>
+- Patch from John Thacker for rh bug #182694 
+
+
 * Mon Jan 16 2006 Seth Vidal <skvidal at linux.duke.edu> - 0.8-2
 - added configure patch for it to build
 - disable gedit plugins until seahorse gets fixed to work with gedit 2.13+




More information about the scm-commits mailing list