rpms/roundcubemail/devel roundcubemail-0.1.1-mysql.update.sql.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 roundcubemail.spec, 1.6, 1.7 sources, 1.6, 1.7

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Wed Apr 9 13:43:31 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/roundcubemail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9302

Modified Files:
	.cvsignore roundcubemail.spec sources 
Added Files:
	roundcubemail-0.1.1-mysql.update.sql.patch 
Log Message:
New upstream.


roundcubemail-0.1.1-mysql.update.sql.patch:

--- NEW FILE roundcubemail-0.1.1-mysql.update.sql.patch ---
--- SQL/mysql.update.sql	2008-04-09 08:34:22.000000000 -0500
+++ SQL/mysql.update.sql	2008-04-09 08:34:22.000000000 -0500
@@ -5,7 +5,7 @@
 
 ALTER TABLE `messages`
   DROP INDEX `idx`,
-  DROP INDEX `uid`
+  DROP INDEX `uid`;
 
 ALTER TABLE `cache`
   DROP INDEX `cache_key`,


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	1 Apr 2008 17:41:22 -0000	1.5
+++ .cvsignore	9 Apr 2008 13:42:52 -0000	1.6
@@ -1 +1 @@
-roundcubemail-0.1-dep.tar.gz
+roundcubemail-0.1.1-dep.tar.gz


Index: roundcubemail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/devel/roundcubemail.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- roundcubemail.spec	1 Apr 2008 17:41:22 -0000	1.6
+++ roundcubemail.spec	9 Apr 2008 13:42:52 -0000	1.7
@@ -1,6 +1,6 @@
 %define roundcubedir %{_datadir}/roundcubemail
 Name: roundcubemail
-Version:  0.1
+Version:  0.1.1
 Release:  1%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
@@ -11,6 +11,7 @@
 Source1: roundcubemail.conf
 Source2: roundcubemail.logrotate
 Source4: roundcubemail-README.fedora
+Patch0: roundcubemail-0.1.1-mysql.update.sql.patch
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
@@ -32,7 +33,9 @@
 interface is fully skinnable using XHTML and CSS 2.
 
 %prep
-%setup -q -n roundcubemail-0.1-dep
+%setup -q -n roundcubemail-0.1.1-dep
+
+%patch0 -p0
 
 # fix permissions and remove any .htaccess files
 find . -type f -print | xargs chmod a-x
@@ -123,6 +126,10 @@
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Wed Apr 09 2008 Jon Ciesla <limb at jcomserv.net> = 0.1.1-1
+- New upstream release.
+- Added patch to fix mysql update.
+
 * Tue Mar 18 2008 Jon Ciesla <limb at jcomserv.net> = 0.1-1
 - Updgrade to 0.1 final, -dep.
 - Added new mimeDecode dep.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	1 Apr 2008 17:41:22 -0000	1.6
+++ sources	9 Apr 2008 13:42:52 -0000	1.7
@@ -1 +1 @@
-3b45d063b37ccd15de6b472e33f9bf5d  roundcubemail-0.1-dep.tar.gz
+658c88252b2a9cd74e1e556b2728324a  roundcubemail-0.1.1-dep.tar.gz




More information about the fedora-extras-commits mailing list