summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Andres <ma@suse.de>2014-01-24 08:10:44 +0100
committerMichael Andres <ma@suse.de>2014-01-24 08:10:44 +0100
commite5ee79199f04dfc2638be754bf189d2bcb40e940 (patch)
tree48bda16aa1db7ea549d987a6730fb38aa0d7a894
parent967574db209bbef252cf3f347a983b737a6fec45 (diff)
downloadlibzypp-bindings-e5ee79199f04dfc2638be754bf189d2bcb40e940.tar.gz
libzypp-bindings-e5ee79199f04dfc2638be754bf189d2bcb40e940.tar.bz2
libzypp-bindings-e5ee79199f04dfc2638be754bf189d2bcb40e940.zip
changes 0.6.0
-rw-r--r--VERSION.cmake4
-rw-r--r--libzypp-bindings.spec.cmake2
-rw-r--r--package/libzypp-bindings.changes6
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.