rpms/gallery2/devel gallery2-2.3-upgrade.patch, NONE, 1.1 gallery2-2.3-installer.patch, 1.1, 1.2 gallery2.spec, 1.30, 1.31

Jon Ciesla limb at fedoraproject.org
Fri Jul 17 12:57:46 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/gallery2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11356

Modified Files:
	gallery2-2.3-installer.patch gallery2.spec 
Added Files:
	gallery2-2.3-upgrade.patch 
Log Message:
upgrader patch.


gallery2-2.3-upgrade.patch:
 index.php |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE gallery2-2.3-upgrade.patch ---

--- upgrade/index.php~	2008-10-18 02:15:43.000000000 -0500

+++ upgrade/index.php	2009-07-17 07:46:11.000000000 -0500

@@ -49,0 +50 @@

+require_once($g2Base . 'modules/core/classes/GalleryCoreApi.class');

gallery2-2.3-installer.patch:
 index.php |    1 +
 1 file changed, 1 insertion(+)

Index: gallery2-2.3-installer.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gallery2/devel/gallery2-2.3-installer.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gallery2-2.3-installer.patch	19 Jun 2009 17:31:32 -0000	1.1
+++ gallery2-2.3-installer.patch	17 Jul 2009 12:57:45 -0000	1.2
@@ -1,4 +1,4 @@
 --- install/index.php~	2009-06-19 11:58:00.000000000 -0500
 +++ install/index.php	2009-06-19 11:58:00.000000000 -0500
 @@ -49,0 +50 @@
-+require_once($g2Base . '/modules/core/classes/GalleryCoreApi.class');
++require_once($g2Base . 'modules/core/classes/GalleryCoreApi.class');


Index: gallery2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gallery2/devel/gallery2.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- gallery2.spec	19 Jun 2009 17:31:32 -0000	1.30
+++ gallery2.spec	17 Jul 2009 12:57:45 -0000	1.31
@@ -7,7 +7,7 @@ URL: http://gallery.menalto.com
 Name: gallery2
 Version: 2.3
 Group: Applications/Publishing
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv2+
 #Source0: http://dl.sf.net/gallery/gallery-%{version}-full.zip
 # Tarball from upstream contains prebuilt jars, some of which are not redistributable.
@@ -35,6 +35,7 @@ Obsoletes: gallery2-slideshowapplet <= 2
 Patch1: gallery2-2.3-smtp.patch
 Patch2: gallery2-2.3-captcha.patch
 Patch3: gallery2-2.3-installer.patch
+Patch4: gallery2-2.3-upgrade.patch
 
 %package albumselect
 Summary: Albumselect module for Gallery 2
@@ -689,6 +690,7 @@ subalbums/other items not shown
 %patch1 -p0
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
 
 %build
 #pushd lib/tools/bin
@@ -1112,6 +1114,10 @@ fi
 %{installprefix}/gallery2/themes/tile/
 
 %changelog
+* Fri Jul 17 2009 Jon Ciesla <limb at jcomserv.net> - 2.3-14
+- Upgrader patch, BZ 506983.
+- Removed extra slash from installer patch.
+
 * Fri Jun 19 2009 Jon Ciesla <limb at jcomserv.net> - 2.3-13
 - Installer patch, BZ 506983.
 




More information about the fedora-extras-commits mailing list