From 2e68c12aa8ce635a07e6781e808b880363db67e4 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 19 Feb 2018 17:20:45 +0100 Subject: [PATCH] use https:// in URL and Source --- lzop.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lzop.spec b/lzop.spec index 5949c57..9b2a419 100644 --- a/lzop.spec +++ b/lzop.spec @@ -1,11 +1,11 @@ Summary: Real-time file compressor Name: lzop Version: 1.03 -Release: 19%{?dist} +Release: 20%{?dist} License: GPLv2+ Group: Applications/Archiving -URL: http://www.lzop.org/ -Source: http://www.lzop.org/download/%{name}-%{version}.tar.gz +URL: https://www.lzop.org/ +Source: https://www.lzop.org/download/%{name}-%{version}.tar.gz Patch0: lzop-1.03-gcc5_ppc64.patch Patch1: lzop-1.03-gcc6.patch BuildRequires: lzo-devel @@ -40,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install %{_mandir}/man?/%{name}.* %changelog +* Mon Feb 19 2018 Kamil Dudka - 1.03-20 +- use https:// in URL and Source + * Thu Feb 08 2018 Fedora Release Engineering - 1.03-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild