commit flameshot for openSUSE:Factory

2023-05-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2023-05-17 10:53:23

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


Package is "flameshot"

Wed May 17 10:53:23 2023 rev:18 rq:1087460 version:12.1.0

Changes:

--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes  2022-08-02 
22:09:24.145808899 +0200
+++ /work/SRC/openSUSE:Factory/.flameshot.new.1533/flameshot.changes
2023-05-17 10:53:56.055606851 +0200
@@ -1,0 +2,7 @@
+Tue May 16 09:22:22 UTC 2023 - Guido Berhoerster 

+
+- Add flameshot-remove-update-check.patch: Remove update check, updates are
+  supplied by the distribution and making a network request has privacy
+  implications
+
+---

New:

  flameshot-remove-update-check.patch



Other differences:
--
++ flameshot.spec ++
--- /var/tmp/diff_new_pack.m8TPxD/_old  2023-05-17 10:53:56.527609393 +0200
+++ /var/tmp/diff_new_pack.m8TPxD/_new  2023-05-17 10:53:56.531609414 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flameshot
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:  Productivity/Graphics/Other
 URL:https://github.com/flameshot-org/flameshot#flameshot
 Source0:
https://github.com/flameshot-org/flameshot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FEATURE-OPENSUSE flameshot-remove-update-check.patch -- Remove update 
check
+Patch0: flameshot-remove-update-check.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ flameshot-remove-update-check.patch ++
Index: src/core/flameshotdaemon.cpp
===
--- src/core/flameshotdaemon.cpp.orig   2022-07-03 13:42:21.0 +
+++ src/core/flameshotdaemon.cpp2023-05-16 09:20:48.878903358 +
@@ -180,6 +180,7 @@ void FlameshotDaemon::showUpdateNotifica
 
 void FlameshotDaemon::getLatestAvailableVersion()
 {
+#if 0
 // This features is required for MacOS and Windows user and for Linux users
 // who installed Flameshot not from the repository.
 m_networkCheckUpdates = new QNetworkAccessManager(this);
@@ -196,6 +197,7 @@ void FlameshotDaemon::getLatestAvailable
 this->getLatestAvailableVersion();
 }
 });
+#endif
 }
 
 void FlameshotDaemon::checkForUpdates()


commit flameshot for openSUSE:Factory

2022-08-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2022-08-02 22:08:53

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


Package is "flameshot"

Tue Aug  2 22:08:53 2022 rev:17 rq:992086 version:12.1.0

Changes:

--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes  2022-06-23 
10:25:40.227831269 +0200
+++ /work/SRC/openSUSE:Factory/.flameshot.new.1533/flameshot.changes
2022-08-02 22:09:24.145808899 +0200
@@ -1,0 +2,12 @@
+Mon Aug  1 08:33:16 UTC 2022 - Paolo Stivanin 
+
+- Update to version 12.1.0:
+  * Rename Imgur API Key to Imgur Application Client ID.
+  * Fix issue about externalWidget launchapp.
+  * Fix size not appearing on size tool when started from launcher.
+  * Added option to pin menu to close pin.
+  * Disable option to launch on start by default.
+  * Fix magnify windows.
+  * DesktopFileParser only reads .desktop files.
+
+---

Old:

  flameshot-12.0.0.tar.gz

New:

  flameshot-12.1.0.tar.gz



Other differences:
--
++ flameshot.spec ++
--- /var/tmp/diff_new_pack.GAHM38/_old  2022-08-02 22:09:25.521812866 +0200
+++ /var/tmp/diff_new_pack.GAHM38/_new  2022-08-02 22:09:25.525812877 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   flameshot
-Version:12.0.0
+Version:12.1.0
 Release:0
 Summary:Screenshot software
 License:GPL-3.0-only

++ flameshot-12.0.0.tar.gz -> flameshot-12.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/flameshot/flameshot-12.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.flameshot.new.1533/flameshot-12.1.0.tar.gz differ: 
char 31, line 1


commit flameshot for openSUSE:Factory

2022-06-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2022-06-23 10:24:53

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


Package is "flameshot"

Thu Jun 23 10:24:53 2022 rev:16 rq:984554 version:12.0.0

Changes:

--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes  2022-01-22 
08:19:20.366436652 +0100
+++ /work/SRC/openSUSE:Factory/.flameshot.new.1548/flameshot.changes
2022-06-23 10:25:40.227831269 +0200
@@ -1,0 +2,17 @@
+Wed Jun 22 14:45:30 UTC 2022 - Fusion Future 
+
+- Update to version 12.0.0
+  * Created basic layer movement functionality
+  * Added a new widget to allow the colorwheel to be more easily customized
+  * Added magnifier for more precise selections
+  * Incremental markers can now have a point if you drag when placing them
+  * Pinned screenshots can now be copied to the clipboard or saved to a file
+if a user right clicks on the pinned image
+  * Pinned screenshots can now be zoomed with a pinch gesture
+  * Make KDE use Freedesktop portal
+  * Pinned images can now be moved partially offscreen on linux
+  * Wayland builds now use KF Gui (KDE Framework tools) to fix some issues
+  * Full changelog: 
https://github.com/flameshot-org/flameshot/releases/tag/v12.0.0
+- Enable Wayland clipboard for Leap 15.4+ and Tumbleweed
+
+---

Old:

  flameshot-11.0.0.tar.gz

New:

  flameshot-12.0.0.tar.gz



Other differences:
--
++ flameshot.spec ++
--- /var/tmp/diff_new_pack.PN4MKd/_old  2022-06-23 10:25:40.631831708 +0200
+++ /var/tmp/diff_new_pack.PN4MKd/_new  2022-06-23 10:25:40.635831713 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   flameshot
-Version:11.0.0
+Version:12.0.0
 Release:0
 Summary:Screenshot software
 License:GPL-3.0-only
@@ -37,6 +37,9 @@
 BuildRequires:  pkgconfig(Qt5Network) >= 5
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
+BuildRequires:  cmake(KF5GuiAddons) >= 5.89.0
+%endif
 Suggests:   %{name}-bash-completion
 Suggests:   %{name}-fish-completion
 Suggests:   %{name}-zsh-completion
@@ -86,7 +89,11 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
+%cmake -DUSE_WAYLAND_CLIPBOARD:BOOL=ON
+%else
 %cmake
+%endif
 %cmake_build
 
 %install

++ flameshot-11.0.0.tar.gz -> flameshot-12.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/flameshot/flameshot-11.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.flameshot.new.1548/flameshot-12.0.0.tar.gz differ: 
char 13, line 1


commit flameshot for openSUSE:Factory

2022-01-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2022-01-22 08:18:25

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


Package is "flameshot"

Sat Jan 22 08:18:25 2022 rev:15 rq:948019 version:11.0.0

Changes:

--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes  2021-11-17 
01:15:10.202190446 +0100
+++ /work/SRC/openSUSE:Factory/.flameshot.new.1938/flameshot.changes
2022-01-22 08:19:20.366436652 +0100
@@ -1,0 +2,24 @@
+Fri Jan 21 14:04:18 UTC 2022 - Paolo Stivanin 
+
+- Fix requires for zsh-completion
+
+---
+Wed Jan 19 07:27:46 UTC 2022 - Paolo Stivanin 
+
+- Update to version 11.0.0:
+  * A config file checker has been implemented. If your config file
+contains error it will prompt to on how to fix them.
+  * Some config file semantics changed so when you first run version 11,
+it is likely you need to resolve the config file errors.
+  * The on-screen help menu has been clarified and dynamically updates
+the hotkeys based on user defined hotkeys.
+  * DBus is no longer required for CLI options.
+  * Flameshot can now be run in "one off" mode which means that
+the background systray component is now optional.
+  * The CLI has been completely refactored.
+  * Optimizations to reduce lag on 8k and 4k screens.
+  * KNOWN ISSUE: fractional scaling on linux is still not resolved.
+- Full changelog: 
https://github.com/flameshot-org/flameshot/releases/tag/v11.0.0
+
+
+---

Old:

  flameshot-0.10.2.tar.gz

New:

  flameshot-11.0.0.tar.gz



Other differences:
--
++ flameshot.spec ++
--- /var/tmp/diff_new_pack.XPxmJa/_old  2022-01-22 08:19:20.786433822 +0100
+++ /var/tmp/diff_new_pack.XPxmJa/_new  2022-01-22 08:19:20.790433795 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flameshot
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   flameshot
-Version:0.10.2
+Version:11.0.0
 Release:0
 Summary:Screenshot software
 License:GPL-3.0-only
@@ -37,6 +37,9 @@
 BuildRequires:  pkgconfig(Qt5Network) >= 5
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5
+Suggests:   %{name}-bash-completion
+Suggests:   %{name}-fish-completion
+Suggests:   %{name}-zsh-completion
 
 %description
 A program to capture screenshots.
@@ -50,7 +53,7 @@
 
 %package bash-completion
 Summary:Bash Completion for %{name}
-Group:  Productivity/Graphics/Other
+Group:  System/Shells
 Requires:   %{name} = %{version}
 Requires:   bash-completion
 Supplements:(flameshot and bash-completion)
@@ -61,24 +64,33 @@
 
 %package zsh-completion
 Summary:ZSH completion for %{name}
-Group:  Productivity/Networking/Security
+Group:  System/Shells
+Requires:   %{name} = %{version}
 Supplements:(%{name} and zsh)
 BuildArch:  noarch
 
 %description zsh-completion
 zsh shell completions for %{name}.
 
+%package fish-completion
+Summary:Fish completion for %{name}
+Group:  System/Shells
+Requires:   %{name} = %{version}
+Supplements:(%{name} and fish)
+BuildArch:  noarch
+
+%description fish-completion
+Fish command line completion support for %{name}.
+
 %prep
 %setup -q
 
 %build
 %cmake
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
-install -d %{buildroot}/%{_sysconfdir}/zsh_completion.d
-mv %{buildroot}%{_datadir}/zsh/site-functions/_flameshot 
%{buildroot}%{_sysconfdir}/zsh_completion.d/%{name}
 %suse_update_desktop_file -r org.flameshot.Flameshot Utility 
X-SuSE-DesktopUtility
 %fdupes %{buildroot}%{_datadir}/icons/hicolor
 
@@ -97,7 +109,13 @@
 %{_datadir}/bash-completion/completions/%{name}
 
 %files zsh-completion
-%dir %{_sysconfdir}/zsh_completion.d
-%config %{_sysconfdir}/zsh_completion.d/%{name}
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_flameshot
+
+%files fish-completion
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/vendor_completions.d
+%{_datadir}/fish/vendor_completions.d/flameshot.fish
 
 %changelog

++ flameshot-0.10.2.tar.gz -> flameshot-11.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/flameshot/flameshot-0.10.2.tar.gz 
/work/SRC/openSUSE:Factory/.flameshot.new.1938/flameshot-11.0.0.tar.gz differ: 
char 13, line 1


commit flameshot for openSUSE:Factory

2021-11-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2021-11-17 01:14:06

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


Package is "flameshot"

Wed Nov 17 01:14:06 2021 rev:14 rq:931664 version:0.10.2

Changes:

--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes  2021-07-26 
17:38:43.202049156 +0200
+++ /work/SRC/openSUSE:Factory/.flameshot.new.1890/flameshot.changes
2021-11-17 01:15:10.202190446 +0100
@@ -1,0 +2,6 @@
+Mon Nov 15 19:58:39 UTC 2021 - Martin Hauke 
+
+- Update to version 0.10.2
+  * Maintenance release to fix annoying wayland related bugs
+
+---

Old:

  flameshot-0.10.1.tar.gz

New:

  flameshot-0.10.2.tar.gz



Other differences:
--
++ flameshot.spec ++
--- /var/tmp/diff_new_pack.cW4IxH/_old  2021-11-17 01:15:11.106190489 +0100
+++ /var/tmp/diff_new_pack.cW4IxH/_new  2021-11-17 01:15:11.110190489 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   flameshot
-Version:0.10.1
+Version:0.10.2
 Release:0
 Summary:Screenshot software
 License:GPL-3.0-only

++ flameshot-0.10.1.tar.gz -> flameshot-0.10.2.tar.gz ++
/work/SRC/openSUSE:Factory/flameshot/flameshot-0.10.1.tar.gz 
/work/SRC/openSUSE:Factory/.flameshot.new.1890/flameshot-0.10.2.tar.gz differ: 
char 13, line 1


commit flameshot for openSUSE:Factory

2021-07-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2021-07-26 17:38:18

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


Package is "flameshot"

Mon Jul 26 17:38:18 2021 rev:13 rq:908403 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes  2021-07-22 
22:44:06.791140940 +0200
+++ /work/SRC/openSUSE:Factory/.flameshot.new.1899/flameshot.changes
2021-07-26 17:38:43.202049156 +0200
@@ -1,0 +2,10 @@
+Mon Jul 26 11:56:47 UTC 2021 - Avindra Goolcharan 
+
+- Update to version 0.10.1
+   * The ability to upload to imgur via a hotkey has been removed.
+ - Many users accidentally hit the hotkey and uploaded sensitive data
+ - Users could accidentally upload the entire desktop by hitting the
+   upload key before a region was selection
+   * Fixed segfault when parsing invalid config file
+
+---

Old:

  flameshot-0.10.0.tar.gz

New:

  flameshot-0.10.1.tar.gz



Other differences:
--
++ flameshot.spec ++
--- /var/tmp/diff_new_pack.84hjTK/_old  2021-07-26 17:38:43.718048536 +0200
+++ /var/tmp/diff_new_pack.84hjTK/_new  2021-07-26 17:38:43.722048531 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   flameshot
-Version:0.10.0
+Version:0.10.1
 Release:0
 Summary:Screenshot software
 License:GPL-3.0-only

++ flameshot-0.10.0.tar.gz -> flameshot-0.10.1.tar.gz ++
/work/SRC/openSUSE:Factory/flameshot/flameshot-0.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.flameshot.new.1899/flameshot-0.10.1.tar.gz differ: 
char 14, line 1


commit flameshot for openSUSE:Factory

2021-07-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2021-07-22 22:43:23

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


Package is "flameshot"

Thu Jul 22 22:43:23 2021 rev:12 rq:907605 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes  2021-03-30 
21:09:17.845304410 +0200
+++ /work/SRC/openSUSE:Factory/.flameshot.new.1899/flameshot.changes
2021-07-22 22:44:06.791140940 +0200
@@ -1,0 +2,33 @@
+Fri Jul 16 20:22:09 UTC 2021 - Avindra Goolcharan 
+
+- refetch tarball (changed from source)
+- cleanup 0.10.0 release notes
+
+---
+Thu Jul 15 07:55:56 UTC 2021 - Martin Hauke 
+
+- Update to version 0.10.0
+  * known issue: fractional scaling issues We are working with Qt
+upstream on this issue.
+  * known issue: KDE Wayland requires modification to the Desktop file.
+  * change: close after capture removed due to lack of maintenance
+  * feat: automatically run on xcb. This improves compatibility with
+Wayland, multimonitor setups and copy to clipboard
+  * feat: save clipboard as jpeg instead of a png. May reduce
+bandwidth when pasting the image into chat or email clients.
+  * feat: global shortcut menu. All actions hotkeys are fully
+customizable.
+  * feat: "Symmetric" selections by holding Shift when resizing
+  * feat: The rectangle tool will now round the corners of the
+rectangles based on the current thickness.
+  * feat: All imgur uploads are now tracked in the "Upload History"
+menu. This makes it much easier to delete of images off imgur
+or find the upload link later.
+  * feat: New option for setting a "fixed save path". When this is
+enabled a user will no longer need to set the path for images
+that are saved.
+  * fix: Under certain circumstance the circle count could get set to
+the wrong number with large numbers of undo / redo. This has
+been fixed.
+
+---

Old:

  flameshot-0.9.0.tar.gz

New:

  flameshot-0.10.0.tar.gz



Other differences:
--
++ flameshot.spec ++
--- /var/tmp/diff_new_pack.QbEfCw/_old  2021-07-22 22:44:07.195140412 +0200
+++ /var/tmp/diff_new_pack.QbEfCw/_new  2021-07-22 22:44:07.199140408 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   flameshot
-Version:0.9.0
+Version:0.10.0
 Release:0
 Summary:Screenshot software
 License:GPL-3.0-only
@@ -91,6 +91,7 @@
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 %{_datadir}/metainfo/org.flameshot.Flameshot.metainfo.xml
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files bash-completion
 %{_datadir}/bash-completion/completions/%{name}

++ flameshot-0.9.0.tar.gz -> flameshot-0.10.0.tar.gz ++
/work/SRC/openSUSE:Factory/flameshot/flameshot-0.9.0.tar.gz 
/work/SRC/openSUSE:Factory/.flameshot.new.1899/flameshot-0.10.0.tar.gz differ: 
char 15, line 1


commit flameshot for openSUSE:Factory

2021-03-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package flameshot for openSUSE:Factory 
checked in at 2021-03-30 21:08:59

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


Package is "flameshot"

Tue Mar 30 21:08:59 2021 rev:11 rq:879359 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/flameshot/flameshot.changes  2020-10-18 
16:33:21.580809638 +0200
+++ /work/SRC/openSUSE:Factory/.flameshot.new.2401/flameshot.changes
2021-03-30 21:09:17.845304410 +0200
@@ -1,0 +2,42 @@
+Tue Mar 16 07:20:52 UTC 2021 - Avindra Goolcharan 
+
+- Update description with features and flameshot-org
+
+---
+Sun Feb 28 12:05:38 UTC 2021 - Martin Hauke 
+
+- Update to version 0.9.0
+  Known Issues
+  * Fractional scaling issues are not resolved. We are working with
+Qt upstream on this issue.
+  * KDE Wayland requires modification to the Desktop file.
+  New Features
+  * Improved Wayland support on Gnome
++ Behind the scenes we configure flameshot to automatically run
+  on xcb. This significantly improves the wayland experience.
+  This resolves issues with multimonitor setups and copying to
+  the clipboard
+  * Ability to run flameshot on Sway
+  * New option to allow the the clipboard image to be a jpeg
+instead of a png. This may reduce bandwidth when pasting the
+image into chat or email clients.
+  * New global shortcut menu. All actions hotkeys are fully
+customizable.
+  * Ability to take "symmetric" selections by holding down the
+Shift key while resizing the selection.
+  * The rectangle tool will now round the corners of the rectangles
+based on the current thickness.
+  * All imgur uploads are now tracked in the "Upload History" menu.
+This makes it much easier to delete of images off imgur or find
+the upload link later.
+  * New option for setting a "fixed save path". When this is
+enabled a user will no longer need to set the path for images
+that are saved.
+  Fixes
+  * Under certain circumstance the circle count could get set to
+the wrong number with large numbers of undo / redo. This has
+been fixed.
+  * Close after capture has been removed. This feature was not well
+implemented and lead to numerous bugs.
+
+---

Old:

  flameshot-0.8.5.tar.gz

New:

  flameshot-0.9.0.tar.gz



Other differences:
--
++ flameshot.spec ++
--- /var/tmp/diff_new_pack.ZxVgTf/_old  2021-03-30 21:09:18.449305074 +0200
+++ /var/tmp/diff_new_pack.ZxVgTf/_new  2021-03-30 21:09:18.449305074 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flameshot
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   flameshot
-Version:0.8.5
+Version:0.9.0
 Release:0
 Summary:Screenshot software
 License:GPL-3.0-only
 Group:  Productivity/Graphics/Other
-URL:https://github.com/lupoDharkael/flameshot#flameshot
-#Git-Clone: https://github.com/flameshot-org/flameshot.git
-Source0:
https://github.com/lupoDharkael/flameshot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:https://github.com/flameshot-org/flameshot#flameshot
+Source0:
https://github.com/flameshot-org/flameshot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -41,7 +40,13 @@
 
 %description
 A program to capture screenshots.
-It includes CLI options as well as a UI for capturing and annotating 
screenshots.
+
+Features:
+
+ * Customizable appearance
+ * Annotation and drawing tools
+ * DBus interface
+ * Export to file, web
 
 %package bash-completion
 Summary:Bash Completion for %{name}

++ flameshot-0.8.5.tar.gz -> flameshot-0.9.0.tar.gz ++
/work/SRC/openSUSE:Factory/flameshot/flameshot-0.8.5.tar.gz 
/work/SRC/openSUSE:Factory/.flameshot.new.2401/flameshot-0.9.0.tar.gz differ: 
char 14, line 1