File xpr.changes of Package xpr
-------------------------------------------------------------------
Mon Mar 4 04:27:37 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.2.0
* Use memcpy() instead of memmove() when buffers are known not to overlap
* Remove unnnecessary casts from malloc(), calloc(), and free() calls
* No need to bzero() buffers allocated by calloc()
* Add support for paper sizes other than 8.5 x 11 inches
* gitlab CI: stop requiring Signed-off-by in commits
* Modernize lseek() calls
* configure: Use AC_SYS_LARGEFILE to enable large file support
-------------------------------------------------------------------
Mon Jul 11 13:03:34 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.0
* Standardize indentation in validate_visual()
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Use time_t instead of long with time() & ctime()
* xpr.man: remove duplicate "HP" from PaintJet XL Color name
* xpr.man: show current version in footer instead of X11R6
* Remove support for Digital LA100 dot matrix printer
* Remove support for Digital LN03 laser printer
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* gitlab CI: Use ci-fairy image template
* gitlab CI: enable Static Application Security Testing (SAST)
* Build xz tarballs instead of bzip2
* man pages: remove out-of-date COPYRIGHT section
* xdpr.man: minor corrections
* remove extra 3rd parameter to open()
-------------------------------------------------------------------
Fri Dec 3 14:11:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- modernize spec-cleaner (move license to licensedir)
-------------------------------------------------------------------
Wed Apr 4 16:23:04 UTC 2018 - sndirsch@suse.com
- Update to version 1.0.5
* Remove unneeded uses of <math.h> & -lm
* This is not a GNU project, so declare it foreign.
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Remove old CVS id tags
* Combine strings in usage message
* Fix "missmatch" typo in error message
* Print which option was in error along with usage message
* Add -version option to print program version
* More constification
* Fix man page references to X(1) to use __miscmansuffix__
* autogen.sh: use quoted string variables
* Use strcmp() to compare strings and simplify options parser.
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
-------------------------------------------------------------------
Sat Apr 14 20:28:03 UTC 2012 - dimstar@opensuse.org
- Update to version 1.0.4:
+ Use memmove rather than bcopy
+ Add _X_NORETURN to usage() & leave() as suggested by gcc
-Wmissing-noreturn
+ Add const attributes to fix gcc -Wwrite-strings warnings
+ Fix printf type warnings in LP64 builds
+ Define pixel mask constant as unsigned long
+ Refactor invalid depth error reporting to allow printf format
checking
+ Replace gcc noreturn & printf attributes with macros from
<X11/Xfuncproto.h>
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new dependency.
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split xpr from xorg-x11. Initial version: 1.0.3.