- 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/package/show/X11:XOrg/imake?expand=0&rev=14
This commit is contained in:
parent
1a4ecb1f2b
commit
df5dc52428
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b8d2e416b3f29cd6482bcffaaf19286d32917a164d07102a0e531ccd41a2a702
|
|
||||||
size 159398
|
|
BIN
imake-1.0.9.tar.xz
(Stored with Git LFS)
Normal file
BIN
imake-1.0.9.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sun May 16 08:18:17 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package imake
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: imake
|
Name: imake
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C preprocessor interface to the make utility
|
Summary: C preprocessor interface to the make utility
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
URL: https://xorg.freedesktop.org/
|
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: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user