[byacc] Rebase to 20111219, Revert default stack size to 10000

Petr Machata pmachata at fedoraproject.org
Mon Jan 9 22:57:53 UTC 2012


commit e6803cd22dba0c076aca32d214ecbc741081432f
Author: Petr Machata <pmachata at redhat.com>
Date:   Mon Jan 9 23:56:18 2012 +0100

    Rebase to 20111219, Revert default stack size to 10000

 .gitignore |    1 +
 byacc.spec |   14 +++++++++++++-
 sources    |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f0a764..f00c9a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ byacc-20*/
 *.rpm
 .*.log
 /byacc-20110908.tgz
+/byacc-20111219.tgz
diff --git a/byacc.spec b/byacc.spec
index 1ace95c..67cc62f 100644
--- a/byacc.spec
+++ b/byacc.spec
@@ -1,4 +1,4 @@
-%define byaccdate 20110908
+%define byaccdate 20111219
 
 Summary: Berkeley Yacc, a parser generator
 Name: byacc
@@ -23,6 +23,11 @@ this package.
 %prep
 %setup -q -n byacc-%{byaccdate}
 
+# Revert default stack size back to 10000
+# https://bugzilla.redhat.com/show_bug.cgi?id=743343
+find . -type f -name \*.c -print0 |
+  xargs -0 sed -i 's/YYSTACKSIZE 500/YYSTACKSIZE 10000/g'
+
 %build
 %configure --disable-dependency-tracking
 make %{?_smp_mflags}
@@ -50,6 +55,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/byacc.1*
 
 %changelog
+* Mon Jan  9 2012 Petr Machata <pmachata at redhat.com> - 1.9.20111219-1
+- Rebase to 20111219
+  - add "-s" option
+  - Resolves: #769237
+- Revert default stack size to 10000
+  - Related: #743343
+
 * Thu Sep 29 2011 Petr Machata <pmachata at redhat.com> - 1.9.20110908-1
 - Rebase to 20110908
   - add "-i" option.
diff --git a/sources b/sources
index 9988dc7..f52be0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5665ee1f2ca482d57eef9591a2fe4768  byacc-20110908.tgz
+c17542fd9df6e392d495a64f883e29f1  byacc-20111219.tgz


More information about the scm-commits mailing list