Hello community, here is the log from the commit of package sushi for openSUSE:Factory checked in at Tue Oct 18 14:30:00 CEST 2011.
-------- --- openSUSE:Factory/sushi/sushi.changes 2011-10-04 17:02:09.000000000 +0200 +++ /mounts/work_src_done/STABLE/sushi/sushi.changes 2011-10-17 23:19:48.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Oct 17 20:15:29 CEST 2011 - [email protected] + +- Update to version 0.2.1: + + Fix OSD toolbar not appearing for text files previews. + + Make sure the decoration title is centered with the close + button. + + Updated translations. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- sushi-0.2.0.tar.bz2 New: ---- sushi-0.2.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sushi.spec ++++++ --- /var/tmp/diff_new_pack.6rB47I/_old 2011-10-18 14:29:56.000000000 +0200 +++ /var/tmp/diff_new_pack.6rB47I/_new 2011-10-18 14:29:56.000000000 +0200 @@ -18,7 +18,7 @@ Name: sushi -Version: 0.2.0 +Version: 0.2.1 Release: 1 License: GPLv2+ Summary: Quick Previewer for Nautilus ++++++ sushi-0.2.0.tar.bz2 -> sushi-0.2.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/NEWS new/sushi-0.2.1/NEWS --- old/sushi-0.2.0/NEWS 2011-09-26 16:32:27.000000000 +0200 +++ new/sushi-0.2.1/NEWS 2011-10-17 16:31:40.000000000 +0200 @@ -1,3 +1,10 @@ +0.2.1 - "Here and now" +====================== + +- Fix OSD toolbar not appearing for text files previews +- Make sure the decoration title is centered with the close button +- Translation updates + 0.2.0 - "Fuuuuuuuu" =================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/configure new/sushi-0.2.1/configure --- old/sushi-0.2.0/configure 2011-09-26 16:32:50.000000000 +0200 +++ new/sushi-0.2.1/configure 2011-10-17 16:33:00.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for sushi 0.2.0. +# Generated by GNU Autoconf 2.68 for sushi 0.2.1. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -567,8 +567,8 @@ # Identity of this package. PACKAGE_NAME='sushi' PACKAGE_TARNAME='sushi' -PACKAGE_VERSION='0.2.0' -PACKAGE_STRING='sushi 0.2.0' +PACKAGE_VERSION='0.2.1' +PACKAGE_STRING='sushi 0.2.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1377,7 +1377,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 0.2.0 to adapt to many kinds of systems. +\`configure' configures sushi 0.2.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1448,7 +1448,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sushi 0.2.0:";; + short | recursive ) echo "Configuration of sushi 0.2.1:";; esac cat <<\_ACEOF @@ -1571,7 +1571,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sushi configure 0.2.0 +sushi configure 0.2.1 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1970,7 +1970,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 0.2.0, which was +It was created by sushi $as_me 0.2.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2917,7 +2917,7 @@ # Define the identity of the package. PACKAGE='sushi' - VERSION='0.2.0' + VERSION='0.2.1' cat >>confdefs.h <<_ACEOF @@ -19640,7 +19640,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 0.2.0, which was +This file was extended by sushi $as_me 0.2.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19706,7 +19706,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 0.2.0 +sushi config.status 0.2.1 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/configure.ac new/sushi-0.2.1/configure.ac --- old/sushi-0.2.0/configure.ac 2011-09-26 16:32:46.000000000 +0200 +++ new/sushi-0.2.1/configure.ac 2011-10-17 16:31:48.000000000 +0200 @@ -1,6 +1,6 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.63) -AC_INIT([sushi],[0.2.0],[],[sushi]) +AC_INIT([sushi],[0.2.1],[],[sushi]) AM_CONFIG_HEADER(config/config.h) AC_CONFIG_SRCDIR([src/main.c]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/po/LINGUAS new/sushi-0.2.1/po/LINGUAS --- old/sushi-0.2.0/po/LINGUAS 2011-09-26 16:31:28.000000000 +0200 +++ new/sushi-0.2.1/po/LINGUAS 2011-10-17 16:29:57.000000000 +0200 @@ -20,6 +20,7 @@ hu id it +ja ko lt lv @@ -40,6 +41,7 @@ th tr uk +vi zh_CN zh_HK zh_TW diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/po/ja.po new/sushi-0.2.1/po/ja.po --- old/sushi-0.2.0/po/ja.po 1970-01-01 01:00:00.000000000 +0100 +++ new/sushi-0.2.1/po/ja.po 2011-10-17 16:29:57.000000000 +0200 @@ -0,0 +1,61 @@ +# sushi ja.po. +# Copyright (C) 2011 Free Software Foundation, Inc. +# This file is distributed under the same license as the sushi package. +# Takeshi AIHANA <[email protected]>, 2011 +# +msgid "" +msgstr "" +"Project-Id-Version: sushi gnome-3-2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-10-07 00:42+0900\n" +"PO-Revision-Date: 2011-10-07 00:37+0900\n" +"Last-Translator: Takeshi AIHANA <[email protected]>\n" +"Language-Team: Japanese <[email protected]>,\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +# sushi +#: ../src/libsushi/sushi-file-loader.c:641 +#, c-format +msgid "%d item" +msgid_plural "%d items" +msgstr[0] "%d個のアイテム" +msgstr[1] "%d個のアイテム" + +#: ../src/libsushi/sushi-file-loader.c:653 +msgid "Empty Folder" +msgstr "空のフォルダ" + +#: ../src/js/ui/fallbackRenderer.js:120 +msgid "Type" +msgstr "種類" + +#: ../src/js/ui/fallbackRenderer.js:121 ../src/js/ui/fallbackRenderer.js:126 +#: ../src/js/ui/fallbackRenderer.js:131 ../src/js/ui/spinnerBox.js:54 +#: ../src/js/viewers/folder.js:127 ../src/js/viewers/folder.js:132 +msgid "Loading..." +msgstr "読み込み中..." + +#: ../src/js/ui/fallbackRenderer.js:125 ../src/js/viewers/folder.js:126 +msgid "Size" +msgstr "サイズ" + +#: ../src/js/ui/fallbackRenderer.js:130 ../src/js/viewers/folder.js:131 +msgid "Modified" +msgstr "変更日時" + +#: ../src/js/viewers/audio.js:163 +msgid "from" +msgstr "アルバム名" + +#: ../src/js/viewers/audio.js:165 +msgid "by" +msgstr "アーティスト" + +#: ../src/js/viewers/evince.js:75 +#, c-format +msgid "%d of %d" +msgstr "%d/%d" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/po/ko.po new/sushi-0.2.1/po/ko.po --- old/sushi-0.2.0/po/ko.po 2011-09-26 16:31:28.000000000 +0200 +++ new/sushi-0.2.1/po/ko.po 2011-09-30 01:19:58.000000000 +0200 @@ -1,16 +1,16 @@ # Korean translation for sushi. -# Copyright (C) 2011 sushi's COPYRIGHT HOLDER # This file is distributed under the same license as the sushi package. +# # Seong-ho Cho <[email protected]>, 2011. +# Changwoo Ryu <[email protected]> # msgid "" msgstr "" "Project-Id-Version: sushi master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=sushi&keywords=I18N+L10N&component=general\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=sushi&keywords=I18N+L10N&component=general\n" "POT-Creation-Date: 2011-09-22 17:57+0000\n" -"PO-Revision-Date: 2011-09-24 06:24+0900\n" -"Last-Translator: Seong-ho, Cho <[email protected]>\n" +"PO-Revision-Date: 2011-09-29 12:47+0900\n" +"Last-Translator: Changwoo Ryu <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,13 +47,13 @@ #: ../src/js/viewers/audio.js:163 msgid "from" -msgstr "from" +msgstr "앨범" #: ../src/js/viewers/audio.js:165 msgid "by" -msgstr "by" +msgstr "만든 이" #: ../src/js/viewers/evince.js:75 #, c-format msgid "%d of %d" -msgstr "%d of %d" +msgstr "%d (전체 %d)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/po/vi.po new/sushi-0.2.1/po/vi.po --- old/sushi-0.2.0/po/vi.po 1970-01-01 01:00:00.000000000 +0100 +++ new/sushi-0.2.1/po/vi.po 2011-10-17 16:29:57.000000000 +0200 @@ -0,0 +1,59 @@ +# Vietnamese translation for sushi. +# Copyright (C) 2011 sushi's COPYRIGHT HOLDER +# This file is distributed under the same license as the sushi package. +# Nguyễn Thái Ngọc Duy <[email protected]>, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: sushi gnome-3-2\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=sushi&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2011-09-29 23:20+0000\n" +"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" +"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" + +#: ../src/libsushi/sushi-file-loader.c:641 +#, c-format +msgid "%d item" +msgid_plural "%d items" +msgstr[0] "%d mục" + +#: ../src/libsushi/sushi-file-loader.c:653 +msgid "Empty Folder" +msgstr "Thư mục rỗng" + +#: ../src/js/ui/fallbackRenderer.js:120 +msgid "Type" +msgstr "Loại" + +#: ../src/js/ui/fallbackRenderer.js:121 ../src/js/ui/fallbackRenderer.js:126 +#: ../src/js/ui/fallbackRenderer.js:131 ../src/js/ui/spinnerBox.js:54 +#: ../src/js/viewers/folder.js:127 ../src/js/viewers/folder.js:132 +msgid "Loading..." +msgstr "Đang nạp..." + +#: ../src/js/ui/fallbackRenderer.js:125 ../src/js/viewers/folder.js:126 +msgid "Size" +msgstr "Kích thước" + +#: ../src/js/ui/fallbackRenderer.js:130 ../src/js/viewers/folder.js:131 +msgid "Modified" +msgstr "Sửa đổi" + +#: ../src/js/viewers/audio.js:163 +msgid "from" +msgstr "từ" + +#: ../src/js/viewers/audio.js:165 +msgid "by" +msgstr "bởi" + +#: ../src/js/viewers/evince.js:75 +#, c-format +msgid "%d of %d" +msgstr "%d trên %d" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/po/zh_CN.po new/sushi-0.2.1/po/zh_CN.po --- old/sushi-0.2.0/po/zh_CN.po 2011-06-30 19:48:52.000000000 +0200 +++ new/sushi-0.2.1/po/zh_CN.po 2011-09-30 01:19:58.000000000 +0200 @@ -2,51 +2,59 @@ # Copyright (C) 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the sushi package. # Kuang Chen <[email protected]>, 2011. +# YunQiang Su <[email protected]>, 2011. # msgid "" msgstr "" "Project-Id-Version: sushi master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=sushi&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2011-05-25 16:22+0000\n" -"PO-Revision-Date: 2011-06-12 13:27+0800\n" -"Last-Translator: Kuang Chen <[email protected]>\n" +"POT-Creation-Date: 2011-09-26 16:31+0000\n" +"PO-Revision-Date: 2011-09-28 01:17+0800\n" +"Last-Translator: YunQiang Su <[email protected]>\n" "Language-Team: Chinese (simplified) <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Content-Transfer-Encoding: 8bits\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/libsushi/sushi-file-loader.c:614 +#: ../src/libsushi/sushi-file-loader.c:641 #, c-format msgid "%d item" msgid_plural "%d items" msgstr[0] "%d 个条目" -msgstr[1] "%d 个条目" -#: ../src/libsushi/sushi-file-loader.c:624 +#: ../src/libsushi/sushi-file-loader.c:653 msgid "Empty Folder" msgstr "空文件夹" -#: ../src/js/ui/fallbackRenderer.js:93 +#: ../src/js/ui/fallbackRenderer.js:120 msgid "Type" msgstr "类型" -#: ../src/js/ui/fallbackRenderer.js:94 ../src/js/ui/fallbackRenderer.js:99 -#: ../src/js/ui/fallbackRenderer.js:104 ../src/js/viewers/folder.js:100 -#: ../src/js/viewers/folder.js:105 +#: ../src/js/ui/fallbackRenderer.js:121 ../src/js/ui/fallbackRenderer.js:126 +#: ../src/js/ui/fallbackRenderer.js:131 ../src/js/ui/spinnerBox.js:54 +#: ../src/js/viewers/folder.js:127 ../src/js/viewers/folder.js:132 msgid "Loading..." msgstr "正在载入..." -#: ../src/js/ui/fallbackRenderer.js:98 ../src/js/viewers/folder.js:99 +#: ../src/js/ui/fallbackRenderer.js:125 ../src/js/viewers/folder.js:126 msgid "Size" msgstr "大小" -#: ../src/js/ui/fallbackRenderer.js:103 ../src/js/viewers/folder.js:104 +#: ../src/js/ui/fallbackRenderer.js:130 ../src/js/viewers/folder.js:131 msgid "Modified" msgstr "已修改" -#: ../src/js/viewers/evince.js:48 +#: ../src/js/viewers/audio.js:163 +msgid "from" +msgstr "从" + +#: ../src/js/viewers/audio.js:165 +msgid "by" +msgstr "由" + +#: ../src/js/viewers/evince.js:75 #, c-format msgid "%d of %d" msgstr "第 %d 页, 共 %d 页" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/src/js/ui/mainWindow.js new/sushi-0.2.1/src/js/ui/mainWindow.js --- old/sushi-0.2.0/src/js/ui/mainWindow.js 2011-09-19 17:26:09.000000000 +0200 +++ new/sushi-0.2.1/src/js/ui/mainWindow.js 2011-09-30 01:20:07.000000000 +0200 @@ -564,7 +564,7 @@ this._titleActor.add_constraint( new Clutter.BindConstraint({ source: this._stage, coordinate: Clutter.BindCoordinate.Y, - offset: 3 })); + offset: 6 })); this._quitButton = new Gtk.Button({ image: new Gtk.Image ({ "icon-size": Gtk.IconSize.MENU, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/src/js/ui/utils.js new/sushi-0.2.1/src/js/ui/utils.js --- old/sushi-0.2.0/src/js/ui/utils.js 2011-07-25 12:48:22.000000000 +0200 +++ new/sushi-0.2.1/src/js/ui/utils.js 2011-09-30 01:20:04.000000000 +0200 @@ -134,7 +134,7 @@ let str = ("%02d:%02d").format(minutes, seconds); if (hours > 0) { - current = ("%d").format(hours) + ":" + current; + str = ("%d").format(hours) + ":" + str; } return str; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sushi-0.2.0/src/js/viewers/text.js new/sushi-0.2.1/src/js/viewers/text.js --- old/sushi-0.2.0/src/js/viewers/text.js 2011-07-13 16:50:59.000000000 +0200 +++ new/sushi-0.2.1/src/js/viewers/text.js 2011-09-30 01:20:06.000000000 +0200 @@ -107,7 +107,7 @@ this._mainToolbar.show(); - this._toolbarActor = Utils.forcedSizeActor(this._mainToolbar); + this._toolbarActor = new GtkClutter.Actor({ contents: this._mainToolbar }); return this._toolbarActor; } continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
