From addd71c8f49fa6f7676eba790149131abbf8b1da Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Fri, 20 Oct 2023 15:27:50 +0530 Subject: [PATCH] Use HTTPS instead of HTTP in URL of Source0 --- linphone.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/linphone.spec b/linphone.spec index 7ca993d..a40bfa7 100644 --- a/linphone.spec +++ b/linphone.spec @@ -4,13 +4,13 @@ Name: linphone Version: %{major_ver}.%{minor_ver}.%{patch_ver} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Phone anywhere in the whole world by using the Internet License: GPLv2+ URL: http://www.linphone.org/ -Source0: http://download.savannah.gnu.org/releases/linphone/%{major_ver}.%{minor_ver}.x/sources/%{name}-%{version}.tar.gz +Source0: https://download.savannah.gnu.org/releases/linphone/%{major_ver}.%{minor_ver}.x/sources/%{name}-%{version}.tar.gz Patch0: linphone-3.6.1-rootca.patch Patch1: linphone-3.6.1-arm.patch Patch2: linphone-3.6.1-theora-fix.patch @@ -229,6 +229,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer %{_libdir}/pkgconfig/mediastreamer.pc %changelog +* Fri Oct 20 2023 Pratham Patel - 3.10.2-2 +- Use HTTPS instead of HTTP in URL of Source0 + * Fri Oct 20 2023 Pratham Patel - 3.10.2-1 - Bump version from 3.6.1-54 to 3.10.2-1