From 8839308b8646e54d0c3b9c0e7fca36b3dc29b2d92cfa0c9fa4bc3817c89ee5c1 Mon Sep 17 00:00:00 2001 From: Magnus Boman Date: Fri, 19 Mar 2010 23:47:08 +0000 Subject: [PATCH 1/4] Accepting request 35261 from home:dimstar:branches:GNOME:Factory Copy from home:dimstar:branches:GNOME:Factory/pixman via accept of submit request 35261 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/35261 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=37 --- pixman-0.17.10.tar.bz2 | 3 --- pixman-0.17.12.tar.bz2 | 3 +++ pixman.changes | 9 +++++++++ pixman.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pixman-0.17.10.tar.bz2 create mode 100644 pixman-0.17.12.tar.bz2 diff --git a/pixman-0.17.10.tar.bz2 b/pixman-0.17.10.tar.bz2 deleted file mode 100644 index 15aef97..0000000 --- a/pixman-0.17.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a8825636560bab6ba485f5723a829aeba7219905f756f4db51f183d2faf00f4 -size 417526 diff --git a/pixman-0.17.12.tar.bz2 b/pixman-0.17.12.tar.bz2 new file mode 100644 index 0000000..b29f6fe --- /dev/null +++ b/pixman-0.17.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49988193c985cd80102f763bd87ccd1cb4016a7d1dc633872cc0862dc646c02b +size 419350 diff --git a/pixman.changes b/pixman.changes index 819c178..f141cf8 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 18 09:43:16 CET 2010 - dimstar@opensuse.org + +- Update to version 0.17.12: + + Optimizations for rescaling with a nearest filter + + Overhead reduction by caching fast paths + + Constant time operator strength reduction + + Misc. bug fixes + ------------------------------------------------------------------- Sat Mar 6 16:54:39 CET 2010 - dimstar@opensuse.org diff --git a/pixman.spec b/pixman.spec index ab43a4f..0a3a98f 100644 --- a/pixman.spec +++ b/pixman.spec @@ -1,5 +1,5 @@ # -# spec file for package pixman (Version 0.17.10) +# spec file for package pixman (Version 0.17.12) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: pixman -Version: 0.17.10 +Version: 0.17.12 Release: 1 License: MIT License (or similar) Summary: Pixel manipulation library From 37037cd9d1577ae1e65532614c33eca017efd2f8eda941deb197bff81e6e7555 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 29 Mar 2010 11:19:27 +0000 Subject: [PATCH 2/4] Accepting request 35602 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/pixman via accept of submit request 35602 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/35602 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=38 --- pixman-0.17.12.tar.bz2 | 3 --- pixman-0.17.14.tar.bz2 | 3 +++ pixman.changes | 6 ++++++ pixman.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pixman-0.17.12.tar.bz2 create mode 100644 pixman-0.17.14.tar.bz2 diff --git a/pixman-0.17.12.tar.bz2 b/pixman-0.17.12.tar.bz2 deleted file mode 100644 index b29f6fe..0000000 --- a/pixman-0.17.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49988193c985cd80102f763bd87ccd1cb4016a7d1dc633872cc0862dc646c02b -size 419350 diff --git a/pixman-0.17.14.tar.bz2 b/pixman-0.17.14.tar.bz2 new file mode 100644 index 0000000..061d549 --- /dev/null +++ b/pixman-0.17.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a840e3fe85b8020561de367985fd151d21204b1539bb0c62a68164ec79ec4a9 +size 414853 diff --git a/pixman.changes b/pixman.changes index f141cf8..2344e31 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 24 05:51:35 CET 2010 - vuntz@opensuse.org + +- Update to version 0.17.14: + + Fixes for older ARM CPUs. + ------------------------------------------------------------------- Thu Mar 18 09:43:16 CET 2010 - dimstar@opensuse.org diff --git a/pixman.spec b/pixman.spec index 0a3a98f..05eb751 100644 --- a/pixman.spec +++ b/pixman.spec @@ -1,5 +1,5 @@ # -# spec file for package pixman (Version 0.17.12) +# spec file for package pixman (Version 0.17.14) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: pixman -Version: 0.17.12 +Version: 0.17.14 Release: 1 License: MIT License (or similar) Summary: Pixel manipulation library From 47bc70bea605e5ec328f40a85fa50a1d46546506618f9c9cb076b0a7d96c6290 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 1 Apr 2010 01:04:55 +0000 Subject: [PATCH 3/4] Accepting request 36391 from GNOME:Factory checked in (request 36391) OBS-URL: https://build.opensuse.org/request/show/36391 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=39 --- pixman-0.17.10.tar.bz2 | 3 +++ pixman-0.17.14.tar.bz2 | 3 --- pixman.changes | 15 --------------- pixman.spec | 4 ++-- 4 files changed, 5 insertions(+), 20 deletions(-) create mode 100644 pixman-0.17.10.tar.bz2 delete mode 100644 pixman-0.17.14.tar.bz2 diff --git a/pixman-0.17.10.tar.bz2 b/pixman-0.17.10.tar.bz2 new file mode 100644 index 0000000..15aef97 --- /dev/null +++ b/pixman-0.17.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8825636560bab6ba485f5723a829aeba7219905f756f4db51f183d2faf00f4 +size 417526 diff --git a/pixman-0.17.14.tar.bz2 b/pixman-0.17.14.tar.bz2 deleted file mode 100644 index 061d549..0000000 --- a/pixman-0.17.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a840e3fe85b8020561de367985fd151d21204b1539bb0c62a68164ec79ec4a9 -size 414853 diff --git a/pixman.changes b/pixman.changes index 2344e31..819c178 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,18 +1,3 @@ -------------------------------------------------------------------- -Wed Mar 24 05:51:35 CET 2010 - vuntz@opensuse.org - -- Update to version 0.17.14: - + Fixes for older ARM CPUs. - -------------------------------------------------------------------- -Thu Mar 18 09:43:16 CET 2010 - dimstar@opensuse.org - -- Update to version 0.17.12: - + Optimizations for rescaling with a nearest filter - + Overhead reduction by caching fast paths - + Constant time operator strength reduction - + Misc. bug fixes - ------------------------------------------------------------------- Sat Mar 6 16:54:39 CET 2010 - dimstar@opensuse.org diff --git a/pixman.spec b/pixman.spec index 05eb751..ab43a4f 100644 --- a/pixman.spec +++ b/pixman.spec @@ -1,5 +1,5 @@ # -# spec file for package pixman (Version 0.17.14) +# spec file for package pixman (Version 0.17.10) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: pixman -Version: 0.17.14 +Version: 0.17.10 Release: 1 License: MIT License (or similar) Summary: Pixel manipulation library From ec8e6487348021c84421e5cb6105f1a6c027dc415e0ea39a47b8ed3b655953c3 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 1 Apr 2010 01:04:56 +0000 Subject: [PATCH 4/4] Updating link to change in openSUSE:Factory/pixman revision 16.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=69bf0e75322572bde117c0b8501d2a3a --- pixman-0.17.10.tar.bz2 | 3 --- pixman-0.17.14.tar.bz2 | 3 +++ pixman.changes | 15 +++++++++++++++ pixman.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 pixman-0.17.10.tar.bz2 create mode 100644 pixman-0.17.14.tar.bz2 diff --git a/pixman-0.17.10.tar.bz2 b/pixman-0.17.10.tar.bz2 deleted file mode 100644 index 15aef97..0000000 --- a/pixman-0.17.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a8825636560bab6ba485f5723a829aeba7219905f756f4db51f183d2faf00f4 -size 417526 diff --git a/pixman-0.17.14.tar.bz2 b/pixman-0.17.14.tar.bz2 new file mode 100644 index 0000000..061d549 --- /dev/null +++ b/pixman-0.17.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a840e3fe85b8020561de367985fd151d21204b1539bb0c62a68164ec79ec4a9 +size 414853 diff --git a/pixman.changes b/pixman.changes index 819c178..2344e31 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 05:51:35 CET 2010 - vuntz@opensuse.org + +- Update to version 0.17.14: + + Fixes for older ARM CPUs. + +------------------------------------------------------------------- +Thu Mar 18 09:43:16 CET 2010 - dimstar@opensuse.org + +- Update to version 0.17.12: + + Optimizations for rescaling with a nearest filter + + Overhead reduction by caching fast paths + + Constant time operator strength reduction + + Misc. bug fixes + ------------------------------------------------------------------- Sat Mar 6 16:54:39 CET 2010 - dimstar@opensuse.org diff --git a/pixman.spec b/pixman.spec index ab43a4f..05eb751 100644 --- a/pixman.spec +++ b/pixman.spec @@ -1,5 +1,5 @@ # -# spec file for package pixman (Version 0.17.10) +# spec file for package pixman (Version 0.17.14) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: pixman -Version: 0.17.10 +Version: 0.17.14 Release: 1 License: MIT License (or similar) Summary: Pixel manipulation library