forked from pool/makedepend
Accepting request 1034311 from X11:XOrg
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1034311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/makedepend?expand=0&rev=10
This commit is contained in:
commit
fdb0c94d3f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d558a52e8017d984ee59596a9582c8d699a1962391b632bec3bb6804bf4d501c
|
||||
size 147616
|
3
makedepend-1.0.7.tar.xz
Normal file
3
makedepend-1.0.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a729cfd3c0f4e16c0db1da351e7f53335222e058e3434e84f91251fd6d407065
|
||||
size 140528
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 17:18:03 UTC 2022 - Stefan Dirsch <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 6 14:50:16 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package makedepend
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: makedepend
|
||||
Version: 1.0.6
|
||||
Version: 1.0.7
|
||||
Release: 0
|
||||
Summary: Utility to create dependencies in makefiles
|
||||
License: MIT
|
||||
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.xz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
# This was part of the xorg-x11-util-devel package up to version 7.6
|
||||
|
Loading…
Reference in New Issue
Block a user