Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2018-08-31 10:44:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flameshot (Old)
 and      /work/SRC/openSUSE:Factory/.flameshot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flameshot"

Fri Aug 31 10:44:45 2018 rev:3 rq:632030 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes      2018-02-25 
11:47:11.716098049 +0100
+++ /work/SRC/openSUSE:Factory/.flameshot.new/flameshot.changes 2018-08-31 
10:45:01.395244207 +0200
@@ -1,0 +2,33 @@
+Tue Aug 28 18:20:05 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.6.0
+  Features:
+  * Allow systray customization with themes. Use
+    "flameshot-tray" as the name of the icon.
+  * Unification of the desktop file with actions.
+  * Notification when screenshots are saved in the clipboard.
+  * Use datetime as default name for pics.
+  * Undo/Redo with Ctrl+z and Ctrl+Shift+z.
+  * Add "Take Screenshot" option as menu item in the systray.
+  * Add Side-Panel (open it with Space).
+  * Add autostart to config flags.
+  * Add Pin tool.
+  * Filename: replace colons with dashes.
+  * Add Text tool.
+  * Delete Imgur image button after uploading it from the
+    preview window.
+  * Capture single screen:
+    + flameshot screen (capture the screen containing the mouse)
+    + flameshot screen -n 1 (capture the first screen).
+  * Store settings colors in hexadecimal format.
+  Fixes:
+  * flameshot full -c shouldn't block the desktop.
+  * Now you can overwrite exported configuration with the same
+    name as a previous exports.
+  * Fix flameshot --raw wait time with delay.
+  * Fix negative selection geometry bug.
+  * Improved hidpi support with some bugs fixed.
+
+- Refreshed desktop-files.patch
+
+-------------------------------------------------------------------

Old:
----
  flameshot-0.5.1.tar.gz

New:
----
  flameshot-0.6.0.tar.gz

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

Other differences:
------------------
++++++ flameshot.spec ++++++
--- /var/tmp/diff_new_pack.e62lI7/_old  2018-08-31 10:45:01.907244823 +0200
+++ /var/tmp/diff_new_pack.e62lI7/_new  2018-08-31 10:45:01.907244823 +0200
@@ -17,15 +17,21 @@
 
 
 Name:           flameshot
-Version:        0.5.1
+Version:        0.6.0
 Release:        0
 Summary:        Screenshot software
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Graphics/Other
-Url:            https://github.com/lupoDharkael/flameshot#flameshot
+URL:            https://github.com/lupoDharkael/flameshot#flameshot
 Source0:        
https://github.com/lupoDharkael/flameshot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch1:         desktop-files.patch
+%if 0%{?suse_version} >= 1500
 BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc7
+BuildRequires:  gcc7-c++
+%endif
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
 BuildRequires:  libqt5-qtbase
 BuildRequires:  make
@@ -34,6 +40,7 @@
 BuildRequires:  pkgconfig(Qt5DBus) >= 5
 BuildRequires:  pkgconfig(Qt5Gui) >= 5
 BuildRequires:  pkgconfig(Qt5Network) >= 5
+BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5
 
 %description
@@ -54,26 +61,33 @@
 %prep
 %autosetup -p1
 
+%if 0%{?suse_version} < 1500
+sed -i '/appdata.path/s/metainfo/appdata/' flameshot.pro
+%endif
+
 %build
-%qmake5 CONFIG+=packaging
+%qmake5 \
+%if 0%{?suse_version} < 1500
+ QMAKE_CC=gcc-7 QMAKE_CXX=g++-7 \
+%endif
+ CONFIG+=packaging
 %make_jobs
 
 %install
 %qmake5_install
-# Fix icon location
-mv %{buildroot}%{_datadir}/icons \
-   %{buildroot}%{_datadir}/pixmaps
 
 %files
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/applications/%{name}-init.desktop
-%{_datadir}/applications/%{name}-config.desktop
 %{_datadir}/dbus-1/services/org.dharkael.Flameshot.service
 %{_datadir}/dbus-1/interfaces/org.dharkael.Flameshot.xml
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%if 0%{?suse_version} >= 1500
 %{_datadir}/metainfo/%{name}.appdata.xml
+%else
+%{_datadir}/appdata/%{name}.appdata.xml
+%endif
 
 %files bash-completion
 %{_datadir}/bash-completion/completions/%{name}

++++++ desktop-files.patch ++++++
--- /var/tmp/diff_new_pack.e62lI7/_old  2018-08-31 10:45:01.919244837 +0200
+++ /var/tmp/diff_new_pack.e62lI7/_new  2018-08-31 10:45:01.923244842 +0200
@@ -1,27 +1,13 @@
---- a/docs/desktopEntry/package/flameshot.desktop      2017-08-14 
23:16:29.645238776 -0400
-+++ b/docs/desktopEntry/package/flameshot.desktop      2017-08-14 
23:14:45.675664681 -0400
-@@ -10,5 +10,5 @@ TryExec=/usr/bin/flameshot
+Index: flameshot-0.6.0/docs/desktopEntry/package/flameshot.desktop
+===================================================================
+--- flameshot-0.6.0.orig/docs/desktopEntry/package/flameshot.desktop
++++ flameshot-0.6.0/docs/desktopEntry/package/flameshot.desktop
+@@ -16,7 +16,7 @@ Exec=flameshot
  Icon=flameshot
  Terminal=false
  Type=Application
 -Categories=Graphics;
 +Categories=Utility;X-SuSE-DesktopUtility;
  StartupNotify=false
---- a/docs/desktopEntry/package/flameshot-init.desktop 2017-08-14 
23:16:29.645238776 -0400
-+++ b/docs/desktopEntry/package/flameshot-init.desktop 2017-08-14 
23:15:13.463016310 -0400
-@@ -11,5 +11,5 @@ TryExec=/usr/bin/flameshot
- Icon=flameshot
- Terminal=false
- Type=Application
--Categories=Graphics;
-+Categories=Utility;X-SuSE-DesktopUtility;
- StartupNotify=false
---- a/docs/desktopEntry/package/flameshot-config.desktop       2017-08-17 
18:42:50.268887476 -0400
-+++ b/docs/desktopEntry/package/flameshot-config.desktop       2017-08-17 
18:43:57.515278895 -0400
-@@ -11,4 +11,4 @@ TryExec=/usr/bin/flameshot
- Icon=flameshot
- Terminal=false
- Type=Application
--Categories=Graphics;
-+Categories=Utility;X-SuSE-DesktopUtility;
- 
+ Actions=Configure;Capture;
+

++++++ flameshot-0.5.1.tar.gz -> flameshot-0.6.0.tar.gz ++++++
++++ 30530 lines of diff (skipped)


Reply via email to