Hello community, here is the log from the commit of package gnome-pomodoro for openSUSE:Factory checked in at 2015-11-22 11:00:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-pomodoro (Old) and /work/SRC/openSUSE:Factory/.gnome-pomodoro.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-pomodoro" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-pomodoro/gnome-pomodoro.changes 2015-10-06 13:24:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-pomodoro.new/gnome-pomodoro.changes 2015-11-22 11:02:49.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Nov 13 09:54:10 UTC 2015 - [email protected] + +- Update to version 0.11.1: + + Add GNOME 3.18 support. + + Updated translations. + +------------------------------------------------------------------- Old: ---- 0.11.0.tar.gz New: ---- 0.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-pomodoro.spec ++++++ --- /var/tmp/diff_new_pack.lATI5B/_old 2015-11-22 11:02:50.000000000 +0100 +++ /var/tmp/diff_new_pack.lATI5B/_new 2015-11-22 11:02:50.000000000 +0100 @@ -17,10 +17,11 @@ Name: gnome-pomodoro -Version: 0.11.0 +Version: 0.11.1 Release: 0 Summary: A time management utility for GNOME License: GPL-3.0+ +Group: Productivity/Office/Other Url: http://gnomepomodoro.org Source: https://github.com/codito/%{name}/archive/%{version}.tar.gz BuildRequires: desktop-file-utils @@ -45,7 +46,6 @@ Recommends: %{name}-lang %glib2_gsettings_schema_requires %if %{undefined fedora} -Group: Productivity/Office/Other %endif %if %{defined fedora} BuildRequires: vala-tools @@ -123,3 +123,4 @@ #make it work for :42 %dir %{_datadir}/appdata +%changelog ++++++ 0.11.0.tar.gz -> 0.11.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.0/NEWS new/gnome-pomodoro-0.11.1/NEWS --- old/gnome-pomodoro-0.11.0/NEWS 2015-06-16 02:40:05.000000000 +0200 +++ new/gnome-pomodoro-0.11.1/NEWS 2015-10-24 19:24:33.000000000 +0200 @@ -1,3 +1,9 @@ +2015-10-24 Kamil Prusko <[email protected]> + Release version 0.11.1: + + * Support for GNOME Shell 3.18 + * Turkish translation (thanks @ErkanMDR) + 2015-06-13 Kamil Prusko <[email protected]> Release version 0.11.0: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.0/configure.ac new/gnome-pomodoro-0.11.1/configure.ac --- old/gnome-pomodoro-0.11.0/configure.ac 2015-06-16 02:40:05.000000000 +0200 +++ new/gnome-pomodoro-0.11.1/configure.ac 2015-10-24 19:24:33.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) AC_INIT([gnome-pomodoro], - [0.11.0], + [0.11.1], [https://github.com/codito/gnome-pomodoro/issues], [gnome-pomodoro], [http://gnomepomodoro.org]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.0/extension/metadata.json.in new/gnome-pomodoro-0.11.1/extension/metadata.json.in --- old/gnome-pomodoro-0.11.0/extension/metadata.json.in 2015-06-16 02:40:05.000000000 +0200 +++ new/gnome-pomodoro-0.11.1/extension/metadata.json.in 2015-10-24 19:24:33.000000000 +0200 @@ -2,7 +2,8 @@ "uuid": "@EXTENSION_UUID@", "name": "Pomodoro", "description": "A simple pomodoro timer", - "shell-version": ["3.16", "3.15.92", "3.15.91", "3.15.90", + "shell-version": ["3.18", "3.17.92", "3.17.91", "3.17.90", + "3.16", "3.15.92", "3.15.91", "3.15.90", "3.14", "3.13.92", "3.13.91", "3.13.90", "3.12", "3.11.92", "3.11.91", "3.11.90"], "url": "@PACKAGE_URL@", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.0/po/LINGUAS new/gnome-pomodoro-0.11.1/po/LINGUAS --- old/gnome-pomodoro-0.11.0/po/LINGUAS 2015-06-16 02:40:05.000000000 +0200 +++ new/gnome-pomodoro-0.11.1/po/LINGUAS 2015-10-24 19:24:33.000000000 +0200 @@ -8,4 +8,5 @@ pl pt_BR ru +tr zh_CN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-pomodoro-0.11.0/po/tr.po new/gnome-pomodoro-0.11.1/po/tr.po --- old/gnome-pomodoro-0.11.0/po/tr.po 1970-01-01 01:00:00.000000000 +0100 +++ new/gnome-pomodoro-0.11.1/po/tr.po 2015-10-24 19:24:33.000000000 +0200 @@ -0,0 +1,325 @@ +# Turkish translation for gnome-pomodoro +# Copyright (c) 2012 gnome-pomodoro contributors +# This file is distributed under the same license as the gnome-pomodoro package. +# Erkan Erdem (a.k.a. ErkanMDR) <[email protected]>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: gnome-pomodoro\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-16 11:22+0100\n" +"PO-Revision-Date: 2015-10-16 12:00+0100\n" +"Last-Translator: Erkan Erdem (a.k.a. ErkanMDR) <[email protected]>\n" +"Language-Team: tr <[email protected]>\n" +"Language: tr_TR\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" +"X-Generator: Poedit 1.5.4\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#. Toggle timer state button */ +#: ../extension/indicator.js:87 +msgid "Pomodoro Timer" +msgstr "Pomodoro Timer" + +#: ../extension/indicator.js:94 ../src/preferences-dialog.vala:129 +#: ../src/preferences-dialog.vala:184 +msgid "Preferences" +msgstr "Tercihler" + +#: ../extension/notifications.js:115 ../src/about-dialog.vala:30 +#: ../data/gnome-pomodoro.desktop.in.h:1 +msgid "Pomodoro" +msgstr "Pomodoro" + +#: ../extension/notifications.js:389 +msgid "It's time to take a break" +msgstr "Mola zamanı" + +#: ../extension/notifications.js:574 +msgid "A new pomodoro is starting" +msgstr "Yeni pomodoro başlıyor" + +#: ../extension/notifications.js:587 +msgid "Take a break!" +msgstr "Mola ver!" + +#: ../extension/notifications.js:610 +msgid "Start pomodoro" +msgstr "Pomodoro başlat" + +#: ../extension/notifications.js:652 +msgid "Shorten the break" +msgstr "Kısa mola" + +#: ../extension/notifications.js:658 +msgid "Lengthen the break" +msgstr "Uzun mola" + +#: ../extension/notifications.js:672 +#, javascript-format +msgid "%d second left" +msgid_plural "You have %d seconds left" +msgstr[0] "%d saniyen kaldı" +msgstr[1] "%d saniyen kaldı" + +#: ../extension/notifications.js:674 +#, javascript-format +msgid "You have %d minute left" +msgid_plural "You have %d minutes left" +msgstr[0] "%d dakikan kaldı" +msgstr[1] "%d dakikan kaldı" + +#: ../extension/notifications.js:693 +msgid "Hey, you're missing out on a break" +msgstr "Hey! Molanı kaçırıyorsun!" + +#: ../extension/notifications.js:772 +msgid "Could not run pomodoro" +msgstr "Pomodoro başlatılamadı" + +#: ../extension/notifications.js:774 +msgid "Something went badly wrong..." +msgstr "Bişey kötü gitti..." + +#: ../extension/notifications.js:775 +msgid "Looks like gnome-pomodoro is not installed" +msgstr "gnome-pomodoro yüklenmemiş gibi gözüküyor" + +#: ../extension/notifications.js:784 +msgid "Report issue" +msgstr "Sorun bildir" + +#: ../extension/notifications.js:787 +msgid "Install" +msgstr "Yükle" + +#: ../src/about-dialog.vala:29 +msgid "About Pomodoro" +msgstr "Pomodoro Hakkında" + +#: ../src/about-dialog.vala:31 +msgid "A simple time management utility" +msgstr "Basit bir zaman yönetimi aracı" + +#: ../src/about-dialog.vala:39 +msgid "translator-credits" +msgstr "Erkan Erdem (a.k.a. ErkanMDR) <[email protected]>" + +#: ../src/about-dialog.vala:45 +msgid "" +"This program is free software: you can redistribute it and/or modify it " +"under the terms of the GNU General Public License as published by the Free " +"Software Foundation; either version 3 of the License, or (at your option) " +"any later version." +msgstr "" +"This program is free software: you can redistribute it and/or modify it " +"under the terms of the GNU General Public License as published by the Free " +"Software Foundation; either version 3 of the License, or (at your option) " +"any later version." + +#: ../src/preferences-dialog.vala:329 +msgid "Timer" +msgstr "Zamanlayıcı" + +#: ../src/preferences-dialog.vala:396 +msgid "Pomodoro duration" +msgstr "Pomodoro süresi" + +#: ../src/preferences-dialog.vala:399 +msgid "Short break duration" +msgstr "Kısa mola süresi" + +#: ../src/preferences-dialog.vala:402 +msgid "Long break duration" +msgstr "Uzun mola süresi" + +#. @translators: You can refer it to number of pomodoros in a cycle +#: ../src/preferences-dialog.vala:411 +msgid "Pomodoros to a long break" +msgstr "Uzun mola için modoro sayısı" + +#: ../src/preferences-dialog.vala:418 +msgid "Shortcut to toggle the timer" +msgstr "Zamanlayıcı kısayolu" + +#: ../src/preferences-dialog.vala:426 +msgid "Notifications" +msgstr "Bildirimler" + +#: ../src/preferences-dialog.vala:432 +msgid "Screen notifications" +msgstr "Ekran bildirimleri" + +#: ../src/preferences-dialog.vala:437 +msgid "Remind to take a break" +msgstr "Molayı zamanını bildir" + +#: ../src/preferences-dialog.vala:459 +msgid "Sounds" +msgstr "Sesler" + +#: ../src/preferences-dialog.vala:464 +msgid "Clock Ticking" +msgstr "Saat tiklemesi" + +#: ../src/preferences-dialog.vala:468 +msgid "Timer Ticking" +msgstr "Zamanlayıcı tiklemesi" + +#: ../src/preferences-dialog.vala:472 +msgid "Woodland Birds" +msgstr "Orman Kuşları" + +#: ../src/preferences-dialog.vala:479 +msgid "Select ticking sound" +msgstr "Tikleme sesi seç" + +#: ../src/preferences-dialog.vala:490 +msgid "Ticking sound" +msgstr "Tik sesi" + +#: ../src/preferences-dialog.vala:510 +msgid "Loud bell" +msgstr "Büyük Çan" + +#: ../src/preferences-dialog.vala:514 +msgid "Bell" +msgstr "Çan" + +#: ../src/preferences-dialog.vala:521 +msgid "Select sound for start of break" +msgstr "Mola başlandığında çalınacak sesi seç" + +#: ../src/preferences-dialog.vala:530 +msgid "Start of break sound" +msgstr "Mola başlama sesi" + +#: ../src/preferences-dialog.vala:534 +msgid "Select sound for pomodoro start" +msgstr "Pomodoro başlandığında çalınacak sesi seç" + +#: ../src/preferences-dialog.vala:543 +msgid "Pomodoro start sound" +msgstr "Pomodoro başlama sesi" + +#: ../src/preferences-dialog.vala:575 +msgid "Available" +msgstr "Müsait" + +#: ../src/preferences-dialog.vala:576 +msgid "Busy" +msgstr "Meşgul" + +#. Currently gnome-shell does not handle invisible status properly +#: ../src/preferences-dialog.vala:579 +msgid "Invisible" +msgstr "Dışarıda" + +#: ../src/preferences-dialog.vala:597 +msgid "Presence" +msgstr "Durum" + +#: ../src/preferences-dialog.vala:603 +msgid "Postpone pomodoro when idle" +msgstr "Boştayken pomodoro durdurma" + +#: ../src/preferences-dialog.vala:608 +msgid "Status during pomodoro" +msgstr "Pomodoro aktif durumu" + +#: ../src/preferences-dialog.vala:613 +msgid "Status during break" +msgstr "Mola aktif durumu" + +#: ../src/preferences-dialog.vala:686 +msgid "" +"System notifications including chat messages won't show up during pomodoro." +msgstr "" +"Sohbet mesajları dahil olmak üzere sistem bildirimleri pomodoro sırasında görünmez." + +#: ../src/preferences-dialog.vala:690 +msgid "" +"System notifications including chat messages won't show up during break." +msgstr "" +"Sohbet mesajları dahil olmak üzere sistem bildirimleri mola sırasında görünmez." + +#: ../src/preferences-dialog.vala:694 +msgid "System notifications including chat messages won't show up." +msgstr "" +"Sohbet mesajları dahil olmak üzere sistem bildirimleri görünmez." + +#: ../src/preferences-dialog.vala:707 +msgid "OK" +msgstr "Tamam" + +#: ../src/utils.vala:92 +#, c-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d saat" +msgstr[1] "%d saat" + +#: ../src/utils.vala:101 +#, c-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d dakika" +msgstr[1] "%d dakika" + +#: ../src/widgets.vala:327 +msgid "Disabled" +msgstr "Devre dışı" + +#: ../src/widgets.vala:384 +#, c-format +msgid "" +"The shortcut \"%s\" cannot be used because it will become impossible to type " +"using this key.\n" +"Please try with a key such as Control, Alt or Shift at the same time." +msgstr "" +"\"%s\" tuşu kullanılmaz" +"\n" +"Lütfen CTRL veya ALT+Shift tuşlarına basarak bir kısayol belirleyiniz" + +#: ../src/widgets.vala:512 +msgid "_No sound" +msgstr "_Sessiz" + +#: ../src/widgets.vala:514 +msgid "_Cancel" +msgstr "_İptal" + +#: ../src/widgets.vala:516 +msgid "_Open" +msgstr "_Aç" + +#: ../src/widgets.vala:523 +msgid "Select a file" +msgstr "Dosya seç" + +#: ../src/widgets.vala:583 +msgid "All files" +msgstr "Tüm dosyalar" + +#: ../src/widgets.vala:711 +msgid "Other…" +msgstr "Diğer…" + +#: ../src/widgets.vala:722 +msgid "None" +msgstr "Hiçbiri" + +#: ../src/widgets.vala:1061 ../src/widgets.vala:1070 +msgid "Supported audio files" +msgstr "Uyumlu ses dosyaları" + +#: ../data/gnome-pomodoro.desktop.in.h:2 +msgid "Manage your time and tasks" +msgstr "Zamanını ve görevlerini kontrol et" + +#: ../data/gnome-pomodoro.desktop.in.h:3 +msgid "time;timer;tasks;manage;organize;" +msgstr "time;timer;tasks;manage;organize;"
