File bc.changes of Package bc
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Wed Mar 13 10:56:31 UTC 2019 - pgajdos@suse.com
3
4
- added patches
5
Correct return value after 'q' [bsc#1129038]
6
+ bc-dc-correct-return-value.patch
7
8
-------------------------------------------------------------------
9
Mon Apr 10 07:39:45 UTC 2017 - mpluskal@suse.com
10
11
- Update to version 1.07.1:
12
* Fixed ibase extension causing problems for read()
13
* Fixed parallel make problem.
14
* Fixed dc "Q" comanmd bug.
15
- Changes for version 1.07:
16
* Added void functions.
17
* fixes bug in load_code introduced by mathlib string storage in 1.06.
18
* fix to get long options working.
19
* signal code clean-up.
20
* fixed a bug in the AVL tree routines.
21
* fixed math library to work properly when called with ibase not 10.
22
* fixed a symbol table bug when using more than 32 names.
23
* removed a double free.
24
* Added base 17 to 36 for ibase.
25
* Fixed some memory leaks.
26
* Various small tweaks and doc bug fixes.
27
- Drop no longer needed patches:
28
* bc-1.06.95-memleak.patch
29
* bc-1.06.95-matlib.patch
30
* bc-1.06.95-sigintmasking.patch
31
- Refresh bc-1.06-dc_ibase.patch
32
- Add gpg signature
33
34
-------------------------------------------------------------------
35
Mon Mar 16 18:42:48 UTC 2015 - mpluskal@suse.com
36
37
- Update url
38
- Correct info files scriplets and dependencies
39
40
-------------------------------------------------------------------
41
Fri Nov 28 20:48:58 UTC 2014 - tchvatal@suse.com
42
43
- Clean up with spec-cleaner
44
- Add ncurses-devel as it is inherited from readline
45
- Explicitely pass without-libedit if we decide to switch for
46
it at some point
47
48
-------------------------------------------------------------------
49
Mon Sep 17 12:00:40 UTC 2012 - idonmez@suse.com
50
51
- Add BuildRequires on makeinfo to fix Factory build
52
53
-------------------------------------------------------------------
54
Thu May 31 12:56:27 UTC 2012 - sweet_f_a@gmx.de
55
56
- update to upstream alpha 1.06.95 (2006-09-05), in use in other
57
major distros for quite a long time (Debian, Fedora, Ubuntu, ...)
58
- add patches from Fedora
59
- automake dependency removed
60
61
-------------------------------------------------------------------
62
Wed Nov 30 09:29:51 UTC 2011 - coolo@suse.com
63
64
- add automake as buildrequire to avoid implicit dependency
65
66
-------------------------------------------------------------------
67
Thu Dec 27 14:14:55 CET 2007 - schwab@suse.de
68
69
- Fix last change.
70
- Fix detection of empty opt_expression in the parser.
71
72
-------------------------------------------------------------------
73
Tue Jun 12 14:33:31 CEST 2007 - pgajdos@suse.cz
74
75
- repared acceptance of some long commandline options
76
[#282747]
77
78
-------------------------------------------------------------------
79
Thu Mar 29 12:07:56 CEST 2007 - rguenther@suse.de
80
81
- add flex BuildRequires
82
83
-------------------------------------------------------------------
84
Wed Jan 25 21:29:59 CET 2006 - mls@suse.de
85
86
- converted neededforbuild to BuildRequires
87
88
-------------------------------------------------------------------
89
Mon Sep 19 23:43:31 CEST 2005 - mmj@suse.de
90
91
- fix strict aliasing issues
92
93
-------------------------------------------------------------------
94
Thu Jul 7 15:01:52 CEST 2005 - mmj@suse.de
95
96
- add missing decls
97
98
-------------------------------------------------------------------
99
Mon Aug 30 19:13:35 CEST 2004 - postadal@suse.cz
100
101
- fixed for new flex
102
103
-------------------------------------------------------------------
104
Sun Jan 11 12:15:42 CET 2004 - adrian@suse.de
105
106
- build as user
107
108
-------------------------------------------------------------------
109
Tue Jul 22 15:39:38 CEST 2003 - schwab@suse.de
110
111
- Fix unbalanced identifier tree.
112
113
-------------------------------------------------------------------
114
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
115
116
- fix install_info --delete call and move from preun to postun
117
118
-------------------------------------------------------------------
119
Thu Feb 6 18:47:27 CET 2003 - kukuk@suse.de
120
121
- Use install-info macros
122
- Fix bc.info (add dir entry)
123
124
-------------------------------------------------------------------
125
Wed Nov 20 12:35:04 CET 2002 - postadal@suse.cz
126
127
- returned the recompilation of libmath.h and fixed the problematic
128
part which caused segmentation fault on 64bit archs [#21697]
129
130
-------------------------------------------------------------------
131
Mon Oct 07 09:40:06 CEST 2002 - postadal@suse.cz
132
133
- removed recompilation of libmath.h [#20241]
134
135
-------------------------------------------------------------------
136
Wed Aug 7 13:35:23 CEST 2002 - uli@suse.de
137
138
- build with -O0 on x86-64 (bug #17231)
139
140
-------------------------------------------------------------------
141
Thu Apr 12 12:24:19 CEST 2001 - cihlar@suse.cz
142
143
- fixed to compile
144
145
-------------------------------------------------------------------
146
Fri Feb 23 00:10:25 CET 2001 - ro@suse.de
147
148
- added readline/readline-devel to neededforbuild (split from bash)
149
150
-------------------------------------------------------------------
151
Tue Dec 5 12:53:50 CET 2000 - cihlar@suse.cz
152
153
- added ed to neededforbuild
154
- fixed to recompile libmath.h
155
156
-------------------------------------------------------------------
157
Mon Oct 30 12:33:28 CET 2000 - cihlar@suse.cz
158
159
- update to version 1.6
160
- added BuildRoot
161
- bzipped sources
162
163
-------------------------------------------------------------------
164
Tue Sep 26 12:08:39 CEST 2000 - schwab@suse.de
165
166
- Fix overflow bug in bc scanner.
167
168
-------------------------------------------------------------------
169
Fri Mar 10 11:21:55 CET 2000 - kasal@suse.de
170
171
- specfile cleanup
172
173
-------------------------------------------------------------------
174
Fri Feb 25 11:42:56 CET 2000 - kukuk@suse.de
175
176
- Use _infodir/_mandir, add group tag
177
178
-------------------------------------------------------------------
179
Thu Nov 25 12:18:41 MET 1999 - kukuk@suse.de
180
181
- Remove termcap from needforbuild
182
183
-------------------------------------------------------------------
184
Fri Nov 12 20:10:19 MET 1999 - kukuk@suse.de
185
186
- Fix Include paths
187
188
-------------------------------------------------------------------
189
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
190
191
- ran old prepare_spec on spec file to switch to new prepare_spec.
192
193
-------------------------------------------------------------------
194
Fri Aug 27 16:20:57 MEST 1999 - fehr@suse.de
195
196
- chaged to new version 1.05a
197
198
-------------------------------------------------------------------
199
Wed Jul 21 17:42:00 CEST 1999 - garloff@suse.de
200
201
- added -d to YFLAGS to prevent problem when bison changes
202
203
-------------------------------------------------------------------
204
Tue Sep 22 10:43:51 MEST 1998 - ro@suse.de
205
206
- dont try to include posix_lim2.h for glibc
207
208
----------------------------------------------------------------------------
209
Fri Dec 12 18:06:42 MET 1997 - florian@suse.de
210
211
212
- add many bug-fixes from gnu.utils.bug
213
214
215
----------------------------------------------------------------------------
216
Fri Oct 10 11:41:47 MEST 1997 - florian@suse.de
217
218
219
- update to 1.04 and fix rpm spec file
220
221
222
----------------------------------------------------------------------------
223
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
224
225
226
- add some bug-fixes
227
228