Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory checked 
in at 2016-03-29 14:31: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    2015-03-30 
19:28:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes       2016-03-29 
14:31:07.000000000 +0200
@@ -1,0 +2,278 @@
+Fri Mar 18 12:40:37 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.12:
+  + Gtk:
+    - CellRendererProgress:_property_renderable(): Avoid infinite
+      loop.
+    - CellrendererToggle: Deprecate property_indicator_size().
+    - ColorButton: Add property_show_editor().
+    - Container: Deprecate property_resize_mode().
+    - Entry: Deprecate property_shadow_type().
+    - Expander: Deprecate property_spacing().
+    - PlacesSidebar:
+      . Deprecate property_show_other_locations().
+      . Add property_show_other_locations_with_flags(),
+        signal_mount() and signal_unmount().
+    - Settings: Add property_gtk_keynav_use_caret().
+    - StyleContext: Deprecate property_direction().
+    - TextView: Add reset_cursor_blink().
+  + Build:
+    - Fix "make check" after sigc::mem_fun(pointer, func) was
+      deprecated.
+    - MSVC builds: Update for shortcuts widgets.
+    - MSVC builds: Look for headers in include/gio-win32-2.0 as
+      well.
+
+-------------------------------------------------------------------
+Tue Mar  8 10:49:01 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.11:
+  + Gtk:
+    - AccelLabel: Ad get_accel().
+    - ApplicationWindow: Add set/unset/get_help_overlay().
+    - Builder: Make get_widget_derived() a variadic template,
+      forwarding its arguments to the constructor of the derived
+      class (bgo#134161).
+    - GestureLongPress: Add property_delay_factor().
+    - Popover: Add PopoverConstraint enum and
+      set/get/property_constrain_to().
+    - Range: Deprecate get/set_min_slider_size().
+    - Stack: Add set/get/property_interpolate_size().
+    - StackSwitcher: Add property_icon_size().
+    - Settings: Add reset_property() and
+      property_gtk_titlebar_double_click/middle_click/
+      right_click().
+    - Add Shortcuts* widgets, such as ShortcutsWindow.
+    - TextTag: Add tag_changed() and property_strikethrough_rgba/
+      strikethrough_rgba_set/underline_rgba/underline_rgba_set/
+      font_features/font_features_set().
+    - TextView: Add set/get/property_top_margin() and
+      set/get/property_bottom_margin().
+    - Replace deprecated Glib::ScopedPtr with make_unique_g_free().
+  + Gdk:
+    - Add GLContext::is_legacy().
+    - Seat: Add get_slaves() (bgo#759806).
+    - Window: Deprecate parse_geometry() and
+      set_default_geometry().
+  + Updated Documentation (bgo#759806).
+  + Build: Visual Studio builds: Update gdkmm project for GdkSeat.
+
+-------------------------------------------------------------------
+Tue Jan 12 09:37:15 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.6:
+  + Gtk:
+    - TextIter: Add starts_tag(), deprecate begins_tag().
+    - TreeView: Fix a crash in get_tooltip_context_path()
+      (bgo#760030).
+  + Gdk:
+    - Add Gdk::Seat (bgo#759806).
+    - Device:
+      . Add get_seat().
+      . Deprecate grab() and ungrab().
+    - DeviceManager, Display: Add and deprecate (bgo#759806).
+    - DeviceManager: Deprecate list_devices() and
+      get_client_pointer() (bgo#759806).
+    - Display:
+      . Deprecate get_device_manager().
+      . Add list_seats(), get_default_seat(), signal_seat_added()
+        and signal_seat_removed() (bgo#759806).
+
+-------------------------------------------------------------------
+Wed Dec 23 20:04:55 UTC 2015 - damjanovic....@gmail.com
+
+- Update to version 3.19.5:
+  + Gtk:
+    - Button: Deprecate get/set_focus_on_click() and property.
+    - ComboBox: Deprecate get/set_focus_on_click() and property.
+    - FileChooserButotn: Deprecate set/get_focus_on_click() and
+      property.
+    - Widget:  Add set/get/property_focus_on_click(),
+      set/unset/get_font_options(), set/get_font_map(),
+      queue_allocate(), get_allocated_size().
+    - Window: Deprecate resize_to_geometry().
+  + Gdk: Screen::get_font_options(): Really take a copy.
+  + Build:
+    - Remove #ifdefs with obsolete GLIBMM_*_ENABLED constants.
+    - Demos, tests: Use nullptr instead of 0.
+    - Gtk: Use nullptr instead of 0.
+    - Gdk: Use nullptr instead of 0.
+    - Menushell, Widget: Use noexcept on the destructor
+      implementation to match the generated declaration
+      (bgo#759263, bgo#759262).
+
+-------------------------------------------------------------------
+Mon Nov 30 12:03:20 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.19.3:
+  + Gdk::Rectangle: Add operator==().
+  + C++11: Use of the override keyword.
+
+-------------------------------------------------------------------
+Wed Sep 30 11:14:24 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.0:
+  + Gtk::Object (and Gtk::Widget): Add
+    dont_allow_use_in_glib_refptr_.
+  + Gtk::TreeView, TreeViewColumn: Deprecate SlotCellData,
+    add SlotTreeCellData (bgo#657844).
+  + Gdk::Cursor, Pixbuf, Window: Fix use of Cairo::xxx in namespace
+    Gd (bgo#755061).
+  + MSVC build fixes.
+
+-------------------------------------------------------------------
+Fri Sep 18 22:50:50 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.90:
+  + Gtk:
+    - Entry: Add grab_focus_without_selecting()
+    - LevelBar: Add set_orientation() (bgo#752568).
+  + Notebook: Add detach_tab().
+  + Overlay:
+    - Add reorder_overlay() and get/set_overlay_pass_through().
+    - Add child properties.
+  + Paned: Add get/set_wide_handle() and property.
+  + PaperSize: Add is_ipp().
+  + Window: Add fullscreen_on_monitor().
+  + Build:
+    - MSVC Build improvements.
+    - MSVC Build: Require MSVC .Net 2013 for C++11 support.
+- Add pkgconfig(epoxy) BuildRequires: New optional dependency.
+
+-------------------------------------------------------------------
+Sat Sep  5 19:33:19 UTC 2015 - zai...@opensuse.org
+
+- Updated to version 3.17.80:
+  + Rebuilt with latest glibmm, whose gmmproc generates C++ move
+    operations.
+  + C++11:
+    - Add move operations to widget classes.
+    - Point, TimeCoord: Add move operations.
+    - Mark all _CLASS_OPAQUE_REFCOUNTED classes as final.
+    - Use std::stod() instead of std::strtod() and Use std::stoi()
+      instead of atod().
+
+-------------------------------------------------------------------
+Thu Aug 20 20:18:03 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.70:
+  + Gtk:
+    - Add GLArea and example to gtkmm-demo (bgo#752314).
+    - PlacesSidebar: Add set_drop_targets_visible().
+  + Build: Fix the build with -Wshadow compiler warnings
+    (bgo#752469).
+
+-------------------------------------------------------------------
+Thu Jul 23 06:20:40 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.50:
+  + Gtk:
+    - PlacesSidebar:
+      . Deprecate set/get_show_connect_to_server() and the
+        property.
+      . Add set/get_show_recent(), set/get_show_trash(),
+        set/get_show_other_locations() and properties, and the
+        populate_all property.
+    - Popover: Add get/set_default_widget().
+    - Window: Add get_titlebar().
+  + Build:
+    - gtk_generate_extra_defs.sh: Fix for the patch command,
+      version 2.7.5.
+    - C++11:
+      . Use nullptr instead of 0.
+      . Use of the override keyword.
+      . Use of auto.
+      . Use of range-based for loops.
+    - Fix the build when using -Wshadow (now used in
+      --enable-warnings=fatal).
+  + Documentation: LevelBar: Document how to workaround the lack of
+    Orientation base class (bgo#752568).
+
+-------------------------------------------------------------------
+Sat Jul 18 09:56:02 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.41:
+  + Gtk:
+    - StyleContext: Deprecate set_background().
+    - IconView: Fix a crash in get_tooltip_context_path().
++++ 81 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/gtkmm3/gtkmm3.changes
++++ and /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes

Old:
----
  gtkmm-3.16.0.tar.xz

New:
----
  gtkmm-3.19.12.tar.xz

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

Other differences:
------------------
++++++ gtkmm3.spec ++++++
--- /var/tmp/diff_new_pack.pTK5Fg/_old  2016-03-29 14:31:08.000000000 +0200
+++ /var/tmp/diff_new_pack.pTK5Fg/_new  2016-03-29 14:31:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkmm3
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,24 +21,25 @@
 
 Name:           gtkmm3
 %define _name gtkmm
-Version:        3.16.0
+Version:        3.19.12
 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.16/%{_name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/gtkmm/3.19/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  xsltproc
-BuildRequires:  pkgconfig(atkmm-1.6)
-BuildRequires:  pkgconfig(cairomm-1.0) >= 1.9.2
+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.43.90
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.15.10
-BuildRequires:  pkgconfig(pangomm-1.4) >= 2.27.1
+BuildRequires:  pkgconfig(giomm-2.4) >= 2.47.3.1
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.12
+BuildRequires:  pkgconfig(pangomm-1.4) >= 2.38.2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ gtkmm-3.16.0.tar.xz -> gtkmm-3.19.12.tar.xz ++++++
/work/SRC/openSUSE:Factory/gtkmm3/gtkmm-3.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm-3.19.12.tar.xz differ: char 26, 
line 1


Reply via email to