- Update to version 1.0.10

This release fixes a "Modern C" warning that may become an error in
  future gcc releases.
  For those building for 32-bit platforms, it also enables use of the
  "large file" APIs - though no file processed by imake should ever be
  anywhere near 2GB in size, it may be stored on a filesystem which uses
  large inode numbers not supported by the original 32-bit APIs.
  Since this release was generated using the new GNU autoconf 2.72, this
  also adds a --enable-year2038 configure flag which may allow imake to
  work with files whose timestamps are later than January 19, 2038, but
  this has not been tested, and we sincerely hope that no one will actually
  still be using imake 14 years from now.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/imake?expand=0&rev=16
This commit is contained in:
Stefan Dirsch 2024-01-09 01:41:02 +00:00 committed by Git OBS Bridge
parent df5dc52428
commit e5855b8f86
4 changed files with 21 additions and 5 deletions

BIN
imake-1.0.10.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
imake-1.0.9.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jan 9 01:37:27 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.10
This release fixes a "Modern C" warning that may become an error in
future gcc releases.
For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by imake should ever be
anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow imake to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested, and we sincerely hope that no one will actually
still be using imake 14 years from now.
-------------------------------------------------------------------
Thu Oct 20 08:39:39 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package imake
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: imake
Version: 1.0.9
Version: 1.0.10
Release: 0
Summary: C preprocessor interface to the make utility
License: MIT