From 329b234bd7a32dfebb587d92200b1784c5228809 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 27 Sep 2025 15:24:54 +0200 Subject: [PATCH] update to 6.2.0 [release 6.2.0-1mamba;Fri Sep 26 2025] --- ctags.spec | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ctags.spec b/ctags.spec index 7aa2209..811bbea 100644 --- a/ctags.spec +++ b/ctags.spec @@ -1,33 +1,30 @@ Name: ctags -Epoch: 2 -Version: p5.9.20210131.0 +Epoch: 3 +Version: 6.2.0 Release: 1mamba Summary: A multi-language source code indexing tool Group: Development/Tools Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino -URL: http://ctags.sourceforge.net/ -Source: https://github.com/universal-ctags/ctags.git/%{version}/ctags-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://ctags.sourceforge.net/ +Source: https://github.com/universal-ctags/ctags.git/v%{version}/ctags-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libjansson-devel +BuildRequires: libpcre2-devel BuildRequires: libseccomp-devel BuildRequires: libxml2-devel BuildRequires: libyaml-devel ## AUTOBUILDREQ-END BuildRequires: python-docutils-py3 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Exuberant Ctags generates an index (or tag) file of language objects found in source files for many popular programming languages. This index makes it easy for text editors and other tools to locate the indexed items. Exuberant Ctags improves on traditional ctags because of its multilanguage support, its ability for the user to define new languages searched by regular expressions, and its ability to generate emacs-style TAGS files. -%debug_package - %prep %setup -q ./autogen.sh @@ -46,13 +43,18 @@ Exuberant Ctags improves on traditional ctags because of its multilanguage suppo %files %defattr(-,root,root) %{_bindir}/%{name} +%{_bindir}/optscript %{_bindir}/readtags %{_mandir}/man1/* +%{_mandir}/man5/ctags-json-output.5* %{_mandir}/man5/tags.5* %{_mandir}/man7/ctags-*.7* %doc COPYING %changelog +* Fri Sep 26 2025 Silvan Calarco 6.2.0-1mamba +- update to 6.2.0 + * Tue Feb 02 2021 Silvan Calarco p5.9.20210131.0-1mamba - update to p5.9.20210131.0