- Update to version 1.0.8
* autogen: add default patch prefix * autogen.sh: Honor NOCONFIGURE=1 * configure: Drop AM_MAINTAINER_MODE * Update configure.ac bug URL for gitlab migration * Use SEEK_* names instead of raw numbers for fseek whence argument * imake support for lcc compiler * README: reword status section * Update README for gitlab migration OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/imake?expand=0&rev=10
This commit is contained in:
parent
0a765a67ee
commit
f91ae51672
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:690c2c4ac1fad2470a5ea73156cf930b8040dc821a0da4e322014a42c045f37e
|
||||
size 156543
|
3
imake-1.0.8.tar.bz2
Normal file
3
imake-1.0.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8d2e416b3f29cd6482bcffaaf19286d32917a164d07102a0e531ccd41a2a702
|
||||
size 159398
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 11:37:34 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.8
|
||||
* autogen: add default patch prefix
|
||||
* autogen.sh: Honor NOCONFIGURE=1
|
||||
* configure: Drop AM_MAINTAINER_MODE
|
||||
* Update configure.ac bug URL for gitlab migration
|
||||
* Use SEEK_* names instead of raw numbers for fseek whence argument
|
||||
* imake support for lcc compiler
|
||||
* README: reword status section
|
||||
* Update README for gitlab migration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 16:18:36 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package imake
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.7
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: C preprocessor interface to the make utility
|
||||
License: MIT
|
||||
@ -57,7 +57,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README
|
||||
%doc ChangeLog COPYING README.md
|
||||
%{_bindir}/ccmakedep
|
||||
%{_bindir}/cleanlinks
|
||||
%{_bindir}/imake
|
||||
|
Loading…
x
Reference in New Issue
Block a user