From e66cc871f652f949f36201f277bd1566c36d4720 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 19 Aug 2020 12:07:36 -0400 Subject: [PATCH] Use https URLs --- libXpresent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXpresent.spec b/libXpresent.spec index 0a100d9..fb1bbee 100644 --- a/libXpresent.spec +++ b/libXpresent.spec @@ -4,8 +4,8 @@ Release: 12%{?dist} Summary: A Xlib-compatible API for the Present extension License: MIT -URL: http://www.x.org -Source0: http://xorg.freedesktop.org/archive/individual/lib/libXpresent-%{version}.tar.bz2 +URL: https://www.x.org +Source0: https://xorg.freedesktop.org/archive/individual/lib/libXpresent-%{version}.tar.bz2 BuildRequires: xorg-x11-util-macros BuildRequires: autoconf automake libtool @@ -55,6 +55,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_mandir}/man3/*.3* %changelog +* Wed Aug 19 2020 Adam Jackson +- Use https URLs + * Tue Jul 28 2020 Fedora Release Engineering - 1.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild