commit yishu for openSUSE:Factory

2020-07-24 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2020-07-24 10:08:43

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new.3592 (New)


Package is "yishu"

Fri Jul 24 10:08:43 2020 rev:10 rq:822507 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2020-05-26 
17:21:51.748302715 +0200
+++ /work/SRC/openSUSE:Factory/.yishu.new.3592/yishu.changes2020-07-24 
10:10:11.734184404 +0200
@@ -1,0 +2,6 @@
+Thu Jul 16 18:44:44 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.2.5:
+  * A bump because of an issue.
+
+---

Old:

  yishu-1.2.3.tar.gz

New:

  yishu-1.2.5.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.vLqmjP/_old  2020-07-24 10:10:12.794185467 +0200
+++ /var/tmp/diff_new_pack.vLqmjP/_new  2020-07-24 10:10:12.798185470 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yishu
-Version:1.2.3
+Version:1.2.5
 Release:0
 Summary:A bespoke and simple Todo.txt client
 License:GPL-3.0-or-later

++ yishu-1.2.3.tar.gz -> yishu-1.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yishu-1.2.3/data/com.github.lainsce.yishu.appdata.xml.in 
new/yishu-1.2.5/data/com.github.lainsce.yishu.appdata.xml.in
--- old/yishu-1.2.3/data/com.github.lainsce.yishu.appdata.xml.in
2020-05-03 18:02:06.0 +0200
+++ new/yishu-1.2.5/data/com.github.lainsce.yishu.appdata.xml.in
2020-06-04 07:51:16.0 +0200
@@ -54,6 +54,15 @@
 
 
 
+
+
+Release: Location Known
+
+Fixed: Default or Custom location being reset (Darshak 
Parikh - @dar5hak)
+Added: Turkish and Polish translations
+
+
+
 
 
 Release: Location Known
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.2.3/meson.build new/yishu-1.2.5/meson.build
--- old/yishu-1.2.3/meson.build 2020-05-03 18:02:06.0 +0200
+++ new/yishu-1.2.5/meson.build 2020-06-04 07:51:16.0 +0200
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.yishu', ['vala', 'c'],
-version: '1.2.3'
+version: '1.2.5'
 )
 
 # Import main lib files




commit yishu for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2020-05-26 17:21:36

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new.2738 (New)


Package is "yishu"

Tue May 26 17:21:36 2020 rev:9 rq:808555 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2020-02-03 
11:15:05.365898643 +0100
+++ /work/SRC/openSUSE:Factory/.yishu.new.2738/yishu.changes2020-05-26 
17:21:51.748302715 +0200
@@ -1,0 +2,16 @@
+Sun May 17 12:32:23 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.2.3:
+  * Remove unused variables
+  * Avoid setting file path to home on every start
+  * Merge pull request #54 from onderbakirtas/master
+  * Merge pull request #1 from
+onderbakirtas/onderbakirtas-patch-tr
+  * Upgraded tr.po
+  * Merge pull request #53 from safak45x/patch-1
+  * Update tr.po
+  * Merge pull request #52 from oskarkunik/master
+  * 1.2.2
+  * - some stuff
+
+---

Old:

  yishu-1.2.1.tar.gz

New:

  yishu-1.2.3.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.vWDkir/_old  2020-05-26 17:21:52.376304065 +0200
+++ /var/tmp/diff_new_pack.vWDkir/_new  2020-05-26 17:21:52.380304074 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yishu
-Version:1.2.1
+Version:1.2.3
 Release:0
 Summary:A bespoke and simple Todo.txt client
 License:GPL-3.0-or-later

++ yishu-1.2.1.tar.gz -> yishu-1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.2.1/.travis.yml new/yishu-1.2.3/.travis.yml
--- old/yishu-1.2.1/.travis.yml 2020-01-17 21:58:10.0 +0100
+++ new/yishu-1.2.3/.travis.yml 2020-05-03 18:02:06.0 +0200
@@ -3,7 +3,7 @@
 language: node_js
 
 node_js:
-  - 10/*
+  - 10.17.0
 
 sudo: required
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yishu-1.2.1/data/com.github.lainsce.yishu.appdata.xml.in 
new/yishu-1.2.3/data/com.github.lainsce.yishu.appdata.xml.in
--- old/yishu-1.2.1/data/com.github.lainsce.yishu.appdata.xml.in
2020-01-17 21:58:10.0 +0100
+++ new/yishu-1.2.3/data/com.github.lainsce.yishu.appdata.xml.in
2020-05-03 18:02:06.0 +0200
@@ -10,6 +10,7 @@
 
 Quit anytime with the shortcut Ctrl + Q
 Easily shareable with other Todo.txt clients on other 
platforms
+Searches can be saved, one at a time. No need for more.
 
 
 
@@ -53,7 +54,25 @@
 
 
 
-
+
+
+Release: Location Known
+
+Fixed: Default or Custom location being reset (Darshak 
Parikh - @dar5hak)
+Added: Turkish and Polish translations
+
+
+
+
+
+Release: Save Those Tasks Well
+
+Added: Preferences to save search
+Small backend fixes
+
+
+
+
 
 Release: Wow Factor
 
@@ -62,7 +81,7 @@
 
 
 
-
+
 
 Release: Redesign and Fixes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yishu-1.2.1/data/com.github.lainsce.yishu.gschema.xml 
new/yishu-1.2.3/data/com.github.lainsce.yishu.gschema.xml
--- old/yishu-1.2.1/data/com.github.lainsce.yishu.gschema.xml   2020-01-17 
21:58:10.0 +0100
+++ new/yishu-1.2.3/data/com.github.lainsce.yishu.gschema.xml   2020-05-03 
18:02:06.0 +0200
@@ -10,11 +10,21 @@
Enable custom files
Whether to enable custom file 
places

+   
+   false
+   Save searches
+   Whether to enable save searches for 
re-use
+   

""
todotxt file path
Path to the todotxt file to 
use

+   
+   ""
+   Saved search string
+   Search to re-use
+   

600
Saved state width
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.2.1/meson.build new/yishu-1.2.3/meson.build
--- old/yishu-1.2.1/meson.build 2020-01-17 21:58:10.0 +0100
+++ new/

commit yishu for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2020-02-03 11:15:00

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new.26092 (New)


Package is "yishu"

Mon Feb  3 11:15:00 2020 rev:8 rq:769349 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2019-08-07 
14:00:57.128853169 +0200
+++ /work/SRC/openSUSE:Factory/.yishu.new.26092/yishu.changes   2020-02-03 
11:15:05.365898643 +0100
@@ -1,0 +2,11 @@
+Sun Feb  2 10:35:48 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.2.1:
+  * Merge pull request #47 from RavetcoFX/master
+  * Add support for future dates
+  * Merge pull request #46 from meisenzahl/master
+  * Add Travis CI file for automated tests
+  * Merge pull request #45 from mirkobrombin/patch-1
+  * Merge pull request #44 from Vistaus/master
+
+---

Old:

  yishu-1.2.0.tar.gz

New:

  yishu-1.2.1.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.KfWu2Q/_old  2020-02-03 11:15:07.485899714 +0100
+++ /var/tmp/diff_new_pack.KfWu2Q/_new  2020-02-03 11:15:07.505899724 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yishu
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:A bespoke and simple Todo.txt client
 License:GPL-3.0-or-later

++ yishu-1.2.0.tar.gz -> yishu-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.2.0/.travis.yml new/yishu-1.2.1/.travis.yml
--- old/yishu-1.2.0/.travis.yml 2019-07-27 23:34:41.0 +0200
+++ new/yishu-1.2.1/.travis.yml 2020-01-17 21:58:10.0 +0100
@@ -3,7 +3,7 @@
 language: node_js
 
 node_js:
-  - lts/*
+  - 10/*
 
 sudo: required
 
@@ -17,18 +17,8 @@
 packages:
   - libstdc++-5-dev
 
-cache:
-  directories:
-- /tmp/liftoff
-
-matrix:
-  include:
-- env: DIST=loki
-- env: DIST=juno
-
 install:
-  - npm install @elementaryos/houston
+  - npm i -g @elementaryos/houston
 
 script:
   - houston ci
---distribution $DIST
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yishu-1.2.0/data/com.github.lainsce.yishu.appdata.xml.in 
new/yishu-1.2.1/data/com.github.lainsce.yishu.appdata.xml.in
--- old/yishu-1.2.0/data/com.github.lainsce.yishu.appdata.xml.in
2019-07-27 23:34:41.0 +0200
+++ new/yishu-1.2.1/data/com.github.lainsce.yishu.appdata.xml.in
2020-01-17 21:58:10.0 +0100
@@ -53,6 +53,15 @@
 
 
 
+
+
+Release: Wow Factor
+
+Added: Add Task button as a Floating Action Button
+Small design fixes
+
+
+
 
 
 Release: Redesign and Fixes
Binary files old/yishu-1.2.0/data/shot.png and new/yishu-1.2.1/data/shot.png 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.2.0/data/stylesheet.css 
new/yishu-1.2.1/data/stylesheet.css
--- old/yishu-1.2.0/data/stylesheet.css 2019-07-27 23:34:41.0 +0200
+++ new/yishu-1.2.1/data/stylesheet.css 2020-01-17 21:58:10.0 +0100
@@ -21,11 +21,11 @@
 .yi-searchbar {
 background-image: none;
 background-color: shade(@bg_color,0.90);
-border: 1px solid @bg_color;
+border: 1px solid shade(@bg_color,0.70);
 border-radius: 30px;
 box-shadow: none;
 color: @fg_color;
-padding: 6px;
+padding: 8px;
  }
 
 .yi-titlebar image {
@@ -35,7 +35,21 @@
 }
 
 .yi-button {
-border-radius: 35px;
+background-color: shade(@bg_color,0.90);
+border-radius: 30px;
+padding: 5px;
+}
+
+.yi-addbutton {
+background-color: shade(@colorAccent,0.90);
+border-radius: 50%;
+border: 1px solid transparent;
+padding: 15px;
+box-shadow: 0 5px 5px 5px rgba(@fg_color,0.67);
+}
+
+.yi-addbutton image {
+color: #FAFAFA;
 }
 
 treeview header button:last-child,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.2.0/meson.build new/yishu-1.2.1/meson.build
--- old/yishu-1.2.0/meson.build 2019-07-27 23:34:41.0 +0200
+++ new/yishu-1.2.1/meson.build 2020-01-17 21:58:10.0 +0100
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.yishu', ['vala', 'c'],
-version: '1.1.0'
+version: '1.1.3'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.2.0/po/it.po new/yishu-1.2.1/po/it.po
--- old/yishu-1.2.0/po/it.po20

commit yishu for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2019-08-07 14:00:54

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new.9556 (New)


Package is "yishu"

Wed Aug  7 14:00:54 2019 rev:7 rq:721436 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2019-06-12 
13:12:16.912943599 +0200
+++ /work/SRC/openSUSE:Factory/.yishu.new.9556/yishu.changes2019-08-07 
14:00:57.128853169 +0200
@@ -1,0 +2,7 @@
+Mon Jul 29 15:43:49 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.2.0:
+  * App has a redesign
+  * Removed Del keybind - it was legacy code
+
+---

Old:

  yishu-1.1.7.tar.gz

New:

  yishu-1.2.0.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.WfmVh6/_old  2019-08-07 14:00:57.652853164 +0200
+++ /var/tmp/diff_new_pack.WfmVh6/_new  2019-08-07 14:00:57.660853164 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yishu
-Version:1.1.7
+Version:1.2.0
 Release:0
 Summary:A bespoke and simple Todo.txt client
 License:GPL-3.0-or-later

++ yishu-1.1.7.tar.gz -> yishu-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.1.7/.github/FUNDING.yml 
new/yishu-1.2.0/.github/FUNDING.yml
--- old/yishu-1.1.7/.github/FUNDING.yml 1970-01-01 01:00:00.0 +0100
+++ new/yishu-1.2.0/.github/FUNDING.yml 2019-07-27 23:34:41.0 +0200
@@ -0,0 +1,3 @@
+# These are supported funding model platforms
+
+patreon: lainsce
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yishu-1.1.7/data/com.github.lainsce.yishu.appdata.xml.in 
new/yishu-1.2.0/data/com.github.lainsce.yishu.appdata.xml.in
--- old/yishu-1.1.7/data/com.github.lainsce.yishu.appdata.xml.in
2019-04-25 05:23:48.0 +0200
+++ new/yishu-1.2.0/data/com.github.lainsce.yishu.appdata.xml.in
2019-07-27 23:34:41.0 +0200
@@ -53,6 +53,15 @@
 
 
 
+
+
+Release: Redesign and Fixes
+
+App has a redesign
+Removed Del keybind - it was legacy code
+
+
+
 
 
 Release: Contrast Rebellion
Binary files old/yishu-1.1.7/data/shot.png and new/yishu-1.2.0/data/shot.png 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.1.7/data/stylesheet.css 
new/yishu-1.2.0/data/stylesheet.css
--- old/yishu-1.1.7/data/stylesheet.css 2019-04-25 05:23:48.0 +0200
+++ new/yishu-1.2.0/data/stylesheet.css 2019-07-27 23:34:41.0 +0200
@@ -1,20 +1,43 @@
-@define-color colorPrimary #ACE580;
+@define-color colorAccent #74C02E;
 @define-color textColorPrimary #33;
 
 treeview header button,
 column-header .button {
-   background-image:
-linear-gradient(
-   to bottom,
-   shade (
-   @bg_color,
-   1.1
-   ),
-   @bg_color
-);
+   background-image: none;
+   background-color: transparent;
+   border: 1px solid transparent;
padding: 4px 2px;
 }
 
+.yi-titlebar {
+   background-image: none;
+   background-color: @bg_color;
+   border: 1px solid @bg_color;
+   box-shadow: none;
+   color: @fg_color;
+   padding: 4px 2px;
+}
+
+.yi-searchbar {
+background-image: none;
+background-color: shade(@bg_color,0.90);
+border: 1px solid @bg_color;
+border-radius: 30px;
+box-shadow: none;
+color: @fg_color;
+padding: 6px;
+ }
+
+.yi-titlebar image {
+color: @fg_color;
+box-shadow: none;
+-gtk-icon-shadow: none;
+}
+
+.yi-button {
+border-radius: 35px;
+}
+
 treeview header button:last-child,
 column-header:last-child .button {
 border-right-width: 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.1.7/meson.build new/yishu-1.2.0/meson.build
--- old/yishu-1.1.7/meson.build 2019-04-25 05:23:48.0 +0200
+++ new/yishu-1.2.0/meson.build 2019-07-27 23:34:41.0 +0200
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.yishu', ['vala', 'c'],
-version: '1.0.8'
+version: '1.1.0'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.1.7/src/Application.vala 
new/yishu-1.2.0/src/Application.vala
--- old/yishu-1.1.7/src/Application.vala2019-04-25 05:23:48.0 
+0200
+++ new/yishu-1.2.0/src/Application.vala2019-07-27 23:34:41.0 
+0200

commit yishu for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2019-06-12 13:12:15

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new.4811 (New)


Package is "yishu"

Wed Jun 12 13:12:15 2019 rev:6 rq:705949 version:1.1.7

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2018-12-04 
20:56:46.500689835 +0100
+++ /work/SRC/openSUSE:Factory/.yishu.new.4811/yishu.changes2019-06-12 
13:12:16.912943599 +0200
@@ -1,0 +2,25 @@
+Mon Apr 29 11:56:07 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.1.7:
+  * Update Task.vala
+  * Update README
+  * Switch to UTF-8
+  * Add other languages
+
+---
+Mon Mar 11 18:19:57 UTC 2019 - Alexei Podvalsky 
+
+- Update to 1.1.6:
+  * Update fr.po
+  * Delete de_DE.mo
+  * Update com.github.lainsce.yishu.appdata.xml
+  * Update POTFILES
+  * Update com.github.lainsce.yishu.pot
+  * Update com.github.lainsce.yishu.desktop
+  * Merge pull request #31 from NathanBnm/master
+  * Create fr.po
+  * Update LINGUAS
+  * fix building
+- Drop yishu-1.1.2-vala-0.42.patch
+
+---

Old:

  yishu-1.1.2-vala-0.42.patch
  yishu-1.1.2.tar.gz

New:

  yishu-1.1.7.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.vQHBRr/_old  2019-06-12 13:12:17.472943012 +0200
+++ /var/tmp/diff_new_pack.vQHBRr/_new  2019-06-12 13:12:17.472943012 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   yishu
-Version:1.1.2
+Version:1.1.7
 Release:0
 Summary:A bespoke and simple Todo.txt client
 License:GPL-3.0-or-later
 Group:  Productivity/Office/Organizers
 URL:https://github.com/lainsce
 Source: 
https://github.com/lainsce/yishu/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM -- Build with vala >= 0.42
-Patch0: yishu-1.1.2-vala-0.42.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxml2-tools
@@ -45,7 +43,6 @@
 
 %prep
 %setup -q
-%patch0 -p2
 
 %build
 %meson

++ yishu-1.1.2.tar.gz -> yishu-1.1.7.tar.gz ++
 65684 lines of diff (skipped)




commit yishu for openSUSE:Factory

2018-12-04 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2018-12-04 20:56:38

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new.19453 (New)


Package is "yishu"

Tue Dec  4 20:56:38 2018 rev:5 rq:653675 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2018-09-25 
15:43:47.153203133 +0200
+++ /work/SRC/openSUSE:Factory/.yishu.new.19453/yishu.changes   2018-12-04 
20:56:46.500689835 +0100
@@ -1,0 +2,11 @@
+Sun Nov 25 20:38:55 UTC 2018 - Alexei Podvalsky 
+
+- Update to 1.1.2:
+  * Fixing startup
+  * Remove confliting search
+  * Functioning search!
+  * Trying to do search
+  * Start the new version up
+- Add yishu-1.1.2-vala-0.42.patch
+
+---

Old:

  yishu-1.0.9.tar.gz

New:

  yishu-1.1.2-vala-0.42.patch
  yishu-1.1.2.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.8HAYO7/_old  2018-12-04 20:56:47.016689266 +0100
+++ /var/tmp/diff_new_pack.8HAYO7/_new  2018-12-04 20:56:47.016689266 +0100
@@ -17,13 +17,15 @@
 
 
 Name:   yishu
-Version:1.0.9
+Version:1.1.2
 Release:0
 Summary:A bespoke and simple Todo.txt client
 License:GPL-3.0-or-later
 Group:  Productivity/Office/Organizers
 URL:https://github.com/lainsce
 Source: 
https://github.com/lainsce/yishu/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM -- Build with vala >= 0.42
+Patch0: yishu-1.1.2-vala-0.42.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxml2-tools
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q
+%patch0 -p2
 
 %build
 %meson

++ yishu-1.1.2-vala-0.42.patch ++
diff -ruN yishu-1.1.2.orig/yishu-1.1.2/src/MainWindow.vala 
yishu-1.1.2/yishu-1.1.2/src/MainWindow.vala
--- yishu-1.1.2.orig/yishu-1.1.2/src/MainWindow.vala2018-10-22 
19:13:43.0 +0300
+++ yishu-1.1.2/yishu-1.1.2/src/MainWindow.vala 2018-11-25 23:52:34.162974427 
+0300
@@ -173,7 +173,11 @@
 return false;
 }
 
-   protected bool match_keycode (int keyval, uint code) {
+#if VALA_0_42
+protected bool match_keycode (uint keyval, uint code) {
+#else
+protected bool match_keycode (int keyval, uint code) {
+#endif
 Gdk.KeymapKey [] keys;
 Gdk.Keymap keymap = Gdk.Keymap.get_for_display 
(Gdk.Display.get_default ());
 if (keymap.get_entries_for_keyval (keyval, out keys)) {
++ yishu-1.0.9.tar.gz -> yishu-1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yishu-1.0.9/data/com.github.lainsce.yishu.appdata.xml 
new/yishu-1.1.2/data/com.github.lainsce.yishu.appdata.xml
--- old/yishu-1.0.9/data/com.github.lainsce.yishu.appdata.xml   2018-08-02 
17:14:56.0 +0200
+++ new/yishu-1.1.2/data/com.github.lainsce.yishu.appdata.xml   2018-10-22 
18:13:43.0 +0200
@@ -53,6 +53,15 @@
 
 
 
+
+
+Release: Search & Blues
+
+NEW: Search your tasks.
+FIX: Task folder is properly saved now.
+
+
+
   
   
   Release: Juno Offering
Binary files old/yishu-1.0.9/data/shot.png and new/yishu-1.1.2/data/shot.png 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.0.9/data/stylesheet.css 
new/yishu-1.1.2/data/stylesheet.css
--- old/yishu-1.0.9/data/stylesheet.css 2018-08-02 17:14:56.0 +0200
+++ new/yishu-1.1.2/data/stylesheet.css 2018-10-22 18:13:43.0 +0200
@@ -1,2 +1,21 @@
 @define-color colorPrimary #ACE580;
 @define-color textColorPrimary #33;
+
+treeview header button,
+column-header .button {
+   background-image:
+linear-gradient(
+   to bottom,
+   shade (
+   @bg_color,
+   1.1
+   ),
+   @bg_color
+);
+   padding: 4px 2px;
+}
+
+treeview header button:last-child,
+column-header:last-child .button {
+border-right-width: 0;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.0.9/meson.build new/yishu-1.1.2/meson.build
--- old/yishu-1.0.9/meson.build 2018-08-02 17:14:56.0 +0200
+++ new/yishu-1.1.2/meson.build 2018-10-22 18:13:43.0 +0200
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.yishu', ['vala', 'c'],
-version: '1.0.7'
+version: '1.0.8'
 )
 
 # Import main lib files
@@ -46,6 +46,7 @@
 'src/Task.vala',
 'src/TaskDial

commit yishu for openSUSE:Factory

2018-09-25 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2018-09-25 15:43:43

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new (New)


Package is "yishu"

Tue Sep 25 15:43:43 2018 rev:4 rq:637753 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2018-08-31 
09:52:58.341763261 +0200
+++ /work/SRC/openSUSE:Factory/.yishu.new/yishu.changes 2018-09-25 
15:43:47.153203133 +0200
@@ -1,0 +2,7 @@
+Mon Sep 17 18:05:45 UTC 2018 - Alexei Podvalsky 
+
+- Update to 1.0.9:
+  * Update AUTHORS
+  * Fix language name for Czech po
+
+---

Old:

  yishu-1.0.8.tar.gz

New:

  yishu-1.0.9.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.uvp2x0/_old  2018-09-25 15:43:47.657202594 +0200
+++ /var/tmp/diff_new_pack.uvp2x0/_new  2018-09-25 15:43:47.657202594 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yishu
-Version:1.0.8
+Version:1.0.9
 Release:0
 Summary:A bespoke and simple Todo.txt client
 License:GPL-3.0-or-later

++ yishu-1.0.8.tar.gz -> yishu-1.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.0.8/AUTHORS new/yishu-1.0.9/AUTHORS
--- old/yishu-1.0.8/AUTHORS 2018-07-13 08:08:53.0 +0200
+++ new/yishu-1.0.9/AUTHORS 2018-08-02 17:14:56.0 +0200
@@ -1 +1,4 @@
 Lains 
+
+Original Author:
+Johannes Braun 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.0.8/data/com.github.lainsce.yishu.desktop 
new/yishu-1.0.9/data/com.github.lainsce.yishu.desktop
--- old/yishu-1.0.8/data/com.github.lainsce.yishu.desktop   2018-07-13 
08:08:53.0 +0200
+++ new/yishu-1.0.9/data/com.github.lainsce.yishu.desktop   2018-08-02 
17:14:56.0 +0200
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Name=Yishu
 Comment=A bespoke and simple Todo.txt client
+Comment[cs]=Jednoduchý Todo.txt klient na míru
 Categories=GTK;Utility;ProjectManagement;
 Exec=com.github.lainsce.yishu
 Icon=com.github.lainsce.yishu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.0.8/po/LINGUAS new/yishu-1.0.9/po/LINGUAS
--- old/yishu-1.0.8/po/LINGUAS  2018-07-13 08:08:53.0 +0200
+++ new/yishu-1.0.9/po/LINGUAS  2018-08-02 17:14:56.0 +0200
@@ -2,3 +2,4 @@
 nl_NL
 pt_BR
 ca
+cs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.0.8/po/cs.po new/yishu-1.0.9/po/cs.po
--- old/yishu-1.0.8/po/cs.po1970-01-01 01:00:00.0 +0100
+++ new/yishu-1.0.9/po/cs.po2018-08-02 17:14:56.0 +0200
@@ -0,0 +1,104 @@
+#
+# Jan Marek , 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: com.github.lainsce.yishu\n"
+"POT-Creation-Date: 2017-11-22 01:20-0200\n"
+"PO-Revision-Date: 2018-07-21 18:46+0200\n"
+"Last-Translator: Jan Marek \n"
+"Language-Team: čeština <>\n"
+"Language: cs\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>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Gtranslator 2.91.7\n"
+
+#: src/Application.vala:211
+msgid "Edit task"
+msgstr "Upravit úkol"
+
+#: src/Application.vala:212
+msgid "Delete task"
+msgstr "Smazat úkol"
+
+#: src/Application.vala:213
+msgid "Toggle done"
+msgstr "Přepnout dokončení"
+
+#: src/Application.vala:217 src/TaskDialog.vala:48 src/MainWindow.vala:83
+msgid "Priority"
+msgstr "Priorita"
+
+#: src/Application.vala:220
+msgid "None"
+msgstr "Žádný"
+
+#: src/Application.vala:305
+msgid "Select your todo.txt file"
+msgstr "Vyberte svůj todo.txt soubor"
+
+#: src/Application.vala:475
+msgid "The task has been deleted"
+msgstr "Úkol byl odstraněn"
+
+#: src/Application.vala:550
+msgid "The todo.txt file has been modified and been re-read"
+msgstr "Soubor todo.txt byl změněn a následně znovu načten"
+
+#: src/Task.vala:239
+msgid "Today"
+msgstr "Dnes"
+
+#: src/Task.vala:242
+msgid "Yesterday"
+msgstr "Včera"
+
+#: src/Task.vala:245
+msgid "days ago"
+msgstr "dnů zpátky"
+
+#: src/TaskDialog.vala:37
+msgid "New Task"
+msgstr "Nový úkol"
+
+#: src/TaskDialog.vala:47 src/MainWindow.vala:88
+msgid "Task"
+msgstr "Úkol"
+
+#: src/TaskDialog.vala:86
+msgid "Cancel"
+msgstr "Zrušit"
+
+#: src/MainWindow.vala:44
+msgid "Open a todo.txt file to start adding tasks"
+msgstr "Otevřete todo.txt soubor pro přidávání úkolů"
+
+#: src/MainWindow.vala:45
+msgid "Open file"
+msgstr "Otevřít soubor"
+
+#: src/MainWindow.vala:45
+msgid "Use an existing todo.txt file"
+msgstr "Použít existujíc

commit yishu for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2018-08-31 09:52:55

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new (New)


Package is "yishu"

Fri Aug 31 09:52:55 2018 rev:3 rq:628411 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2018-07-09 
13:26:57.967034433 +0200
+++ /work/SRC/openSUSE:Factory/.yishu.new/yishu.changes 2018-08-31 
09:52:58.341763261 +0200
@@ -1,0 +2,7 @@
+Wed Aug  1 21:35:51 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.0.8
+- Switch to metainfo from appdata
+- Remove obsolete macros
+
+---

Old:

  yishu-1.0.7.tar.gz

New:

  yishu-1.0.8.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.qCjLar/_old  2018-08-31 09:52:58.713764200 +0200
+++ /var/tmp/diff_new_pack.qCjLar/_new  2018-08-31 09:52:58.717764210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yishu
 #
-# 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:   yishu
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:A bespoke and simple Todo.txt client
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Office/Organizers
 URL:https://github.com/lainsce
 Source: 
https://github.com/lainsce/yishu/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(granite) >= 0.5
 BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends: %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 Write a to-do list that will be easy to sync with most known Todo.txt clients.
@@ -45,8 +44,6 @@
 %prep
 %setup -q
 
-sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo')
-
 %build
 %meson
 %meson_build
@@ -69,26 +66,14 @@
 done
 popd
 
-%if 0%{?suse_version} < 1320
-%post
-%desktop_database_post
-%icon_theme_cache_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%glib2_gsettings_schema_postun
-%endif
-
 %files -f dir.lst
-%doc AUTHORS LICENSE README.md
+%license LICENSE
+%doc AUTHORS README.md
 %{_bindir}/com.github.lainsce.yishu
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/com.github.lainsce.yishu.appdata.xml
 %{_datadir}/applications/com.github.lainsce.yishu.desktop
 %{_datadir}/glib-2.0/schemas/com.github.lainsce.yishu.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/com.github.lainsce.yishu.??g
+%{_datadir}/metainfo/com.github.lainsce.yishu.appdata.xml
 
 %files lang -f %{name}.lang
 

++ yishu-1.0.7.tar.gz -> yishu-1.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yishu-1.0.7/data/com.github.lainsce.yishu.appdata.xml 
new/yishu-1.0.8/data/com.github.lainsce.yishu.appdata.xml
--- old/yishu-1.0.7/data/com.github.lainsce.yishu.appdata.xml   2018-06-20 
05:49:57.0 +0200
+++ new/yishu-1.0.8/data/com.github.lainsce.yishu.appdata.xml   2018-07-13 
08:08:53.0 +0200
@@ -1,6 +1,6 @@
 
 
-com.github.lainsce.yishu.desktop
+com.github.lainsce.yishu
 CC0
 GPL-3.0+
 Yishu
@@ -18,11 +18,6 @@
 Lains
 https://github.com/lainsce/yishu/
 https://github.com/lainsce/yishu/issues
-
-
-
https://raw.githubusercontent.com/lainsce/yishu/master/data/shot.png
-
-
 
 none
 none
@@ -52,7 +47,20 @@
 none
 none
 
+
+
+
https://raw.githubusercontent.com/lainsce/yishu/master/data/shot.png
+
+
 
+  
+  
+  Release: Juno Offering
+  
+  Juno update.
+  
+  
+  
   
   
   Release: Flute Playing at an Temple
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yishu-1.0.7/meson.build new/yishu-1.0.8/meson.build
--- old/yishu-1.0.7/meson.build 2018-06-20 05:49:57.0 +0200
+++ new/yishu-1.0.8/meson.build 2018-07-13 08:08:53.0 +0200
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.yishu', ['vala', 'c'],
-version: '1.0.6'
+version: '1.0.7'
 )
 
 # Import main lib files




commit yishu for openSUSE:Factory

2018-07-09 Thread root
Hello community,

here is the log from the commit of package yishu for openSUSE:Factory checked 
in at 2018-07-09 13:26:55

Comparing /work/SRC/openSUSE:Factory/yishu (Old)
 and  /work/SRC/openSUSE:Factory/.yishu.new (New)


Package is "yishu"

Mon Jul  9 13:26:55 2018 rev:2 rq:620062 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/yishu/yishu.changes  2018-06-27 
10:20:18.650464803 +0200
+++ /work/SRC/openSUSE:Factory/.yishu.new/yishu.changes 2018-07-09 
13:26:57.967034433 +0200
@@ -1,0 +2,11 @@
+Sat Jun 23 13:09:09 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.0.7:
+  * Update Application.vala
+  * Bugfixing galore
+  * Rename pt-br.po to pt_BR.po
+  * Update LINGUAS
+  * Support PT-BR
+  * Update README.md
+
+---

Old:

  yishu-1.0.5.tar.gz

New:

  yishu-1.0.7.tar.gz



Other differences:
--
++ yishu.spec ++
--- /var/tmp/diff_new_pack.8PE0GX/_old  2018-07-09 13:26:58.379033545 +0200
+++ /var/tmp/diff_new_pack.8PE0GX/_new  2018-07-09 13:26:58.379033545 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yishu
-Version:1.0.5
+Version:1.0.7
 Release:0
 Summary:A bespoke and simple Todo.txt client
 License:GPL-3.0+
@@ -32,7 +32,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(granite)
+BuildRequires:  pkgconfig(granite) >= 0.5
 BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires

++ yishu-1.0.5.tar.gz -> yishu-1.0.7.tar.gz ++
 2164 lines of diff (skipped)