- Update to 4.5
This commit is contained in:
parent
83eb578e6a
commit
4895c57b10
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ highlight-3.1-beta2.tar.bz2
|
||||
/highlight-3.60.tar.bz2
|
||||
/highlight-4.1.tar.bz2
|
||||
/highlight-4.2.tar.bz2
|
||||
/highlight-4.5.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: highlight
|
||||
Summary: Universal source code to formatted text converter
|
||||
Version: 4.2
|
||||
Release: 3%{?dist}
|
||||
Version: 4.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
URL: http://www.andre-simon.de/
|
||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
|
||||
@ -88,6 +88,9 @@ desktop-file-install \
|
||||
%{_datadir}/highlight/
|
||||
%{_mandir}/man1/highlight.1*
|
||||
%{_mandir}/man5/filetypes.conf.5*
|
||||
%{_datadir}/bash-completion/completions/highlight
|
||||
%{_datadir}/fish/vendor_completions.d/highlight.fish
|
||||
%{_datadir}/zsh/site-functions/_highlight
|
||||
%config(noreplace) %{_sysconfdir}/highlight/
|
||||
|
||||
%doc ChangeLog* AUTHORS README* extras/
|
||||
@ -104,6 +107,9 @@ desktop-file-install \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 31 2023 Filipe Rosset <rosset.filipe@gmail.com> - 4.5-1
|
||||
- Update to 4.5
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (highlight-4.2.tar.bz2) = 6b9a193975c108bca4228188b8f3ddb395eb1cedd689b44fb18bfa7d4cb878cf6148b2275ef2881973fbd7e08b9038e866aad7c406e975fa3d1a59470b6a3867
|
||||
SHA512 (highlight-4.5.tar.bz2) = f601f8fb33319df41bad03a80e674d054877e69b923f2b9a004e2dd52de27ab69b9d695e0aa06129e15bbf7df8d8865400dfda9abbbb5dc73bd2e87535d43c06
|
||||
|
Loading…
Reference in New Issue
Block a user