From 7313e306a458713a20cd9036c605bf0b012a876a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 5 Oct 2023 19:15:11 +0200 Subject: [PATCH] xorg-x11-xinit 1.4.2 Update package to version 1.4.2. Since upstream commit 71a8997cad60 ("Build xz tarballs instead of bzip2"), .tar.xz is used instead of .tar.bz2, update `Source0` accordingly. --- .gitignore | 1 + sources | 2 +- xorg-x11-xinit.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 715b9d4..abbeb91 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xinit-1.0.7.tar.bz2 /xinit-1.3.2.tar.bz2 /xinit-1.3.4.tar.bz2 /xinit-1.4.0.tar.bz2 +/xinit-1.4.2.tar.xz diff --git a/sources b/sources index 97abc07..680b523 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xinit-1.4.0.tar.bz2) = 53a29081130c1e195eb441ee77ccaa044b18b4cca3d2d5da3a6d67aa421dfd9718fa18b6be6232a41e40cf260c8190064c4d8d9ab771177bd5cd12e77a8fa79e +SHA512 (xinit-1.4.2.tar.xz) = 4b62c2edd97b40133577cbba88b3f31b36c5634b4eb667ef0c302e8358dc1c55a255abe42aaadc910d8aa9ea0e3add157a12a301382f1cdbe091df4e1215fae0 diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index a98345e..f054223 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -2,12 +2,12 @@ Summary: X.Org X11 X Window System xinit startup scripts Name: xorg-x11-%{pkgname} -Version: 1.4.0 -Release: 19%{?dist} +Version: 1.4.2 +Release: 1%{?dist} License: X11-distribute-modifications-variant AND MIT-open-group URL: https://www.x.org -Source0: https://xorg.freedesktop.org/archive/individual/app/%{pkgname}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/app/%{pkgname}-%{version}.tar.xz Source10: xinitrc-common Source11: xinitrc Source12: Xclients @@ -98,7 +98,7 @@ install -p -m644 -D %{SOURCE18} $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compa } %files -%doc COPYING README ChangeLog +%doc COPYING README.md ChangeLog %{_bindir}/startx %{_bindir}/xinit %dir %{_sysconfdir}/X11/xinit @@ -119,6 +119,9 @@ install -p -m644 -D %{SOURCE18} $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compa %{_datadir}/xsessions/xinit-compat.desktop %changelog +* Thu Oct 05 2023 José Expósito - 1.4.2-1 +- xorg-x11-xinit 1.4.2 + * Fri Sep 08 2023 Peter Hutterer - 1.4.0-19 - SPDX migration