rpms/re2c/devel .cvsignore,1.4,1.5 re2c.spec,1.6,1.7 sources,1.4,1.5

Matthias Saou thias at fedoraproject.org
Mon Jul 12 09:33:40 UTC 2010


Author: thias

Update of /cvs/extras/rpms/re2c/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16873

Modified Files:
	.cvsignore re2c.spec sources 
Log Message:
Update to 0.13.5.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/re2c/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	13 Sep 2007 12:08:24 -0000	1.4
+++ .cvsignore	12 Jul 2010 09:33:40 -0000	1.5
@@ -1 +1 @@
-re2c-0.12.3.tar.gz
+re2c-0.13.5.tar.gz


Index: re2c.spec
===================================================================
RCS file: /cvs/extras/rpms/re2c/devel/re2c.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- re2c.spec	27 Jul 2009 02:52:57 -0000	1.6
+++ re2c.spec	12 Jul 2010 09:33:40 -0000	1.7
@@ -1,10 +1,10 @@
 Summary: Tool for generating C-based recognizers from regular expressions
 Name: re2c
-Version: 0.12.3
-Release: 4%{?dist}
+Version: 0.13.5
+Release: 1%{?dist}
 License: Public Domain
 Group: Development/Tools
-URL: http://re2c.sourceforge.net/
+URL: http://re2c.org/
 Source: http://downloads.sf.net/re2c/re2c-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -27,7 +27,8 @@ find . -type f -exec chmod -x {} \;
 %build
 %configure
 # Build re2c, then our own scanner.cc, then rebuild the final re2c with it
-%{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} re2c
+%{__rm} -f scanner.cc
 ./re2c -b -o scanner.cc scanner.re
 %{__rm} -f re2c scanner.o
 %{__make} %{?_smp_mflags}
@@ -51,6 +52,10 @@ find . -type f -exec chmod -x {} \;
 
 
 %changelog
+* Mon Jul 12 2010 Matthias Saou <http://freshrpms.net/> 0.13.5-1
+- Update to 0.13.5.
+- Update URL to the one used in the included spec file.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/re2c/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	13 Sep 2007 12:08:24 -0000	1.4
+++ sources	12 Jul 2010 09:33:40 -0000	1.5
@@ -1 +1 @@
-8b8d6317c2a5ccc68ee54de19cf9893b  re2c-0.12.3.tar.gz
+4a97d8f77ed6d2c76c8bd840a43f5633  re2c-0.13.5.tar.gz



More information about the scm-commits mailing list