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 <i...@paolostivanin.com>
+
+- Fix requires for zsh-completion
+
+-------------------------------------------------------------------
+Wed Jan 19 07:27:46 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- 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

Reply via email to