File bison.changes of Package bison
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Thu May 20 10:24:36 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
3
4
- Fix build: [bsc#1183777]
5
* Adjust to the glibc removal of libio.h in 2.28+
6
- Add bison-glibc-libio.patch
7
8
-------------------------------------------------------------------
9
Fri Dec 16 09:45:23 UTC 2016 - mliska@suse.cz
10
11
- gcc7-fix.patch: Add forward declaration to compile with GCC7.
12
13
-------------------------------------------------------------------
14
Wed Dec 14 11:04:29 UTC 2016 - tchvatal@suse.com
15
16
- Update keyring file to not be 38 MB large...
17
18
-------------------------------------------------------------------
19
Tue Sep 1 14:24:58 UTC 2015 - tchvatal@suse.com
20
21
- Set the installinfo in preun rather than postun to avoid ugly
22
warning about file not being present.
23
- Remove the Obsolete for old ppc64 support that won't get triggered
24
25
-------------------------------------------------------------------
26
Fri Feb 20 21:14:39 UTC 2015 - mpluskal@suse.com
27
28
- Add gpg signature
29
- Update to 3.0.4:
30
* Fix a compiler warning when no %destructor use $$.
31
* Several portability issues in tests were fixed.
32
33
-------------------------------------------------------------------
34
Thu Jan 22 20:06:50 UTC 2015 - p.drouand@gmail.com
35
36
- Update to version 3.0.3
37
Bug fixes
38
* C++ with Variants (lalr1.cc)
39
Problems with %destructor and '%define parse.assert' have been fixed.
40
* Named %union support (yacc.c, glr.c)
41
Bison 3.0 introduced a regression on named %union such as
42
%union foo { int ival; };
43
The possibility to use a name was introduced "for Yacc compatibility".
44
It is however not required by POSIX Yacc, and its usefulness is not clear.
45
* %define api.value.type union with %defines (yacc.c, glr.c)
46
The C parsers were broken when %defines was used together with "%define
47
api.value.type union".
48
* Redeclarations are reported in proper order
49
Documentation
50
* Bison now installs various files in its docdir (which defaults to
51
'/usr/local/share/doc/bison'), including the three fully blown examples
52
extracted from the documentation:
53
- rpcalc
54
Reverse polish calculator, a simple introductory example.
55
- mfcalc
56
Multi-function Calc, a calculator with memory and functions and located
57
error messages.
58
- calc++
59
a calculator in C++ using variant support and token constructors.
60
- Split out translation files
61
- Pass "--docdir=%{_docdir}/%{name}" and do not perform %doc anymore
62
63
64
-------------------------------------------------------------------
65
Wed Dec 24 11:39:10 UTC 2014 - p.drouand@gmail.com
66
67
- Update to version 3.0.2
68
+ Generated source files when errors are reported
69
+ %empty is used in reports
70
+ When C++ variant support is enabled, an error triggered via YYERROR,
71
but not caught via error recovery, resulted in a double deletion.
72
- Remove location-eof-check.patch; merged on upstream release
73
74
-------------------------------------------------------------------
75
Fri Sep 27 20:13:38 UTC 2013 - schwab@linux-m68k.org
76
77
- location-eof-check.patch: Fix broken EOF check
78
79
-------------------------------------------------------------------
80
Sat Aug 3 02:24:50 UTC 2013 - crrodriguez@opensuse.org
81
82
- Update to bision 3.0
83
* deep overhaul/improvements of the diagnostics
84
* more versatile means to describe semantic value types,
85
including the ability to store genuine C++ objects in C++ parsers
86
* push-parser interface extended to Java
87
* parse-time semantic predicates for GLR parsers.
88
* This is a major update, please see https://lwn.net/Articles/561990/
89
for all details and backward incompatible changes.
90
91
-------------------------------------------------------------------
92
Tue Jul 9 07:53:58 UTC 2013 - schwab@suse.de
93
94
- Override broken configure checks
95
96
-------------------------------------------------------------------
97
Thu Mar 21 07:52:06 UTC 2013 - mmeister@suse.com
98
99
- Added url as source.
100
Please see http://en.opensuse.org/SourceUrls
101
102
-------------------------------------------------------------------
103
Wed Feb 6 06:11:30 UTC 2013 - adrian@suse.com
104
105
- bison update to 2.7
106
* Changes in the format of error messages
107
* New format for error reports: carets
108
* New value for %define variable: api.pure full
109
* New %define variable: api.location.type (glr.cc, lalr1.cc, lalr1.java)
110
* Exception safety (lalr1.cc)
111
* Graph improvements in DOT and XSLT
112
* %language is no longer an experimental feature.
113
114
-------------------------------------------------------------------
115
Mon Nov 12 16:23:50 UTC 2012 - crrodriguez@opensuse.org
116
117
- bison 2.6.5
118
* Incorrect definitions of YY_, issued by yacc.c when no parser header is
119
generated, are removed.
120
* Fix compiler warnings in the generated parser (yacc.c, glr.c)
121
* Warnings about uninitialized yylval and/or yylloc for push parsers with a
122
pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to
123
3.2.
124
125
-------------------------------------------------------------------
126
Sun Sep 23 17:27:27 UTC 2012 - nmo.marques@gmail.com
127
128
- Update to version 2.6.2:
129
+ Buffer overruns, complaints from Flex, and portability issues
130
in the test suite have been fixed.
131
+ Changelist too long to fit here, see NEWS
132
- Source format is now .xz
133
- Remove bison-stdio.in.patch: seems upstreamed
134
- Add 'xz' to BuildRequires
135
136
-------------------------------------------------------------------
137
Tue Jul 17 18:55:21 UTC 2012 - aj@suse.de
138
139
- Fix build with missing gets declaration (glibc 2.16)
140
141
-------------------------------------------------------------------
142
Mon Jan 9 09:54:18 UTC 2012 - aj@suse.de
143
144
- Own /usr/share/aclocal
145
146
-------------------------------------------------------------------
147
Sat Sep 17 19:52:28 UTC 2011 - jengelh@medozas.de
148
149
- Remove redundant tags/sections from specfile
150
151
-------------------------------------------------------------------
152
Tue Jun 7 03:06:12 UTC 2011 - crrodriguez@opensuse.org
153
154
- Update to version 2.5
155
- Fixes GCC 4.6 warnings
156
- Changelist too long to fit here, see NEWS.
157
158
-------------------------------------------------------------------
159
Wed Feb 10 16:57:10 CET 2010 - rguenther@suse.de
160
161
- Update to version 2.4.1.
162
- Apply fix for GCC 4.5 compliance.
163
- Apply fix for unsupported output file names.
164
165
-------------------------------------------------------------------
166
Mon Feb 8 10:59:57 UTC 2010 - coolo@novell.com
167
168
- package yacc.1 too
169
170
-------------------------------------------------------------------
171
Fri Jan 29 12:42:41 UTC 2010 - coolo@novell.com
172
173
- fix patch name
174
175
-------------------------------------------------------------------
176
Tue Jan 26 11:53:49 CET 2010 - mmarek@suse.cz
177
178
- updated to 2.4
179
* new experimental %language directive to select the used
180
skeleton and output file name
181
* experimantal Java parser support
182
* support for push parsers
183
* bison now removes unreachable states (this might require
184
updates to %expect and %expect-rr directives)
185
* support for per-type and default %destructor's and %printer's
186
* except for LALR(1) parsers in C with POSIX Yacc emulation enabled
187
(with `-y', `--yacc', or `%yacc'), Bison no longer generates
188
#define statements for associating token numbers with token
189
names
190
* For a detailed list of fixes and new features, see
191
/usr/share/doc/packages/bison/NEWS
192
193
-------------------------------------------------------------------
194
Sat Dec 12 20:36:01 CET 2009 - jengelh@medozas.de
195
196
- enable parallel building
197
- add baselibs.conf as a source
198
199
-------------------------------------------------------------------
200
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
201
202
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
203
(bnc#437293)
204
205
-------------------------------------------------------------------
206
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
207
208
- obsolete old -XXbit packages (bnc#437293)
209
210
-------------------------------------------------------------------
211
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
212
213
- added baselibs.conf file to build xxbit packages
214
for multilib support
215
216
-------------------------------------------------------------------
217
Wed Jan 24 13:31:57 CET 2007 - mmarek@suse.cz
218
219
- use more $RPM_OPT_FLAGS
220
221
-------------------------------------------------------------------
222
Mon Jun 26 15:21:48 CEST 2006 - mmarek@suse.cz
223
224
- updated to 2.3
225
* all generated scanners can be used in non-free programs
226
(previously, only LALR(1) scanners in C had the exception)
227
* multiple %union declarations can be used, they will be
228
concatenated
229
* unused values with a %destructor are warned about
230
* %destructors are not run for values in the action that called
231
YYABORT/YYACCEPT/YYERROR
232
* unsatisfied number of %expect/%expect-rr conflicts is an error,
233
not warning
234
* ability to depend on a minimal bison version via
235
%require "VERSION"
236
* no global YYSTYPE and YYLTYPE macros and token names in C++
237
scanners -- yy::parser::semantic_type, yy::parser::location_type
238
and yy::parser::token::<token> should be used instead
239
(can be reverted by '%define "global_tokens_and_yystype" "1"')
240
241
-------------------------------------------------------------------
242
Wed Jan 25 21:30:01 CET 2006 - mls@suse.de
243
244
- converted neededforbuild to BuildRequires
245
246
-------------------------------------------------------------------
247
Wed Dec 21 14:09:04 CET 2005 - mmarek@suse.cz
248
249
- push the 2.1 update into factory
250
251
-------------------------------------------------------------------
252
Thu Dec 15 10:18:23 CET 2005 - mmarek@suse.cz
253
254
- update to 2.1
255
256
-------------------------------------------------------------------
257
Fri Nov 05 13:44:55 CET 2004 - tcrhak@suse.cz
258
259
- fixed wrong variable name (bug #47961, patch output)
260
261
-------------------------------------------------------------------
262
Mon Jan 26 14:17:04 CET 2004 - kukuk@suse.de
263
264
- Readd m4 requirement
265
266
-------------------------------------------------------------------
267
Sun Jan 11 09:54:44 CET 2004 - adrian@suse.de
268
269
- build as user
270
271
-------------------------------------------------------------------
272
Tue Jan 06 11:37:15 CET 2004 - tcrhak@suse.cz
273
274
- update to version 1.875
275
- use %{_libdir}
276
- run the testsuite
277
- applied Michael Matz's patch
278
- GCC does not support attributes on label in C++
279
280
-------------------------------------------------------------------
281
Fri Sep 12 19:11:55 CEST 2003 - tcrhak@suse.cz
282
283
- require m4, issue an error message and return a non-zero
284
exit code if m4 binary is not found [bug #30653], patch readpipe
285
286
-------------------------------------------------------------------
287
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
288
289
- fix install_info --delete call and move from preun to postun
290
291
-------------------------------------------------------------------
292
Fri Mar 07 16:47:08 CET 2003 - tcrhak@suse.cz
293
294
- Improved fix for the scaner: treat @ and initial comments
295
the right way
296
297
-------------------------------------------------------------------
298
Fri Feb 7 01:16:20 CET 2003 - ro@suse.de
299
300
- added install_info macros
301
302
-------------------------------------------------------------------
303
Sat Nov 9 19:38:34 CET 2002 - aj@suse.de
304
305
- Fix one more problem encountered in building gcc with $
306
(all work done by jh@suse.cz).
307
308
-------------------------------------------------------------------
309
Sat Nov 9 18:16:35 CET 2002 - aj@suse.de
310
311
- Fix last patch to handle $ in comments correctly.
312
313
-------------------------------------------------------------------
314
Sat Nov 9 14:53:50 CET 2002 - aj@suse.de
315
316
- Fix handling of $ in scan-gram.
317
318
-------------------------------------------------------------------
319
Wed Nov 06 15:36:22 CET 2002 - tcrhak@suse.cz
320
321
- update to version 1.75
322
- removed YYPARSE_RETURN_TYPE: no package uses this and yyparse()
323
relies on having its return type compatible with int
324
- do not use C++ kludges fix with the new version
325
326
-------------------------------------------------------------------
327
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
328
329
- removed bogus self-provides
330
331
-------------------------------------------------------------------
332
Tue Jul 23 18:33:57 CEST 2002 - tcrhak@suse.cz
333
334
- a stack overflow fix for `C++ kludges': do extend stack
335
even if location tracking is not enabled
336
337
-------------------------------------------------------------------
338
Wed Jun 26 17:23:22 CEST 2002 - tcrhak@suse.cz
339
340
- update to 1.35
341
342
-------------------------------------------------------------------
343
Wed Feb 13 13:50:05 CET 2002 - schwab@suse.de
344
345
- Don't use NULL when it may not be defined.
346
347
-------------------------------------------------------------------
348
Fri Feb 8 10:51:48 CET 2002 - tcrhak@suse.cz
349
350
- update to version 1.33
351
352
-------------------------------------------------------------------
353
Fri Jan 25 20:05:16 CET 2002 - tcrhak@suse.cz
354
355
- update to version 1.32
356
357
-------------------------------------------------------------------
358
Tue Dec 11 16:32:58 CET 2001 - schwab@suse.de
359
360
- Fix double free.
361
362
-------------------------------------------------------------------
363
Fri Nov 30 17:14:00 CET 2001 - schwab@suse.de
364
365
- Fix use of YYSTACK_USE_ALLOCA in parser skeleton.
366
367
-------------------------------------------------------------------
368
Fri Nov 30 13:55:50 CEST 2001 - tcrhak@suse.cz
369
370
- update to 1.30
371
372
-------------------------------------------------------------------
373
Sun Dec 3 16:19:47 CET 2000 - schwab@suse.de
374
375
- Fix line numbers in bison.simple.
376
377
-------------------------------------------------------------------
378
Thu Aug 24 14:03:49 CEST 2000 - nadvornik@suse.cz
379
380
- update to 1.28
381
382
-------------------------------------------------------------------
383
Fri Jan 28 11:26:45 CET 2000 - schwab@suse.de
384
385
- Fix missing declaration
386
- Specfile cleanup, get rid of Makefile.Linux
387
- /usr/{info,man} -> /usr/share/{info,man}
388
389
-------------------------------------------------------------------
390
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
391
392
- ran old prepare_spec on spec file to switch to new prepare_spec.
393
394
------------------------------------------------------------------------------
395
Fri Jun 13 11:28:39 CEST 1997 - rj@suse.de
396
397
- yacc emulation removed, because of existing mid-age technology
398
399
------------------------------------------------------------------------------
400
Fri May 16 14:47:52 CEST 1997 - rj@suse.de
401
402
- version 1.25
403
- yacc-functionality emulated thru script
404