diff --git a/highlight.spec b/highlight.spec index 6afc053..dc59890 100644 --- a/highlight.spec +++ b/highlight.spec @@ -1,7 +1,7 @@ Name: highlight Summary: Universal source code to formatted text converter Version: 2.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Tools License: GPL @@ -24,12 +24,12 @@ It is easily possible to create new language definitions and colour themes. %prep %setup -q -n %{name}-2.4-1 -%patch1 -p1 -b .org +%patch1 -p1 %patch2 -p1 %patch3 -p1 %build -make %{?_smp_mflags} +make %{?_smp_mflags} LDFLAGS= %install rm -rf $RPM_BUILD_ROOT @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog AUTHORS README* COPYING TODO examples/ %changelog +* Tue Aug 9 2005 Jochen Schmitt 2.4-1-5 +- Fix #165302 + * Mon Aug 8 2005 Jochen Schmitt 2.4.1-4 - Move extension.conf and scriptre.conf to /etc/highlight