rpms/gourmet/F-13 gourmet.spec, 1.23, 1.24 gourmet_generic_web_importer_plugin_fix.patch, 1.1, 1.2

Jef Spaleta jspaleta at fedoraproject.org
Wed Jun 9 06:23:08 UTC 2010


Author: jspaleta

Update of /cvs/pkgs/rpms/gourmet/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27820

Modified Files:
	gourmet.spec gourmet_generic_web_importer_plugin_fix.patch 
Log Message:
* Tue Jun 8 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.4-4
- Brown bag patch fix



Index: gourmet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gourmet/F-13/gourmet.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- gourmet.spec	8 Jun 2010 00:32:22 -0000	1.23
+++ gourmet.spec	9 Jun 2010 06:23:07 -0000	1.24
@@ -2,7 +2,7 @@
 
 Name:		gourmet
 Version:	0.15.4
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Recipe Manager for the GNOME desktop environment
 
 Group:		Applications/Productivity
@@ -30,8 +30,8 @@ files and exports webpages & other forma
 
 %prep
 %setup -q
-%patch0
-%patch1
+%patch0 -p1
+%patch1 -p1
 #chmod -x data/recipe.dtd
 
 %build
@@ -73,6 +73,9 @@ rm -rf %buildroot
 %{python_sitelib}/*.egg-info
 
 %changelog
+* Tue Jun 8 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.4-4
+- Brown bag patch fix
+
 * Mon Jun 7 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.4-3
 - Added patches to fix web page importer bugs 
 

gourmet_generic_web_importer_plugin_fix.patch:
 generic_web_importer_plugin.py |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Index: gourmet_generic_web_importer_plugin_fix.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gourmet/F-13/gourmet_generic_web_importer_plugin_fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gourmet_generic_web_importer_plugin_fix.patch	8 Jun 2010 00:32:22 -0000	1.1
+++ gourmet_generic_web_importer_plugin_fix.patch	9 Jun 2010 06:23:08 -0000	1.2
@@ -1,6 +1,6 @@
 --- ./src/lib/plugins/import_export/web_import_plugin/generic_web_importer_plugin.py	2009-12-31 04:14:06.000000000 -0900
-+++ /usr/lib/python2.6/site-packages/gourmet/plugins/import_export/web_import_plugin/generic_web_importer_plugin.py	2010-06-07 16:14:55.360395562 -0800
-@@ -26,8 +26,12 @@
++++ ../generic_web_importer_plugin.py	2010-06-08 22:15:01.896155203 -0800
+@@ -26,8 +26,10 @@
          for p in self.plugins:
              if p.test_url(url, data):
                  return 1



More information about the scm-commits mailing list