[packages/gallery] Rel 4

arekm arekm at pld-linux.org
Thu May 21 16:00:08 CEST 2026


commit ccca6da689905a665afc622d3fdf398d126d660f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu May 21 15:59:50 2026 +0200

    Rel 4

 gallery-setup.patch | 12 ++++++------
 gallery.spec        |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gallery.spec b/gallery.spec
index 8e390a2..6b3b0fc 100644
--- a/gallery.spec
+++ b/gallery.spec
@@ -5,7 +5,7 @@ Summary:	Web based photo album viewer and creator
 Summary(pl.UTF-8):	Przeglądarka i generator albumów zdjęć w postaci stron WWW
 Name:		gallery
 Version:	2.3
-Release:	3
+Release:	4
 License:	GPL
 Group:		Applications/Publishing
 Source0:	http://dl.sourceforge.net/gallery/%{name}-%{version}-full.tar.gz
@@ -67,7 +67,7 @@ pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
 
 %prep
 %setup -q -n %{name}2
-%patch -P0 -p0
+%patch -P0 -p1
 
 rm -f LICENSE.txt *.bat
 
diff --git a/gallery-setup.patch b/gallery-setup.patch
index 5526c21..3235c91 100644
--- a/gallery-setup.patch
+++ b/gallery-setup.patch
@@ -1,6 +1,6 @@
---- install/steps/DatabaseSetupStep.class.orig	2007-03-17 18:35:42.000000000 +0100
-+++ install/steps/DatabaseSetupStep.class	2007-03-17 18:38:53.000000000 +0100
-@@ -37,7 +37,7 @@
+--- a/install/steps/DatabaseSetupStep.class
++++ b/install/steps/DatabaseSetupStep.class
+@@ -38,7 +38,7 @@
  		$this->_config = array();
  		$this->_config['type'] = 'mysqlt';
  		$this->_config['hostname'] = 'localhost';
@@ -8,9 +8,9 @@
 +		$this->_config['username'] = 'mysql';
  		$this->_config['password'] = '';
  		$this->_config['database'] = 'gallery2';
- 		$this->_config['tablePrefix'] = 'g2_';
---- install/steps/StorageSetupStep.class.orig	2007-03-17 18:37:13.000000000 +0100
-+++ install/steps/StorageSetupStep.class	2007-03-17 18:39:22.000000000 +0100
+ 		$this->_config['schema'] = '';
+--- a/install/steps/StorageSetupStep.class
++++ b/install/steps/StorageSetupStep.class
 @@ -33,7 +33,7 @@
  	if (empty($this->_dir)) {
  	    $this->_dir = $galleryStub->getConfig('data.gallery.base');
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gallery.git/commitdiff/ccca6da689905a665afc622d3fdf398d126d660f



More information about the pld-cvs-commit mailing list