rpms/highlight/devel highlight.spec,1.3,1.4

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Tue Aug 9 14:41:24 UTC 2005


Author: s4504kr

Update of /cvs/extras/rpms/highlight/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29700

Modified Files:
	highlight.spec 
Log Message:

  Description:
    Fix #165302




Index: highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/highlight/devel/highlight.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- highlight.spec	8 Aug 2005 18:18:05 -0000	1.3
+++ highlight.spec	9 Aug 2005 14:41:22 -0000	1.4
@@ -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 @@
 
 %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 @@
 %doc ChangeLog AUTHORS README* COPYING TODO examples/
 
 %changelog
+* Tue Aug  9 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4-1-5
+- Fix #165302
+
 * Mon Aug  8 2005 Jochen Schmitt <Jochen herr-schmitt de> 2.4.1-4
 - Move extension.conf and scriptre.conf to /etc/highlight
 




More information about the fedora-extras-commits mailing list