Hello community,

here is the log from the commit of package notejot for openSUSE:Factory checked 
in at 2020-01-21 21:01:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notejot (Old)
 and      /work/SRC/openSUSE:Factory/.notejot.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notejot"

Tue Jan 21 21:01:01 2020 rev:13 rq:765946 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/notejot/notejot.changes  2019-08-07 
14:00:53.428853209 +0200
+++ /work/SRC/openSUSE:Factory/.notejot.new.26092/notejot.changes       
2020-01-21 21:01:27.340879449 +0100
@@ -1,0 +2,12 @@
+Mon Jan 13 21:38:12 UTC 2020 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.6.0:
+  * Merge pull request #146 from cassidyjames/patch-1
+  * Update .desktop keywords
+  * Merge pull request #143 from meisenzahl/master
+  * Downgrade Node.js to fix builds on Travis CI
+  * Merge pull request #138 from amivaleo/master
+    notejot.changes notejot.spec
+  * Merge branch 'master' of https://github.com/lainsce/notejot
+
+-------------------------------------------------------------------

Old:
----
  notejot-1.5.8.tar.gz

New:
----
  notejot-1.6.0.tar.gz

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

Other differences:
------------------
++++++ notejot.spec ++++++
--- /var/tmp/diff_new_pack.XgmaD9/_old  2020-01-21 21:01:28.548880012 +0100
+++ /var/tmp/diff_new_pack.XgmaD9/_new  2020-01-21 21:01:28.556880016 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package notejot
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           notejot
-Version:        1.5.8
+Version:        1.6.0
 Release:        0
 Summary:        A Sticky Note App
 License:        GPL-3.0-only

++++++ notejot-1.5.8.tar.gz -> notejot-1.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/.travis.yml 
new/notejot-1.6.0/.travis.yml
--- old/notejot-1.5.8/.travis.yml       2019-07-28 03:35:50.000000000 +0200
+++ new/notejot-1.6.0/.travis.yml       2020-01-11 19:28:02.000000000 +0100
@@ -3,7 +3,7 @@
 language: node_js
 
 node_js:
-  - lts/*
+  - 10/*
 
 sudo: required
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/notejot-1.5.8/data/com.github.lainsce.notejot.appdata.xml.in 
new/notejot-1.6.0/data/com.github.lainsce.notejot.appdata.xml.in
--- old/notejot-1.5.8/data/com.github.lainsce.notejot.appdata.xml.in    
2019-07-28 03:35:50.000000000 +0200
+++ new/notejot-1.6.0/data/com.github.lainsce.notejot.appdata.xml.in    
2020-01-11 19:28:02.000000000 +0100
@@ -52,6 +52,15 @@
         <content_attribute id="money-gambling">none</content_attribute>
     </content_rating>
     <releases>
+        <release version="1.6.0" date="2020-01-13">
+            <description>
+                <p>Release: Translations &amp; Searches</p>
+                <ul>
+                    <li>Lots of translations added.</li>
+                    <li>Now one can search for Notejot in the apps menu faster 
with better keywords.</li>
+                </ul>
+            </description>
+        </release>
         <release version="1.5.6" date="2019-08-01">
             <description>
                 <p>Release: Pin with Gusto</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/notejot-1.5.8/data/com.github.lainsce.notejot.desktop.in 
new/notejot-1.6.0/data/com.github.lainsce.notejot.desktop.in
--- old/notejot-1.5.8/data/com.github.lainsce.notejot.desktop.in        
2019-07-28 03:35:50.000000000 +0200
+++ new/notejot-1.6.0/data/com.github.lainsce.notejot.desktop.in        
2020-01-11 19:28:02.000000000 +0100
@@ -3,7 +3,7 @@
 Comment=Jot your ideas
 Exec=com.github.lainsce.notejot
 Icon=com.github.lainsce.notejot
-Keywords=Text;Plain;Plaintext;Notepad;
+Keywords=text;plain;plaintext;notepad;notes;sticky;post-it;
 Terminal=false
 Type=Application
 StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/meson.build 
new/notejot-1.6.0/meson.build
--- old/notejot-1.5.8/meson.build       2019-07-28 03:35:50.000000000 +0200
+++ new/notejot-1.6.0/meson.build       2020-01-11 19:28:02.000000000 +0100
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.notejot', ['vala', 'c'],
-    version: '1.5.6'
+    version: '1.6.0'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/po/LINGUAS new/notejot-1.6.0/po/LINGUAS
--- old/notejot-1.5.8/po/LINGUAS        2019-07-28 03:35:50.000000000 +0200
+++ new/notejot-1.6.0/po/LINGUAS        2020-01-11 19:28:02.000000000 +0100
@@ -11,3 +11,5 @@
 ru
 da
 de_DE
+it
+gl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/po/extra/LINGUAS 
new/notejot-1.6.0/po/extra/LINGUAS
--- old/notejot-1.5.8/po/extra/LINGUAS  2019-07-28 03:35:50.000000000 +0200
+++ new/notejot-1.6.0/po/extra/LINGUAS  2020-01-11 19:28:02.000000000 +0100
@@ -11,3 +11,4 @@
 ru
 da
 de_DE
+gl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/po/extra/gl.po 
new/notejot-1.6.0/po/extra/gl.po
--- old/notejot-1.5.8/po/extra/gl.po    1970-01-01 01:00:00.000000000 +0100
+++ new/notejot-1.6.0/po/extra/gl.po    2020-01-11 19:28:02.000000000 +0100
@@ -0,0 +1,59 @@
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the extra package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: extra\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-17 21:29+0400\n"
+"PO-Revision-Date: 2019-10-23 19:49+0200\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.0.6\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Poedit-Basepath: ../../data\n"
+"Last-Translator: Daniel R. <[email protected]>\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Language: gl\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:6
+#: data/com.github.lainsce.notejot.desktop.in:2
+msgid "Notejot"
+msgstr "Notejot"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:7
+#: data/com.github.lainsce.notejot.desktop.in:3
+msgid "Jot your ideas"
+msgstr "Apunte as súas ideas"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:9
+msgid ""
+"A stupidly-simple sticky notes application for any type of short term notes "
+"or ideas."
+msgstr ""
+"Un aplicativo de notas sinxelo para calquera tipo de notas ou ideas a curto "
+"prazo."
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:11
+msgid "Quit anytime with the shortcut Ctrl + Q"
+msgstr "Saia en calquera momento co atallo Ctrl + Q"
+
+#: data/com.github.lainsce.notejot.appdata.xml.in:17
+msgid "Lains"
+msgstr "Lains"
+
+#: data/com.github.lainsce.notejot.desktop.in:4
+msgid "com.github.lainsce.notejot"
+msgstr "com.github.lainsce.notejot"
+
+#: data/com.github.lainsce.notejot.desktop.in:6
+msgid "Text;Plain;Plaintext;Notepad;"
+msgstr "Text;Plain;Plaintext;Notepad;"
+
+#: data/com.github.lainsce.notejot.desktop.in:15
+msgid "New note…"
+msgstr "Nota nova…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/po/gl.po new/notejot-1.6.0/po/gl.po
--- old/notejot-1.5.8/po/gl.po  1970-01-01 01:00:00.000000000 +0100
+++ new/notejot-1.6.0/po/gl.po  2020-01-11 19:28:02.000000000 +0100
@@ -0,0 +1,69 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.lainsce.notejot\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-17 20:58+0400\n"
+"PO-Revision-Date: 2019-10-23 19:40+0200\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.0.6\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Poedit-Basepath: ../src\n"
+"Last-Translator: Daniel R. <[email protected]>\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Language: gl\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#: src/MainWindow.vala:308
+msgid "New note"
+msgstr "Nota nova"
+
+#: src/MainWindow.vala:313
+msgid "Delete note"
+msgstr "Eliminar nota"
+
+#: src/MainWindow.vala:327
+msgid "White"
+msgstr "Branco"
+
+#: src/MainWindow.vala:338
+msgid "Red"
+msgstr "Vermello"
+
+#: src/MainWindow.vala:349
+msgid "Orange"
+msgstr "Laranxa"
+
+#: src/MainWindow.vala:360
+msgid "Yellow"
+msgstr "Amarelo"
+
+#: src/MainWindow.vala:371
+msgid "Green"
+msgstr "Verde"
+
+#: src/MainWindow.vala:382
+msgid "Blue"
+msgstr "Azul"
+
+#: src/MainWindow.vala:393
+msgid "Indigo"
+msgstr "Índigo"
+
+#: src/MainWindow.vala:404
+msgid "Cocoa"
+msgstr "Cacao"
+
+#: src/MainWindow.vala:415
+msgid "Slate"
+msgstr "Gris lousa"
+
+#: src/MainWindow.vala:432
+msgid "Note Color"
+msgstr "Cor da nota"
+
+#: src/MainWindow.vala:448
+msgid "Settings"
+msgstr "Configuración"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/po/it.po new/notejot-1.6.0/po/it.po
--- old/notejot-1.5.8/po/it.po  1970-01-01 01:00:00.000000000 +0100
+++ new/notejot-1.6.0/po/it.po  2020-01-11 19:28:02.000000000 +0100
@@ -0,0 +1,69 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.lainsce.notejot\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-17 20:58+0400\n"
+"PO-Revision-Date: 2019-09-08 19:35+0200\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.2.3\n"
+"X-Poedit-SourceCharset: UTF-8\n"
+"X-Poedit-Basepath: ../src\n"
+"Last-Translator: Jimmy Scionti <[email protected]>\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Language: it\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#: src/MainWindow.vala:308
+msgid "New note"
+msgstr "Nuova nota"
+
+#: src/MainWindow.vala:313
+msgid "Delete note"
+msgstr "Elimina nota"
+
+#: src/MainWindow.vala:327
+msgid "White"
+msgstr "Buanco"
+
+#: src/MainWindow.vala:338
+msgid "Red"
+msgstr "Rosso"
+
+#: src/MainWindow.vala:349
+msgid "Orange"
+msgstr "Arancione"
+
+#: src/MainWindow.vala:360
+msgid "Yellow"
+msgstr "Giallo"
+
+#: src/MainWindow.vala:371
+msgid "Green"
+msgstr "Verde"
+
+#: src/MainWindow.vala:382
+msgid "Blue"
+msgstr "Blu"
+
+#: src/MainWindow.vala:393
+msgid "Indigo"
+msgstr "Indaco"
+
+#: src/MainWindow.vala:404
+msgid "Cocoa"
+msgstr "Cacao"
+
+#: src/MainWindow.vala:415
+msgid "Slate"
+msgstr "Ardesia"
+
+#: src/MainWindow.vala:432
+msgid "Note Color"
+msgstr "Colore nota"
+
+#: src/MainWindow.vala:448
+msgid "Settings"
+msgstr "Impostazioni"


Reply via email to