forked from pool/util-macros
- update to release 1.20.0
* This release fixes a deprecation warning when the macros are used with autoconf 2.70 or later, and adds a new XORG_DEFAULT_NOCODE_OPTIONS macro that can be used with packages that don't compile any code to skip all the compiler checks done by XORG_DEFAULT_OPTIONS. (Packages will need to be updated to use this macro - that is in progress now.) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/util-macros?expand=0&rev=14
This commit is contained in:
parent
8fdd4ad971
commit
a354bf2ea0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971
|
|
||||||
size 84690
|
|
BIN
util-macros-1.20.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
util-macros-1.20.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 20:59:08 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to release 1.20.0
|
||||||
|
* This release fixes a deprecation warning when the macros are used with
|
||||||
|
autoconf 2.70 or later, and adds a new XORG_DEFAULT_NOCODE_OPTIONS
|
||||||
|
macro that can be used with packages that don't compile any code to
|
||||||
|
skip all the compiler checks done by XORG_DEFAULT_OPTIONS. (Packages
|
||||||
|
will need to be updated to use this macro - that is in progress now.)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 25 11:21:22 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Jan 25 11:21:22 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package util-macros
|
# spec file for package util-macros
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: util-macros
|
Name: util-macros
|
||||||
Version: 1.19.3
|
Version: 1.20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The X Protocol
|
Summary: The X Protocol
|
||||||
#Source URL: http://xorg.freedesktop.org/releases/individual/util/
|
#Source URL: http://xorg.freedesktop.org/releases/individual/util/
|
||||||
@ -27,7 +27,7 @@ Summary: The X Protocol
|
|||||||
License: HPND
|
License: HPND
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
URL: https://xorg.freedesktop.org/
|
URL: https://xorg.freedesktop.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user