Compare commits

...

3 Commits

View File

@ -1,6 +1,6 @@
Name: kdepim-runtime
Version: 4.13.0
Release: 2mamba
Version: 4.13.3
Release: 1mamba
Summary: KDE PIM Runtime Environment
Group: Graphical Desktop/Applications/Office
Vendor: openmamba
@ -29,6 +29,8 @@ BuildRequires: libkolab-devel
BuildRequires: libkolabxml-devel
BuildRequires: libkgapi-devel
BuildRequires: libnepomuk-core-devel
BuildRequires: libaccounts-glib-devel
BuildRequires: libaccounts-qt-devel
Requires: libqt4 >= %{_qt4_version}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -45,7 +47,7 @@ This package contains header files needed if you wish to build applications base
%prep
%setup -q
%patch0 -p1
#%patch0 -p1
%build
%cmake_kde4 -d build
@ -150,6 +152,15 @@ exit 0
#%{_kde4_libdir}/libnepomukfeederpluginlib.a
%changelog
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
- automatic version update by autodist
* Tue Jun 10 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
- automatic version update by autodist
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
- automatic version update by autodist
* Mon Apr 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.0-2mamba
- patch to fix knotes migration to akonadi (see https://bugs.kde.org/show_bug.cgi?id=333640)