rpms/akonadi/F-12 akonadi.spec,1.47,1.48

Rex Dieter rdieter at fedoraproject.org
Mon Dec 7 17:06:08 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/akonadi/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17283

Modified Files:
	akonadi.spec 
Log Message:
* Mon Dec 07 2009 Rex Dieter <rdieter at fedoraproject.org> 1.2.1-2
- restore mysql-related dependencies



Index: akonadi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/akonadi/F-12/akonadi.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- akonadi.spec	1 Sep 2009 12:20:21 -0000	1.47
+++ akonadi.spec	7 Dec 2009 17:06:08 -0000	1.48
@@ -2,7 +2,7 @@
 Summary: PIM Storage Service
 Name:    akonadi
 Version: 1.2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -19,8 +19,8 @@ Patch1: akonadi-1.1.1-mysql_conf.patch
 BuildRequires: cmake >= 2.6.0
 BuildRequires: qt4-devel >= 4.4
 BuildRequires: automoc4
-#BuildRequires: mysql-devel
-#BuildRequires: mysql-server
+BuildRequires: mysql-devel
+BuildRequires: mysql-server
 # for xsltproc
 BuildRequires: libxslt
 BuildRequires: shared-mime-info
@@ -29,9 +29,9 @@ BuildRequires: soprano-devel
 
 # when/if akonadi grows support for other backends, consider splitting
 # these similar to how phonon is done currently.
-#Requires: qt4-mysql
+Requires: qt4-mysql
 # not *strictly* required, but we need a functional default configuration
-#Requires: mysql-server
+Requires: mysql-server
 Requires(postun): /sbin/ldconfig
 
 %description
@@ -119,6 +119,9 @@ fi
 
 
 %changelog
+* Mon Dec 07 2009 Rex Dieter <rdieter at fedoraproject.org> 1.2.1-2
+- restore mysql-related dependencies
+
 * Tue Sep  1 2009 Lukáš Tinkl <ltinkl at redhat.com> - 1.2.1-1
 - Akonadi 1.2.1
 




More information about the scm-commits mailing list