From a354bf2ea00e46ec0d1d06682577dbd2f81525a1c1eb08f736e71ffd3d200d0d Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 13 Feb 2023 21:05:57 +0000 Subject: [PATCH] - 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 --- util-macros-1.19.3.tar.bz2 | 3 --- util-macros-1.20.0.tar.xz | 3 +++ util-macros.changes | 10 ++++++++++ util-macros.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 util-macros-1.19.3.tar.bz2 create mode 100644 util-macros-1.20.0.tar.xz diff --git a/util-macros-1.19.3.tar.bz2 b/util-macros-1.19.3.tar.bz2 deleted file mode 100644 index 15dac3f..0000000 --- a/util-macros-1.19.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971 -size 84690 diff --git a/util-macros-1.20.0.tar.xz b/util-macros-1.20.0.tar.xz new file mode 100644 index 0000000..ba4dda7 --- /dev/null +++ b/util-macros-1.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b86b262dbe971edb4ff233bc370dfad9f241d09f078a3f6d5b7f4b8ea4430db +size 83324 diff --git a/util-macros.changes b/util-macros.changes index ef54879..14f1457 100644 --- a/util-macros.changes +++ b/util-macros.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 13 20:59:08 UTC 2023 - Stefan Dirsch + +- 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 diff --git a/util-macros.spec b/util-macros.spec index 1f74427..6a1c638 100644 --- a/util-macros.spec +++ b/util-macros.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: util-macros -Version: 1.19.3 +Version: 1.20.0 Release: 0 Summary: The X Protocol #Source URL: http://xorg.freedesktop.org/releases/individual/util/ @@ -27,7 +27,7 @@ Summary: The X Protocol License: HPND Group: Development/Libraries/X11 URL: https://xorg.freedesktop.org/ -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{version}.tar.xz BuildRequires: pkgconfig %description