eppic/eppic.changes
Petr Tesařík 19230309bd Accepting request 812990 from home:dmair:branches:Kernel:kdump
- eppic-use-extern-in-devel-declaration.patch: Use extern for
  declaration of lastv in libeppic/eppic.h. The file is used as the
  devel eppic.h and if used in multiple sources for the same devel
  link target and using gcc 10 the default behavior is to treat the
  mutiple declarations as a link error.

OBS-URL: https://build.opensuse.org/request/show/812990
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/eppic?expand=0&rev=15
2020-06-22 21:10:54 +00:00

60 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
Tue Jun 9 13:58:20 UTC 2020 - David Mair <dmair@suse.com>
- eppic-use-extern-in-devel-declaration.patch: Use extern for
declaration of lastv in libeppic/eppic.h. The file is used as the
devel eppic.h and if used in multiple sources for the same devel
link target and using gcc 10 the default behavior is to treat the
mutiple declarations as a link error.
-------------------------------------------------------------------
Fri Aug 2 06:59:17 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Fri Jul 15 01:09:33 UTC 2016 - jengelh@inai.de
- Update RPM groups
-------------------------------------------------------------------
Thu May 5 12:37:38 UTC 2016 - ptesarik@suse.com
- update to commit 5391d3d
o support for ARM64 (FATE#320844).
-------------------------------------------------------------------
Fri Nov 22 09:36:46 UTC 2013 - ptesarik@suse.cz
- update to commit 09e8b97
o fix a few compile issues
-------------------------------------------------------------------
Wed Apr 3 09:12:54 UTC 2013 - ptesarik@suse.cz
- update to commit c2a2564
o update planned upstream version to 4.0
- fix package versioning
-------------------------------------------------------------------
Thu Feb 14 09:17:43 UTC 2013 - ptesarik@suse.cz
- update to commit fdf153d
o cleanup eppic_type_islocal
o fix a Bison warning
- compile with -fPIC, so the resulting library can be used to
produce a dynamical shared object (e.g. a crash extension or a
makedumpfile extension)
-------------------------------------------------------------------
Fri Nov 16 16:10:24 UTC 2012 - ptesarik@suse.cz
- eppic-fix-install.patch: Fix an endless loop in 'make install'.
- eppic-no-return.patch: Fix return types of void functions.
-------------------------------------------------------------------
Fri Nov 16 14:56:34 UTC 2012 - ptesarik@suse.cz
- Initial submission.