Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
2 changed files with 8 additions and 24 deletions
30
pixman.spec
30
pixman.spec
|
|
@ -2,8 +2,8 @@
|
|||
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
||||
|
||||
Name: pixman
|
||||
Version: 0.46.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.43.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Pixel manipulation library
|
||||
|
||||
# SPDX
|
||||
|
|
@ -32,9 +32,14 @@ Pixel manipulation library for X and Cairo development package.
|
|||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
# bump up the test suite timeout because arm
|
||||
sed -i 's/120/600/' test/meson.build
|
||||
|
||||
%build
|
||||
%meson --auto-features=auto \
|
||||
%ifarch %{arm}
|
||||
-Diwmmxt=disabled -Diwmmxt2=false \
|
||||
%endif
|
||||
%nil
|
||||
|
||||
%meson_build
|
||||
|
|
@ -60,27 +65,6 @@ Pixel manipulation library for X and Cairo development package.
|
|||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.46.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jun 10 2025 Peter Robinson <pbrobinson@fedoraproject.org> - 0.46.2-1
|
||||
- Update to 0.46.2
|
||||
|
||||
* Sun Jun 08 2025 Peter Robinson <pbrobinson@fedoraproject.org> - 0.46.0-1
|
||||
- Update to 0.46.0
|
||||
|
||||
* Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.44.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Dec 05 2024 José Expósito <jexposit@redhat.com> - 0.44.2-1
|
||||
- Update to 0.44.2
|
||||
|
||||
* Thu Nov 07 2024 José Expósito <jexposit@redhat.com> - 0.44.0-1
|
||||
- Update to 0.44.0
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.43.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Mar 01 2024 José Expósito <jexposit@redhat.com> - 0.43.4-1
|
||||
- Update to 0.43.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (pixman-0.46.2.tar.xz) = 9419e5a23f4b709e075c5dd33c46bb375d2407b6e90623fe3410a03171f4c5e0a511e8b4414557a39b68d46a4c1ac64f2ef0c9c6eab0b42a2be75d5d52a367fd
|
||||
SHA512 (pixman-0.43.4.tar.xz) = b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue