Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2018-02-25 11:47:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flameshot (Old)
 and      /work/SRC/openSUSE:Factory/.flameshot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flameshot"

Sun Feb 25 11:47:08 2018 rev:2 rq:579815 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes      2018-01-19 
11:51:13.693251834 +0100
+++ /work/SRC/openSUSE:Factory/.flameshot.new/flameshot.changes 2018-02-25 
11:47:11.716098049 +0100
@@ -1,0 +2,15 @@
+Sat Feb 24 15:04:51 UTC 2018 - [email protected]
+
+- Bump to 0.5.1
+  * Modal widgets doesn't prevent the start of a new capture
+  * Better hidpi support
+  * Tool buttons now don't go out of the screen
+  * Use of native file dialog
+  * Configurable opacity of the dark area outside the selection
+  * Autostart app as a configuration option
+  * Polish, french, georgian, chinese, turkish and rusian
+    translations
+  * Minor fixes
+- rebase desktop-files.patch
+
+-------------------------------------------------------------------

Old:
----
  flameshot-0.5.0.tar.gz

New:
----
  flameshot-0.5.1.tar.gz

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

Other differences:
------------------
++++++ flameshot.spec ++++++
--- /var/tmp/diff_new_pack.HGO3zx/_old  2018-02-25 11:47:12.860056539 +0100
+++ /var/tmp/diff_new_pack.HGO3zx/_new  2018-02-25 11:47:12.872056104 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flameshot
 #
-# 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,12 +17,12 @@
 
 
 Name:           flameshot
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Summary:        Screenshot software
 License:        GPL-3.0
 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
 BuildRequires:  gcc-c++
@@ -52,8 +52,7 @@
 Bash completion script for flameshot's CLI.
 
 %prep
-%setup -q
-%patch1
+%autosetup -p1
 
 %build
 %qmake5 CONFIG+=packaging
@@ -61,6 +60,9 @@
 
 %install
 %qmake5_install
+# Fix icon location
+mv %{buildroot}%{_datadir}/icons \
+   %{buildroot}%{_datadir}/pixmaps
 
 %files
 %{_bindir}/%{name}
@@ -70,7 +72,8 @@
 %{_datadir}/applications/%{name}-config.desktop
 %{_datadir}/dbus-1/services/org.dharkael.Flameshot.service
 %{_datadir}/dbus-1/interfaces/org.dharkael.Flameshot.xml
-%{_datadir}/icons/%{name}.png
+%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/metainfo/%{name}.appdata.xml
 
 %files bash-completion
 %{_datadir}/bash-completion/completions/%{name}

++++++ desktop-files.patch ++++++
--- /var/tmp/diff_new_pack.HGO3zx/_old  2018-02-25 11:47:12.896055233 +0100
+++ /var/tmp/diff_new_pack.HGO3zx/_new  2018-02-25 11:47:12.896055233 +0100
@@ -1,30 +1,27 @@
-diff -Naurp docs/desktopEntry/package-orig/flameshot.desktop 
docs/desktopEntry/package/flameshot.desktop
---- docs/desktopEntry/package-orig/flameshot.desktop   2017-08-14 
23:16:29.645238776 -0400
-+++ docs/desktopEntry/package/flameshot.desktop        2017-08-14 
23:14:45.675664681 -0400
+--- 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
- Icon=/usr/share/icons/flameshot.png
+ Icon=flameshot
  Terminal=false
  Type=Application
--Categories=Graphics
+-Categories=Graphics;
 +Categories=Utility;X-SuSE-DesktopUtility;
  StartupNotify=false
-diff -Naurp docs/desktopEntry/package-orig/flameshot-init.desktop 
docs/desktopEntry/package/flameshot-init.desktop
---- docs/desktopEntry/package-orig/flameshot-init.desktop      2017-08-14 
23:16:29.645238776 -0400
-+++ docs/desktopEntry/package/flameshot-init.desktop   2017-08-14 
23:15:13.463016310 -0400
+--- 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=/usr/share/icons/flameshot.png
+ Icon=flameshot
  Terminal=false
  Type=Application
--Categories=Graphics
+-Categories=Graphics;
 +Categories=Utility;X-SuSE-DesktopUtility;
  StartupNotify=false
-diff -Naurp docs/desktopEntry/package-orig/flameshot-config.desktop 
docs/desktopEntry/package/flameshot-config.desktop
---- docs/desktopEntry/package-orig/flameshot-config.desktop    2017-08-17 
18:42:50.268887476 -0400
-+++ docs/desktopEntry/package/flameshot-config.desktop 2017-08-17 
18:43:57.515278895 -0400
+--- 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=/usr/share/icons/flameshot.png
+ Icon=flameshot
  Terminal=false
  Type=Application
--Categories=Graphics
+-Categories=Graphics;
 +Categories=Utility;X-SuSE-DesktopUtility;
  

++++++ flameshot-0.5.0.tar.gz -> flameshot-0.5.1.tar.gz ++++++
++++ 19967 lines of diff (skipped)


Reply via email to