!3 update pixman version from 0.38.0 to 0.40.0

Merge pull request !3 from 吴超超/master
This commit is contained in:
openeuler-ci-bot 2020-07-31 21:12:55 +08:00 committed by Gitee
commit 101a9570e5
3 changed files with 10 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: pixman
Version: 0.38.0
Version: 0.40.0
Release: 1
Summary: Pixman is a pixel manipulation library for X and Cairo
License: MIT
URL: https://gitlab.freedesktop.org/pixman/pixman
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
Source0: https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-%{version}/pixman-pixman-%{version}.tar.bz2
BuildRequires: gcc meson
@ -21,7 +21,7 @@ Requires: pkgconfig
Provide library and header files for pixman
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n pixman-%{name}-%{version} -p1
sed -i 's/120/600/' test/meson.build
%build
@ -53,6 +53,12 @@ sed -i 's/120/600/' test/meson.build
%{_libdir}/pkgconfig/*
%changelog
* Mon Apr 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.40.0-1
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:update to 0.40.0
* Mon Sep 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.38.0-1
- Type:enhancement
- Id:NA