Update to 0.40.0
This commit is contained in:
parent
7a78cda152
commit
1b5050317a
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ pixman-0.18.2.tar.bz2
|
||||
/pixman-0.34.0.tar.gz
|
||||
/pixman-0.38.0.tar.gz
|
||||
/pixman-0.38.4.tar.gz
|
||||
/pixman-0.40.0.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-pixman
|
||||
Version: 0.38.4
|
||||
Release: 3%{?dist}
|
||||
Version: 0.40.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Pixman library
|
||||
|
||||
License: MIT
|
||||
@ -11,9 +11,6 @@ URL: http://cgit.freedesktop.org/pixman/
|
||||
Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz
|
||||
Source1: make-pixman-snapshot.sh
|
||||
|
||||
# Allow building a static library with meson
|
||||
Patch0: pixman_meson-static-library.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: mingw32-filesystem >= 95
|
||||
@ -105,6 +102,9 @@ Static version of the cross compiled Pixman library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 21 2020 Sandro Mani <manisandro@gmail.com> - 0.40.0-1
|
||||
- Update to 0.40.0
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -rupN --no-dereference pixman-0.38.4/pixman/meson.build pixman-0.38.4-new/pixman/meson.build
|
||||
--- pixman-0.38.4/pixman/meson.build 2019-03-30 22:49:21.000000000 +0100
|
||||
+++ pixman-0.38.4-new/pixman/meson.build 2019-09-16 11:41:03.189791414 +0200
|
||||
@@ -97,7 +97,7 @@ pixman_files = files(
|
||||
'pixman-utils.c',
|
||||
)
|
||||
|
||||
-libpixman = shared_library(
|
||||
+libpixman = library(
|
||||
'pixman-1',
|
||||
[pixman_files, config_h, version_h],
|
||||
link_with : [pixman_simd_libs],
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pixman-0.38.4.tar.gz) = b66dc23c0bc7327cb90085cbc14ccf96ad58001a927f23af24e0258ca13f32d4255535862f1efcf00e9e723410aa9f51edf26fb01c8cde49379d1225acf7b5af
|
||||
SHA512 (pixman-0.40.0.tar.gz) = 063776e132f5d59a6d3f94497da41d6fc1c7dca0d269149c78247f0e0d7f520a25208d908cf5e421d1564889a91da44267b12d61c0bd7934cd54261729a7de5f
|
||||
|
Loading…
Reference in New Issue
Block a user