Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Leap:15.2 
checked in at 2020-01-30 14:49:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gtksourceview (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gtksourceview.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtksourceview"

Thu Jan 30 14:49:54 2020 rev:27 rq:757862 version:3.24.11

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gtksourceview/gtksourceview.changes    
2020-01-15 15:10:08.986063673 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gtksourceview.new.26092/gtksourceview.changes 
2020-01-30 14:50:47.318914852 +0100
@@ -1,0 +2,88 @@
+Tue May  7 07:50:16 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.24.11:
+  + Improvements to the syntax highlighting of: YAML, Julia, C++,
+    and C.
+  + Fixes to GObject Introspection annotations.
+  + Fix a crash with YAML.
+  + Fix a crash in presense of Byte-Order-Markers.
+
+-------------------------------------------------------------------
+Sat Mar 16 07:35:45 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.24.10:
+  + New syntax highlighting definition file for: Powershell.
+  + Improvements to the syntax highlighting of: reStructuredText,
+    C++, CSS, HTML, Groovy, Meson, Python3, and Logtalk.
+  + Fix testsuite for changes in GLib hashtable ordering.
+  + Avoid double entry of languages based on globs.
+  + MSVC build improvements.
+  + Fix usage of GRegex for offset in text, which fixes a Valgrind
+    warning.
+  + Ensure CSS is inherted from parent style schemes.
+  + Avoid storing GtkTextIter across main-loop boundaries.
+  + Fix incorrect transfer annoation for
+    gtk_source_buffer_create_source_mark().
+  + Various memory leak fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Sep  6 17:14:25 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.24.9:
+  + New syntax highlighting definition file for: Logtalk.
+  + Improvements to the syntax highlighting of: Haskell, C++, GLSL,
+    and Markdown.
+  + Performance improvements to space drawing.
+  + Missing G_PARAM_DEPRECATED flag was added to :underline
+    property.
+  + Various memory leak fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Aug 16 15:24:06 UTC 2018 - luc1...@linuxmail.org
+
+- Add changes.lang language definition for changes file syntax
+  highlighting capabilities.
+
+-------------------------------------------------------------------
+Sun Jun 17 18:20:08 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.24.8:
+  + MS Windows: lib shutdown on DLL_PROCESS_DETACH,
+    not DLL_THREAD_DETACH.
+  + Syntax highlighting: sync all *.lang files from GtkSourceView4.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 20 17:08:51 UTC 2018 - dims...@opensuse.org
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+-------------------------------------------------------------------
+Wed Mar 14 23:00:41 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.24.7:
+  + GtkSourceView class: respect the GtkTextView:accepts-tab
+    property.
+  + Syntax highlighting: sync all *.lang files from GtkSourceView
+    4.
+  + Updated translations.
+- Point fdupes to the data directory instead of the build root,
+  which is a practice that must be avoided.
+- Conditionalize translation-update-upstream BuildRequires,
+  a SLE-only requirement.
+
+-------------------------------------------------------------------
+Mon Mar  5 15:10:21 UTC 2018 - jeng...@inai.de
+
+- Remove ineffective --with-pic. Fix RPM groups.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:32:48 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  gtksourceview-3.24.6.tar.xz

New:
----
  changes.lang
  gtksourceview-3.24.11.tar.xz

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

Other differences:
------------------
++++++ gtksourceview.spec ++++++
--- /var/tmp/diff_new_pack.2GjKTX/_old  2020-01-30 14:50:48.066915250 +0100
+++ /var/tmp/diff_new_pack.2GjKTX/_new  2020-01-30 14:50:48.066915250 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtksourceview
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,30 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           gtksourceview
-Version:        3.24.6
+Version:        3.24.11
 Release:        0
 Summary:        GTK+ Source Editing Widget
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
-Url:            https://wiki.gnome.org/Projects/GtkSourceView
-Source:         
http://download.gnome.org/sources/gtksourceview/3.24/%{name}-%{version}.tar.xz
+URL:            https://wiki.gnome.org/Projects/GtkSourceView
+Source0:        
http://download.gnome.org/sources/gtksourceview/3.24/%{name}-%{version}.tar.xz
+Source1:        changes.lang
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 1.42.0
 BuildRequires:  itstool
 BuildRequires:  libxml2-devel >= 2.6
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  vala
-BuildRequires:  pkgconfig(gio-2.0) >= 2.38
+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(valgrind)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GtkSourceView is a text widget that extends GtkTextView, the standard
@@ -46,7 +47,7 @@
 
 %package -n libgtksourceview-3_0-1
 Summary:        GTK+ Source Editing Widget
-Group:          System/GUI/GNOME
+Group:          System/Libraries
 Recommends:     %{name}-lang = %{version}
 Provides:       gtksourceview = %{version}
 Obsoletes:      gtksourceview < %{version}
@@ -59,7 +60,7 @@
 features typical of a source editor.
 
 %package -n typelib-1_0-GtkSource-3_0
-Summary:        GTK+ Source Editing Widget -- Introspection bindings
+Summary:        Introspection bindings for the GTK+ source editing widget
 Group:          System/Libraries
 
 %description -n typelib-1_0-GtkSource-3_0
@@ -73,7 +74,7 @@
 GtkSourceView.
 
 %package -n glade-catalog-gtksourceview
-Summary:        GTK+ Source Editing Widget -- Catalog for Glade
+Summary:        Glade catalog for the GTK+ source editing widget
 Group:          Development/Tools/GUI Builders
 Requires:       glade
 Requires:       libgtksourceview-3_0-1 = %{version}
@@ -90,7 +91,7 @@
 GtkSourceView widget in Glade.
 
 %package devel
-Summary:        GTK+ Source Editing Widget
+Summary:        Development files for the GTK+ source editing widget
 Group:          Development/Languages/C and C++
 Requires:       gtksourceview = %{version}
 Requires:       typelib-1_0-GtkSource-3_0 = %{version}
@@ -103,45 +104,43 @@
 features typical of a source editor.
 
 %lang_package
+
 %prep
 %setup -q
 translation-update-upstream
 
 %build
-%configure --disable-static --with-pic\
+%configure \
+        --disable-static \
         --enable-glade-catalog \
         --disable-gtk-doc
-make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}-3.0
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-%fdupes %{buildroot}
-
-%clean
-rm -rf %{buildroot}
+# Install language definition for *.changes files:
+install -m 644 %{S:1} %{buildroot}%{_datadir}/gtksourceview-3.0/language-specs/
+%fdupes %{buildroot}%{_datadir}
 
 %post -n libgtksourceview-3_0-1 -p /sbin/ldconfig
-
 %postun -n libgtksourceview-3_0-1 -p /sbin/ldconfig
 
 %files -n libgtksourceview-3_0-1
-%defattr(-, root, root)
-%doc AUTHORS COPYING MAINTAINERS NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/libgtksourceview-3.0.so.*
 %{_datadir}/gtksourceview-3.0/
 
 %files -n typelib-1_0-GtkSource-3_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GtkSource-3.0.typelib
 
 %files -n glade-catalog-gtksourceview
-%defattr(-, root, root)
 %{_datadir}/glade/catalogs/gtksourceview.xml
 
 %files devel
-%defattr(-, root, root)
+%doc ChangeLog MAINTAINERS
 %{_includedir}/gtksourceview-3.0/
 %{_libdir}/libgtksourceview-3.0.so
 %{_libdir}/pkgconfig/gtksourceview-3.0.pc

++++++ changes.lang ++++++
<?xml version="1.0" encoding="UTF-8"?>
<!--

 This file is not part of GtkSourceView.

 Author: Luciano Santos
 Copyright (C) 2018 Luciano Santos <luc1...@linuxmail.org>

 This Language Definiton file is free; you can redistribute it
 and/or modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.

 This Language Definiton file is distributed in the hope that it
 will be useful, but WITHOUT ANY WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 See the GNU Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, see
 <http://www.gnu.org/licenses/>.

-->
<language id="changes" name="Changes" version="2.0" _section="Other">

  <metadata>
    <property name="mimetypes">text/plain</property>
    <property name="globs">*changes</property>
  </metadata>

  <styles>
    <style id="horizontal-rule" name="Horizontal Rule" map-to="def:type"/>
    <style id="date" name="Date" map-to="def:number"/>
    <style id="email" name="E-mail address" map-to="def:identifier"/>
    <style id="bullet" name="Bullet" map-to="def:type"/>
  </styles>

  <definitions>
    <define-regex id="weekday">Mon|Tue|Wed|Thu|Fri|Sat|Sun</define-regex>
    <define-regex 
id="month">Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec</define-regex>

    <define-regex id="date" extended="true">
      
\%{weekday}\s+\%{month}\s+\d{1,2}\s+\d{1,2}:\d{1,2}:\d{1,2}\s+\w{3,4}\s+\d{4}
    </define-regex>

    <context id="changes">
      <include>

        <context id="horizontal-rule" style-ref="horizontal-rule" 
class="no-spell-check">
          <match>^-{67}$</match>
        </context>

        <context id="date-email" class="no-spell-check">
          <match extended="true">
            ^(?P&lt;date&gt;\%{date})\s-\s
            (?P&lt;email&gt;.*@.*\.\w{2,3})$
          </match>
          <include>
            <context sub-pattern="date" style-ref="date"/>
            <context sub-pattern="email" style-ref="email"/>
          </include>
       </context>
       <context id="bullet" style-ref="bullet">
         <match extended="true">
           (
             ^-\s |
             ^[ ]{2}(\*|\+)\s |
             ^[ ]{4}-\s |
             ^[ ]{6}\.\s
           )
         </match>
       </context>

      </include>
    </context>
  </definitions>

</language>
++++++ gtksourceview-3.24.6.tar.xz -> gtksourceview-3.24.11.tar.xz ++++++
++++ 402316 lines of diff (skipped)


Reply via email to