Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2020-11-19 11:55:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glade (Old)
 and      /work/SRC/openSUSE:Factory/.glade.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glade"

Thu Nov 19 11:55:01 2020 rev:40 rq:847194 version:3.38.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/glade/glade.changes      2020-05-13 
22:55:16.942915355 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new.5913/glade.changes    2020-11-23 
10:28:18.305215179 +0100
@@ -1,0 +2,51 @@
+Mon Oct  5 16:10:02 UTC 2020 - [email protected]
+
+- Update to version 3.38.1:
+  + Fix issue #471: "XML not updated after adding element".
+  + Fix issue #480: "version field not always updated in XML".
+  + Fix issue #474: "GtkLabel: setup text attribute issues".
+  + Fix issue #479: "Glade 3.36.0 segfaults when opening a file".
+  + Fix issue pasting widget with ctrl+v in GtkGrid.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep 14 13:11:08 UTC 2020 - [email protected]
+
+- Update to version 3.38.0:
+  + Load template files as new GTypes and add them to "User
+    templates" widget group automatically without the need of a
+    catalog.
+  + Added JavaScript widget support.
+  + Use version data from gir to improve deprecation/target tests.
+  + Implement survey using new backend at surveys.gnome.org.
+  + Keep survey state in config file.
+  + Associate with application/x-gtk-builder.
+  + Project properties dialog improvements.
+  + Improve toolkit target version selection in project properties
+    dialog.
+  + Improve treemodel char data type handling.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Sep  4 16:37:36 UTC 2020 - [email protected]
+
+- Update to version 3.37.0:
+  + Build: Remove autotools.
+  + Plugins: Added GJS plugin for JavaScript objects support.
+  + Issue #433: Implement survey using new backend at
+    surveys.gnome.org.
+  + Ignore locale when saving numeric values.
+  + Associate application/x-gtk-builder with glade's .desktop file.
+  + Plugins: Added GJS plugin for JavaScript objects support.
+  + gtk: Add GtkScrolledWindow propagate-natural-width property.
+  + GladeScrolledWindowEditor: Squeeze width/height properties in
+    two columns.
+  + Webkit2gtk plugin: add missing displayable values and sandbox
+    web view.
+  + dtd: Make init-function an element, not an attribute.
+- Port to meson build system:
+  + Add meson BuildRequires.
+  + Replace configure/make/make_install with
+    meson/meson_build/meson_install.
+
+-------------------------------------------------------------------

Old:
----
  glade-3.36.0.tar.xz

New:
----
  glade-3.38.1.tar.xz

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

Other differences:
------------------
++++++ glade.spec ++++++
--- /var/tmp/diff_new_pack.vYdZAc/_old  2020-11-23 10:28:18.901215853 +0100
+++ /var/tmp/diff_new_pack.vYdZAc/_new  2020-11-23 10:28:18.905215857 +0100
@@ -16,32 +16,33 @@
 #
 
 
-%define soname libgladeui-2-12
+%define soname libgladeui-2-13
 
 Name:           glade
-Version:        3.36.0
+Version:        3.38.1
 Release:        0
 Summary:        User Interface Builder for GTK+ 3
 License:        GPL-2.0-or-later
 Group:          Development/Tools/GUI Builders
 URL:            https://glade.gnome.org/
-Source0:        
https://download.gnome.org/sources/glade/3.36/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/glade/3.38/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
+BuildRequires:  meson >= 0.49.0
 BuildRequires:  pkgconfig
 BuildRequires:  python3-devel
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(glib-2.0) >= 2.53.2
+BuildRequires:  pkgconfig(glib-2.0) >= 2.64.0
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gmodule-export-2.0)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.10.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.8.0
-BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.12.0
+BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.28.0
 
 %description
 Glade is a RAD tool to develop user interfaces for the Gtk+ 3 toolkit
@@ -87,16 +88,13 @@
 %autosetup -p1
 
 %build
-%configure \
-       --disable-static \
-       --enable-gtk-doc \
-       --enable-man-pages \
-       PYTHON=python3
-%make_build
+%meson \
+    -Dgtk_doc=true \
+    -Dgjs=disabled
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
@@ -113,6 +111,9 @@
 %{_datadir}/metainfo/org.gnome.Glade.appdata.xml
 %{_datadir}/applications/org.gnome.Glade.desktop
 %{_datadir}/glade/
+%{_datadir}/gettext/its/glade-catalog.its
+%{_datadir}/gettext/its/glade-catalog.loc
+
 %{_datadir}/icons/hicolor/*/apps/*.*
 %{_libdir}/glade/modules/libgladegtk.so
 %{_libdir}/glade/modules/libgladepython.so
@@ -137,7 +138,7 @@
 %{_libdir}/girepository-1.0/Gladeui-2.0.typelib
 
 %files -n libgladeui-2-devel
-%doc AUTHORS ChangeLog TODO
+%doc AUTHORS TODO
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %doc %{_datadir}/gtk-doc/html/gladeui-2

++++++ glade-3.36.0.tar.xz -> glade-3.38.1.tar.xz ++++++
++++ 461296 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to