From e8b7309ad5393febe74d3d960e9fb9ddd82f9de0 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 7 Jan 2021 19:04:33 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/highlight.git#114dd864d2e4783dbf09caf08466dd1137f305c3 --- highlight.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/highlight.spec b/highlight.spec index 38eeb55..7a3d496 100644 --- a/highlight.spec +++ b/highlight.spec @@ -1,7 +1,7 @@ Name: highlight Summary: Universal source code to formatted text converter Version: 3.60 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 URL: http://www.andre-simon.de/ Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2 @@ -43,7 +43,7 @@ LDFLAGS="$LDFLAGS %{?__global_ldflags}"; export LDFLAGS # disabled paralell builds to fix FTBFS on rawhide & highlight 3.52+ #make_build all gui CFLAGS="${CFLAGS}" \ - make all gui CFLAGS="${CFLAGS}" \ + %{__make} all gui CFLAGS="${CFLAGS}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" \ LFLAGS="-Wl,-O1 ${LDFLAGS}" \ @@ -82,6 +82,9 @@ desktop-file-install \ %changelog +* Thu Jan 7 2021 Filipe Rosset - 3.60-2 +- Rebuilt for make macro change + * Wed Dec 30 2020 Filipe Rosset - 3.60-1 - Update to 3.60