rpms/roundcubemail/devel roundcubemail-0.2-stable-pg-mdb2.patch, NONE, 1.1 roundcubemail.spec, 1.20, 1.21

Jon Ciesla limb at fedoraproject.org
Mon Mar 30 20:21:46 UTC 2009


Author: limb

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

Modified Files:
	roundcubemail.spec 
Added Files:
	roundcubemail-0.2-stable-pg-mdb2.patch 
Log Message:
Patch for BZ489505


roundcubemail-0.2-stable-pg-mdb2.patch:

--- NEW FILE roundcubemail-0.2-stable-pg-mdb2.patch ---
--- program/include/rcube_mdb2.php~	2009-03-30 15:10:59.000000000 -0500
+++ program/include/rcube_mdb2.php	2009-03-30 15:10:59.000000000 -0500
@@ -89 +89 @@
-      $db_options['disable_smart_seqname'] = true;
+      #$db_options['disable_smart_seqname'] = true;


Index: roundcubemail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/devel/roundcubemail.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- roundcubemail.spec	25 Feb 2009 20:21:04 -0000	1.20
+++ roundcubemail.spec	30 Mar 2009 20:21:16 -0000	1.21
@@ -1,7 +1,7 @@
 %define roundcubedir %{_datadir}/roundcubemail
 Name: roundcubemail
 Version:  0.2
-Release:  8.stable%{?dist}
+Release:  9.stable%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
 Group: Applications/System         
@@ -17,6 +17,7 @@
 # From upstream, not in a release yet, BZ 476830.
 #Patch2: roundcubemail-0.2-beta-CVE-2008-5620.patch
 Patch3: roundcubemail-0.2-CVE-2009-0413.patch
+Patch4: roundcubemail-0.2-stable-pg-mdb2.patch
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
@@ -50,6 +51,7 @@
 #%patch1 -p0
 #%patch2 -p0
 %patch3 -p0
+%patch4 -p0
 
 # fix permissions and remove any .htaccess files
 find . -type f -print | xargs chmod a-x
@@ -137,6 +139,9 @@
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Mon Mar 30 2009 Jon Ciesla <limb at jcomserv.net> = 0.2-9.stable
+- Patch for PG until php-pear-MDB2 hits 1.5.0 stable. BZ 489505.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-8.stable
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list