From f8d13ab544ce1c6a6d98139e0f7a8e901430b758 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 14:31:24 +0800 Subject: [PATCH] modify the URL of Source0 --- libplist.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libplist.spec b/libplist.spec index 942480f..2195bc1 100644 --- a/libplist.spec +++ b/libplist.spec @@ -1,10 +1,10 @@ Name: libplist Version: 2.2.0 -Release: 1 +Release: 2 Summary: A library to handle Apple Property List format in binary or XML License: LGPLv2+ URL: http://www.libimobiledevice.org/ -Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2 +Source0: https://github.com/libimobiledevice/libplist/releases/download/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: automake autoconf libtool chrpath gcc gcc-c++ python3-devel python3-Cython python3-setuptools libplist libplist-devel @@ -77,6 +77,12 @@ make check %{_libdir}/python3*/site-packages/* %changelog +* Tue Sep 8 2020 wangchen - 2.2.0-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Modify the URL of Source0 + * Thu Jul 23 2020 wangchen - 2.2.0-1 - Type:enhancement - ID:NA