Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory checked 
in at 2016-09-21 18:42:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkmm3 (Old)
 and      /work/SRC/openSUSE:Factory/.gtkmm3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtkmm3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkmm3/gtkmm3.changes    2016-06-03 
16:30:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes       2016-09-21 
18:42:06.000000000 +0200
@@ -1,0 +2,93 @@
+Tue Sep 20 10:23:04 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.0:
+  + No changes compared to 3.21.6.
+
+-------------------------------------------------------------------
+Wed Sep 14 16:28:51 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.6:
+  + Gtk:
+    - FileChooser: Added add_choice(), remove_choice(),
+      set_choice(), get_choice().
+    - Menu: Add popup_at_rect(), popup_at_widget(),
+      popup_at_pointer(), signal_popped_up(), and the anchor_hints,
+      rect_anchor_dx, rect_anchor_dy, and menu_type_hint
+      properties.
+    - Popover: Add popup() and popupdown(), deprecating
+      get/set_transitions_enabled().
+    - RadioMenuItem, RadioToolButton: Add join_group()
+      (bgo#769374).
+    - ScrolledWindow:
+      . Added get/set_max_content_height/width() and properties.
+      . Added get/set_propagate_natural_height/width() and the
+        properties.
+    - Add the ShortcutLabel widget.
+    - TreeNodeChildren: Deprecate the reverse iterator
+      (bgo#554889).
+  + Gdk:
+    - Pixbuf: Added set_option(), remove_option(), and
+      copy_options().
+    - PixbufFormat: Added is_save_option_supported().
+  + Documentation: Gtk::Clipboard::wait_for_uris(): Fix the
+    documentation.
+
+-------------------------------------------------------------------
+Sun Jul 24 16:55:36 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.4:
+  + Gtk:
+    - ApplicationWindow: Add a correct wrap() method, deprecating
+      the incorrect one (bgo#767951).
+    - FlowBox, ListBox: Add bind_model() and bind_list_store()
+      (bgo#755149).
+    - UIManager, ActionGroup, RadioAction, RecentAction,
+      ToggleAction: Deprecated, as in the C GTK+ API (bgo#768573).
+  + Build: Fix silent builds (bgo#768797).
+
+-------------------------------------------------------------------
+Mon Jun 27 09:36:32 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.3:
+  + Gtk:
+    - AppChooserDialog, FontChooserDialog: Add _UNMANAGEABLE.
+    - ScrolledWindow: Deprecate remove_with_viewport()
+      (bgo#685739).
+    - SizeGroup: Deprecate set/get/property_ignore_hidden().
+    - Widget: Deprecate send_expose().
+    - Window: Deprecate begin_paint_rect(), begin_paint_region(),
+      end_paint() and create_cairo_context(). Add
+      begin_draw_frame() and end_draw_frame() which use the new
+      Gdk::DrawingContext.
+  + Gdk: Add DrawingContext.
+  + Build: Visual Studio builds: Update gdkmm project.
+
+-------------------------------------------------------------------
+Thu Jun  2 00:01:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.2:
+  + Gdk:
+    - Clipboard: Add get_selection().
+    - Device: Add get_axes(), signal_changed() and many properties.
+    - Display:
+      . Add methods and signals related to Gdk::Monitor.
+      . Deprecated get_screen().
+    - GLArea: Add set/get_use_es() and property.
+    - GLContext: Add set/get_use_es().
+    - Add Monitor.
+    - ShortscutsShortcut: Add "action-name" property.
+    - Visual: Deprecate get_byte_order(), get_colormap_size(), and
+      get_bits_per_rgb().
+    - Window: create_gl_context() and signal_create_context():
+      Correct the reference counting.
+  + Gtk:
+    - IconInfo, PaperSize, TextIter, TreeIter, TreePath,
+      TreeRowReference: Deprecated operator void*, replacing it
+      with explicit operator bool.
+    - PrintSettings: Make create_*() from public, not protected.
+    - TreeView:
+      _auto_store_on_cellrenderer_text_edited_numerical(): Catch
+      the exception from std::stod(). This is a regression since
+      version 3.17.80.
+
+-------------------------------------------------------------------

Old:
----
  gtkmm-3.20.1.tar.xz

New:
----
  gtkmm-3.22.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtkmm3.spec ++++++
--- /var/tmp/diff_new_pack.Fc25Un/_old  2016-09-21 18:42:08.000000000 +0200
+++ /var/tmp/diff_new_pack.Fc25Un/_new  2016-09-21 18:42:08.000000000 +0200
@@ -21,13 +21,13 @@
 
 Name:           gtkmm3
 %define _name gtkmm
-Version:        3.20.1
+Version:        3.22.0
 Release:        0
 Summary:        C++ Interface for GTK3 (a GUI Library for X)
 License:        LGPL-2.1+
 Group:          System/Libraries
 Url:            http://www.gtkmm.org/
-Source0:        
http://download.gnome.org/sources/gtkmm/3.20/%{_name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gtkmm/3.22/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -36,9 +36,9 @@
 BuildRequires:  pkgconfig(atkmm-1.6) >= 2.24.1
 BuildRequires:  pkgconfig(cairomm-1.0) >= 1.12.0
 BuildRequires:  pkgconfig(epoxy) >= 1.2
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.26.0
-BuildRequires:  pkgconfig(giomm-2.4) >= 2.48.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.35.5
+BuildRequires:  pkgconfig(giomm-2.4) >= 2.49.1
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.21.6
 BuildRequires:  pkgconfig(pangomm-1.4) >= 2.38.2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ gtkmm-3.20.1.tar.xz -> gtkmm-3.22.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/gtkmm3/gtkmm-3.20.1.tar.xz 
/work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm-3.22.0.tar.xz differ: char 27, 
line 1


Reply via email to