Accepting request 1030122 from X11:XOrg

- 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

OBS-URL: https://build.opensuse.org/request/show/1030122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imake?expand=0&rev=11
factory
Dominique Leuenberger 7 months ago committed by Git OBS Bridge
commit a81ade6f01

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8d2e416b3f29cd6482bcffaaf19286d32917a164d07102a0e531ccd41a2a702
size 159398

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72de9d278f74d95d320ec7b0d745296f582264799eab908260dbea0ce8e08f83
size 153332

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>

@ -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

Loading…
Cancel
Save