From 0e3a4c9f324a40c8ab29a94adc11b6f9e7bf8a1fe2838867bf15cb7ab49e539d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Aug 2013 13:16:41 +0000 Subject: [PATCH] Accepting request 186439 from home:dimstar:branches:GNOME:Factory Update to 0.30.2 OBS-URL: https://build.opensuse.org/request/show/186439 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=72 --- pixman-0.30.0.tar.gz | 3 --- pixman-0.30.2.tar.gz | 3 +++ pixman.changes | 13 +++++++++++++ pixman.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 pixman-0.30.0.tar.gz create mode 100644 pixman-0.30.2.tar.gz diff --git a/pixman-0.30.0.tar.gz b/pixman-0.30.0.tar.gz deleted file mode 100644 index cab5d69..0000000 --- a/pixman-0.30.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d812f9f60215099355f5c13c6f06d7db1135c99f34ff03535b71b64435125fd -size 801692 diff --git a/pixman-0.30.2.tar.gz b/pixman-0.30.2.tar.gz new file mode 100644 index 0000000..49fef15 --- /dev/null +++ b/pixman-0.30.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd988920ccd742310ddf5b363c7b278f11d69a3405a09d542162c84b46bff6e9 +size 799461 diff --git a/pixman.changes b/pixman.changes index c47fe74..c25f80d 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 7 21:44:44 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.30.2: + + Require GTK+ version >= 2.16. + + Use AC_LINK_IFELSE to check if the Loongson MMI code can link. + + configure.ac: Don't use '+=' since it's not POSIX. + + test: + - Fix build on MSVC. + - fix matrix-test on big endian systems. + + Fix broken build when HAVE_CONFIG_H is undefined, e.g. on + Win32. + ------------------------------------------------------------------- Thu May 9 13:59:20 UTC 2013 - dimstar@opensuse.org diff --git a/pixman.spec b/pixman.spec index 6ab7e83..9386b9a 100644 --- a/pixman.spec +++ b/pixman.spec @@ -17,7 +17,7 @@ Name: pixman -Version: 0.30.0 +Version: 0.30.2 Release: 0 Summary: Pixel manipulation library License: MIT