rpms/akonadi/devel akonadi-1.1.1-mysql_conf.patch, NONE, 1.1 akonadi.spec, 1.22, 1.23

Rex Dieter rdieter at fedoraproject.org
Fri Feb 20 17:24:56 UTC 2009


Author: rdieter

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

Modified Files:
	akonadi.spec 
Added Files:
	akonadi-1.1.1-mysql_conf.patch 
Log Message:
* Fri Feb 20 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.1-2
- shrink default db initial size a bit (approx 140mb->28mb)
- drop extraneous RPATH-cmake baggage


akonadi-1.1.1-mysql_conf.patch:

--- NEW FILE akonadi-1.1.1-mysql_conf.patch ---
diff -up akonadi-1.1.1/server/src/storage/mysql-global.conf.mysql_conf akonadi-1.1.1/server/src/storage/mysql-global.conf
--- akonadi-1.1.1/server/src/storage/mysql-global.conf.mysql_conf	2009-01-21 12:29:03.000000000 -0600
+++ akonadi-1.1.1/server/src/storage/mysql-global.conf	2009-02-20 11:18:57.000000000 -0600
@@ -49,6 +49,6 @@ innodb_additional_mem_pool_size=1M
 # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
 innodb_buffer_pool_size=80M
 # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
-innodb_log_file_size=64M
+innodb_log_file_size=8M
 innodb_flush_log_at_trx_commit=2
 


Index: akonadi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/akonadi/devel/akonadi.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- akonadi.spec	21 Jan 2009 18:54:02 -0000	1.22
+++ akonadi.spec	20 Feb 2009 17:24:25 -0000	1.23
@@ -1,7 +1,7 @@
 Summary: PIM Storage Service
 Name:    akonadi
 Version: 1.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -9,6 +9,9 @@
 Source0:  http://akonadi.omat.nl/akonadi-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# shrink default initial db size a bit (approx 140mb->28mb)
+Patch1: akonadi-1.1.1-mysql_conf.patch
+
 BuildRequires: cmake
 BuildRequires: qt4-devel >= 4.4
 BuildRequires: automoc4
@@ -53,9 +56,7 @@
 
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-# added CMAKE_SKIP_RPATH ... at least until universally in %%cmake macro -- Rex
 %{cmake} \
-  -DCMAKE_SKIP_RPATH:BOOL=ON \
   -DCONFIG_INSTALL_DIR=%{_sysconfdir} \
   ..
 popd
@@ -105,6 +106,10 @@
 
 
 %changelog
+* Fri Feb 20 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.1-2
+- shrink default db initial size a bit (approx 140mb->28mb)
+- drop extraneous RPATH-cmake baggage
+
 * Wed Jan 21 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.1-1
 - 1.1.1
 




More information about the fedora-extras-commits mailing list