From e5855b8f86e9164d4f17ea82643e3de146178bff1403337a27fb0f306e2b218c Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 9 Jan 2024 01:41:02 +0000 Subject: [PATCH] - 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 --- imake-1.0.10.tar.xz | 3 +++ imake-1.0.9.tar.xz | 3 --- imake.changes | 16 ++++++++++++++++ imake.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 imake-1.0.10.tar.xz delete mode 100644 imake-1.0.9.tar.xz diff --git a/imake-1.0.10.tar.xz b/imake-1.0.10.tar.xz new file mode 100644 index 0000000..91f2eab --- /dev/null +++ b/imake-1.0.10.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75decbcea8d7b354cf36adc9675e53c4790ee3de56a14bd87b42c8e8aad2ecf5 +size 155284 diff --git a/imake-1.0.9.tar.xz b/imake-1.0.9.tar.xz deleted file mode 100644 index c491e4d..0000000 --- a/imake-1.0.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72de9d278f74d95d320ec7b0d745296f582264799eab908260dbea0ce8e08f83 -size 153332 diff --git a/imake.changes b/imake.changes index ed58b81..4316ef7 100644 --- a/imake.changes +++ b/imake.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jan 9 01:37:27 UTC 2024 - Stefan Dirsch + +- 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 diff --git a/imake.spec b/imake.spec index 1a2779d..fb4b147 100644 --- a/imake.spec +++ b/imake.spec @@ -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