Hello community,

here is the log from the commit of package notejot for openSUSE:Factory checked 
in at 2018-08-03 12:37:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notejot (Old)
 and      /work/SRC/openSUSE:Factory/.notejot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notejot"

Fri Aug  3 12:37:34 2018 rev:5 rq:626945 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/notejot/notejot.changes  2018-04-04 
11:05:01.952879135 +0200
+++ /work/SRC/openSUSE:Factory/.notejot.new/notejot.changes     2018-08-03 
12:37:39.139600804 +0200
@@ -1,0 +2,13 @@
+Tue Jul 10 12:11:59 UTC 2018 - [email protected]
+
+- Update to 1.4.2:
+  * Add ja to LINGUAS
+  * Merge pull request #71 from MonkeyAndres/master
+  * Disable resize
+  * Modify note size
+  * Update MainWindow.vala
+  * Update README.md
+- Switch to metainfo from appdata
+- Remove obsoletes macros
+
+-------------------------------------------------------------------

Old:
----
  notejot-1.4.0.tar.gz

New:
----
  notejot-1.4.2.tar.gz

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

Other differences:
------------------
++++++ notejot.spec ++++++
--- /var/tmp/diff_new_pack.xrQSED/_old  2018-08-03 12:37:39.915601956 +0200
+++ /var/tmp/diff_new_pack.xrQSED/_new  2018-08-03 12:37:39.919601962 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package notejot
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:           notejot
-Version:        1.4.0
+Version:        1.4.2
 Release:        0
 Summary:        A Sticky Note App
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Office/Other
 URL:            https://lainsce.us/
 Source:         
https://github.com/lainsce/notejot/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -32,12 +32,11 @@
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(granite)
+BuildRequires:  pkgconfig(granite) >= 0.5
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
 Recommends:     %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 A sticky notes application for any type of short term notes
@@ -54,6 +53,9 @@
 
 %install
 %meson_install
+%suse_update_desktop_file -r com.github.lainsce.notejot GTK Utility  
DesktopUtility
+%find_lang com.github.lainsce.notejot %{name}.lang
+%fdupes %{buildroot}/%{_datadir}
 
 # dirlist HiDPI icons (see: hicolor/index.theme)
 _dirlist=$PWD/dir.lst
@@ -67,31 +69,13 @@
 done
 popd
 
-mkdir -p %{buildroot}%{_datadir}/appdata
-mv 
%{buildroot}%{_datadir}/{metainfo,appdata}/com.github.lainsce.notejot.appdata.xml
-
-%suse_update_desktop_file -r com.github.lainsce.notejot GTK Utility  
DesktopUtility
-%find_lang com.github.lainsce.notejot %{name}.lang
-%fdupes %{buildroot}/%{_datadir}
-
-%post
-%desktop_database_post
-%icon_theme_cache_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%glib2_gsettings_schema_postun
-
 %files -f dir.lst
 %doc AUTHORS LICENSE README.md
 %{_bindir}/com.github.lainsce.notejot
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/com.github.lainsce.notejot.appdata.xml
 %{_datadir}/applications/com.github.lainsce.notejot.desktop
 %{_datadir}/glib-2.0/schemas/com.github.lainsce.notejot.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/com.github.lainsce.notejot.??g
+%{_datadir}/metainfo/com.github.lainsce.notejot.appdata.xml
 
 %files lang -f %{name}.lang
 

++++++ notejot-1.4.0.tar.gz -> notejot-1.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.4.0/.travis.yml 
new/notejot-1.4.2/.travis.yml
--- old/notejot-1.4.0/.travis.yml       2018-03-19 06:26:10.000000000 +0100
+++ new/notejot-1.4.2/.travis.yml       2018-07-05 00:01:36.000000000 +0200
@@ -1,12 +1,38 @@
-    sudo: required
-    language: generic
+---
 
-    services:
-    - docker
+language: node_js
 
-    script:
-    - wget -O- 
https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh 
| sh -
+node_js:
+  - lts/*
 
-    branches:
-    except:
-        - /^debian\/\d/
\ No newline at end of file
+sudo: required
+
+services:
+  - docker
+
+addons:
+  apt:
+    sources:
+      - ubuntu-toolchain-r-test
+    packages:
+      - libstdc++-5-dev
+
+cache:
+  directories:
+    - /tmp/liftoff
+
+matrix:
+  include:
+    - env: DIST=loki
+    - env: DIST=juno
+
+install:
+  - npm install @elementaryos/houston
+
+script:
+  - houston ci
+    --distribution $DIST
+
+branches:
+  only:
+    - master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.4.0/README.md new/notejot-1.4.2/README.md
--- old/notejot-1.4.0/README.md 2018-03-19 06:26:10.000000000 +0100
+++ new/notejot-1.4.2/README.md 2018-07-05 00:01:36.000000000 +0200
@@ -1,5 +1,7 @@
 # ![icon](data/icon.png) Notejot
-## Stupidly simple sticky notes applet.
+
+## Stupidly simple sticky notes applet
+
 [![Get it on 
AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.lainsce.notejot)
 
 [![Build 
Status](https://travis-ci.org/lainsce/notejot.svg?branch=master)](https://travis-ci.org/lainsce/notejot)
@@ -13,15 +15,11 @@
 
 [Be my backer on Patreon](https://www.patreon.com/lainsce)
 
-or
-
-[Buy me a coffee on Kofi](https://ko-fi.com/C1C169U6)
-
 ## Dependencies
 
 Please make sure you have these dependencies first before building.
 
-```
+```bash
 granite
 gtk+-3.0
 gtksourceview-3.0
@@ -34,8 +32,8 @@
 
 Simply clone this repo, then:
 
-```
-$ meson build && cd build
-$ meson configure -Dprefix=/usr
-$ sudo ninja install
+```bash
+meson build && cd build
+meson configure -Dprefix=/usr
+sudo ninja install
 ```
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/notejot-1.4.0/data/com.github.lainsce.notejot.appdata.xml 
new/notejot-1.4.2/data/com.github.lainsce.notejot.appdata.xml
--- old/notejot-1.4.0/data/com.github.lainsce.notejot.appdata.xml       
2018-03-19 06:26:10.000000000 +0100
+++ new/notejot-1.4.2/data/com.github.lainsce.notejot.appdata.xml       
2018-07-05 00:01:36.000000000 +0200
@@ -22,7 +22,44 @@
             
<image>https://raw.githubusercontent.com/lainsce/notejot/master/data/shot.png</image>
         </screenshot>
     </screenshots>
+    <content_rating type="oars-1.1">
+        <content_attribute id="violence-cartoon">none</content_attribute>
+        <content_attribute id="violence-fantasy">none</content_attribute>
+        <content_attribute id="violence-realistic">none</content_attribute>
+        <content_attribute id="violence-bloodshed">none</content_attribute>
+        <content_attribute id="violence-sexual">none</content_attribute>
+        <content_attribute id="violence-desecration">none</content_attribute>
+        <content_attribute id="violence-slavery">none</content_attribute>
+        <content_attribute id="violence-worship">none</content_attribute>
+        <content_attribute id="drugs-alcohol">none</content_attribute>
+        <content_attribute id="drugs-narcotics">none</content_attribute>
+        <content_attribute id="drugs-tobacco">none</content_attribute>
+        <content_attribute id="sex-nudity">none</content_attribute>
+        <content_attribute id="sex-themes">none</content_attribute>
+        <content_attribute id="sex-homosexuality">none</content_attribute>
+        <content_attribute id="sex-prostitution">none</content_attribute>
+        <content_attribute id="sex-adultery">none</content_attribute>
+        <content_attribute id="sex-appearance">none</content_attribute>
+        <content_attribute id="language-profanity">none</content_attribute>
+        <content_attribute id="language-humor">none</content_attribute>
+        <content_attribute 
id="language-discrimination">none</content_attribute>
+        <content_attribute id="social-chat">none</content_attribute>
+        <content_attribute id="social-info">none</content_attribute>
+        <content_attribute id="social-audio">none</content_attribute>
+        <content_attribute id="social-location">none</content_attribute>
+        <content_attribute id="social-contacts">none</content_attribute>
+        <content_attribute id="money-purchasing">none</content_attribute>
+        <content_attribute id="money-gambling">none</content_attribute>
+    </content_rating>
     <releases>
+      <release version="1.4.0" date="2018-07-04">
+          <description>
+              <p>Release: Hello Juno!</p>
+              <ul>
+                  <li>Fixed deleting notes and not losing content of other 
notes.</li>
+              </ul>
+          </description>
+      </release>
       <release version="1.3.9" date="2018-03-19">
           <description>
               <p>Release: Open Notes From Anywhere</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.4.0/debian/changelog 
new/notejot-1.4.2/debian/changelog
--- old/notejot-1.4.0/debian/changelog  2018-03-19 06:26:10.000000000 +0100
+++ new/notejot-1.4.2/debian/changelog  2018-07-05 00:01:36.000000000 +0200
@@ -1,3 +1,9 @@
+com.github.lainsce.notejot (1.4.0) xenial; urgency=low
+
+  * Fixed deleted notes taking others with them.
+
+ -- Lains <[email protected]>  Wed, 04 Jul 2018 19:04:00 -0300
+
 com.github.lainsce.notejot (1.3.9) xenial; urgency=low
 
   * New option to create notes in the Icon.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.4.0/meson.build 
new/notejot-1.4.2/meson.build
--- old/notejot-1.4.0/meson.build       2018-03-19 06:26:10.000000000 +0100
+++ new/notejot-1.4.2/meson.build       2018-07-05 00:01:36.000000000 +0200
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.notejot', ['vala', 'c'],
-    version: '1.3.9'
+    version: '1.4.0'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.4.0/po/LINGUAS new/notejot-1.4.2/po/LINGUAS
--- old/notejot-1.4.0/po/LINGUAS        2018-03-19 06:26:10.000000000 +0100
+++ new/notejot-1.4.2/po/LINGUAS        2018-07-05 00:01:36.000000000 +0200
@@ -6,3 +6,4 @@
 pl
 fr
 ca
+ja
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.4.0/po/README.md 
new/notejot-1.4.2/po/README.md
--- old/notejot-1.4.0/po/README.md      2018-03-19 06:26:10.000000000 +0100
+++ new/notejot-1.4.2/po/README.md      2018-07-05 00:01:36.000000000 +0200
@@ -1,4 +1,9 @@
 # How to Translate Notejot
+
+## First Things First
+
+* Clone this repository by opening the terminal in a folder of your choice and 
typing ```git clone https://github.com/lainsce/notejot```
+
 ## Basics
 
 * You'll need to know your language's code (ex. en = English).
@@ -6,4 +11,10 @@
 * Translate the .pot file using the PO editor of your choice (I recommend 
POEdit).
 * Save it as <language_code>.po in this folder.
 
+## Not so Basics
+
+* Next, in the folder you've cloned this repo in, open a terminal and type: 
```git checkout -b "Translation <language code>```
+* Then, type ```git add *```
+* Finally, ```git commit -m "Translated your app for <Language Name>" && git 
push```, follow the instructions in the terminal if need be, then type your 
github username and password.
+
 And that's it! You've successfully translated Notejot for your language!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.4.0/po/ja.po new/notejot-1.4.2/po/ja.po
--- old/notejot-1.4.0/po/ja.po  1970-01-01 01:00:00.000000000 +0100
+++ new/notejot-1.4.2/po/ja.po  2018-07-05 00:01:36.000000000 +0200
@@ -0,0 +1,64 @@
+# Ryo Nakano <[email protected]>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.lainsce.notejot\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2018-01-23 01:00-0200\n"
+"PO-Revision-Date: 2018-05-15 21:49+0900\n"
+"Last-Translator: Ryo Nakano <[email protected]>\n"
+"Language-Team: Japanese <>\n"
+"Language: ja\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: Lokalize 2.0\n"
+
+#: src/MainWindow.vala:299
+msgid "New note"
+msgstr "新しいノート"
+
+#: src/MainWindow.vala:303
+msgid "Delete note"
+msgstr "ノートを削除"
+
+#: src/MainWindow.vala:310
+msgid "White"
+msgstr "白"
+
+#: src/MainWindow.vala:320
+msgid "Red"
+msgstr "赤"
+
+#: src/MainWindow.vala:330
+msgid "Orange"
+msgstr "オレンジ"
+
+#: src/MainWindow.vala:340
+msgid "Yellow"
+msgstr "黄"
+
+#: src/MainWindow.vala:350
+msgid "Green"
+msgstr "緑"
+
+#: src/MainWindow.vala:360
+msgid "Blue"
+msgstr "青"
+
+#: src/MainWindow.vala:370
+msgid "Indigo"
+msgstr "藍"
+
+#: src/MainWindow.vala:380
+msgid "Violet"
+msgstr "すみれ"
+
+#: src/MainWindow.vala:390
+msgid "Slate"
+msgstr "スレート"
+
+#: src/MainWindow.vala:423
+msgid "Settings"
+msgstr "設定"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.4.0/src/MainWindow.vala 
new/notejot-1.4.2/src/MainWindow.vala
--- old/notejot-1.4.0/src/MainWindow.vala       2018-03-19 06:26:10.000000000 
+0100
+++ new/notejot-1.4.2/src/MainWindow.vala       2018-07-05 00:01:36.000000000 
+0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2017 Lains
+* Copyright (c) 2417 Lains
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public
@@ -45,8 +45,8 @@
         public MainWindow (Gtk.Application app, Storage? storage) {
             Object (application: app,
                     resizable: false,
-                    height_request: 500,
-                    width_request: 500);
+                    height_request: 450,
+                    width_request: 450);
 
             var actions = new SimpleActionGroup ();
             actions.add_action_entries (action_entries, this);
@@ -305,8 +305,8 @@
 
             var color_button_white = new Gtk.Button ();
             color_button_white.halign = Gtk.Align.CENTER;
-            color_button_white.height_request = 22;
-            color_button_white.width_request = 22;
+            color_button_white.height_request = 24;
+            color_button_white.width_request = 24;
             color_button_white.tooltip_text = _("White");
 
             var color_button_white_context = 
color_button_white.get_style_context ();
@@ -315,8 +315,8 @@
 
             var color_button_red = new Gtk.Button ();
             color_button_red.halign = Gtk.Align.CENTER;
-            color_button_red.height_request = 22;
-            color_button_red.width_request = 22;
+            color_button_red.height_request = 24;
+            color_button_red.width_request = 24;
             color_button_red.tooltip_text = _("Red");
 
             var color_button_red_context = color_button_red.get_style_context 
();
@@ -325,8 +325,8 @@
 
             var color_button_orange = new Gtk.Button ();
             color_button_orange.halign = Gtk.Align.CENTER;
-            color_button_orange.height_request = 22;
-            color_button_orange.width_request = 22;
+            color_button_orange.height_request = 24;
+            color_button_orange.width_request = 24;
             color_button_orange.tooltip_text = _("Orange");
 
             var color_button_orange_context = 
color_button_orange.get_style_context ();
@@ -335,8 +335,8 @@
 
             var color_button_yellow = new Gtk.Button ();
             color_button_yellow.halign = Gtk.Align.CENTER;
-            color_button_yellow.height_request = 22;
-            color_button_yellow.width_request = 22;
+            color_button_yellow.height_request = 24;
+            color_button_yellow.width_request = 24;
             color_button_yellow.tooltip_text = _("Yellow");
 
             var color_button_yellow_context = 
color_button_yellow.get_style_context ();
@@ -345,8 +345,8 @@
 
             var color_button_green = new Gtk.Button ();
             color_button_green.halign = Gtk.Align.CENTER;
-            color_button_green.height_request = 22;
-            color_button_green.width_request = 22;
+            color_button_green.height_request = 24;
+            color_button_green.width_request = 24;
             color_button_green.tooltip_text = _("Green");
 
             var color_button_green_context = 
color_button_green.get_style_context ();
@@ -355,8 +355,8 @@
 
             var color_button_blue = new Gtk.Button ();
             color_button_blue.halign = Gtk.Align.CENTER;
-            color_button_blue.height_request = 22;
-            color_button_blue.width_request = 22;
+            color_button_blue.height_request = 24;
+            color_button_blue.width_request = 24;
             color_button_blue.tooltip_text = _("Blue");
 
             var color_button_blue_context = 
color_button_blue.get_style_context ();
@@ -365,8 +365,8 @@
 
             var color_button_indigo = new Gtk.Button ();
             color_button_indigo.halign = Gtk.Align.CENTER;
-            color_button_indigo.height_request = 22;
-            color_button_indigo.width_request = 22;
+            color_button_indigo.height_request = 24;
+            color_button_indigo.width_request = 24;
             color_button_indigo.tooltip_text = _("Indigo");
 
             var color_button_indigo_context = 
color_button_indigo.get_style_context ();
@@ -375,8 +375,8 @@
 
             var color_button_violet = new Gtk.Button ();
             color_button_violet.halign = Gtk.Align.CENTER;
-            color_button_violet.height_request = 22;
-            color_button_violet.width_request = 22;
+            color_button_violet.height_request = 24;
+            color_button_violet.width_request = 24;
             color_button_violet.tooltip_text = _("Violet");
 
             var color_button_violet_context = 
color_button_violet.get_style_context ();
@@ -385,8 +385,8 @@
 
             var color_button_slate = new Gtk.Button ();
             color_button_slate.halign = Gtk.Align.CENTER;
-            color_button_slate.height_request = 22;
-            color_button_slate.width_request = 22;
+            color_button_slate.height_request = 24;
+            color_button_slate.width_request = 24;
             color_button_slate.tooltip_text = _("Slate");
 
             var color_button_slate_context = 
color_button_slate.get_style_context ();
@@ -395,6 +395,7 @@
 
             var color_button_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 6);
             color_button_box.margin_start = 6;
+            color_button_box.margin_end = 6;
             color_button_box.pack_start (color_button_white, false, true, 0);
             color_button_box.pack_start (color_button_red, false, true, 0);
             color_button_box.pack_start (color_button_orange, false, true, 0);
@@ -495,7 +496,7 @@
 
         private void action_delete () {
             ((Application)this.application).remove_note(this);
-            this.destroy ();
+            this.close ();
         }
 
         public Storage get_storage_note() {


Reply via email to