-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
------------------------------------------------------------------- | ||
Thu Apr 20 14:03:38 CEST 2017 - [email protected] | ||
|
||
- Fix Werror=misleading-indentation | ||
- Fix all deprecated / obsoleted functions in GTK-3.12 (gh#libyui/libyui-gtk#42) | ||
- Remove obsolete gtk_container_set_resize_mode() | ||
- Replace gtk_widget_get_root_window() | ||
- Fix all deprecated / obsoleted functions in GTK-3.14 (gh#libyui/libyui-gtk#42) | ||
- Remove gtk_tree_view_set_rules_hint() | ||
- Remove gtk_window_set_has_resize_grip() | ||
- Replace gtk_alignment_new() | ||
- Replace gtk_alignment_set_padding() | ||
- Replace gtk_arrow_new() | ||
- Replace gtk_misc_set_alignment() | ||
- Replace gtk_misc_set_padding() | ||
- Fix all deprecated / obsoleted functions in GTK-3.16 (gh#libyui/libyui-gtk#42) | ||
- Replace gtk_style_context_get_background_color() | ||
- Fix all deprecated / obsoleted functions in GTK-3.20 (gh#libyui/libyui-gtk#42) | ||
- Replace gtk_button_set_focus_on_click() | ||
- Fix all deprecated / obsoleted functions in GTK-3.22 (gh#libyui/libyui-gtk#42) | ||
- Replace gtk_menu_popup() | ||
- Fix all deprecated / obsoleted functions in GDK-3.16 (gh#libyui/libyui-gtk#42) | ||
- Replace gdk_cursor_new() | ||
- Fix all deprecated / obsoleted functions in GDK-3.20 (gh#libyui/libyui-gtk#42) | ||
- Replace gdk_device_manager_get_client_pointer() | ||
- Replace gdk_display_get_device_manager() | ||
- 2.45.0 | ||
|
||
------------------------------------------------------------------- | ||
Fri Apr 14 22:41:23 CEST 2017 - [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
|
||
Name: libyui-gtk | ||
Version: 2.44.9 | ||
Version: 2.45.0 | ||
Release: 0 | ||
Source: %{name}-%{version}.tar.bz2 | ||
|
||
|