Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtkmm4 for openSUSE:Factory checked 
in at 2021-09-29 20:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkmm4 (Old)
 and      /work/SRC/openSUSE:Factory/.gtkmm4.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtkmm4"

Wed Sep 29 20:19:03 2021 rev:3 rq:922108 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkmm4/gtkmm4.changes    2021-06-12 
20:10:42.633206401 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm4.new.1899/gtkmm4.changes  2021-09-29 
20:20:31.631128789 +0200
@@ -1,0 +2,43 @@
+Tue Sep 28 19:45:02 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 4.4.0:
+  + Gdk:
+    - PixbufAnimation: Add create_from_stream(),
+      create_from_stream_async(), create_from_stream_finish(),
+      create_from_resource().
+    - ContentFormats: Add parse().
+    - Display: Add prepare_gl().
+    - GLContext: Deprecate get/property_shared_context(). Add
+      is_shared().
+  + Gtk:
+    - Add EventControllerLegacy.
+    - DropDown::get_selected_item(), ListItem::get_item(),
+      SingleSelection::get_selected_item(),
+      TreeExpander::get_item(), TreeListRow::get_item(): Don't try
+      to dynamic_cast the return value to Glib::Object. It fails if
+      the object has been constructed as an interface.
+    - Fixed the const versions of Assistant::get_page(),
+      NoteBook::get_page() and Stack::get_page(). Fixed
+      MediaControls::set_media_stream() and
+      Video::set_media_stream().
+    - Application, Window: Swap inclusions. Include window.h in
+      application.h instead of application.h in window.h.
+      === Note === This will affect compilation of code that uses
+      Application without including gtkmm/application.h.
+    - DropTarget: Deprecate get/property_drop(). Add
+      get/property_current_drop(). FileFilter: Add add_suffix().
+      MediaStream: Deprecate prepared(), unprepared() and ended().
+      Add stream_prepared(), stream_unprepared() and
+      stream_ended(). MenuButton: Add
+      set/get/property_always_show_arrow() and
+      set/get/property_primary(). TextView: Add
+      set/get_rtl_context() and set/get_ltr_context().
+  + Demos:
+    - Images, SizeGroup, ListStore and TreeStore demos: Minor
+      fixes.
+    - Add Add ColumnView demo.
+  + Build: Require gtk4 >= 4.4.0.
+- Add gtkmm4-docs-without-timestamp.patch: Do not add timestamps to
+  generated doc files.
+
+-------------------------------------------------------------------

Old:
----
  gtkmm-4.2.0.tar.xz

New:
----
  gtkmm-4.4.0.tar.xz
  gtkmm4-docs-without-timestamp.patch

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

Other differences:
------------------
++++++ gtkmm4.spec ++++++
--- /var/tmp/diff_new_pack.4uvX99/_old  2021-09-29 20:20:32.131129514 +0200
+++ /var/tmp/diff_new_pack.4uvX99/_new  2021-09-29 20:20:32.135129519 +0200
@@ -21,14 +21,16 @@
 %define _name gtkmm
 
 Name:           gtkmm4
-Version:        4.2.0
+Version:        4.4.0
 Release:        0
 Summary:        C++ Interface for GTK4 (a GUI Library for X)
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 URL:            http://www.gtkmm.org/
-Source0:        
https://download.gnome.org/sources/gtkmm/4.2/%{_name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/gtkmm/4.4/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
+#PATCH-FIX-UPSTREAM gtkmm4-docs-without-timestamp.patch -- Do not add 
timestamps to generated doc files
+Patch0:         gtkmm4-docs-without-timestamp.patch
 
 BuildRequires:  c++_compiler
 BuildRequires:  doxygen
@@ -41,7 +43,7 @@
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.35.5
 BuildRequires:  pkgconfig(giomm-2.68) >= 2.68.0
 BuildRequires:  pkgconfig(glibmm-2.68)
-BuildRequires:  pkgconfig(gtk4) >= 4.0.0
+BuildRequires:  pkgconfig(gtk4) >= 4.4.0
 BuildRequires:  pkgconfig(pangomm-2.48) >= 2.48.0
 
 %description
@@ -88,6 +90,7 @@
 
 %prep
 %autosetup -p1 -n %{_name}-%{version}
+chmod -x NEWS
 
 %build
 %meson \

++++++ gtkmm-4.2.0.tar.xz -> gtkmm-4.4.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/gtkmm4/gtkmm-4.2.0.tar.xz 
/work/SRC/openSUSE:Factory/.gtkmm4.new.1899/gtkmm-4.4.0.tar.xz differ: char 26, 
line 1

++++++ gtkmm4-docs-without-timestamp.patch ++++++
--- orig-gtkmm-4.4.0/docs/reference/Doxyfile.in 2021-09-09 15:14:37.662747900 
+0200
+++ gtkmm-4.4.0/docs/reference/Doxyfile.in      2021-09-28 22:09:27.216408267 
+0200
@@ -171,7 +171,7 @@
 HTML_COLORSTYLE_HUE    = 220
 HTML_COLORSTYLE_SAT    = 100
 HTML_COLORSTYLE_GAMMA  = 80
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 HTML_DYNAMIC_SECTIONS  = NO
 HTML_INDEX_NUM_ENTRIES = 100
 GENERATE_DOCSET        = NO

Reply via email to