Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
cffad31cef
!19 Modified buildrequires due to babl upgrade 0.1.106
From: @cherry530 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-10-20 01:49:34 +00:00
cherry530
c081832b99 Modified buildrequires due to babl upgrade 0.1.106
Signed-off-by: cherry530 <707078654@qq.com>
2023-10-19 10:46:33 +08:00
openeuler-ci-bot
18f9ecd359
!18 Update to 0.4.46
From: @starlet-dx 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-07-12 07:36:35 +00:00
starlet-dx
ce7468251c Update to 0.4.46 2023-07-12 15:06:05 +08:00
openeuler-ci-bot
c8a7ae11fe
!17 Fix make compatible with LibRaw 0.21.0
From: @lyn1001 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-05-08 02:55:16 +00:00
lyn1001
81c379bcd5 fix make compatible with LibRaw 0.21.0 2023-04-23 16:20:34 +08:00
openeuler-ci-bot
3b51cb9e1e
!16 修复build阶段报错
From: @starlet-dx 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2023-01-13 07:47:18 +00:00
starlet-dx
0f5d5bb2c8 Fix build error 2023-01-13 14:45:23 +08:00
openeuler-ci-bot
a168ea83a2
!15 Update to 0.4.34
From: @wk333 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-04-06 01:53:45 +00:00
wk333
d30a49aac7 Update to 0.4.34 2022-03-31 18:57:26 +08:00
3 changed files with 18 additions and 3 deletions

Binary file not shown.

BIN
gegl-0.4.46.tar.xz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%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
Version: 0.4.30
Release: 1
Version: 0.4.46
Release: 2
Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later
Group: Productivity/Graphics/Other
@ -21,7 +21,7 @@ BuildRequires: pkgconfig
BuildRequires: ruby
BuildRequires: suitesparse-devel
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
BuildRequires: pkgconfig(babl) >= 0.1.76
BuildRequires: pkgconfig(babl-0.1) >= 0.1.76
BuildRequires: pkgconfig(cairo) >= 1.12.2
BuildRequires: pkgconfig(exiv2) >= 0.25
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
@ -148,6 +148,21 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_datadir}/vala/vapi/gegl-0.4.vapi
%changelog
* Thu Oct 19 2023 xu_ping <707078654@qq.com> - 0.4.46-2
- Modified buildrequires due to babl upgrade 0.1.106
* Wed Jul 12 2023 yaoxin <yao_xin001@hoperun.com> - 0.4.46-1
- Update to 0.4.46
* Sat May 6 2023 liyanan <thistleslyn@163.com> - 0.4.34-3
- Fix make compatible with LibRaw 0.21.0
* Fri Jan 13 2023 yaoxin <yaoxin30@h-partners.com> - 0.4.34-2
- Fix build error
* 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
- update to 0.4.30