From: @shirely16
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
This commit is contained in:
openeuler-ci-bot 2020-09-11 18:52:35 +08:00 committed by Gitee
commit 63234ee381

View File

@ -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 <hanhui15@huawei.com> - 0.6.21-22
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify source url
* Sat Aug 8 2020 yanan <yanan@huawei.com> - 0.6.22-1
- update to 0.6.22