diff --git a/.gitignore b/.gitignore index a7b93bb..841f408 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /libkolabxml-0.5.tar.gz /libkolabxml-0.6.tar.gz /libkolabxml-0.6.0.tar.gz +/libkolabxml-0.7.0.tar.gz diff --git a/libkolabxml.spec b/libkolabxml.spec index 52c3304..a9d6b22 100644 --- a/libkolabxml.spec +++ b/libkolabxml.spec @@ -12,8 +12,8 @@ } Name: libkolabxml -Version: 0.6.0 -Release: 3%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: Kolab XML format collection parser library Group: System Environment/Libraries @@ -37,6 +37,7 @@ BuildRequires: gcc-c++ BuildRequires: kdelibs-devel BuildRequires: kdepimlibs-devel %endif +BuildRequires: libcurl-devel BuildRequires: php-devel >= 5.3 BuildRequires: python-devel BuildRequires: qt-devel >= 3 @@ -189,6 +190,9 @@ rm -rf %{buildroot} %{python_sitearch}/_kolabformat.so %changelog +* Wed Jul 25 2012 Jeroen van Meeuwen - 0.7.0-1 +- New upstream version + * Wed Jun 27 2012 Jeroen van Meeuwen - 0.6.0-3 - Correct dependency on php diff --git a/sources b/sources index 8b82c88..93b0a60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -637afd45fdb8d35745fce743a98f0b95 libkolabxml-0.6.0.tar.gz +3a057811413ea0239f206abb08a5fdce libkolabxml-0.7.0.tar.gz