Skip to content

Commit

Permalink
New release 2.52.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Oct 17, 2022
1 parent 5f53629 commit 8f88e12
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "52" )
SET( VERSION_PATCH "2" )
SET( VERSION_PATCH "3" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" )

12 changes: 11 additions & 1 deletion package/libyui-gtk.changes
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
-------------------------------------------------------------------
Mon Oct 17 19:06:36 CEST 2022 - [email protected]

- 2.52.3
- YGImage when creating an image looks if the given image is not a pathname
and try to get it from theme (issue #87)
- YGLayout fixing to show background picture (issue #86)

-------------------------------------------------------------------
Sun Sep 25 19:07:11 CEST 2022 - [email protected]

- Changed displayWidth/displayHeight implementation For GTK3
suggestion is to get the GdkWindow out of the GtkWindow widget
with gtk_widget_get_window(), and then use
gdk_display_get_monitor_at_window()
This fixes dnfdragora bug https://github.com/manatools/dnfdragora/issues/207
when it runs on Gnome desktop.
- 2.51.2
- 2.52.2

-------------------------------------------------------------------
Sun Jul 11 15:27:20 CET 2021 - [email protected]

- Fixed CMAKE_INSTALL_LIBDIR for pkgconfig

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


Name: libyui-gtk
Version: 2.52.2
Version: 2.52.3
Release: 0
Source: %{name}-%{version}.tar.bz2

%define so_version 15
%define so_version 16
%define bin_name %{name}%{so_version}

BuildRequires: boost-devel
Expand Down

0 comments on commit 8f88e12

Please sign in to comment.