Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtksourceview5 for openSUSE:Factory 
checked in at 2024-03-20 21:11:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtksourceview5 (Old)
 and      /work/SRC/openSUSE:Factory/.gtksourceview5.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtksourceview5"

Wed Mar 20 21:11:13 2024 rev:10 rq:1159472 version:5.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceview5/gtksourceview5.changes    
2023-09-20 13:23:23.766192080 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview5.new.1905/gtksourceview5.changes  
2024-03-20 21:12:01.408830552 +0100
@@ -1,0 +2,54 @@
+Sat Mar 16 09:19:33 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 5.12.0:
+  + Do not trigger default indenter for Return when a selection is
+    active.
+  + Render overview slider below text rather than above w/ RGBA.
+  + Premix certain colors in overview when drawing to avoid RGBA
+    blends on GPU.
+  + Avoid round-trip to main loop when map slider needs allocation.
+  + Avoid an extra GSK transform for each line number in the
+    gutter.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar  4 08:36:52 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 5.11.2:
+  + Ignore empty globs in language specification for mimetypes.
+  + Ensure that partially visible highlight lines are drawn.
+  + Fix line style properties after unsetting style scheme.
+  + latex.lang: Improvements to command parsing.
+
+-------------------------------------------------------------------
+Wed Feb 28 17:54:12 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 5.11.1+9:
+  + languagemanager: ignore empty globs.
+  + view: highlight partially visible line.
+  + view: reset current line style properties after unsetting the
+    style scheme.
+
+-------------------------------------------------------------------
+Tue Feb 13 07:20:24 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 5.11.1:
+  + A new -Dbuild-testsuite configuration option.
+  + Some build options were renamed to follow more closely what GTK
+    itself uses now:
+    -Dgtk_doc became -Ddocumentation
+    -Dinstall_tests became -Dinstall-tests
+  + Fix a rendering issue where the gutter would not highlight the
+    same as the current-line-highlight.
+  + An optimization for line number drawing which avoids using
+    PangoLayout when drawing.
+  + Ensure the gutter is redrawn when focus leaves text view.
+  + Improved support for input methods when X11 and ibus are used
+    by making it behave closer to Wayland input methods.
+  + Ignore the current-line highlight when out of view which
+    improves the damage area calculation in GTK.
+  + A new Wren language spec.
+  + Updates for the sh language-spec.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gtksourceview-5.10.0.tar.xz

New:
----
  _service
  gtksourceview-5.12.0.obscpio
  gtksourceview.obsinfo

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

Other differences:
------------------
++++++ gtksourceview5.spec ++++++
--- /var/tmp/diff_new_pack.BD2Gso/_old  2024-03-20 21:12:02.052854217 +0100
+++ /var/tmp/diff_new_pack.BD2Gso/_new  2024-03-20 21:12:02.056854365 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceview5
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %define _name   gtksourceview
 Name:           gtksourceview5
-Version:        5.10.0
+Version:        5.12.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/5.10/%{_name}-%{version}.tar.xz
+Source0:        %{_name}-%{version}.tar.zst
 Source1:        changes.lang
 
 BuildRequires:  gobject-introspection-devel >= 1.70
@@ -96,7 +96,6 @@
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 %meson \
-    -Dgtk_doc=true \
     %{nil}
 %meson_build
 
@@ -122,7 +121,6 @@
 %{_includedir}/gtksourceview-5/
 %{_libdir}/libgtksourceview-5.so
 %{_libdir}/pkgconfig/gtksourceview-5.pc
-%{_datadir}/doc/%{name}/
 %{_datadir}/gir-1.0/GtkSource-5.gir
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gtksourceview-5.*

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://gitlab.gnome.org/GNOME/gtksourceview.git</param>
    <param name="revision">5.12.0</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">v?(.*)\+0</param>
    <param name="versionrewrite-replacement">\1</param>
<!--    <param name="changesgenerate">enable</param> -->
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>
  <service name="set_version" mode="manual" />
</services>


++++++ gtksourceview.obsinfo ++++++
name: gtksourceview
version: 5.12.0
mtime: 1710540784
commit: 685015155cb4c0bc95f3f761f629f275e18d9e10

Reply via email to