!5 升级到最新版3.0.5

From: @lvgenggeng 
Reviewed-by: @open123bot 
Signed-off-by: @open123bot
This commit is contained in:
openeuler-ci-bot 2023-11-16 09:46:30 +00:00 committed by Gitee
commit 143f8a584d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 6 additions and 11 deletions

View File

@ -1,7 +0,0 @@
--- src/zimg/colorspace/matrix3.cpp_old 2021-08-02 16:27:28.737949184 +0800
+++ src/zimg/colorspace/matrix3.cpp 2021-08-02 16:27:48.394167745 +0800
@@ -1,3 +1,4 @@
+#include <cstddef>
#include "matrix3.h"
namespace zimg {

Binary file not shown.

BIN
zimg-3.0.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,11 @@
Name: zimg
Version: 2.9.3
Release: 2
Version: 3.0.5
Release: 1
Summary: Scaling, color space conversion, and dithering library
License: WTFPL
URL: https://github.com/sekrit-twc/zimg
Source0: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz
Patch0: gcc-10.patch
BuildRequires: autoconf automake gcc-c++ libtool
@ -28,7 +27,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n zimg-release-%{version} -p0
%autosetup -p1 -n zimg-release-%{version}
%build
autoreconf -vif
@ -61,6 +60,9 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Nov 16 2023 lvgenggeng <lvgenggeng@uniontech.com> - 3.0.5-1
- bump to 3.0.5
* Mon Aug 02 2021 linjiaxin5 <linjiaxin5@huawei.com> - 2.9.3-2
- Fix failure caused by GCC upgrade to 10