Hello community,

here is the log from the commit of package gtksourceview4 for openSUSE:Factory 
checked in at 2019-10-17 13:02:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtksourceview4 (Old)
 and      /work/SRC/openSUSE:Factory/.gtksourceview4.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtksourceview4"

Thu Oct 17 13:02:08 2019 rev:15 rq:736580 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceview4/gtksourceview4.changes    
2019-06-02 15:13:57.906141058 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview4.new.2352/gtksourceview4.changes  
2019-10-17 13:02:13.396859252 +0200
@@ -1,0 +2,30 @@
+Wed Sep 11 05:52:35 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 4.4.0:
+  + Set NO_AT_BRIDGE=1 when running automated tests.
+  + Speed up GtkSourceView rendering when space drawer is unused.
+
+-------------------------------------------------------------------
+Thu Sep  5 21:48:53 NZST 2019 - <l...@ljones.dev>
+
+- Update to version 4.3.92:
+  + New syntax highlighting definition file for: ASCII Doc,
+    Dockerfile.
+  + Improvements to the syntax highlighting of: CSS, Gradle, HTML,
+    C, PHP, YAML, and Grovvy.
+  + Performance improvements in line number drawing.
+  + GtkSourceView now requires GTK 3.22 or newer.
+  + GtkSourceView no longer uses many deprecated APIs from GTK.
+  + GtkSourceView now uses fribidi directly to determine
+    bidriectional direction for cursors.
+  + GtkSourceView now relies on GObject for correct marsharllers as
+    well as va_marshallers or provides its own. This improves
+    profiling with kernel stack unwinders such as Linux's perf.
+  + Visual column detection is improved to use the tab-width
+    instead of the indent-width.
+  + Support for DnD from GIMPs color palette has been improved.
+  + A performance optimization has been added to avoid painting
+    mark backgrounds if no GtkSourceMarks have been registered.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gtksourceview-4.2.0.tar.xz

New:
----
  gtksourceview-4.4.0.tar.xz

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

Other differences:
------------------
++++++ gtksourceview4.spec ++++++
--- /var/tmp/diff_new_pack.5f1lpV/_old  2019-10-17 13:02:13.968857803 +0200
+++ /var/tmp/diff_new_pack.5f1lpV/_new  2019-10-17 13:02:13.980857773 +0200
@@ -18,22 +18,25 @@
 
 %define _name   gtksourceview
 Name:           gtksourceview4
-Version:        4.2.0
+Version:        4.4.0
 Release:        0
 Summary:        GTK+ Source Editing Widget
 License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
 URL:            https://wiki.gnome.org/Projects/GtkSourceView
-Source0:        
https://download.gnome.org/sources/gtksourceview/4.2/%{_name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/gtksourceview/4.4/%{_name}-%{version}.tar.xz
 Source1:        changes.lang
+
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  valgrind
 BuildRequires:  pkgconfig(gio-2.0) >= 2.48
 BuildRequires:  pkgconfig(gladeui-2.0) >= 3.9
 BuildRequires:  pkgconfig(glib-2.0) >= 2.48
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
 
 %description
@@ -108,12 +111,15 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-%configure --disable-static \
-        --enable-glade-catalog
-make %{?_smp_mflags}
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
+%meson \
+    -Dglade_catalog=true \
+    -Dgtk_doc=true \
+    %{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{_name}-4
 # Install language definition for *.changes files:

++++++ gtksourceview-4.2.0.tar.xz -> gtksourceview-4.4.0.tar.xz ++++++
++++ 370359 lines of diff (skipped)


Reply via email to