Package Release Info

tup-0.7.10-bp154.1.26

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

tup
tup-doc

Change Logs

Version: 0.7.10-bp153.1.1
* Fri Oct 30 2020 Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.7.10
  * Fixed several 'tup version' issues with bootstrapped or
    non-git tup
  * Fixed an error in setting PGID for subprocesses
  * Fixed a few issues with generated files that become normal
    (user-created) files
  * Improvements to 'tup generate' build scripts
  * Now uses fuse3 by default, though fuse2 should still work.
    (Setting CONFIG_TUP_SERVER=fuse in tup.config will use
    fuse2 when building tup)
- Refreshed tup-add_archs.patch
- Added tup-32bit.patch
* Sat Jun 13 2020 Luigi Baldoni <aloisio@gmx.com>
- Update to verison 0.7.9
  * !tup_preserve (to copy src files into variants) should now
  work
  * Progress toward better parallelism during the update phase
- Drop Group tags
* Fri Sep 28 2018 Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.7.8
  * Fix to support ccache better
  * Fixes to support icecream better
  * Improvements to %i, %#b, and %#B handling
  * Initial support for ignoring unpredictable outputs
    (https://github.com/gittup/tup/issues/182)
  * Now depends on libpcre, unless tup.config contains
    CONFIG_TUP_USE_SYSTEM_PCRE=n
* Sat Jul 28 2018 aloisio@gmx.com
- Update to version 0.7.7
  * Added --debug-logging flag to save build DAGs and file changes
    in .tup/log/
  * Minor bug fixes:
    + LD_PRELOAD dependency checker (now works with clang)
    + Outputs in other directories don't continually reparse if
    the outputs aren't built yet
    + Windows local build issues
    + Partial updates for groups now build dependent groups
    + Partial updates now correctly clear the modify flag on
    normal files