Stefan Dirsch
df5dc52428
* gitlab CI: add a basic build test * Fix spelling/wording issues * Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters * Fix -Wsign-compare warnings * Fix -Wshadow warnings * Make Emalloc() argument a size_t to match malloc() * Simplify HAVE_MKSTEMP block * unifdef SIGNALRETURNSINT * Add .git-blame-ignore-revs to hide whitespace commits from git blame * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/imake?expand=0&rev=14
68 lines
2.5 KiB
Plaintext
68 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 20 08:39:39 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.9
|
|
* gitlab CI: add a basic build test
|
|
* Fix spelling/wording issues
|
|
* Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
|
|
* Fix -Wsign-compare warnings
|
|
* Fix -Wshadow warnings
|
|
* Make Emalloc() argument a size_t to match malloc()
|
|
* Simplify HAVE_MKSTEMP block
|
|
* unifdef SIGNALRETURNSINT
|
|
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
|
|
* autogen.sh: use quoted string variables
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 16 08:18:17 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- modernize spec-file (move license to licensedir)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 22 11:37:34 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to version 1.0.8
|
|
* autogen: add default patch prefix
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* Update configure.ac bug URL for gitlab migration
|
|
* Use SEEK_* names instead of raw numbers for fseek whence argument
|
|
* imake support for lcc compiler
|
|
* README: reword status section
|
|
* Update README for gitlab migration
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 22 16:18:36 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
|
|
|
- Update to version 1.0.7:
|
|
This release fixes generation of the ccmakedep, mergelib and
|
|
xmkmf scripts when using GNU cpp >= 4.8.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 14 11:03:44 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.6:
|
|
+ Avoid use of low-level troff markup that can't be lifted
|
|
structurally.
|
|
+ config: replace deprecated AM_CONFIG_HEADER with
|
|
AC_CONFIG_HEADERS.
|
|
+ Let configure pick cpp path on Solaris, instead of hardcoding
|
|
in imakemdep.h.
|
|
+ Ensure inFile is always closed on error in cppit().
|
|
+ Avoid closing inFile twice in CheckImakefileC if LogFatal
|
|
returns.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 30 14:24:10 UTC 2012 - i@marguerite.su
|
|
|
|
- add Requires: xorg-cf-files.
|
|
* or every package needs imake will come with a
|
|
"Imake.tmpl: no such file or directory" error.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split imake from xorg-x11-util-devel. Initial version: 1.0.5.
|
|
|