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