rpms/flex/F-8 flex-2.5.33-prototypes.patch, NONE, 1.1 flex.spec, 1.48, 1.49

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Mon Feb 11 12:25:10 UTC 2008


Author: pmachata

Update of /cvs/pkgs/rpms/flex/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17119

Modified Files:
	flex.spec 
Added Files:
	flex-2.5.33-prototypes.patch 
Log Message:
- Generate prototypes for accessor functions.  Upstream patch.
- Resolves: #432203


flex-2.5.33-prototypes.patch:

--- NEW FILE flex-2.5.33-prototypes.patch ---
--- flex.skl	2008/02/09 15:49:48	2.211
+++ flex.skl	2008/02/09 18:54:56	2.212
@@ -889,6 +889,8 @@
 
 %endif
 
+%endif End reentrant structures and macros.
+
 /* Accessor methods to globals.
    These are made visible to non-reentrant scanners for convenience. */
 
@@ -978,7 +980,6 @@
     ]])
 ]])
 %endif
-%endif End reentrant structures and macros.
 
 /* Macros after this point can all be overridden by user definitions in
  * section 1.


Index: flex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/flex/F-8/flex.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- flex.spec	10 Jan 2008 14:30:24 -0000	1.48
+++ flex.spec	11 Feb 2008 12:24:32 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: A tool for creating scanners (text pattern recognizers)
 Name: flex
 Version: 2.5.33
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: BSD
 Group: Development/Tools
 URL: http://flex.sourceforge.net/
@@ -11,6 +11,7 @@
 Patch3: flex-2.5.33-includedir.patch
 Patch4: flex-2.5.33-test-linedir-r.patch
 Patch5: flex-2.5.33-pic.patch
+Patch6: flex-2.5.33-prototypes.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: m4
 BuildRequires: gettext bison m4 gawk autoconf automake gettext-devel
@@ -39,6 +40,7 @@
 %patch4 -p1
 ./autogen.sh
 %patch5 -p1
+%patch6 -p0
 
 %build
 %configure --disable-dependency-tracking
@@ -85,6 +87,10 @@
 %{_infodir}/flex.info*
 
 %changelog
+* Mon Feb 11 2008 Petr Machata <pmachata at redhat.com> - 2.5.33-14
+- Generate prototypes for accessor functions.  Upstream patch.
+- Resolves: #432203
+
 * Thu Jan 10 2008 Petr Machata <pmachata at redhat.com> - 2.5.33-13
 - Patch with -fPIC only after the autogen.sh is run.
 




More information about the fedora-extras-commits mailing list