Package Release Info

makedepend-1.0.9-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

makedepend

Change Logs

* Mon Feb 05 2024 sndirsch@suse.com
- Update to version 1.0.9
  * This release includes code cleanups and other changes,
    including removing the build time dependency on the xorgproto
    package.
- supersedes u_Avoid-depending-on-xproto.patch
* Tue Jan 31 2023 sndirsch@suse.com
- renamed 0001-Avoid-depending-on-xproto.patch to
  u_Avoid-depending-on-xproto.patch, i.e. patch is to be upstreamed
* Tue Jan 31 2023 fvogt@suse.com
- Add patch to avoid the xproto (+pkgconfig) dependency,
  useful for boo#1207721:
  * 0001-Avoid-depending-on-xproto.patch
* Tue Dec 20 2022 dimstar@opensuse.org
- Update to version 1.0.8:
  + Bug #2: fix regression introduced by fix for bug #1
  - Obsoletes issue2-mr7.patch
  + man page: add line breaks in Synopsis section
* Tue Dec 06 2022 sndirsch@suse.com
- issue2-mr7.patch
  * Bug #2: fix regression introduced by fix for bug #1
* Sat Oct 29 2022 sndirsch@suse.com
- Update to version 1.0.7
  * gitlab CI: add a basic build test
  * Close fd for reading old Makefile when done, instead of leaking it
  * gitlab CI: stop requiring Signed-off-by in commits
  * Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
  * Thibault DUPONCHELLE (1):
  * Add test case for bug #1 + proposed fix.
* Tue Oct 06 2020 dimstar@opensuse.org
- Drop pkgconfig(xorg-macros) BuildRequires: this is only needed if
  configure.ac/Makefile.am files are being modified and autoreconf
  needs to be started. When using the pristine tarball, upstream
  ran make dist.
* Fri Mar 22 2019 sndirsch@suse.com
- Update to version 1.0.6
  * This minor maintenance release fixes some bugs, lifts a limit,
    clears some compiler warnings, boosts performance, and includes
    other janitorial cleanups.
- supersedes u_Escape-special-characters-in-paths.patch
* Fri Mar 18 2016 eich@suse.com
- u_Escape-special-characters-in-paths.patch
  Make gets confused by certain special characters in Makefiles.
  Escape them. This is a problem particularly with ':' in OBS
  paths.
* Sat Aug 17 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.