Skip to content

Commit

Permalink
Merge pull request libyui/libyui-qt-pkg#92 from shundhammer/huha-menu-01
Browse files Browse the repository at this point in the history
Adapt to changed parent lib SO version libyui.so.13
  • Loading branch information
shundhammer authored Aug 12, 2020
2 parents 844fb28 + 104b97b commit 14eab0b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libyui-qt-pkg/VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "48" )
SET( VERSION_PATCH "2" )
SET( VERSION_PATCH "3" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

##### This is need for the libyui core ONLY.
Expand Down
4 changes: 2 additions & 2 deletions libyui-qt-pkg/package/libyui-qt-pkg-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@


%define parent libyui-qt-pkg
%define so_version 12
%define so_version 13
Name: %{parent}-doc
Version: 2.48.2
Version: 2.48.3
Release: 0
Summary: Libyui-qt-pkg documentation
License: LGPL-2.1-only OR LGPL-3.0-only
Expand Down
6 changes: 6 additions & 0 deletions libyui-qt-pkg/package/libyui-qt-pkg.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 11 13:56:20 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

- Use new parent lib SO version libyui.so.13 (bsc#1175115)
- 2.48.3

-------------------------------------------------------------------
Thu Jun 4 12:36:18 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

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


%define so_version 12
%define so_version 13
%define bin_name %{name}%{so_version}
%define libyui_qt_devel_version libyui-qt-devel >= 2.50.1
%define libzypp_devel_version libzypp-devel >= 17.21.0
Name: libyui-qt-pkg
Version: 2.48.2
Version: 2.48.3
Release: 0
Summary: Libyui - Qt Package Selector
License: LGPL-2.1-only OR LGPL-3.0-only
Expand Down

0 comments on commit 14eab0b

Please sign in to comment.