From 682c02d2234e9ec56e99ee718310cbc5c24c8c02 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:24:01 +0100 Subject: [PATCH] update to 0.40.0 [release 0.40.0-1mamba;Sun May 10 2020] --- libpixman.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/libpixman.spec b/libpixman.spec index ee0d118..1771ba3 100644 --- a/libpixman.spec +++ b/libpixman.spec @@ -1,5 +1,5 @@ Name: libpixman -Version: 0.38.4 +Version: 0.40.0 Release: 1mamba Summary: A generic library for manipulating pixel regions Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.x.org -Source: http://x.org/pub/individual/lib/pixman-%{version}.tar.bz2 +Source: http://x.org/pub/individual/lib/pixman-%{version}.tar.xz Patch0: %{name}-0.23.6-arm_qemu_dont_use_auxv_to_detect_features.patch License: MIT ## AUTOBUILDREQ-BEGIN @@ -27,13 +27,18 @@ Requires: %{name} = %{version} Libpixman is a merge of libpixregion (a generic library for manipulating pixel regions) and libic (a generic image compositing library). This package contains static libraries and header files need for development. +%debug_package + %prep %setup -q -n pixman-%{version} ## NOTE: patch fixes a qemu-arm segfault when accessing /proc/self/auxv #%patch0 -p1 %build -%configure +%configure \ +%ifarch arm + --disable-arm-iwmmxt +%endif %make @@ -50,7 +55,7 @@ This package contains static libraries and header files need for development. %files %defattr(-, root, root) %{_libdir}/libpixman-1.so.* -%doc AUTHORS ChangeLog* COPYING NEWS README +%doc AUTHORS COPYING %files devel %defattr(-, root, root) @@ -60,8 +65,12 @@ This package contains static libraries and header files need for development. %{_libdir}/libpixman-1.la %{_libdir}/libpixman-1.so %{_libdir}/pkgconfig/pixman-1.pc +%doc ChangeLog* NEWS README %changelog +* Sun May 10 2020 Silvan Calarco 0.40.0-1mamba +- update to 0.40.0 + * Thu Apr 11 2019 Automatic Build System 0.38.4-1mamba - automatic version update by autodist