rpms/antlr/devel antlr.spec,1.31,1.32

Deepak Bhole (dbhole) fedora-extras-commits at redhat.com
Thu Jun 7 18:51:54 UTC 2007


Author: dbhole

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

Modified Files:
	antlr.spec 
Log Message:

Applied patch to fix conditionals (from skasal at redhat dot com)




Index: antlr.spec
===================================================================
RCS file: /cvs/extras/rpms/antlr/devel/antlr.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- antlr.spec	26 Mar 2007 18:19:10 -0000	1.31
+++ antlr.spec	7 Jun 2007 18:51:19 -0000	1.32
@@ -31,15 +31,15 @@
 %define _with_gcj_support 1
 
 %define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
-%define build_jedit  %{?_with_jedit:1}%{!?_without_jedit:0}
+%define build_jedit  %{?_with_jedit:1}%{!?_with_jedit:0}
 
 %define section free
-%define native  %{?_with_native:1}%{!?_without_native:0}
+%define native  %{?_with_native:1}%{!?_with_native:0}
 
 Summary:        ANother Tool for Language Recognition
 Name:           antlr
 Version:        2.7.7
-Release:        1jpp.2
+Release:        1jpp.3
 Epoch:          0
 License:        Public Domain
 URL:            http://www.antlr.org/
@@ -308,6 +308,9 @@
 
 
 %changelog
+* Thu Jun 07 2007 Deepak Bhole <dbhole at redhat.com> 2.7.7-1jpp.3
+- Applied patch to fix conditionals (from skasal at redhat dot com)
+
 * Mon Mar 26 2007 Deepak Bhole <dbhole at redhat.com> 2.7.7-1jpp.2
 - Added unowned dir to files list
 




More information about the scm-commits mailing list