!15 Update to 0.4.34

From: @wk333 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-04-06 01:53:45 +00:00 committed by Gitee
commit a168ea83a2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") %define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
Name: gegl04 Name: gegl04
Version: 0.4.30 Version: 0.4.34
Release: 1 Release: 1
Summary: Generic Graphics Library Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later License: GPL-3.0-or-later AND LGPL-3.0-or-later
@ -148,6 +148,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_datadir}/vala/vapi/gegl-0.4.vapi %{_datadir}/vala/vapi/gegl-0.4.vapi
%changelog %changelog
* Thu Mar 31 2022 wangkai <wangkai385@huawei.com> - 0.4.34-1
- Update to 0.4.34
* Wed Aug 25 2021 chenchen <chen_aka_jan@163.com> - 0.4.30-1 * Wed Aug 25 2021 chenchen <chen_aka_jan@163.com> - 0.4.30-1
- update to 0.4.30 - update to 0.4.30