Skip to content

Commit

Permalink
SO bump, version bump, change log
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Aug 11, 2020
1 parent dcb9705 commit 81ce41d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "53")
SET(VERSION_MINOR "54")
SET(VERSION_PATCH "0")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is needed for the libyui-qt core ONLY.
##### These will be overridden from exports in LibyuiConfig.cmake
SET( SONAME_MAJOR "12" )
SET( SONAME_MAJOR "13" )
SET( SONAME_MINOR "0" )
SET( SONAME_PATCH "0" )
SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" )
4 changes: 2 additions & 2 deletions package/libyui-qt-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@


%define parent libyui-qt
%define so_version 12
%define so_version 13

Name: %{parent}-doc
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.53.0
Version: 2.54.0
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand Down
7 changes: 7 additions & 0 deletions package/libyui-qt.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 11 13:52:19 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

- Added MenuBar widget (bsc#1175115)
- Bumped SO version to 13
- 2.54.0

-------------------------------------------------------------------
Thu Jun 4 11:58:01 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions package/libyui-qt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

Name: libyui-qt
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.53.0
Version: 2.54.0
Release: 0
Source: %{name}-%{version}.tar.bz2

%define so_version 12
%define so_version 13
%define bin_name %{name}%{so_version}

BuildRequires: boost-devel
Expand Down

0 comments on commit 81ce41d

Please sign in to comment.