Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scrot for openSUSE:Factory checked 
in at 2026-09-17 16:59:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scrot (Old)
 and      /work/SRC/openSUSE:Factory/.scrot.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scrot"

Thu Sep 17 16:59:45 2026 rev:16 rq:1378510 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/scrot/scrot.changes      2025-11-24 
17:17:58.898920668 +0100
+++ /work/SRC/openSUSE:Factory/.scrot.new.383539/scrot.changes  2026-09-17 
16:59:46.757020331 +0200
@@ -1,0 +2,15 @@
+Wed Sep 16 20:25:14 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 2.0.0:
+  * Fix --line mode=edge glitches under compositors
+  * Fix selection border leaking into --freeze screenshots
+  * Fix ringing the bell after taking a screenshot
+  * Fix mutually exclusive zsh completion
+  * Capture monitors via Xrandr instead of Xinerama
+  * Derive default selection line width from display DPI
+  * Remove --note and --script options
+  * Require Imlib2 >= 1.11.0
+- Switch BuildRequires from Xinerama to Xrandr; drop unused
+  pkgconfig(xcursor), pkgconfig(xext) and pkgconfig(zlib)
+
+-------------------------------------------------------------------

Old:
----
  scrot-1.12.1.tar.gz

New:
----
  scrot-2.0.0.tar.gz

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

Other differences:
------------------
++++++ scrot.spec ++++++
--- /var/tmp/diff_new_pack.VwgreO/_old  2026-09-17 16:59:47.380046439 +0200
+++ /var/tmp/diff_new_pack.VwgreO/_new  2026-09-17 16:59:47.382046523 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scrot
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,21 @@
 
 
 Name:           scrot
-Version:        1.12.1
+Version:        2.0.0
 Release:        0
 Summary:        Screenshot Capture Utility
 License:        SUSE-Scrot
-Group:          Productivity/Graphics/Other
 URL:            https://github.com/resurrecting-open-source-projects/scrot
 Source:         
https://github.com/resurrecting-open-source-projects/scrot/releases/download/%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(imlib2)
+BuildRequires:  pkgconfig(imlib2) >= 1.11.0
 BuildRequires:  pkgconfig(libbsd)
-BuildRequires:  pkgconfig(xcomposite)
-BuildRequires:  pkgconfig(xcursor)
-BuildRequires:  pkgconfig(xext)
-BuildRequires:  pkgconfig(xfixes)
-BuildRequires:  pkgconfig(xinerama)
-BuildRequires:  pkgconfig(zlib)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xcomposite) >= 0.2.0
+BuildRequires:  pkgconfig(xfixes) >= 5.0.1
+BuildRequires:  pkgconfig(xrandr) >= 1.5
 Requires:       imlib2
 
 %description
@@ -41,7 +40,6 @@
 
 %package bash-completion
 Summary:        Bash Completion for %{name}
-Group:          System/Shells
 Requires:       bash-completion
 Supplements:    (%{name} and bash-completion)
 BuildArch:      noarch
@@ -51,7 +49,6 @@
 
 %package zsh-completion
 Summary:        ZSH Completion for %{name}
-Group:          System/Shells
 Supplements:    (%{name} and zsh)
 BuildArch:      noarch
 
@@ -62,16 +59,12 @@
 %autosetup -p1
 
 %build
-%configure --with-libbsd
+%configure
 %make_build
 
 %install
 %make_install
-mkdir -p %{buildroot}/%{_datadir}/pixmaps/
-# Install the shell autocomplete files
-install -Dm 644 %{_builddir}/%{name}-%{version}/etc/bash-completion/%{name} 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
-install -Dm 644 %{_builddir}/%{name}-%{version}/etc/zsh-completion/_%{name} 
%{buildroot}%{_datadir}/zsh/site-functions/_%{name}
-rm -rf %{buildroot}/%{_datadir}/doc/scrot
+rm -rf %{buildroot}%{_datadir}/doc/scrot
 
 %files
 %doc AUTHORS ChangeLog README.md

++++++ scrot-1.12.1.tar.gz -> scrot-2.0.0.tar.gz ++++++
++++ 6326 lines of diff (skipped)

Reply via email to