Hello community,

here is the log from the commit of package sushi for openSUSE:Factory checked 
in at 2019-06-21 09:58:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sushi (Old)
 and      /work/SRC/openSUSE:Factory/.sushi.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sushi"

Fri Jun 21 09:58:37 2019 rev:43 rq:711173 version:3.32.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sushi/sushi.changes      2019-06-20 
18:56:01.136896668 +0200
+++ /work/SRC/openSUSE:Factory/.sushi.new.4811/sushi.changes    2019-06-21 
09:58:37.596683636 +0200
@@ -1,0 +2,8 @@
+Wed Jun 19 15:55:02 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.1:
+  + Specify GtkSourceView 3.0 import version.
+- Rebase sushi-port-to-gtksourceview4.patch, drop part now included
+  in tarball.
+
+-------------------------------------------------------------------

Old:
----
  sushi-3.32.0.tar.xz

New:
----
  sushi-3.32.1.tar.xz

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

Other differences:
------------------
++++++ sushi.spec ++++++
--- /var/tmp/diff_new_pack.pKY7hL/_old  2019-06-21 09:58:38.268684636 +0200
+++ /var/tmp/diff_new_pack.pKY7hL/_new  2019-06-21 09:58:38.272684642 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sushi
-Version:        3.32.0
+Version:        3.32.1
 Release:        0
 Summary:        Quick Previewer for Nautilus
 License:        SUSE-GPL-2.0-with-plugin-exception

++++++ sushi-3.32.0.tar.xz -> sushi-3.32.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-3.32.0/NEWS new/sushi-3.32.1/NEWS
--- old/sushi-3.32.0/NEWS       2019-03-10 13:38:33.000000000 +0100
+++ new/sushi-3.32.1/NEWS       2019-06-19 17:45:36.000000000 +0200
@@ -1,3 +1,8 @@
+3.32.1
+======
+
+- Specify GtkSourceView 3.0 import version (Joel Ong)
+
 3.32.0
 ======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-3.32.0/meson.build new/sushi-3.32.1/meson.build
--- old/sushi-3.32.0/meson.build        2019-03-10 13:38:33.000000000 +0100
+++ new/sushi-3.32.1/meson.build        2019-06-19 17:45:36.000000000 +0200
@@ -1,7 +1,7 @@
 project(
   'sushi',
   'c',
-  version: '3.32.0',
+  version: '3.32.1',
   meson_version: '>=0.42.0'
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-3.32.0/src/js/viewers/text.js 
new/sushi-3.32.1/src/js/viewers/text.js
--- old/sushi-3.32.0/src/js/viewers/text.js     2019-03-10 13:38:33.000000000 
+0100
+++ new/sushi-3.32.1/src/js/viewers/text.js     2019-06-19 17:45:36.000000000 
+0200
@@ -23,6 +23,8 @@
  *
  */
 
+imports.gi.versions.GtkSource = '3.0';
+
 const Gdk = imports.gi.Gdk;
 const GtkClutter = imports.gi.GtkClutter;
 const Gtk = imports.gi.Gtk;

++++++ sushi-port-to-gtksourceview4.patch ++++++
--- /var/tmp/diff_new_pack.pKY7hL/_old  2019-06-21 09:58:38.440684892 +0200
+++ /var/tmp/diff_new_pack.pKY7hL/_new  2019-06-21 09:58:38.440684892 +0200
@@ -1,29 +1,3 @@
-From 8b2ec7f5e6ad39e04aa9bd562022d66163f50d19 Mon Sep 17 00:00:00 2001
-From: Joel Ong <[email protected]>
-Date: Mon, 1 Apr 2019 14:26:02 -0400
-Subject: [PATCH] workaround for having both gtksourceview 3 and 4 installed.
- Fixes #12.
-
----
- src/js/viewers/text.js | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/js/viewers/text.js b/src/js/viewers/text.js
-index 86a53b7..9566adb 100644
---- a/src/js/viewers/text.js
-+++ b/src/js/viewers/text.js
-@@ -23,6 +23,8 @@
-  *
-  */
- 
-+imports.gi.versions.GtkSource = '3.0';
-+
- const Gdk = imports.gi.Gdk;
- const GtkClutter = imports.gi.GtkClutter;
- const Gtk = imports.gi.Gtk;
--- 
-2.21.0
-
 From bafeb19233325a7fc7c2e82b488abfb7a7556f61 Mon Sep 17 00:00:00 2001
 From: Martin Blanchard <[email protected]>
 Date: Sun, 19 May 2019 22:31:37 +0200


Reply via email to