update to 6.0.0
This commit is contained in:
parent
dcf425fdf3
commit
7fbe2e82d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ ctags-5.8.tar.gz
|
||||
/ctags-p5.9.20220911.0.tar.gz
|
||||
/ctags-p5.9.20221016.0.tar.gz
|
||||
/ctags-p5.9.20221120.0.tar.gz
|
||||
/universal-ctags-6.0.0.tar.gz
|
||||
|
||||
13
ctags.spec
13
ctags.spec
@ -1,12 +1,10 @@
|
||||
%define upstreamversion 20221120.0
|
||||
|
||||
Summary: A C programming language indexing and/or cross-reference tool
|
||||
Name: ctags
|
||||
Version: 5.9
|
||||
Release: 10.%{upstreamversion}%{?dist}
|
||||
Version: 6.0.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://ctags.io/
|
||||
Source0: https://github.com/universal-ctags/ctags/archive/%{name}-p%{version}.%{upstreamversion}.tar.gz
|
||||
Source0: https://github.com/universal-ctags/ctags/releases/download/v%{version}/universal-%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -39,7 +37,7 @@ objects found in source files.
|
||||
Install ctags if you are going to use your system for C programming.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-p%{version}.%{upstreamversion}
|
||||
%autosetup -p1 -n universal-%{name}-%{version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -64,6 +62,9 @@ Install ctags if you are going to use your system for C programming.
|
||||
%{_mandir}/man7/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2023 Than Ngo <than@redhat.com> - 6.0.0-1
|
||||
- update to 6.0.0
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.9-10.20221120.0
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ctags-p5.9.20221120.0.tar.gz) = 48b0eb561b77435910c6f8b507602f27fa2838cfc71a257122ce337835484816990c22f304b292c542cf2449234ae4fcfa936d9368ccc52fc4162efc11e372a0
|
||||
SHA512 (universal-ctags-6.0.0.tar.gz) = c6f7eb24844778195f67a4bbeb54a61fde023a5eb0402b6986a74336fe134b7629ed3b643b4076285d660783db1a270c613244979c645ed1ae9ec40dbcb84ed8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user