File remake.changes of Package remake
-------------------------------------------------------------------
Sun Jun 7 09:01:29 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 4.3.1+dbg-1.5
New and changed features:
* `--search parent` -- I really like this one.
* `--tasks` -- the definition of a "tasks" has been simplified.
Now, it is simply a target that has a description comment
(`#:`) before it. After many years of using this myself, I
highly encourage people to start using description comments
more. Output from running `remake --tasks` is nicer because
we use spaces to align columns rather than tabs.
Debugger changes:
* Commands with file expansion now use `glob()`, not
`word_expand()`. Previously `source` used to POSIX.1-2008
`wordexp()`, but this is not available on BSD-ish systems.`
glob()` is more general, and GNU make ships with its own
`glob()` function when none is provided in the underlying OS
library.
* `load` command added `eval` command removed. `eval` never
worked and it attempted to be the same thing as `load`;
`load` is the _gdb_ name.
* `$(debugger)` function fixed. This function gave an `virtual
memory exhausted` on exit. This has been fixed. The required
parameter for this function, a tag name, is now shown on
entry
* `info tasks` has been added. It is basically the same thing
as `remake --tasks`
* Description lines are now shown on in `info targets` and
`list` commands
* The debugger now disallows any "running" command inside
post-mortem debugging
* Help as shown inside the debugger has been greatly expanded
and more closely matches the sphinx docs. We now show in help
text the short command name and any aliases attached to the
command
- Drop glob-lstat.patch (merged upstream)
- Drop glob-interface.patch (no longer useful)
- Spec cleanup
-------------------------------------------------------------------
Thu Feb 15 12:06:26 UTC 2018 - aloisio@gmx.com
- Set license field back to GPL-3.0+
-------------------------------------------------------------------
Thu Feb 15 10:29:25 UTC 2018 - schwab@suse.de
- glob-lstat.patch: Do not assume glibc glob internals
- glob-interface.patch: Support GLIBC glob interface version 2
-------------------------------------------------------------------
Sat Feb 3 11:48:44 UTC 2018 - aloisio@gmx.com
- Update to version 4.2.1+dbg-1.4
* Two small but important changes...
+ gnumake.h -> gnuremake.h so we don't conflict with GNU make
+ Propagate --post-mortem flag (now short option -!) in
recursive make
* Revise documentation to include recent --post-mortem and
profiling changes.
Version 4.2.1+dbg-1.3
* Add --post-mortem option
- Split off -lang subpackage
-------------------------------------------------------------------
Wed Sep 6 18:53:54 UTC 2017 - aloisio@gmx.com
- Set correct license (GPL-3.0+)
-------------------------------------------------------------------
Wed Sep 6 14:14:59 UTC 2017 - aloisio@gmx.com
- Update to version 4.2.1+dbg-1.2 (see NEWS or ChangeLog)
- Dropped remake-printf_z.patch (fixed upstream)
- Spec cleanup
-------------------------------------------------------------------
Sat Oct 29 13:01:31 UTC 2011 - pascal.bleser@opensuse.org
- moved to devel:tools
- completely revamped the spec file to modern day's standards
- add patch to fix a bogus printf format placeholder %d although the
variable is a size_t (so using %z instead)
-------------------------------------------------------------------
Wed Oct 26 00:00:00 UTC 2011 - Manfred.Tremmel@iiv.de
- update to remake-3.82+dbg0.8
-------------------------------------------------------------------
Mon Apr 25 00:00:00 UTC 2011 - Manfred.Tremmel@iiv.de
- update to remake-3.82+dbg-0.6
-------------------------------------------------------------------
Sat May 8 00:00:00 UTC 2010 - Manfred.Tremmel@iiv.de
- update to remake-3.81+dbg-0.3
-------------------------------------------------------------------
Fri Sep 11 00:00:00 UTC 2009 - Manfred.Tremmel@iiv.de
- cleanups where rpmlint wasn't so happy
-------------------------------------------------------------------
Sat Jan 10 00:00:00 UTC 2009 - Manfred.Tremmel@iiv.de
- update to remake-3.81+dbg-0.2
-------------------------------------------------------------------
Tue Oct 28 00:00:00 UTC 2008 - Manfred.Tremmel@iiv.de
- update to remake-3.81+dbg-0.1
-------------------------------------------------------------------
Wed Feb 28 00:00:00 UTC 2007 - Manfred.Tremmel@iiv.de
- update to remake-3.80+dbg-0.62
-------------------------------------------------------------------
Sat Apr 15 00:00:00 UTC 2006 - Manfred.Tremmel@iiv.de
- update to remake-3.80+dbg-0.61
-------------------------------------------------------------------
Sun Dec 25 00:00:00 UTC 2005 - Manfred.Tremmel@iiv.de
- update to remake-3.80+dbg-0.60
-------------------------------------------------------------------
Sun Dec 18 00:00:00 UTC 2005 - Manfred.Tremmel@iiv.de
- first spec file