Hello community,
here is the log from the commit of package akonadi-runtime for openSUSE:Factory checked in at 2012-12-03 09:23:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-runtime (Old)
and /work/SRC/openSUSE:Factory/.akonadi-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-runtime", Maintainer is "kde-maintainers(a)suse.de"
Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-runtime/akonadi-runtime.changes 2012-11-08 07:40:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-runtime.new/akonadi-runtime.changes 2012-12-03 09:23:47.000000000 +0100
@@ -1,0 +2,18 @@
+Sun Nov 25 13:25:37 UTC 2012 - cgiboudeaux(a)gmx.com
+
+- Only require mysql on SLES.
+
+-------------------------------------------------------------------
+Sat Nov 24 13:20:43 UTC 2012 - cgiboudeaux(a)gmx.com
+
+- Update to 1.9beta1
+ * Recover from lost external payload files.
+ * Improve the virtual collections handling.
+ * Many code and queries optimizations.
+
+-------------------------------------------------------------------
+Tue Nov 20 17:23:54 UTC 2012 - nico.kruber(a)gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+-------------------------------------------------------------------
Old:
----
akonadi-1.8.1.tar.bz2
New:
----
akonadi-1.8.80.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ akonadi-runtime.spec ++++++
--- /var/tmp/diff_new_pack.JVStrk/_old 2012-12-03 09:23:52.000000000 +0100
+++ /var/tmp/diff_new_pack.JVStrk/_new 2012-12-03 09:23:52.000000000 +0100
@@ -17,7 +17,7 @@
Name: akonadi-runtime
-Version: 1.8.1
+Version: 1.8.80
Release: 0
%define rversion %{version}
Summary: PIM Storage Service
@@ -36,7 +36,11 @@
BuildRequires: libxslt
BuildRequires: shared-mime-info
#There is a warning, but it's not needed at all, but for completness
+%if !0%{?sles_version}
BuildRequires: mysql-community-server
+%else
+BuildRequires: mysql
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# rename from 10.3, which had 4.x version
@@ -49,7 +53,9 @@
Requires: libqt4-sql-mysql
Requires: mysql
Requires: libqt4 >= %(rpm -q --queryformat '%{VERSION}' libqt4)
+%if !0%{?sles_version}
Suggests: mysql-community-server
+%endif
%description
This package contains the data files of Akonadi, the KDE PIM storage
@@ -83,12 +89,12 @@
%patch0
%build
- %cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc
+ %cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
%make_jobs
%install
cd build
- %makeinstall
+ make DESTDIR=%{buildroot} install
%fdupes -s %{buildroot}%{_prefix}/include
%post
++++++ akonadi-1.8.1.tar.bz2 -> akonadi-1.8.80.tar.bz2 ++++++
++++ 5540 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org