Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sushi for openSUSE:Factory checked in at 2022-09-21 14:42:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sushi (Old) and /work/SRC/openSUSE:Factory/.sushi.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sushi" Wed Sep 21 14:42:28 2022 rev:53 rq:1004829 version:43.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sushi/sushi.changes 2022-07-04 11:49:11.341210772 +0200 +++ /work/SRC/openSUSE:Factory/.sushi.new.2083/sushi.changes 2022-09-21 14:43:32.525935385 +0200 @@ -1,0 +2,8 @@ +Fri Sep 16 09:39:19 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 43.0: + + Another stable Sushi release. +- Changes from version 43.rc: + + Make Webkit-4.1 a hard dependency. + +------------------------------------------------------------------- Old: ---- sushi-42.0.tar.xz New: ---- sushi-43.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sushi.spec ++++++ --- /var/tmp/diff_new_pack.aCYBon/_old 2022-09-21 14:43:32.909936388 +0200 +++ /var/tmp/diff_new_pack.aCYBon/_new 2022-09-21 14:43:32.917936409 +0200 @@ -19,13 +19,13 @@ %global __requires_exclude typelib\\(LOKDocView\\) Name: sushi -Version: 42.0 +Version: 43.0 Release: 0 Summary: Quick Previewer for Nautilus License: SUSE-GPL-2.0-with-plugin-exception Group: Productivity/File utilities URL: https://www.gnome.org -Source0: https://download.gnome.org/sources/sushi/42/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/sushi/43/%{name}-%{version}.tar.xz Source99: sushi-rpmlintrc BuildRequires: meson ++++++ sushi-42.0.tar.xz -> sushi-43.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-42.0/NEWS new/sushi-43.0/NEWS --- old/sushi-42.0/NEWS 2022-07-01 10:37:14.000000000 +0200 +++ new/sushi-43.0/NEWS 2022-09-16 11:19:20.000000000 +0200 @@ -1,3 +1,13 @@ +43.0 +==== + +- Another stable Sushi release + +43.rc +===== + +- Make Webkit-4.1 a hard dependency + 42.0 ==== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-42.0/data/org.gnome.NautilusPreviewer.appdata.xml.in new/sushi-43.0/data/org.gnome.NautilusPreviewer.appdata.xml.in --- old/sushi-42.0/data/org.gnome.NautilusPreviewer.appdata.xml.in 2022-07-01 10:37:14.000000000 +0200 +++ new/sushi-43.0/data/org.gnome.NautilusPreviewer.appdata.xml.in 2022-09-16 11:19:20.000000000 +0200 @@ -22,6 +22,8 @@ <keyword>preview</keyword> </keywords> <releases> + <release version="43.0" date="2022-09-16"/> + <release version="43.rc" date="2022-09-05"/> <release version="42.0" date="2022-07-01"> <description> <p>Sushi 42.0 is the latest stable version of GNOME Sushi, and it contains all diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-42.0/flatpak/org.gnome.NautilusPreviewer.json new/sushi-43.0/flatpak/org.gnome.NautilusPreviewer.json --- old/sushi-42.0/flatpak/org.gnome.NautilusPreviewer.json 2022-07-01 10:37:14.000000000 +0200 +++ new/sushi-43.0/flatpak/org.gnome.NautilusPreviewer.json 2022-09-16 11:19:20.000000000 +0200 @@ -3,13 +3,6 @@ "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", - "build-options": { - "cflags": "-O2 -g", - "cxxflags": "-O2 -g", - "env": { - "V": "1" - } - }, "command": "sushi", "cleanup": [ "/include", @@ -24,65 +17,67 @@ "--share=network", "--device=dri", "--talk-name=org.freedesktop.FileManager1", - "--filesystem=xdg-run/dconf", - "--filesystem=~/.config/dconf:ro", - "--filesystem=host:ro", - "--filesystem=home", - "--env=DCONF_USER_CONFIG_DIR=.config/dconf" + "--filesystem=home:ro" ], "modules": [ { "name": "popplerdata", "no-autogen": true, - "make-install-args": ["prefix=/app"], + "make-install-args": [ + "prefix=/app" + ], "sources": [ { "type": "archive", - "url": "https://poppler.freedesktop.org/poppler-data-0.4.9.tar.gz", - "sha256": "1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012" + "url": "https://poppler.freedesktop.org/poppler-data-0.4.10.tar.gz", + "sha256": "6e2fcef66ec8c44625f94292ccf8af9f1d918b410d5aa69c274ce67387967b30" } ] }, { "name": "poppler", "buildsystem": "cmake-ninja", - "config-opts": ["-DCMAKE_INSTALL_LIBDIR=/app/lib", "-DCMAKE_INSTALL_INCLUDEDIR=/app/include", - "-DENABLE_LIBOPENJPEG=none"], - "cleanup": [ "/bin" ], + "config-opts": [ + "-DCMAKE_INSTALL_LIBDIR=/app/lib", + "-DCMAKE_INSTALL_INCLUDEDIR=/app/include", + "-DENABLE_LIBOPENJPEG=none", + "-DENABLE_BOOST=OFF", + "-DENABLE_CPP=OFF", + "-DBUILD_GTK_TESTS=OFF", + "-DBUILD_CPP_TESTS=OFF" + ], + "cleanup": [ + "/bin" + ], "sources": [ { "type": "archive", - "url": "https://poppler.freedesktop.org/poppler-0.64.0.tar.xz", - "sha256": "b21df92ca99f78067785cf2dc8e06deb04726b62389c0ee1f5d8b103c77f64b1" + "url": "https://poppler.freedesktop.org/poppler-21.08.0.tar.xz", + "sha256": "e9cf5dc5964bce4bb0264d1c4f8122706c910588b421cfc30abc97d6b23e602d" } ] }, { "name": "evince", - "cleanup": [ "/share/GConf", "/share/help" ], - "config-opts": [ "--disable-nautilus", "--disable-viewer", - "--disable-previewer", "--disable-dbus", - "--disable-browser-plugin", "--enable-introspection", - "--disable-comics", "--without-gspell" ], - "sources": [ - { - "type": "archive", - "url": "http://download.gnome.org/sources/evince/3.32/evince-3.32.0.tar.xz", - "sha256": "f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40" - } - ] - }, - { - "name": "neon", + "buildsystem": "meson", + "cleanup": [ + "/share/GConf", + "/share/help" + ], "config-opts": [ - "--with-libproxy=no", - "--with-gssapi=no" + "-Dnautilus=false", + "-Dviewer=false", + "-Dpreviewer=false", + "-Ddbus=false", + "-Dintrospection=true", + "-Dcomics=disabled", + "-Dgspell=disabled" ], "sources": [ { "type": "archive", - "url": "http://http.debian.net/debian/pool/main/n/neon27/neon27_0.30.2.orig.tar.gz", - "sha256": "db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca" + "url": "https://download.gnome.org/sources/evince/40/evince-40.1.tar.xz", + "sha256": "7a666363c350af2e3bbba7f14b3c1befc5012f9ed3d9d073447f4c59f33dcf2d" } ] }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-42.0/meson.build new/sushi-43.0/meson.build --- old/sushi-42.0/meson.build 2022-07-01 10:37:14.000000000 +0200 +++ new/sushi-43.0/meson.build 2022-09-16 11:19:20.000000000 +0200 @@ -1,7 +1,7 @@ project( 'sushi', 'c', - version: '42.0', + version: '43.0', meson_version: '>=0.47.0' ) @@ -21,10 +21,7 @@ gtk_wayland_dep = dependency('gtk+-wayland-3.0', version: '>= 3.21.5', required: get_option('wayland')) gtksourceview_dep = dependency('gtksourceview-4', version: '>=4.0.3') harfbuzz_dep = dependency('harfbuzz', version: '>=0.9.9') -webkit_dep = dependency('webkit2gtk-4.1', required : false) -if not webkit_dep.found() - webkit_dep = dependency('webkit2gtk-4.0') -endif +webkit_dep = dependency('webkit2gtk-4.1') bindir = join_paths(get_option('prefix'), get_option('bindir')) datadir = join_paths(get_option('prefix'), get_option('datadir')) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-42.0/po/zh_TW.po new/sushi-43.0/po/zh_TW.po --- old/sushi-42.0/po/zh_TW.po 2022-07-01 10:37:14.000000000 +0200 +++ new/sushi-43.0/po/zh_TW.po 2022-09-16 11:19:20.000000000 +0200 @@ -4,20 +4,22 @@ # # Cheng-Chia Tseng <pswo10...@gmail.com>, 2012. # pan93412 <pan93...@gmail.com>, 2019. +# Freddy Cheng <freddy4...@gmail.com>, 2022. +# msgid "" msgstr "" "Project-Id-Version: sushi master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/sushi/issues\n" -"POT-Creation-Date: 2020-10-23 08:16+0000\n" -"PO-Revision-Date: 2021-04-17 17:20+0800\n" -"Last-Translator: Chao-Hsiung Liao <j_h_l...@yahoo.com.tw>\n" -"Language-Team: Chinese <zh-l...@linux.org.tw>\n" +"POT-Creation-Date: 2022-05-06 10:02+0000\n" +"PO-Revision-Date: 2022-09-10 17:24+0800\n" +"Last-Translator: Cheng-Chia Tseng <pswo10...@gmail.com>\n" +"Language-Team: Chinese - Taiwan <chinese-l...@googlegroups.com>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 2.4.2\n" +"X-Generator: Poedit 3.1.1\n" #: data/org.gnome.NautilusPreviewer.appdata.xml.in:9 msgid "Sushi" @@ -25,7 +27,7 @@ #: data/org.gnome.NautilusPreviewer.appdata.xml.in:10 msgid "Provide a facility for quickly viewing different kinds of files" -msgstr "???????????????????????????????????????????????????" +msgstr "???????????????????????????????????????????????????" #: data/org.gnome.NautilusPreviewer.appdata.xml.in:12 msgid "" @@ -55,7 +57,7 @@ #: src/ui/fallbackRenderer.js:264 msgid "Modified" -msgstr "?????????" +msgstr "????????????" #. TRANSLATORS: This is a filename, e.g. "image.jpg" #: src/ui/mainWindow.js:90 @@ -67,24 +69,24 @@ #: src/ui/mainWindow.js:342 #, javascript-format msgid "Open With %s" -msgstr "??? %s ??????" +msgstr "??????%s?????????" #: src/ui/mainWindow.js:348 msgid "Open" msgstr "??????" -#: src/viewers/audio.js:359 +#: src/viewers/audio.js:375 msgid "from" msgstr "??????" -#: src/viewers/audio.js:364 +#: src/viewers/audio.js:380 msgid "by" msgstr "??????" #: src/viewers/evince.js:94 #, javascript-format msgid "%d of %d" -msgstr "%d / %d" +msgstr "%d/%d" #~ msgid "Client decoration" #~ msgstr "???????????????" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-42.0/src/ui/main.js new/sushi-43.0/src/ui/main.js --- old/sushi-42.0/src/ui/main.js 2022-07-01 10:37:14.000000000 +0200 +++ new/sushi-43.0/src/ui/main.js 2022-09-16 11:19:20.000000000 +0200 @@ -37,9 +37,9 @@ Gtk: '3.0', GtkSource: '4', Pango: '1.0', - Soup: '2.4', + Soup: '3.0', Sushi: '1.0', - WebKit2: '4.0', + WebKit2: '4.1', }); const {Gio, GLib} = imports.gi;