diff --git a/imake-1.0.8.tar.bz2 b/imake-1.0.8.tar.bz2 deleted file mode 100644 index c8955d0..0000000 --- a/imake-1.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8d2e416b3f29cd6482bcffaaf19286d32917a164d07102a0e531ccd41a2a702 -size 159398 diff --git a/imake-1.0.9.tar.xz b/imake-1.0.9.tar.xz new file mode 100644 index 0000000..c491e4d --- /dev/null +++ b/imake-1.0.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72de9d278f74d95d320ec7b0d745296f582264799eab908260dbea0ce8e08f83 +size 153332 diff --git a/imake.changes b/imake.changes index 519aef6..ed58b81 100644 --- a/imake.changes +++ b/imake.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 20 08:39:39 UTC 2022 - Stefan Dirsch + +- 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 diff --git a/imake.spec b/imake.spec index 9e2629f..1a2779d 100644 --- a/imake.spec +++ b/imake.spec @@ -1,7 +1,7 @@ # # spec file for package imake # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: imake -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: C preprocessor interface to the make utility License: MIT Group: Development/Tools/Building URL: https://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.8