Package Release Info

libfaketime-0.9.8-bp153.1.14

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libfaketime

Change Logs

* Wed Aug 28 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 0.9.8
  * Passthrough for unknown clock ids to avoid error messages
  * Fixes for multithreaded operations (mliertzer, qnox)
  * glibc-related fixes (jprjr) and gcc8 support (tpetazzoni)
  * Improved error message output on parsing errors
  * fix file stat() faking when 'i' modifier is used for determinism
  - Use FAKETIME="%" to take FAKETIME setting from a file as
    specified in FAKETIME_FOLLOW_FILE
  * Added FAKETIME_DONT_RESET environment variable to avoid
    faketime resets when subprocesses are started (similar to
    the old v0.9.6 behavior)
  * Added FAKETIME_XRESET to avoid large clock jumps when
    the 'x' modifier is used and changed during run-time
  - Do not fake time during libfaketime initialization to
    improve compatibility with memory allocation libraries that
    use time-related functions themselves
  * Fixes for shared memory related issues, especially when
    not using the faketime wrapper
  * Updated glibc compatibility settings for various platforms
  * Support for clock_nanosleep() with realtime and monotonic clocks
  * Support for epoll_wait(), epoll_pwait(), and pselect()
  * src/Makefile CFLAG FORCE_MONOTONIC_FIX should be set (only) on
    platforms where the test program hangs forever at the
    CLOCK_MONOTONIC test.
- Remove not longer needed patch:
  * 161.patch
- Run spec-cleaner
* Sun Jun 24 2018 coolo@suse.com
- add 161.patch to pick gcc8 patches from git
- fix source archive to match github URLs
* Sun Feb 25 2018 sweet_f_a@gmx.de
- update 0.9.7:
  * added an option to disable monotonic time faking
  * added support for COARSE clocks
  * preliminary support for CLOCK_BOOTTIME (Linux)
  * build fixes
- remove libfaketime-0.9.6-gcc6.patch
Version: 0.9.10-bp155.1.7
* Sat Mar 26 2022 Dirk Müller <dmueller@suse.com>
- update to 0.9.10:
  - improved macOS Monterey support through dyld interposing
  - changed interception hooks for stat() and similar functions,
    refactored to use a common handler (@sirainen)
  - added support for timespec_get, timerfd_{get,set} (@sliquister)
  - generic syscall() interception for selected syscalls (@dkg)
  - improved testing system (@dkg)
Version: 0.9.6-bp150.2.4
* Mon Jun 20 2016 i@marguerite.su
- add patch: libfaketime-0.9.6-gcc6.patch
  * fix boo#985141
  * fix nonnull argument 'buf' compared to NULL
- run spec-cleaner
* Mon Feb 02 2015 coolo@suse.com
- initial package