This commit is contained in:
parent
02fda58d50
commit
a92aeb6b94
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d327e36383002a4b3ab20501b437342109402eadc4a30a7f961d58e0839763f7
|
|
||||||
size 942785
|
|
37
autogen-5.8.9.diff
Normal file
37
autogen-5.8.9.diff
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
--- agen5/loadPseudo.c
|
||||||
|
+++ agen5/loadPseudo.c
|
||||||
|
@@ -49,7 +49,7 @@
|
||||||
|
findTokenType( tCC** ppzData, te_pm_state fsm_state );
|
||||||
|
|
||||||
|
static tCC*
|
||||||
|
-copyMarker( tCC* pzData, char* pzMark, int* pCt );
|
||||||
|
+copyMarker( tCC* pzData, char* pzMark, size_t* pCt );
|
||||||
|
/* = = = END-STATIC-FORWARD = = = */
|
||||||
|
|
||||||
|
|
||||||
|
@@ -336,7 +336,7 @@
|
||||||
|
* as we find punctuation characters.
|
||||||
|
*/
|
||||||
|
static tCC*
|
||||||
|
-copyMarker( tCC* pzData, char* pzMark, int* pCt )
|
||||||
|
+copyMarker( tCC* pzData, char* pzMark, size_t* pCt )
|
||||||
|
{
|
||||||
|
int ct = 0;
|
||||||
|
|
||||||
|
@@ -402,14 +402,14 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
case PM_TR_INIT_MARKER:
|
||||||
|
- pzData = copyMarker( pzData, zStartMac, (int*)&startMacLen );
|
||||||
|
+ pzData = copyMarker( pzData, zStartMac, &startMacLen );
|
||||||
|
if (pzData == NULL)
|
||||||
|
BAD_MARKER( zMarkErr );
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
|
case PM_TR_TEMPL_MARKER:
|
||||||
|
- pzData = copyMarker( pzData, zEndMac, (int*)&endMacLen );
|
||||||
|
+ pzData = copyMarker( pzData, zEndMac, &endMacLen );
|
||||||
|
if (pzData == NULL)
|
||||||
|
BAD_MARKER( zMarkErr );
|
||||||
|
|
3
autogen-5.8.9.tar.bz2
Normal file
3
autogen-5.8.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3269c65d388fd1bccd8683808f40d6696fb0f35e3145b79c24cc0c141d94599
|
||||||
|
size 968863
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 29 11:37:57 CET 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
- Update to autogen 5.8.9.
|
||||||
|
* GREP is now a configurable. (Sheesh!)
|
||||||
|
* options with hierarchical structure (nested values) had some
|
||||||
|
bugs in the config file parsing code. Fixed.
|
||||||
|
* Since YACC is not used any more, it is no longer required. :)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 15 10:21:32 CEST 2006 - schwab@suse.de
|
Sun Oct 15 10:21:32 CEST 2006 - schwab@suse.de
|
||||||
|
|
||||||
|
18
autogen.spec
18
autogen.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autogen (Version 5.8.7)
|
# spec file for package autogen (Version 5.8.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,13 +13,13 @@
|
|||||||
Name: autogen
|
Name: autogen
|
||||||
BuildRequires: guile-devel libxml2-devel
|
BuildRequires: guile-devel libxml2-devel
|
||||||
Summary: Automated Text File Generator
|
Summary: Automated Text File Generator
|
||||||
Version: 5.8.7
|
Version: 5.8.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
License: GPL
|
License: GNU General Public License (GPL)
|
||||||
URL: http://autogen.sourceforge.net/
|
URL: http://autogen.sourceforge.net/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
#Patch: %{name}-%{version}.diff
|
Patch: %{name}-%{version}.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure CFLAGS="$RPM_OPT_FLAGS" --prefix=/usr --libdir=%{_libdir} \
|
./configure CFLAGS="$RPM_OPT_FLAGS" --prefix=/usr --libdir=%{_libdir} \
|
||||||
@ -71,6 +71,12 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*.gz
|
%{_infodir}/*.gz
|
||||||
|
|
||||||
%changelog -n autogen
|
%changelog -n autogen
|
||||||
|
* Mon Jan 29 2007 - schwab@suse.de
|
||||||
|
- Update to autogen 5.8.9.
|
||||||
|
* GREP is now a configurable. (Sheesh!)
|
||||||
|
* options with hierarchical structure (nested values) had some
|
||||||
|
bugs in the config file parsing code. Fixed.
|
||||||
|
* Since YACC is not used any more, it is no longer required. :)
|
||||||
* Sun Oct 15 2006 - schwab@suse.de
|
* Sun Oct 15 2006 - schwab@suse.de
|
||||||
- Update to autogen 5.8.7.
|
- Update to autogen 5.8.7.
|
||||||
* Tweaks for Windows' compat/windows-config.h
|
* Tweaks for Windows' compat/windows-config.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user