File acpica.changes of Package acpica
442
1
-------------------------------------------------------------------
2
Fri Jan 12 17:46:18 UTC 2018 - trenn@suse.de
3
4
- Update to latest version 20180105
5
D revert_62ca7996_build_date_and_time.patch
6
D revert_cdd3c612d4230bbb_build_date_and_time.patch
7
A do_not_use_build_date_and_time.patch
8
- pass --jobs from build service to make for much faster building
9
10
-------------------------------------------------------------------
11
Fri Jan 12 10:06:04 UTC 2018 - josef.moellers@suse.com
12
13
- Changed shebang path in wmidump_add_she_bang.patch
14
to /usr/bin/python3
15
[bsc#1075687,wmidump_add_she_bang.patch]
16
17
-------------------------------------------------------------------
18
Thu Dec 7 10:57:17 UTC 2017 - dimstar@opensuse.org
19
20
- Escape the usage of %{VERSION} when calling out to rpm.
21
22
-------------------------------------------------------------------
23
Tue Jun 13 11:56:36 UTC 2017 - trenn@suse.de
24
25
- Update to version 20170531.
26
27
-------------------------------------------------------------------
28
Wed Jan 25 15:35:03 UTC 2017 - trenn@suse.de
29
30
- Update to version 20170119 (fate#322313).
31
32
-------------------------------------------------------------------
33
Thu Jan 5 16:51:25 UTC 2017 - trenn@suse.de
34
35
- Update to version 20161117 (fate#322313).
36
- __DATE__ __TIME__ macros added again mainline, revert them to avoid
37
constant build service rebuilding
38
*Add revert_62ca7996_build_date_and_time.patch
39
*Add revert_cdd3c612d4230bbb_build_date_and_time.patch
40
41
-------------------------------------------------------------------
42
Fri Sep 16 16:06:19 UTC 2016 - dmueller@suse.com
43
44
- enable build for ARM (needed for ovmf nowadays)
45
46
-------------------------------------------------------------------
47
Mon Apr 25 13:29:06 UTC 2016 - trenn@suse.de
48
49
- Update to version 20160422
50
51
-------------------------------------------------------------------
52
Sun Dec 6 15:47:00 UTC 2015 - p.drouand@gmail.com
53
54
- Update to version 20151124
55
* Fixed a possible regression for a previous update to FADT handling. The
56
FADT no longer has a fixed table ID, causing some issues with code that
57
was hardwired to a specific ID. Lv Zheng.
58
* Fixed a problem where the method auto-serialization could interfere with
59
the current SyncLevel. This change makes the auto-serialization support
60
transparent to the SyncLevel support and management.
61
* Removed support for the _SUB predefined name in AcpiGetObjectInfo. This
62
interface is intended for early access to the namespace during the
63
initial namespace device discovery walk. The _SUB method has been seen to
64
access operation regions in some cases, causing errors because the
65
operation regions are not fully initialized.
66
* AML Debugger: Fixed some issues with the terminate/quit/exit commands
67
that can cause faults.
68
* AML Debugger: Add thread ID support so that single-step mode only applies
69
* to the AML Debugger thread. This prevents runtime errors within some
70
kernels.
71
* Eliminated extraneous warnings from AcpiGetSleepTypeData. Since the _Sx
72
methods that are invoked by this interface are optional, removed warnings
73
emitted for the case where one or more of these methods do not exist.
74
ACPICA BZ 1208.
75
* Made a major pass through the entire ACPICA source code base to
76
standardize formatting that has diverged a bit over time. There are no
77
functional changes, but this will of course cause quite a few code
78
differences from the previous ACPICA release.
79
* Example Code and Data Size: These are the sizes for the OS-independent
80
acpica.lib produced by the Microsoft Visual C++ 9.0 32-bit compiler. The
81
debug version of the code includes the debug output trace mechanism and
82
has a much larger code and data size.
83
* iASL/acpiexec/acpixtract/disassembler: Added support to allow multiple
84
definition blocks within a single ASL file and the resulting AML file.
85
Support for this type of file was also added to the various tools that
86
use binary AML files: acpiexec, acpixtract, and the AML disassembler. The
87
example code below shows two definition blocks within the same file:
88
89
DefinitionBlock ("dsdt.aml", "DSDT", 2, "Intel", "Template",
90
0x12345678)
91
{
92
}
93
DefinitionBlock ("", "SSDT", 2, "Intel", "Template", 0xABCDEF01)
94
{
95
}
96
97
* iASL: Enhanced typechecking for the Name() operator. All expressions for
98
the value of the named object must be reduced/folded to a single constant
99
at compile time, as per the ACPI specification (the AML definition of
100
Name()).
101
* iASL: Fixed some code indentation issues for the -ic and -ia options (C
102
and assembly headers). Now all emitted code correctly begins in column 1.
103
* iASL: Added an error message for an attempt to open a Scope() on an
104
object defined in an SSDT. The DSDT is always loaded into the namespace
105
first, so any attempt to open a Scope on an SSDT object will fail at
106
runtime.
107
- Remove acpica_remove_date_macro.patch; fixed on upstream release
108
109
-------------------------------------------------------------------
110
Wed Nov 4 16:49:28 UTC 2015 - jslaby@suse.com
111
112
- add support for kernel 4.3+ (boo#953599)
113
114
-------------------------------------------------------------------
115
Sun Aug 16 13:11:48 UTC 2015 - p.drouand@gmail.com
116
117
- Update to version 20150717
118
- Use download Url as source
119
- Remove depreciated AUTHORS section
120
121
-------------------------------------------------------------------
122
Tue Jun 30 10:00:37 UTC 2015 - dimstar@opensuse.org
123
124
- Fix the logic to ignore errors when applying
125
acpica_remove_date_macro.patch: Kernel 4.1 has the patch, but we
126
do want to keep it around for projects building against older
127
kernels.
128
129
-------------------------------------------------------------------
130
Fri Apr 24 08:58:34 UTC 2015 - trenn@suse.de
131
132
- Update to acpica version 20150410
133
134
- Do not generate acpitools tarball from external kernel repo, but
135
use kernel-source package inside the build service.
136
*Added acpica_remove_date_macro.patch
137
-> This patch got mainline in kernel version 4.0 and can be removed
138
again at some point of time.
139
140
-------------------------------------------------------------------
141
Mon Feb 2 23:43:34 UTC 2015 - schwab@suse.de
142
143
- Enable on aarch64
144
145
-------------------------------------------------------------------
146
Wed Jul 30 16:58:47 UTC 2014 - trenn@suse.de
147
148
- Update to version 20140724
149
150
-------------------------------------------------------------------
151
Fri Mar 28 20:46:25 CET 2014 - lchiquitto@suse.de
152
153
- Include generate_acpi-tools_tarball.sh in the package's source.
154
155
-------------------------------------------------------------------
156
Wed Mar 12 13:27:13 UTC 2014 - trenn@suse.de
157
158
- Add acpi-tools tarball from kernel sources: tools/power/acpi
159
Use latest acpidump from there instead of acpica included one.
160
This fixes acpidump on latest kernels.
161
- Add script for easier retrieving of acpi-tools tarball from kernel sources.
162
163
-------------------------------------------------------------------
164
Tue Mar 11 13:42:30 UTC 2014 - trenn@suse.de
165
166
- Update to version 20140214
167
- Replace $RPM_OPT_FLAGS with %{optflags} as suggested by tcech@suse.cz
168
169
-------------------------------------------------------------------
170
Fri Mar 7 15:31:16 CET 2014 - ro@suse.de
171
172
- set HOST for make to not blindly set the hostname
173
as compiler definition
174
175
-------------------------------------------------------------------
176
Wed Jan 15 09:47:26 UTC 2014 - trenn@suse.de
177
178
- Update to version 20140114
179
Drop acpica-add_missing_examples_makefile.patch
180
-> already included mainlaine.
181
182
-------------------------------------------------------------------
183
Thu Dec 19 08:27:31 UTC 2013 - trenn@suse.de
184
185
- Update to version 20131218
186
Add acpica-add_missing_examples_makefile.patch: They forgot to add a file
187
to the tarball. This patch adds it from git repo.
188
Drop acpica-fix_dots_in_path_for_p_option.patch: This patch is included
189
in the newly provided version tarball already.
190
191
-------------------------------------------------------------------
192
Fri Dec 13 11:12:18 UTC 2013 - trenn@suse.de
193
194
- Update to version 20131115
195
- Explicitly add commit 04d10e3c1f41a776cbed96dce2326ee649b9a0f0 to fix
196
bnc#855050:
197
acpica-fix_dots_in_path_for_p_option.patch
198
199
-------------------------------------------------------------------
200
Fri Aug 23 19:06:36 UTC 2013 - trenn@suse.de
201
202
- Update to version 20130823
203
- remove already integrated patch:
204
dmar-buf10.patch
205
206
-------------------------------------------------------------------
207
Tue Jul 9 19:29:34 UTC 2013 - trenn@suse.de
208
209
- Fix Source3 vs Source4 typo (acpi_validate was broken)
210
211
-------------------------------------------------------------------
212
Fri May 24 13:27:25 UTC 2013 - trenn@suse.de
213
214
- Update to version 20130517
215
- remove acpidump tarball, it is now included in acpica main project
216
217
-------------------------------------------------------------------
218
Fri May 17 10:11:01 UTC 2013 - trenn@suse.de
219
220
- Update to version 20130418
221
- remove already integreated patches:
222
acpica_make_CFLAGS_overridable
223
bob_noop.patch
224
- Add fix for DMAR table parsing issue:
225
https://bugs.acpica.org/show_bug.cgi?id=999
226
227
-------------------------------------------------------------------
228
Mon Jan 28 13:20:36 UTC 2013 - trenn@suse.de
229
230
- Add wmidump/wmixtract tools for easy WMI (or other) GUID parsing
231
232
-------------------------------------------------------------------
233
Wed Jan 23 16:12:38 UTC 2013 - trenn@suse.de
234
235
- Fix tiny bug in acpi_validate which wrongly adds the file which
236
is to be compiled additionally to the external reference tables
237
list
238
239
-------------------------------------------------------------------
240
Wed Jan 23 11:07:28 UTC 2013 - trenn@suse.de
241
242
- Make use of -in (Ignore NoOp opcodes/operators)
243
to avoid false positive errors during compliation/disassembling
244
245
-------------------------------------------------------------------
246
Tue Jan 15 12:55:46 UTC 2013 - trenn@suse.de
247
248
- Update to version 20121018
249
-> remove some patches that got integrated
250
-> Add one patch (bob_noop.patch) which will get integrated
251
mainline: Stop and bail out when max error (200) count is reached.
252
Introduce -in compile/disassemble option.
253
254
-------------------------------------------------------------------
255
Wed Jan 9 01:05:33 UTC 2013 - trenn@suse.de
256
257
- Add acpi_validate script for easy disassembling and re-compilation
258
of local ACPI tables or of an already existing acpidump file
259
260
-------------------------------------------------------------------
261
Wed Nov 7 10:27:54 UTC 2012 - trenn@suse.de
262
263
- Update to latest version 20121018.
264
-> one patch got accepted mainline -> removed.
265
266
-------------------------------------------------------------------
267
Wed Sep 19 10:56:44 UTC 2012 - trenn@suse.de
268
269
- Update to latest version 20120913
270
- Add acpi_genl from http://www.lesswatts.org/projects/acpi/utilities.php
271
Can be used to check for ACPI events via netlink (since /proc/acpi/events is
272
is deprecated)
273
- Adjust to new Makefile layout
274
275
-------------------------------------------------------------------
276
Sun May 20 10:06:24 UTC 2012 - trenn@suse.de
277
278
- Update to latest version 20120518
279
280
-------------------------------------------------------------------
281
Tue Jan 3 11:02:28 UTC 2012 - cfarrell@suse.com
282
283
- license update: GPL-2.0
284
You added ec_access.c with a GPL-2.0 (only) license. Now the spec file
285
has to be updated to reflect this
286
287
-------------------------------------------------------------------
288
Wed Dec 21 09:51:55 UTC 2011 - aj@suse.de
289
290
- Clarify license, it's GPL-2.0+ (bnc#711299).
291
292
-------------------------------------------------------------------
293
Thu Nov 24 16:33:44 UTC 2011 - trenn@suse.de
294
295
- ACPICA version 20111123 released with full ACPI 5.0 support
296
Detailed changelog can be found here:
297
http://acpica.org/download/changes.txt
298
299
-------------------------------------------------------------------
300
Wed Jun 29 19:40:28 UTC 2011 - trenn@suse.de
301
302
- Fix build for 32 bit
303
304
-------------------------------------------------------------------
305
Mon Jun 27 11:55:35 UTC 2011 - trenn@suse.de
306
307
- Update to version 20110623
308
- Fixed some "set but not used" errors and a link order issue
309
and sent patches upstream.
310
- Set "-Wno-unused-result" for some compilations -> too many
311
offenders to fix that all up.
312
313
-------------------------------------------------------------------
314
Mon Jun 20 15:38:14 UTC 2011 - idonmez@novell.com
315
316
- Add acpica-unix-const.patch: fix const correctness issue in
317
AslCompilererror, http://www.acpica.org/bugzilla/show_bug.cgi?id=923
318
319
-------------------------------------------------------------------
320
Wed Apr 27 09:32:02 UTC 2011 - idoenmez@novell.com
321
322
- Add acpica-unix-20110316-gcc46.patch: fix compilation with gcc 4.6
323
324
-------------------------------------------------------------------
325
Sun Apr 17 03:37:25 UTC 2011 - crrodriguez@opensuse.org
326
327
- Disable both build dates in this package and in
328
the files it generates as it both trigger either unneeded
329
republish of itself or other bigger packages like virtualbox
330
- Provides: iasl too.
331
332
-------------------------------------------------------------------
333
Wed Mar 30 16:15:29 UTC 2011 - trenn@suse.de
334
335
- Exchange selfmade patch with mainline one to fix build
336
337
-------------------------------------------------------------------
338
Wed Mar 30 15:50:47 UTC 2011 - trenn@suse.de
339
340
- Updated to acpica version 20110316
341
Changes are listed in /usr/share/doc/packages/acpica/changes.txt
342
- Fixed dynamic acpi table extract via acpidump/acpixtract
343
by reverting acpica commit baab09e6857a427944068c5e599ea2ffb84f765b
344
- Fixed compile issue and submitted it mainline
345
346
-------------------------------------------------------------------
347
Thu Feb 24 15:31:07 UTC 2011 - trenn@novell.com
348
349
- Add possibility to see changes via new -s param: -r [ -s sleep ]
350
351
-------------------------------------------------------------------
352
Fri Jan 14 15:01:06 UTC 2011 - trenn@novell.com
353
354
- Remove stale acpidump patches
355
356
-------------------------------------------------------------------
357
Fri Jan 14 10:51:30 UTC 2011 - trenn@novell.com
358
359
- Get latest acpidump tool from Len's acpi pmtools:
360
* Also dump dynamically loaded SSDTs
361
- Build against its own headers instead of acpica headers
362
-> unfortunately acpidump is still not part of acpica and
363
adjusting things ourselves is too much overhead.
364
365
366
367
-------------------------------------------------------------------
368
Thu Jan 13 14:46:00 UTC 2011 - trenn@novell.com
369
370
- Update to version 20110112
371
Changes are listed in /usr/share/doc/packages/acpica/changes.txt
372
373
-------------------------------------------------------------------
374
Tue Oct 26 20:37:10 UTC 2010 - trenn@novell.com
375
376
- Update to version 20100806
377
- Added ec_access executable to be able to debug the Embedded
378
Controller together with CONFIG_ACPI_EC_DEBUGFS kernel .config
379
option
380
381
-------------------------------------------------------------------
382
Sat Aug 7 06:39:44 UTC 2010 - trenn@novell.com
383
384
- Update to version 20100806
385
For details, see the changes.txt file in the package
386
changes.txt can now be found in
387
/usr/share/doc/packages/acpica/changes.txt
388
389
-------------------------------------------------------------------
390
Sun Jul 4 18:31:49 UTC 2010 - trenn@novell.com
391
392
- Update to version 20100702
393
For details, see acpica-unix-20100702/changes.txt
394
395
-------------------------------------------------------------------
396
Thu Apr 29 12:05:18 UTC 2010 - trenn@novell.com
397
398
- Update to version 20100428
399
400
-------------------------------------------------------------------
401
Mon Mar 8 13:56:19 UTC 2010 - trenn@novell.com
402
403
- Avoid (when compiling AML):
404
DSDT.dsl 10307: Name (_ADR, Zero)
405
Error 4080 - ^ Invalid object type for reserved name,
406
must be (Integer)
407
408
-------------------------------------------------------------------
409
Fri Mar 5 12:22:59 UTC 2010 - trenn@novell.com
410
411
- Updated to version 20100304
412
Some ACPI 4.0 enhancements and a lot bug fixes and other
413
enhancements. See changes.txt in the sources for details
414
415
-------------------------------------------------------------------
416
Wed Oct 14 11:13:29 CEST 2009 - trenn@suse.de
417
418
- Updated to version 20091013
419
Includes a bug fix to correctly disassmeble Unisys ES7000 tables
420
421
-------------------------------------------------------------------
422
Wed Aug 26 21:47:35 CEST 2009 - meissner@suse.de
423
424
- as-needed fix no longer necessary
425
426
-------------------------------------------------------------------
427
Fri Jul 31 10:59:44 CEST 2009 - trenn@suse.de
428
429
- Update to acpica version 20090730
430
The ACPI 4.0 implementation for ACPICA is complete with this release.
431
432
-------------------------------------------------------------------
433
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
434
435
- disable as-needed for this package as it fails to build with it
436
437
-------------------------------------------------------------------
438
Wed Apr 8 15:06:17 CEST 2009 - trenn@suse.de
439
440
- Initial check-in: Version 20090320
441
442