Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package universal-ctags for openSUSE:Factory
checked in at 2024-11-01 21:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/universal-ctags (Old)
and /work/SRC/openSUSE:Factory/.universal-ctags.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "universal-ctags"
Fri Nov 1 21:04:34 2024 rev:2 rq:1219900 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/universal-ctags/universal-ctags.changes
2023-03-19 16:17:00.931449614 +0100
+++
/work/SRC/openSUSE:Factory/.universal-ctags.new.2020/universal-ctags.changes
2024-11-01 21:04:50.151582227 +0100
@@ -1,0 +2,5 @@
+Thu Oct 31 15:58:19 UTC 2024 - Martin Pluskal <[email protected]>
+
+- Update package dependencies
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ universal-ctags.spec ++++++
--- /var/tmp/diff_new_pack.be6VKc/_old 2024-11-01 21:04:51.039619337 +0100
+++ /var/tmp/diff_new_pack.be6VKc/_new 2024-11-01 21:04:51.039619337 +0100
@@ -1,7 +1,7 @@
#
# spec file for package universal-ctags
#
-# Copyright (c) 2023 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
@@ -21,7 +21,6 @@
Release: 0
Summary: A program to generate language tag files used with various
editors
License: GPL-2.0-only
-Group: Development/Tools/Navigators
URL: https://github.com/universal-ctags/ctags
Source:
https://github.com/universal-ctags/ctags/releases/download/v%{version}/universal-ctags-%{version}.tar.gz
BuildRequires: autoconf
@@ -29,12 +28,16 @@
BuildRequires: gcc
BuildRequires: gzip
BuildRequires: make
+BuildRequires: pcre2-devel
BuildRequires: pkgconfig
BuildRequires: python3-Pygments
BuildRequires: python3-docutils
BuildRequires: texlive-fancyvrb
BuildRequires: texlive-latex-bin-bin
BuildRequires: update-alternatives
+BuildRequires: pkgconfig(jansson)
+BuildRequires: pkgconfig(libseccomp)
+BuildRequires: pkgconfig(yaml-0.1)
Requires(post): update-alternatives
Requires(pre): update-alternatives
@@ -48,7 +51,7 @@
%build
echo '#define CTAGS_REPOINFO "%{version}"' > main/repoinfo.h
-./autogen.sh
+autoreconf -fiv
%configure
%make_build