From 90e291fceea0510305ee2c91d19e991c9d73770e Mon Sep 17 00:00:00 2001 From: shirely16 <1360148247@qq.com> Date: Thu, 10 Sep 2020 18:48:44 +0800 Subject: [PATCH] modify source url --- libexif.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libexif.spec b/libexif.spec index f008b28..e5e0f14 100644 --- a/libexif.spec +++ b/libexif.spec @@ -1,12 +1,11 @@ Name: libexif Summary: Library for extracting extra information from image files Version: 0.6.22 -Release: 1 +Release: 2 License: LGPLv2+ URL: https://libexif.github.io/ -%global tarball_version %(echo %{version} | sed -e 's|\\.|_|g') -Source0: https://github.com/libexif/libexif/archive/libexif-%{tarball_version}-release.tar.gz +Source0: https://github.com/libexif/libexif/archive/libexif-%(echo %{version} | sed "s/\./_/g")-release.tar.gz Patch0: CVE-2020-0198.patch Patch9000: libexif-bugfix-integer-overflow-pentax.patch @@ -30,7 +29,7 @@ for writing programs that use libexif. %package_help %prep -%autosetup -n libexif-libexif-%{tarball_version}-release -p1 +%autosetup -n libexif-libexif-0_6_22-release -p1 %build autoreconf -fiv @@ -69,6 +68,12 @@ make check %doc libexif-api.html NEWS %changelog +* Thu Sep 10 2020 hanhui - 0.6.21-22 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify source url + * Sat Aug 8 2020 yanan - 0.6.22-1 - update to 0.6.22