Skip to content

Commit

Permalink
Version bump and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed May 20, 2020
1 parent a8cc4de commit 92526de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "52")
SET(VERSION_PATCH "3")
SET(VERSION_PATCH "4")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is needed for the libyui-qt core ONLY.
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

Expand Down
8 changes: 7 additions & 1 deletion package/libyui-qt.changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
-------------------------------------------------------------------
Wed May 20 10:00:31 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

- Fixed build failures with older Qt versions (pre-5.15) (bsc#1165118)
- 2.52.4

-------------------------------------------------------------------
Tue Mar 24 16:18:31 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

- Fixed Qt 5.15 deprecated warnings (bsc#1165118)
- 2.53.3
- 2.52.3

-------------------------------------------------------------------
Mon Feb 17 11:29:24 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

Expand Down

0 comments on commit 92526de

Please sign in to comment.