Revisions of ncompress

buildservice-autocommit accepted request 888392 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 28)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 27)
- Update to version 5.0:
  * New stream for cleanups
  * Drop support for 2.0 output & -C option
  * Improve & fix recursive mode
  * Drop old DEF_ERRNO support
  * Drop DIRENT/SYSDIR config knobs
  * Drop support for REGISTER build knob
  * Drop support for explicit unaligned memory accesses
  * Drop support for dead operating systems
  * Fix Windows access fallback logic
  * Include io.h on Windows
  * Disable "deprecated" API warnings on Windows
  * Add setmode binary for stdin and stdout on Windows
  * Clean up help text a bit
  * Add a standard -k (keep) option
  * Use io.h fallbacks on mingw too
buildservice-autocommit accepted request 805468 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 26)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 25)
- Update to version 4.2.4.6:
  * Fix tests under macOS
  * Drop support for NOFUNCDEF
  * Drop old unused MARK & SIZE_INNER_LOOP defines
  * Add chmod/chown stubs for AMIGA/DOS
  * Add a WINDOWS define for disabling chmod/chown
  * Simplify LSTAT checking
  * Disable utime usage on AMIGA/DOS/WINDOWS
  * Add a fallback for access() for DOS & WINDOWS
  * Disable unistd.h include on DOS & WINDOWS
  * Disable chmod/chown/utime for mingw builds
  * Add xxx->_xxx redirects on WINDOWS for filesystem funcs
  * Add support for Windows in Travis
  * Add PREFIX conformance, add option to only install main program by Eli Schwartz
  * Don't strip binaries by default by Eli Schwartz
  * Set the mandir to use $(PREFIX)/share/man by default by Eli Schwartz
  * Do not set exit_code when an error is ignored by Petr Kubat
  * Use default CFLAGS when using GNU make
  * Fix typos in Makefile.def
  * Tweak Changes style for better markdown integration
buildservice-autocommit accepted request 754459 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 24)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 23)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 22)
- Update to version 4.2.4.5:
  * New homepage https://github.com/vapier/ncompress
  * Switch to intmax_t for nlink_t fields when printing
  * Make builds more reproducible by dropping datestamps
  * Fix integer overflow in maxmaxcode computation by Jakub Wilk
  * Don't leak file descriptor in error cases by Pavel Raiskup
  * Drop 8.3 filename checks for old DOS/Windows
  * Change signal ifdef logic to the signal names
  * Fix -Werror=parentheses errors with newer compilers
  * Define LSTAT=1 in modern builds by default
  * Change pathnames to be dynamic to avoid hardcoded 1k limit
  * Add a standard -h (help) option
  * Change version output to go to stdout
  * Start a testsuite!
  * Add support for -- to halt option parsing
  * Add a uncompress(1) link to compress(1)
- Drop all upstreamed patches:
  * ncompress-2GB.patch
  * ncompress-4.2.4.4-drop-datestamp.patch
  * ncompress-4.2.4.4-filenamelen.patch
  * ncompress-4.2.4.4-lfs2.patch
  * ncompress-4.2.4-endians.patch
  * ncompress-4.2.4-make.patch
buildservice-autocommit accepted request 679446 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 21)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 20)
- Really use optflags
buildservice-autocommit accepted request 512225 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 19)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 512220 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 18)
- Add ncompress-4.2.4.4-drop-datestamp.patch to drop compile date to fix build-compare (boo#1047218)
- Use make Makefile to avoid build time race
buildservice-autocommit accepted request 498492 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 17)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 498478 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 16)
- Reword description
buildservice-autocommit accepted request 497147 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 15)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 497119 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 14)
- fixed endian define (bsc#1040046)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 436955 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 13)
initialized devel package after accepting 436955
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 12)
osc copypac from project:home:pluskalm:branches:Application:Geo package:ncompress revision:2, using expand
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 290404 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 11)
- Cleanup spec file with spec-cleaner
- Update license
- Remove tests
- Simplify binary installation
- Remove obsolete patches
  * Patch0:         ncompress-4.2.4-make.diff
  * ncompress-4.2.4-lfs2.diff
  * ncompress-4.2.4-filenamelen.diff
  * ncompress-4.2.4-2GB.diff
  * ncompress-4.2.4-tempfile.diff
  * ncompress-4.2.4-warnings.diff
  * ncompress-4.2.4-CVE-2006-1168.diff
- Update project url
- Update to 4.2.4.4
  * Add some spelling fixes from Kenneth J. Pronovici
  * Tweak makefile syntax for make 3.82
  * Tweak by Kenneth J. Pronovici to escape hyphens in man pages 
    for groff
- Changes for 4.2.4.3
  * Check return value of chown().
  * Fix from Fedora for checking malloc() return.
  * Fix from Fedora/gzip to avoid integer overflow for 
    CVE-2010-0001.
- Changes for 4.2.4.2
  * Integrate build/man touchups from Debian.
  * Add fix from Fedora for handling of 0 byte files.
  * Pull in POSIX standard headers for prototypes 
    (stdlib,string,unistd).
  * Replace rindex() with strrchr().
  * Don't set CC by default in Makefile.def and add
unknown committed (revision 10)
unknown committed (revision 9)
Displaying revisions 1 - 20 of 28
openSUSE Build Service is sponsored by