forked from pool/makedepend
Accepting request 195520 from home:Zaitor:branches:X11:XOrg
Update to ver 1.0.5 OBS-URL: https://build.opensuse.org/request/show/195520 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/makedepend?expand=0&rev=3
This commit is contained in:
parent
7612bdd94e
commit
8f4cbfabb2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab56b8aeee00ed78d93c57d102e33ef4e6828ef5edd7108574966ed7d212f7fe
|
|
||||||
size 131683
|
|
3
makedepend-1.0.5.tar.bz2
Normal file
3
makedepend-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7a80575f3724ac3d9b19eaeab802892ece7e4b0061dd6425b4b789353e25425
|
||||||
|
size 143498
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 17 21:53:12 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.5:
|
||||||
|
+ Don't crash if an option's argument is missing.
|
||||||
|
+ Assume signal handlers return void, as C89 requires.
|
||||||
|
+ Unsafe use of strcpy() in makedepend (fdo#56091).
|
||||||
|
+ Store len in a size_t instead of an int in redirect().
|
||||||
|
+ Mark fatalerr & catch as _X_NORETURN.
|
||||||
|
+ Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS.
|
||||||
|
+ Makedepend rename fails on CIFS mounted shares (fdo#52099).
|
||||||
|
+ autogen.sh: Implement GNOME Build API.
|
||||||
|
+ configure: Drop AM_MAINTAINER_MODE.
|
||||||
|
+ Fix a comment typo.
|
||||||
|
+ Convert more sprintf calls to snprintf.
|
||||||
|
+ Remove unnecessary casts from malloc/realloc calls.
|
||||||
|
+ Remove fallbacks for Imake configuration, assume autoconf.
|
||||||
|
+ Move i_listlen in struct inclist for better packing in 64-bit
|
||||||
|
builds.
|
||||||
|
+ config: Remove unnecessary calls from configure.ac.
|
||||||
|
+ Update configure.ac initialization to X.Org standard form.
|
||||||
|
+ unifdef -U__UNIXOS2__.
|
||||||
|
+ makedepend: Build with automake-1.13 broken (fdo#59005).
|
||||||
|
+ configure.ac: use AM_MAINTAINER_MODE.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package makedepend
|
# spec file for package makedepend
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -15,17 +15,18 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: makedepend
|
Name: makedepend
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: Utility to create dependencies in makefiles
|
Summary: Utility to create dependencies in makefiles
|
||||||
Url: http://xorg.freedesktop.org/
|
License: MIT
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
|
Url: http://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
BuildRequires: pkgconfig(xproto)
|
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||||
# This was part of the xorg-x11-util-devel package up to version 7.6
|
# This was part of the xorg-x11-util-devel package up to version 7.6
|
||||||
Conflicts: xorg-x11-util-devel <= 7.6
|
Conflicts: xorg-x11-util-devel <= 7.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user