From 71b74d7b6caa7f54d36327af1300a278fee3b0ea8ab18b7cd57c8070c0b8a8ba Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 11 Nov 2012 22:15:15 +0000 Subject: [PATCH 1/2] Accepting request 140892 from home:sumski:branches:GNOME:Factory - Update to version 0.28.0 + Support for sRGB coded images + New API for fast glyph rendering + Faster bilinear scaling on iwMMX, Loongson and MMX + More fast paths in the MIPS DSPr2 backend + Faster scaling in general and on SSE2 in particular OBS-URL: https://build.opensuse.org/request/show/140892 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=65 --- pixman-0.26.2.tar.gz | 3 --- pixman-0.28.0.tar.gz | 3 +++ pixman.changes | 10 ++++++++++ pixman.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pixman-0.26.2.tar.gz create mode 100644 pixman-0.28.0.tar.gz diff --git a/pixman-0.26.2.tar.gz b/pixman-0.26.2.tar.gz deleted file mode 100644 index 065acef..0000000 --- a/pixman-0.26.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9ab554b5160679d958bfa1753cb9e6edd1e53c4745c963a1394eea4f0b13ce2 -size 743390 diff --git a/pixman-0.28.0.tar.gz b/pixman-0.28.0.tar.gz new file mode 100644 index 0000000..76d47c8 --- /dev/null +++ b/pixman-0.28.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120b3cfe19de1279169489373b26f024b48c1dca415ee58fe5dbec0c4f901311 +size 751552 diff --git a/pixman.changes b/pixman.changes index 4667fd9..fa9ed1f 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 9 21:31:01 UTC 2012 - hrvoje.senjan@gmail.com + +- Update to version 0.28.0 + + Support for sRGB coded images + + New API for fast glyph rendering + + Faster bilinear scaling on iwMMX, Loongson and MMX + + More fast paths in the MIPS DSPr2 backend + + Faster scaling in general and on SSE2 in particular + ------------------------------------------------------------------- Sat Jul 21 15:35:43 UTC 2012 - dimstar@opensuse.org diff --git a/pixman.spec b/pixman.spec index a59fdb6..b3c43a0 100644 --- a/pixman.spec +++ b/pixman.spec @@ -17,7 +17,7 @@ Name: pixman -Version: 0.26.2 +Version: 0.28.0 Release: 0 Summary: Pixel manipulation library License: MIT From efadadaf42d449089dab56735307953576d5eb1416fd1416afd96c53bcbb5093 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 11 Nov 2012 22:16:00 +0000 Subject: [PATCH 2/2] Accepting request 140893 from GNOME:Next tweak OBS-URL: https://build.opensuse.org/request/show/140893 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=66 --- pixman.changes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pixman.changes b/pixman.changes index fa9ed1f..da86149 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,12 +1,12 @@ ------------------------------------------------------------------- Fri Nov 9 21:31:01 UTC 2012 - hrvoje.senjan@gmail.com -- Update to version 0.28.0 - + Support for sRGB coded images - + New API for fast glyph rendering - + Faster bilinear scaling on iwMMX, Loongson and MMX - + More fast paths in the MIPS DSPr2 backend - + Faster scaling in general and on SSE2 in particular +- Update to version 0.28.0: + + Support for sRGB coded images. + + New API for fast glyph rendering. + + Faster bilinear scaling on iwMMX, Loongson and MMX. + + More fast paths in the MIPS DSPr2 backend. + + Faster scaling in general and on SSE2 in particular. ------------------------------------------------------------------- Sat Jul 21 15:35:43 UTC 2012 - dimstar@opensuse.org