diff options
-rw-r--r-- | VERSION.cmake | 4 | ||||
-rw-r--r-- | libzypp-bindings.spec.cmake | 2 | ||||
-rw-r--r-- | package/libzypp-bindings.changes | 6 |
3 files changed, 9 insertions, 3 deletions
diff --git a/VERSION.cmake b/VERSION.cmake index f36d9b6..9f60d11 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,4 +1,4 @@ # on maintenance branch add a 2nd level to patch (p.1, p.2, ...) SET(VERSION_MAJOR "0") -SET(VERSION_MINOR "5") -SET(VERSION_PATCH "18") +SET(VERSION_MINOR "6") +SET(VERSION_PATCH "0") diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake index 1118e05..668dc6e 100644 --- a/libzypp-bindings.spec.cmake +++ b/libzypp-bindings.spec.cmake @@ -26,7 +26,7 @@ Group: Development/Sources BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: gcc-c++ >= 4.5 -BuildRequires: libzypp-devel >= 10.2.0 +BuildRequires: libzypp-devel >= 14.5.0 BuildRequires: python-devel BuildRequires: ruby-devel BuildRequires: swig >= 1.3.40 diff --git a/package/libzypp-bindings.changes b/package/libzypp-bindings.changes index 20705cf..d0df796 100644 --- a/package/libzypp-bindings.changes +++ b/package/libzypp-bindings.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Jan 24 08:05:29 CET 2014 - ma@suse.de + +- Adapt to libzypp changes. +- 0.6.0 + +------------------------------------------------------------------- Sun Jan 19 16:30:13 CET 2014 - ma@suse.de - Disable broken dump tests. |