Hello community, here is the log from the commit of package sushi for openSUSE:Factory checked in at 2016-09-23 11:32:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sushi (Old) and /work/SRC/openSUSE:Factory/.sushi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sushi" Changes: -------- --- /work/SRC/openSUSE:Factory/sushi/sushi.changes 2016-05-19 12:16:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sushi.new/sushi.changes 2016-09-23 11:33:05.000000000 +0200 @@ -1,0 +2,8 @@ +Wed Aug 31 16:55:03 UTC 2016 - [email protected] + +- Update to version 3.21.91: + + Make sushi work under Wayland. + + Fix builddir != srcdir builds. + + Updated translations. + +------------------------------------------------------------------- Old: ---- sushi-3.20.0.tar.xz New: ---- sushi-3.21.91.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sushi.spec ++++++ --- /var/tmp/diff_new_pack.vN3D58/_old 2016-09-23 11:33:08.000000000 +0200 +++ /var/tmp/diff_new_pack.vN3D58/_new 2016-09-23 11:33:08.000000000 +0200 @@ -17,13 +17,13 @@ Name: sushi -Version: 3.20.0 +Version: 3.21.91 Release: 0 Summary: Quick Previewer for Nautilus License: SUSE-GPL-2.0-with-plugin-exception Group: Productivity/File utilities Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/sushi/3.20/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/sushi/3.21/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: intltool %ifarch %ix86 x86_64 ++++++ sushi-3.20.0.tar.xz -> sushi-3.21.91.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/Makefile.in new/sushi-3.21.91/Makefile.in --- old/sushi-3.20.0/Makefile.in 2016-05-17 20:26:49.000000000 +0200 +++ new/sushi-3.21.91/Makefile.in 2016-08-31 18:10:57.000000000 +0200 @@ -616,7 +616,7 @@ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir @@ -641,7 +641,7 @@ @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -659,7 +659,7 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -669,7 +669,7 @@ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/NEWS new/sushi-3.21.91/NEWS --- old/sushi-3.20.0/NEWS 2016-05-17 20:26:24.000000000 +0200 +++ new/sushi-3.21.91/NEWS 2016-08-31 18:08:48.000000000 +0200 @@ -1,3 +1,10 @@ +3.21.91 +======= + +- Make sushi work under Wayland +- Fix builddir != srcdir builds +- Translation updates + 3.20.0 ====== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/aclocal.m4 new/sushi-3.21.91/aclocal.m4 --- old/sushi-3.20.0/aclocal.m4 2016-05-17 20:26:48.000000000 +0200 +++ new/sushi-3.21.91/aclocal.m4 2016-08-31 18:10:55.000000000 +0200 @@ -21,8 +21,8 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, -dnl Inc. +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software +dnl Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -54,7 +54,7 @@ ]) dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -dnl serial 11 (pkg-config-0.29) +dnl serial 11 (pkg-config-0.29.1) dnl dnl Copyright © 2004 Scott James Remnant <[email protected]>. dnl Copyright © 2012-2015 Dan Nicholson <[email protected]> @@ -96,7 +96,7 @@ dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29]) +[m4_define([PKG_MACROS_VERSION], [0.29.1]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/configure new/sushi-3.21.91/configure --- old/sushi-3.20.0/configure 2016-05-17 20:26:48.000000000 +0200 +++ new/sushi-3.21.91/configure 2016-08-31 18:10:55.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for sushi 3.20.0. +# Generated by GNU Autoconf 2.69 for sushi 3.21.91. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='sushi' PACKAGE_TARNAME='sushi' -PACKAGE_VERSION='3.20.0' -PACKAGE_STRING='sushi 3.20.0' +PACKAGE_VERSION='3.21.91' +PACKAGE_STRING='sushi 3.21.91' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1389,7 +1389,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures sushi 3.20.0 to adapt to many kinds of systems. +\`configure' configures sushi 3.21.91 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1460,7 +1460,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sushi 3.20.0:";; + short | recursive ) echo "Configuration of sushi 3.21.91:";; esac cat <<\_ACEOF @@ -1585,7 +1585,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sushi configure 3.20.0 +sushi configure 3.21.91 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1984,7 +1984,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sushi $as_me 3.20.0, which was +It was created by sushi $as_me 3.21.91, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2966,7 +2966,7 @@ # Define the identity of the package. PACKAGE='sushi' - VERSION='3.20.0' + VERSION='3.21.91' cat >>confdefs.h <<_ACEOF @@ -17758,7 +17758,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sushi $as_me 3.20.0, which was +This file was extended by sushi $as_me 3.21.91, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17824,7 +17824,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -sushi config.status 3.20.0 +sushi config.status 3.21.91 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/configure.ac new/sushi-3.21.91/configure.ac --- old/sushi-3.20.0/configure.ac 2016-05-17 20:26:33.000000000 +0200 +++ new/sushi-3.21.91/configure.ac 2016-08-31 18:08:05.000000000 +0200 @@ -1,6 +1,6 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.63) -AC_INIT([sushi],[3.20.0],[],[sushi]) +AC_INIT([sushi],[3.21.91],[],[sushi]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_SRCDIR([src/main.c]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/as.po new/sushi-3.21.91/po/as.po --- old/sushi-3.20.0/po/as.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/as.po 2016-08-25 21:17:56.000000000 +0200 @@ -13,6 +13,7 @@ "PO-Revision-Date: 2012-08-13 21:21+0530\n" "Last-Translator: Nilamdyuti Goswami <[email protected]>\n" "Language-Team: as_IN <[email protected]>\n" +"Language: as\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/be.po new/sushi-3.21.91/po/be.po --- old/sushi-3.20.0/po/be.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/be.po 2016-08-25 21:17:56.000000000 +0200 @@ -9,6 +9,7 @@ "PO-Revision-Date: 2012-07-15 14:24+0300\n" "Last-Translator: Ihar Hrachyshka <[email protected]>\n" "Language-Team: Belarusian <[email protected]>\n" +"Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/bn_IN.po new/sushi-3.21.91/po/bn_IN.po --- old/sushi-3.20.0/po/bn_IN.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/bn_IN.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,7 +12,7 @@ "PO-Revision-Date: 2012-07-23 01:54+0530\n" "Last-Translator: Sayak Sarkar <[email protected]>\n" "Language-Team: Bengali (India) <[email protected]>\n" -"Language: bn\n" +"Language: bn_IN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/[email protected] new/sushi-3.21.91/po/[email protected] --- old/sushi-3.20.0/po/[email protected] 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/[email protected] 2016-08-25 21:17:56.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2011-09-15 21:47+0100\n" "Last-Translator: Pau Iranzo <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" -"Language: ca-XV\n" +"Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bits\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/de.po new/sushi-3.21.91/po/de.po --- old/sushi-3.20.0/po/de.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/de.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,6 +12,7 @@ "PO-Revision-Date: 2012-09-09 13:22+0100\n" "Last-Translator: Mario Blättermann <[email protected]>\n" "Language-Team: German <[email protected]>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/eo.po new/sushi-3.21.91/po/eo.po --- old/sushi-3.20.0/po/eo.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/eo.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,6 +12,7 @@ "PO-Revision-Date: 2011-09-03 23:33+0200\n" "Last-Translator: Kristjan SCHMIDT <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" +"Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/es.po new/sushi-3.21.91/po/es.po --- old/sushi-3.20.0/po/es.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/es.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,6 +12,7 @@ "PO-Revision-Date: 2012-04-16 16:25+0200\n" "Last-Translator: Daniel Mustieles <[email protected]>\n" "Language-Team: Español <[email protected]>\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/fa.po new/sushi-3.21.91/po/fa.po --- old/sushi-3.20.0/po/fa.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/fa.po 2016-08-25 21:17:56.000000000 +0200 @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Poedit-SourceCharset: utf-8\n" -"Language: fa_IR\n" +"Language: fa\n" #: ../data/org.gnome.sushi.gschema.xml.in.h:1 msgid "Client decoration" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/fr.po new/sushi-3.21.91/po/fr.po --- old/sushi-3.20.0/po/fr.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/fr.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,6 +12,7 @@ "PO-Revision-Date: 2012-04-30 19:23+0100\n" "Last-Translator: Pierre Henry <[email protected]>\n" "Language-Team: GNOME French Team <[email protected]>\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/gl.po new/sushi-3.21.91/po/gl.po --- old/sushi-3.20.0/po/gl.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/gl.po 2016-08-25 21:17:56.000000000 +0200 @@ -13,7 +13,7 @@ "PO-Revision-Date: 2012-04-19 19:39+0200\n" "Last-Translator: Fran Dieguez <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" -"Language: gl_ES\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/it.po new/sushi-3.21.91/po/it.po --- old/sushi-3.20.0/po/it.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/it.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,7 +12,7 @@ "PO-Revision-Date: 2012-09-10 21:57+0200\n" "Last-Translator: Milo Casagrande <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" -"Language: \n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/ja.po new/sushi-3.21.91/po/ja.po --- old/sushi-3.20.0/po/ja.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/ja.po 2016-08-25 21:17:56.000000000 +0200 @@ -13,7 +13,7 @@ "PO-Revision-Date: 2012-07-09 21:08+0900\n" "Last-Translator: Takayuki KUSANO <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" -"Language: \n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/ko.po new/sushi-3.21.91/po/ko.po --- old/sushi-3.20.0/po/ko.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/ko.po 2016-08-25 21:17:56.000000000 +0200 @@ -13,6 +13,7 @@ "PO-Revision-Date: 2012-09-16 17:31+0900\n" "Last-Translator: Changwoo Ryu <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/nl.po new/sushi-3.21.91/po/nl.po --- old/sushi-3.20.0/po/nl.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/nl.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,7 +12,7 @@ "PO-Revision-Date: 2013-03-23 23:42+0100\n" "Last-Translator: Wouter Bolsterlee <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" -"Language: \n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/oc.po new/sushi-3.21.91/po/oc.po --- old/sushi-3.20.0/po/oc.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/oc.po 2016-06-09 20:39:02.000000000 +0200 @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: sushi master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=sushi&k" -"eywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-04-29 14:24+0000\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=sushi&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2016-05-05 20:22+0000\n" "PO-Revision-Date: 2016-05-05 21:48+0200\n" "Last-Translator: Cédric Valmary (totenoc.eu) <[email protected]>\n" "Language-Team: Tot En Òc\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/pl.po new/sushi-3.21.91/po/pl.po --- old/sushi-3.20.0/po/pl.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/pl.po 2016-08-25 21:17:56.000000000 +0200 @@ -1,27 +1,23 @@ -# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# Aviary.pl -# Jeśli masz jakiekolwiek uwagi odnoszące się do tłumaczenia lub chcesz -# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas: -# [email protected] -# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# Piotr Drąg <[email protected]>, 2011-2015. -# Aviary.pl <[email protected]>, 2011-2015. +# Polish translation for sushi. +# Copyright © 2011-2016 the sushi authors. +# This file is distributed under the same license as the sushi package. +# Piotr Drąg <[email protected]>, 2011-2016. +# Aviary.pl <[email protected]>, 2011-2016. +# msgid "" msgstr "" "Project-Id-Version: sushi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-08-25 17:50+0200\n" -"PO-Revision-Date: 2015-08-25 17:51+0200\n" +"POT-Creation-Date: 2016-08-22 20:02+0200\n" +"PO-Revision-Date: 2016-08-22 20:03+0200\n" "Last-Translator: Piotr Drąg <[email protected]>\n" -"Language-Team: Polish <[email protected]>\n" +"Language-Team: Polish <[email protected]>\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Poedit-Language: Polish\n" -"X-Poedit-Country: Poland\n" #: ../src/js/ui/fallbackRenderer.js:119 msgid "Type" @@ -40,18 +36,18 @@ msgid "Modified" msgstr "Zmodyfikowano" -#: ../src/js/viewers/audio.js:171 +#: ../src/js/viewers/audio.js:172 msgid "from" msgstr "z" -#: ../src/js/viewers/audio.js:173 +#: ../src/js/viewers/audio.js:174 msgid "by" msgstr " " #: ../src/js/viewers/evince.js:77 #, javascript-format msgid "%d of %d" -msgstr "%d z %d" +msgstr "%d z %d" #: ../src/libsushi/sushi-file-loader.c:639 #, c-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/pt_BR.po new/sushi-3.21.91/po/pt_BR.po --- old/sushi-3.20.0/po/pt_BR.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/pt_BR.po 2016-08-25 21:17:56.000000000 +0200 @@ -13,7 +13,7 @@ "PO-Revision-Date: 2012-09-12 09:15-0300\n" "Last-Translator: Rafael Ferreira <[email protected]>\n" "Language-Team: Português Brasileiro <[email protected]>\n" -"Language: \n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/ru.po new/sushi-3.21.91/po/ru.po --- old/sushi-3.20.0/po/ru.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/ru.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,6 +12,7 @@ "PO-Revision-Date: 2012-08-24 22:12+0400\n" "Last-Translator: Yuri Myasoedov <[email protected]>\n" "Language-Team: русский <[email protected]>\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/sk.po new/sushi-3.21.91/po/sk.po --- old/sushi-3.20.0/po/sk.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/sk.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,7 +12,7 @@ "PO-Revision-Date: 2012-10-05 23:36+0100\n" "Last-Translator: Stanislav Kubík <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" -"Language: Slovenčina\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/sl.po new/sushi-3.21.91/po/sl.po --- old/sushi-3.20.0/po/sl.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/sl.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,7 +12,7 @@ "PO-Revision-Date: 2012-04-21 13:07+0100\n" "Last-Translator: Matej Urbančič <[email protected]>\n" "Language-Team: Slovenian GNOME Translation Team <[email protected]>\n" -"Language: Slovenian\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/[email protected] new/sushi-3.21.91/po/[email protected] --- old/sushi-3.20.0/po/[email protected] 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/[email protected] 2016-08-25 21:17:56.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2012-08-01 10:03+0200\n" "Last-Translator: Miroslav Nikolić <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" -"Language: sr\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/te.po new/sushi-3.21.91/po/te.po --- old/sushi-3.20.0/po/te.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/te.po 2016-08-25 21:17:56.000000000 +0200 @@ -13,6 +13,7 @@ "PO-Revision-Date: 2012-04-17 13:51+0530\n" "Last-Translator: Sasi Bhushan Boddepalli <[email protected]>\n" "Language-Team: Telugu <[email protected]>\n" +"Language: te\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/ug.po new/sushi-3.21.91/po/ug.po --- old/sushi-3.20.0/po/ug.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/ug.po 2016-08-25 21:17:56.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2013-01-27 13:34+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" -"Language: \n" +"Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/[email protected] new/sushi-3.21.91/po/[email protected] --- old/sushi-3.20.0/po/[email protected] 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/[email protected] 2016-08-25 21:17:56.000000000 +0200 @@ -12,7 +12,7 @@ "PO-Revision-Date: 2012-10-14 19:15-0500\n" "Last-Translator: Bahodir Mansurov <[email protected]>\n" "Language-Team: Uzbek\n" -"Language: uz\n" +"Language: uz@cyrillic\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/vi.po new/sushi-3.21.91/po/vi.po --- old/sushi-3.20.0/po/vi.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/vi.po 2016-08-25 21:17:56.000000000 +0200 @@ -12,6 +12,7 @@ "PO-Revision-Date: 2011-10-01 19:54+1000\n" "Last-Translator: Nguyễn Thái Ngọc Duy <[email protected]>\n" "Language-Team: Vietnamese <[email protected]>\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/zh_HK.po new/sushi-3.21.91/po/zh_HK.po --- old/sushi-3.20.0/po/zh_HK.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/zh_HK.po 2016-08-25 21:17:56.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2012-07-17 15:29+0800\n" "Last-Translator: Chao-Hsiung Liao <[email protected]>\n" "Language-Team: Chinese (Hong Kong) <[email protected]>\n" -"Language: \n" +"Language: zh_HK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/po/zh_TW.po new/sushi-3.21.91/po/zh_TW.po --- old/sushi-3.20.0/po/zh_TW.po 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/po/zh_TW.po 2016-08-25 21:17:56.000000000 +0200 @@ -11,7 +11,7 @@ "PO-Revision-Date: 2012-07-16 11:20+0800\n" "Last-Translator: Chao-Hsiung Liao <[email protected]>\n" "Language-Team: Chinese (Taiwan) <[email protected]>\n" -"Language: \n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/src/Makefile-sushi.am new/sushi-3.21.91/src/Makefile-sushi.am --- old/sushi-3.20.0/src/Makefile-sushi.am 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/src/Makefile-sushi.am 2016-06-09 20:39:02.000000000 +0200 @@ -109,4 +109,4 @@ Sushi_1_0_gir_FILES = \ $(addprefix $(srcdir)/,$(sushi_source_h)) \ $(addprefix $(srcdir)/,$(sushi_source_c)) \ - $(srcdir)/sushi-enum-types.h + sushi-enum-types.h diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/src/Makefile.in new/sushi-3.21.91/src/Makefile.in --- old/sushi-3.20.0/src/Makefile.in 2016-05-17 20:26:49.000000000 +0200 +++ new/sushi-3.21.91/src/Makefile.in 2016-08-31 18:10:57.000000000 +0200 @@ -541,7 +541,7 @@ Sushi_1_0_gir_FILES = \ $(addprefix $(srcdir)/,$(sushi_source_h)) \ $(addprefix $(srcdir)/,$(sushi_source_c)) \ - $(srcdir)/sushi-enum-types.h + sushi-enum-types.h resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/org.gnome.Sushi.gresource.xml) sushi_start_SOURCES = \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-3.20.0/src/js/ui/mainWindow.js new/sushi-3.21.91/src/js/ui/mainWindow.js --- old/sushi-3.20.0/src/js/ui/mainWindow.js 2016-05-17 20:09:40.000000000 +0200 +++ new/sushi-3.21.91/src/js/ui/mainWindow.js 2016-08-25 21:42:43.000000000 +0200 @@ -544,7 +544,8 @@ this._gtkWindow.get_window().set_transient_for(this._parent); this._gtkWindow.show_all(); - this._gtkWindow.get_window().move_to_current_desktop(); + if (this._gtkWindow.get_window().move_to_current_desktop) + this._gtkWindow.get_window().move_to_current_desktop(); }, setFile : function(file) {
