diff --git a/pixman-0.44.0.tar.xz b/pixman-0.44.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..f83b3fd05327a06e0520f649182add006e92591e Binary files /dev/null and b/pixman-0.44.0.tar.xz differ diff --git a/pixman-pixman-0.43.4.tar.bz2 b/pixman-pixman-0.43.4.tar.bz2 deleted file mode 100644 index 27f1fa541f3a794f23dfecab087081c61fd9dbbe..0000000000000000000000000000000000000000 Binary files a/pixman-pixman-0.43.4.tar.bz2 and /dev/null differ diff --git a/pixman.spec b/pixman.spec index 2faeb45657fc698930085223f2909adeddc05220..5a33fe5e68f115b8a7731998c6589db5c2e853ed 100644 --- a/pixman.spec +++ b/pixman.spec @@ -1,12 +1,13 @@ Name: pixman -Version: 0.43.4 +Version: 0.44.0 Release: 1 Summary: Pixman is a pixel manipulation library for X and Cairo License: MIT URL: https://gitlab.freedesktop.org/pixman/pixman -Source0: https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-%{version}/pixman-pixman-%{version}.tar.bz2 +Source0: https://www.x.org/releases/individual/lib/%{name}-%{version}.tar.xz -BuildRequires: gcc meson +BuildRequires: gcc make +BuildRequires: meson >= 0.52.0 %description Pixman is a low-level software library for pixel manipulation, providing features such\ @@ -15,13 +16,12 @@ Pixman is a low-level software library for pixel manipulation, providing feature %package devel Summary: Provide library and header files for pixman Requires: %{name} = %{version}-%{release} -Requires: pkgconfig %description devel Provide library and header files for pixman %prep -%autosetup -n pixman-%{name}-%{version} -p1 +%autosetup -n %{name}-%{version} -p1 sed -i 's/120/600/' test/meson.build %build @@ -39,20 +39,19 @@ sed -i 's/120/600/' test/meson.build %check %meson_test -%ldconfig_scriptlets - %files -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/libpixman-1*.so.* %files devel -%defattr(-,root,root) -%{_includedir}/pixman-1/pixman*.h +%{_includedir}/pixman-1 %{_libdir}/libpixman-1*.so %{_libdir}/pkgconfig/* %changelog +* Thu Nov 07 2024 Funda Wang - 0.44.0-1 +- update to 0.44.0 + * Tue Mar 05 2024 wangqia - 0.43.4-1 - update to 0.43.4 diff --git a/pixman.yaml b/pixman.yaml index c7b376c4c8da9e2cad14e78435a991452ec4082c..e5278734516ea06515c729cf3b510f106739fc2d 100644 --- a/pixman.yaml +++ b/pixman.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://gitlab.freedesktop.org/pixman/pixman.git tag_prefix: ^pixman- -seperator: . +separator: .