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:
Stefan Dirsch 2013-08-18 19:34:33 +00:00 committed by Git OBS Bridge
parent 7612bdd94e
commit 8f4cbfabb2
4 changed files with 34 additions and 8 deletions

View File

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

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

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -15,17 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: makedepend
Version: 1.0.4
Version: 1.0.5
Release: 0
License: MIT
Summary: Utility to create dependencies in makefiles
Url: http://xorg.freedesktop.org/
License: MIT
Group: Development/Tools/Building
Url: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
BuildRequires: pkg-config
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
Conflicts: xorg-x11-util-devel <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build