commit palette for openSUSE:Factory

2020-05-26 Thread root
Hello community,

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

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


Package is "palette"

Tue May 26 17:21:31 2020 rev:10 rq:808535 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2020-02-21 
16:41:56.641983417 +0100
+++ /work/SRC/openSUSE:Factory/.palette.new.2738/palette.changes
2020-05-26 17:21:48.340295388 +0200
@@ -1,0 +2,7 @@
+Sun May 17 12:29:29 UTC 2020 - Alexei Podvalsky 
+
+- Update to 3.2.1:
+  * Fix Mint and Bubblegum palette colors
+  * Add Mint and Bubblegum (#49)
+
+---

Old:

  palette-3.1.7.tar.gz

New:

  palette-3.2.1.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.8aR0HQ/_old  2020-05-26 17:21:48.924296644 +0200
+++ /var/tmp/diff_new_pack.8aR0HQ/_new  2020-05-26 17:21:48.928296652 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   palette
-Version:3.1.7
+Version:3.2.1
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later

++ palette-3.1.7.tar.gz -> palette-3.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-3.1.7/data/Application.css 
new/palette-3.2.1/data/Application.css
--- old/palette-3.1.7/data/Application.css  2020-02-17 22:52:50.0 
+0100
+++ new/palette-3.2.1/data/Application.css  2020-05-17 01:39:53.0 
+0200
@@ -19,6 +19,18 @@
 * Authored by: Cassidy James Blaede 
 */
 
+/* Definitiions needed until/unless the palette is backported */
+@define-color MINT_100 #89ffdd;
+@define-color MINT_300 #43d6b5;
+@define-color MINT_500 #28bca3;
+@define-color MINT_700 #0e9a83;
+@define-color MINT_900 #007367;
+@define-color BUBBLEGUM_100 #fe9ab8;
+@define-color BUBBLEGUM_300 #f4679d;
+@define-color BUBBLEGUM_500 #de3e80;
+@define-color BUBBLEGUM_700 #bc245d;
+@define-color BUBBLEGUM_900 #910e38;
+
 button.circular {
   color: transparent;
 }
@@ -90,6 +102,14 @@
   color: @LIME_100;
 }
 
+.mint {
+  color: @MINT_900;
+}
+
+.dark .mint {
+  color: @MINT_100;
+}
+
 .blueberry {
   color: @BLUEBERRY_900;
 }
@@ -106,6 +126,14 @@
   color: @GRAPE_100;
 }
 
+.bubblegum {
+  color: @BUBBLEGUM_900;
+}
+
+.dark .bubblegum {
+  color: @BUBBLEGUM_100;
+}
+
 .cocoa {
   color: @COCOA_900;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/palette-3.1.7/data/com.github.cassidyjames.palette.appdata.xml.in 
new/palette-3.2.1/data/com.github.cassidyjames.palette.appdata.xml.in
--- old/palette-3.1.7/data/com.github.cassidyjames.palette.appdata.xml.in   
2020-02-17 22:52:50.0 +0100
+++ new/palette-3.2.1/data/com.github.cassidyjames.palette.appdata.xml.in   
2020-05-17 01:39:53.0 +0200
@@ -22,6 +22,21 @@
 com.github.cassidyjames.palette
   
   
+
+  
+Fix Mint and Bubblegum text sometimes being unreadable
+  
+
+
+  
+Minty Bubblegum?
+
+  New Mint palette color for vector path intersections
+  New Bubblegum palette color for erasers
+  Tweaked layout to better fit all the colors
+
+  
+
 
   
 Fix .desktop translation error
@@ -147,16 +162,19 @@
   
   
 
-  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/screenshot.png
+  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/defa...@2x.png
+
+
+  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/strawberry-...@2x.png
 
 
-  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/screenshot-strawberry-hex.png
+  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/grape-co...@2x.png
 
 
-  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/screenshot-grape-const.png
+  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/m...@2x.png
 
 
-  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/screenshot-mini.png
+  
https://raw.githubusercontent.com/cassidyjames/palette/master/data/screenshots/mini-desk...@2x.png
 
   
   
Binary files old/palette-3.1.7/data/screenshots/defa...@2x.png and 
new/palette-3.2.1/data/screenshots/defa...@2x.png differ
Binary files old/palette-3.1.7/data/screenshots/grape-co...@2x.png and 
new/palette-3.2.1/data/screenshots/grape-co...@2x.png differ
Binary files 

commit palette for openSUSE:Factory

2020-02-21 Thread root
Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2020-02-21 16:41:48

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


Package is "palette"

Fri Feb 21 16:41:48 2020 rev:9 rq:61 version:3.1.7

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2019-02-27 
15:07:26.174423495 +0100
+++ /work/SRC/openSUSE:Factory/.palette.new.26092/palette.changes   
2020-02-21 16:41:56.641983417 +0100
@@ -1,0 +2,15 @@
+Wed Feb 19 19:09:44 UTC 2020 - Alexei Podvalsky 
+
+- Update to 3.1.7:
+  * Remove debian packaging from in-tree
+  * Create compress-images.yml
+  * Create gettext.yml
+  * Create lint.yml
+  * Create release.yml
+  * Add files via upload (#44)
+  * Update .travis.yml
+  * Downgrade Node.js to fix builds on Travis CI (#42)
+  * Prefer dark (#38)
+  * Use real colors again for AppCenter website
+
+---

Old:

  palette-3.1.5.tar.gz

New:

  palette-3.1.7.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.sUp8Cz/_old  2020-02-21 16:41:58.761987653 +0100
+++ /var/tmp/diff_new_pack.sUp8Cz/_new  2020-02-21 16:41:58.793987717 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   palette
-Version:3.1.5
+Version:3.1.7
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later

++ palette-3.1.5.tar.gz -> palette-3.1.7.tar.gz ++
/work/SRC/openSUSE:Factory/palette/palette-3.1.5.tar.gz 
/work/SRC/openSUSE:Factory/.palette.new.26092/palette-3.1.7.tar.gz differ: char 
12, line 1




commit palette for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2019-02-27 15:07:19

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


Package is "palette"

Wed Feb 27 15:07:19 2019 rev:8 rq:679482 version:3.1.5

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2018-12-04 
20:56:44.600691930 +0100
+++ /work/SRC/openSUSE:Factory/.palette.new.28833/palette.changes   
2019-02-27 15:07:26.174423495 +0100
@@ -1,0 +2,15 @@
+Thu Jan 17 10:53:48 UTC 2019 - Alexei Podvalsky 
+
+- Update to 3.1.5:
+  * Update com.github.cassidyjames.palette.appdata.xml.in
+
+---
+Wed Jan  9 16:51:41 UTC 2019 - Alexei Podvalsky 
+
+- Update to 3.1.3:
+  * Update com.github.cassidyjames.palette.appdata.xml.in
+  * Comment out problematic "contact" url
+  * Add donation, help, and contact URLs
+  * Update es.po (#34)
+
+---

Old:

  palette-3.1.2.tar.gz

New:

  palette-3.1.5.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.Yjku4i/_old  2019-02-27 15:07:27.238423170 +0100
+++ /var/tmp/diff_new_pack.Yjku4i/_new  2019-02-27 15:07:27.238423170 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   palette
-Version:3.1.2
+Version:3.1.5
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later
@@ -58,6 +58,7 @@
 %fdupes %{buildroot}/%{_datadir}
 
 # dirlist HiDPI icons (see: hicolor/index.theme)
+touch $PWD/dir.lst
 _dirlist=$PWD/dir.lst
 pushd %{buildroot}
 find ./ | while read _list; do

++ palette-3.1.2.tar.gz -> palette-3.1.5.tar.gz ++
/work/SRC/openSUSE:Factory/palette/palette-3.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.palette.new.28833/palette-3.1.5.tar.gz differ: char 
16, line 1




commit palette for openSUSE:Factory

2018-12-04 Thread root
Hello community,

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

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


Package is "palette"

Tue Dec  4 20:56:36 2018 rev:7 rq:653674 version:3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2018-10-23 
20:39:31.176606721 +0200
+++ /work/SRC/openSUSE:Factory/.palette.new.19453/palette.changes   
2018-12-04 20:56:44.600691930 +0100
@@ -1,0 +2,13 @@
+Mon Nov 19 20:06:42 UTC 2018 - Alexei Podvalsky 
+
+- Update to 3.1.2:
+  * Respect system-wide dark preference (#33)
+  * Remove desktop screenshot
+  * Only reposition on the right quarter of the screen
+  * Remove debug, add comments
+  * Fewer magic numbers
+  * Resize mini window to fit popover
+  * Update appdata
+  * Purple branding
+
+---

Old:

  palette-3.0.0.tar.gz

New:

  palette-3.1.2.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.4Yf3kK/_old  2018-12-04 20:56:45.124691352 +0100
+++ /var/tmp/diff_new_pack.4Yf3kK/_new  2018-12-04 20:56:45.128691348 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   palette
-Version:3.0.0
+Version:3.1.2
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later
@@ -35,8 +35,8 @@
 BuildRequires:  vala
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(granite) >= 5.1.0
+BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends: %{name}-lang
 
 %description

++ palette-3.0.0.tar.gz -> palette-3.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/palette/palette-3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.palette.new.19453/palette-3.1.2.tar.gz differ: char 
12, line 1




commit palette for openSUSE:Factory

2018-10-23 Thread root
Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2018-10-23 20:39:25

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


Package is "palette"

Tue Oct 23 20:39:25 2018 rev:6 rq:643757 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2018-09-18 
11:46:32.231717037 +0200
+++ /work/SRC/openSUSE:Factory/.palette.new/palette.changes 2018-10-23 
20:39:31.176606721 +0200
@@ -1,0 +2,11 @@
+Tue Oct 16 18:14:12 UTC 2018 - Alexei Podvalsky 
+
+- Update to 3.0.0:
+  * Mini mode (#32)
+  * Update README.md
+  * Color constants (#30)
+  * Update com.github.cassidyjames.palette.appdata.xml.in
+  * Update az.po
+- Add pkgconfig(granite)
+
+---

Old:

  palette-2.3.1.tar.gz

New:

  palette-3.0.0.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.WHnkLF/_old  2018-10-23 20:39:31.744606043 +0200
+++ /var/tmp/diff_new_pack.WHnkLF/_new  2018-10-23 20:39:31.748606038 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   palette
-Version:2.3.1
+Version:3.0.0
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later
@@ -36,6 +36,7 @@
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(granite) >= 5.1.0
 Recommends: %{name}-lang
 
 %description
@@ -73,6 +74,7 @@
 %doc AUTHORS README.md
 %{_bindir}/com.github.cassidyjames.palette
 %{_datadir}/applications/com.github.cassidyjames.palette.desktop
+%{_datadir}/glib-2.0/schemas/com.github.cassidyjames.palette.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/com.github.cassidyjames.palette.??g
 %{_datadir}/metainfo/com.github.cassidyjames.palette.appdata.xml
 

++ palette-2.3.1.tar.gz -> palette-3.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/palette/palette-2.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.palette.new/palette-3.0.0.tar.gz differ: char 13, 
line 1




commit palette for openSUSE:Factory

2018-09-18 Thread root
Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2018-09-18 11:46:08

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


Package is "palette"

Tue Sep 18 11:46:08 2018 rev:5 rq:636171 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2018-08-10 
09:50:37.122351269 +0200
+++ /work/SRC/openSUSE:Factory/.palette.new/palette.changes 2018-09-18 
11:46:32.231717037 +0200
@@ -1,0 +2,7 @@
+Mon Sep 10 12:08:56 UTC 2018 - Alexei Podvalsky 
+
+- Update to 2.3.1:
+  * Cleaned up build system a bit
+  * Added Spanish translations to the usage cards
+  
+---

Old:

  palette-2.3.0.tar.gz

New:

  palette-2.3.1.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.n1TYJ7/_old  2018-09-18 11:46:34.139715060 +0200
+++ /var/tmp/diff_new_pack.n1TYJ7/_new  2018-09-18 11:46:34.183715015 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   palette
-Version:2.3.0
+Version:2.3.1
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later

++ palette-2.3.0.tar.gz -> palette-2.3.1.tar.gz ++
 10313 lines of diff (skipped)




commit palette for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2018-08-10 09:50:31

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


Package is "palette"

Fri Aug 10 09:50:31 2018 rev:4 rq:628273 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2018-08-03 
12:37:31.343589224 +0200
+++ /work/SRC/openSUSE:Factory/.palette.new/palette.changes 2018-08-10 
09:50:37.122351269 +0200
@@ -1,0 +2,11 @@
+Wed Aug  1 21:31:37 UTC 2018 - avvi...@yandex.by
+
+- Update to 2.3.0:
+  * Bump version
+  * Update icon in README
+  * Simpler icon installation
+  * New more logical icons (#23)
+  * Add  to keywords (#22)
+  * Prep for Juno (#21)
+
+---

Old:

  palette-2.2.0.tar.gz

New:

  palette-2.3.0.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.3bWBbJ/_old  2018-08-10 09:50:38.650353734 +0200
+++ /var/tmp/diff_new_pack.3bWBbJ/_new  2018-08-10 09:50:38.650353734 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   palette
-Version:2.2.0
+Version:2.3.0
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later

++ palette-2.2.0.tar.gz -> palette-2.3.0.tar.gz ++
 25560 lines of diff (skipped)




commit palette for openSUSE:Factory

2018-08-03 Thread root
Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2018-08-03 12:37:30

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


Package is "palette"

Fri Aug  3 12:37:30 2018 rev:3 rq:626942 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2018-07-18 
22:56:16.046497775 +0200
+++ /work/SRC/openSUSE:Factory/.palette.new/palette.changes 2018-08-03 
12:37:31.343589224 +0200
@@ -1,0 +2,5 @@
+Sat Jul 14 13:35:18 UTC 2018 - jeng...@inai.de
+
+- Rectify grammar in description.
+
+---



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.0NY1kk/_old  2018-08-03 12:37:31.783589877 +0200
+++ /var/tmp/diff_new_pack.0NY1kk/_new  2018-08-03 12:37:31.787589883 +0200
@@ -39,7 +39,7 @@
 Recommends: %{name}-lang
 
 %description
-View and copy colors from the elementary OS.
+A program for viewing and copying colors from Elementary OS.
 
 %lang_package
 




commit palette for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2018-07-18 22:55:43

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


Package is "palette"

Wed Jul 18 22:55:43 2018 rev:2 rq:623374 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2018-07-14 
20:20:45.327497122 +0200
+++ /work/SRC/openSUSE:Factory/.palette.new/palette.changes 2018-07-18 
22:56:16.046497775 +0200
@@ -1,0 +2,7 @@
+Sun Jul  1 19:45:27 UTC 2018 - avvi...@yandex.by
+
+- Update to 2.2.0:
+  * New Grape colors (#20)
+- Switch to metainfo
+
+---

Old:

  palette-2.1.0.tar.gz

New:

  palette-2.2.0.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.JQcUG7/_old  2018-07-18 22:56:16.882495003 +0200
+++ /var/tmp/diff_new_pack.JQcUG7/_new  2018-07-18 22:56:16.886494990 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   palette
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later
@@ -46,8 +46,6 @@
 %prep
 %setup -q
 
-sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo')
-
 %build
 %meson
 %meson_build
@@ -74,9 +72,9 @@
 %license LICENSE
 %doc AUTHORS README.md
 %{_bindir}/com.github.cassidyjames.palette
-%{_datadir}/appdata/com.github.cassidyjames.palette.appdata.xml
 %{_datadir}/applications/com.github.cassidyjames.palette.desktop
 %{_datadir}/icons/hicolor/*/apps/com.github.cassidyjames.palette.??g
+%{_datadir}/metainfo/com.github.cassidyjames.palette.appdata.xml
 
 %files lang -f %{name}.lang
 

++ palette-2.1.0.tar.gz -> palette-2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/palette-2.1.0/data/com.github.cassidyjames.palette.appdata.xml.in 
new/palette-2.2.0/data/com.github.cassidyjames.palette.appdata.xml.in
--- old/palette-2.1.0/data/com.github.cassidyjames.palette.appdata.xml.in   
2018-06-13 22:10:24.0 +0200
+++ new/palette-2.2.0/data/com.github.cassidyjames.palette.appdata.xml.in   
2018-07-01 00:50:18.0 +0200
@@ -13,6 +13,11 @@
 com.github.cassidyjames.palette
   
   ​
+
+  
+Hello, Juno!
+  
+
 
   
 All About That Grape