Skip to content

Commit

Permalink
version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vidner committed Jun 4, 2021
1 parent f6216b5 commit 60a05ad
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "4")
SET( VERSION_MINOR "2" )
SET( VERSION_PATCH "13" )
SET( VERSION_PATCH "14" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

SET( SONAME_MAJOR "15" )
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-bindings.spec
Expand Up @@ -20,7 +20,7 @@
Name: libyui-bindings

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0
Summary: Bindings for libyui
License: LGPL-2.1-only OR LGPL-3.0-only
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-ncurses-pkg.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui-ncurses-pkg

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-ncurses-rest-api.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui-ncurses-rest-api

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-ncurses.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui-ncurses

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt-graph.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui-qt-graph

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt-pkg.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui-qt-pkg

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt-rest-api.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui-qt-rest-api

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui-qt

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-rest-api.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui-rest-api

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down
7 changes: 7 additions & 0 deletions package/libyui.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 4 08:27:03 UTC 2021 - Martin Vidner <mvidner@suse.com>

- rest-api: When finding table items by cell value,
ignore BiDi control chars (bsc#1128091)
- 4.2.14

-------------------------------------------------------------------
Wed Jun 2 11:18:42 UTC 2021 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/libyui.spec
Expand Up @@ -19,7 +19,7 @@
Name: libyui

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.2.13
Version: 4.2.14
Release: 0

%define so_version 15
Expand Down

0 comments on commit 60a05ad

Please sign in to comment.