From 11c87123b933ff0ac3e2c8235b5e3df51990f345 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:41:02 +0100 Subject: [PATCH] automatic version update by autodist [release 3.44-1mamba;Sat Aug 25 2018] --- highlight-3.33-termcap.patch | 11 +++++++++++ highlight.spec | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 highlight-3.33-termcap.patch diff --git a/highlight-3.33-termcap.patch b/highlight-3.33-termcap.patch new file mode 100644 index 0000000..bb93278 --- /dev/null +++ b/highlight-3.33-termcap.patch @@ -0,0 +1,11 @@ +diff -Nru highlight-3.33.orig/src/gui-qt/highlight.pro highlight-3.33/src/gui-qt/highlight.pro +--- highlight-3.33.orig/src/gui-qt/highlight.pro 2016-12-16 11:12:44.694150984 +0100 ++++ highlight-3.33/src/gui-qt/highlight.pro 2016-12-16 11:14:54.566710464 +0100 +@@ -36,6 +36,7 @@ + DESTDIR = ../ + LIBS += -L.. -lhighlight + LIBS += -llua ++ LIBS += -ltermcap + CONFIG += link_pkgconfig + PKGCONFIG += lua + diff --git a/highlight.spec b/highlight.spec index bb5cb36..dadb307 100644 --- a/highlight.spec +++ b/highlight.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: highlight -Version: 3.25 +Version: 3.44 Release: 1mamba Summary: A universal source code to formatted text converter Group: Development/Tools @@ -10,6 +10,7 @@ Packager: Stefano Cotta Ramusino URL: http://www.andre-simon.de/ Source: http://www.andre-simon.de/zip/highlight-%{version}.tar.bz2 Patch: highlight-2.15-doc_dir.patch +Patch1: highlight-3.33-termcap.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -51,8 +52,8 @@ This package contains the Qt-based GUI. %prep %setup -q -n %{name}-%{majver} #%patch -p1 - sed -i "s|\-llua5\.1||g" src/gui-qt/highlight.pro +%patch1 -p1 # Provides: exclude perl(highlight_pipe) from examples cat <<__EOF__ > %{name}-perl.prov @@ -110,6 +111,9 @@ rm -rf examples/plugins/movabletype #%doc ChangeLog README* TODO examples %changelog +* Sat Aug 25 2018 Automatic Build System 3.44-1mamba +- automatic version update by autodist + * Thu Jan 21 2016 Automatic Build System 3.25-1mamba - automatic version update by autodist