From 618d4659aa4c85184f1dcd3a0aa355aee3e9ddf8 Mon Sep 17 00:00:00 2001 From: "Dr. Tilmann Bubeck" Date: Tue, 14 Feb 2023 16:16:26 +0100 Subject: [PATCH] update to util-macros 1.20.0 --- .gitignore | 1 + sources | 2 +- xorg-x11-util-macros.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0cb9a7e..c5cd80b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ util-macros-1.10.0.tar.bz2 /util-macros-1.19.2.tar.gz /util-macros-1.19.2.tar.bz2 /util-macros-1.19.3.tar.bz2 +/util-macros-1.20.0.tar.xz diff --git a/sources b/sources index 6016204..5b3e09d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (util-macros-1.19.3.tar.bz2) = b9c7398a912c688a782eab5b1e0f6da2df11a430775c5c98fc3269f73a665de6eeb60d300a849e38d345714a6e51f74e9334cb6039767304cca4b93d823a53a2 +SHA512 (util-macros-1.20.0.tar.xz) = 76caefb118bf1675d7b2b96e1bbb04eb9a320b02e120839e55a22ef98538ecf00d0e686a67186fc8fdc8492d277ffe3125ae8b7ac61ce4739edc0de3f468d2eb diff --git a/xorg-x11-util-macros.spec b/xorg-x11-util-macros.spec index 158d460..ea1dda6 100644 --- a/xorg-x11-util-macros.spec +++ b/xorg-x11-util-macros.spec @@ -3,16 +3,16 @@ Summary: X.Org X11 Autotools macros Name: xorg-x11-util-macros -Version: 1.19.3 -Release: 6%{?dist} +Version: 1.20.0 +Release: 1%{?dist} License: MIT URL: http://www.x.org BuildArch: noarch -Source0: https://www.x.org/pub/individual/util/util-macros-%{version}.tar.bz2 +Source0: https://www.x.org/pub/individual/util/util-macros-%{version}.tar.xz BuildRequires: make -Requires: autoconf automake libtool pkgconfig +Requires: autoconf automake pkgconfig %description X.Org X11 autotools macros required for building the various packages that @@ -35,6 +35,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{_datadir}/util-macros %changelog +* Tue Feb 14 2023 Dr. Tilmann Bubeck - 1.20.0-1 +- update to util-macros 1.20.0 + * Sat Jan 21 2023 Fedora Release Engineering - 1.19.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild