Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package the_silver_searcher for
openSUSE:Factory checked in at 2024-02-21 18:01:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/the_silver_searcher (Old)
and /work/SRC/openSUSE:Factory/.the_silver_searcher.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "the_silver_searcher"
Wed Feb 21 18:01:53 2024 rev:16 rq:1148763 version:2.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/the_silver_searcher/the_silver_searcher.changes
2022-06-10 15:58:15.980873826 +0200
+++
/work/SRC/openSUSE:Factory/.the_silver_searcher.new.1706/the_silver_searcher.changes
2024-02-21 18:02:02.403511181 +0100
@@ -1,0 +2,7 @@
+Wed Feb 21 15:00:55 UTC 2024 - Michael Vetter <[email protected]>
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+ %patchN.
+- Remove obsolete version check for BR
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ the_silver_searcher.spec ++++++
--- /var/tmp/diff_new_pack.5pBHu5/_old 2024-02-21 18:02:03.055534802 +0100
+++ /var/tmp/diff_new_pack.5pBHu5/_new 2024-02-21 18:02:03.055534802 +0100
@@ -1,7 +1,7 @@
#
# spec file for package the_silver_searcher
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,22 +30,15 @@
# PATCH-FIX-UPSTREAM the_silver_searcher-2.2.0-portabilityfixes.patch
gh#ggreer/the_silver_searcher#1377 -- Fix multiple global symbols definitions
Patch0: the_silver_searcher-2.2.0-portabilityfixes.patch
BuildRequires: pkgconfig >= 0.9.0
-%if 0%{?suse_version} > 1110
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(libpcre)
BuildRequires: pkgconfig(zlib)
-%else
-BuildRequires: pcre-devel
-BuildRequires: xz-devel
-BuildRequires: zlib-devel
-%endif
%description
A code searching tool similar to ack, with a focus on speed.
%prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
%build
%configure