From eb23fbc7977183be27eea2123fba2cd5062611a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:51:57 +0000 Subject: [PATCH 1/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 2817247..3bcb1e8 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.43.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library # SPDX @@ -65,6 +65,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 0.43.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Mar 01 2024 José Expósito - 0.43.4-1 - Update to 0.43.4 From 1d09c1d3d8a09aad4a0338b342746030314ae6c7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 9 Oct 2024 00:04:44 +0100 Subject: [PATCH 2/8] drop ARMv7 legacy options --- pixman.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pixman.spec b/pixman.spec index 3bcb1e8..906a737 100644 --- a/pixman.spec +++ b/pixman.spec @@ -32,14 +32,9 @@ 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 From 1554f373f45c0e652a5e2a729df59937c7e84212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 7 Nov 2024 10:59:02 +0100 Subject: [PATCH 3/8] Update to 0.44.0 --- pixman.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pixman.spec b/pixman.spec index 906a737..64d8409 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.43.4 -Release: 2%{?dist} +Version: 0.44.0 +Release: 0%{?dist} Summary: Pixel manipulation library # SPDX @@ -60,6 +60,9 @@ Pixel manipulation library for X and Cairo development package. %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Nov 07 2024 José Expósito - 0.44.0-1 +- Update to 0.44.0 + * Fri Jul 19 2024 Fedora Release Engineering - 0.43.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index c788daa..4d4d980 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.43.4.tar.xz) = b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36 +SHA512 (pixman-0.44.0.tar.xz) = 3ea293cd308a4faeb600939df2c98148154cf1faf8e435b9f33df46c33acfeb32572cb0c1e148ee9f6f39f9e8a49fbda627edcac03da2000d89e22941849a04d From 175c31101c4893a3521c3c409bacff026ab4c650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 5 Dec 2024 15:33:12 +0100 Subject: [PATCH 4/8] Update to 0.44.2 --- pixman.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pixman.spec b/pixman.spec index 64d8409..c27f2e5 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.44.0 -Release: 0%{?dist} +Version: 0.44.2 +Release: 1%{?dist} Summary: Pixel manipulation library # SPDX @@ -60,6 +60,9 @@ Pixel manipulation library for X and Cairo development package. %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Dec 05 2024 José Expósito - 0.44.2-1 +- Update to 0.44.2 + * Thu Nov 07 2024 José Expósito - 0.44.0-1 - Update to 0.44.0 diff --git a/sources b/sources index 4d4d980..f486a6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.44.0.tar.xz) = 3ea293cd308a4faeb600939df2c98148154cf1faf8e435b9f33df46c33acfeb32572cb0c1e148ee9f6f39f9e8a49fbda627edcac03da2000d89e22941849a04d +SHA512 (pixman-0.44.2.tar.xz) = b24907f9a0bf6a9aa3278d31986c562c5f2d68f8c178021497c8648aca9f91e4c6f1ecfacf93eb01ba4f03ce4cfc5970fc40bb0fe6724bac9210fc57da09cba4 From f9417cd358898fff24f51df249c70e0689208c70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 20 Jan 2025 08:23:22 +0000 Subject: [PATCH 5/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index c27f2e5..367aab8 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.44.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library # SPDX @@ -60,6 +60,9 @@ Pixel manipulation library for X and Cairo development package. %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Mon Jan 20 2025 Fedora Release Engineering - 0.44.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Dec 05 2024 José Expósito - 0.44.2-1 - Update to 0.44.2 From 816911ced85ea1902f85b627d21f7b8cd84f3440 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 8 Jun 2025 11:11:26 +0100 Subject: [PATCH 6/8] Update to 0.46.0 --- pixman.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pixman.spec b/pixman.spec index 367aab8..18b1a78 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.44.2 -Release: 2%{?dist} +Version: 0.46.0 +Release: 1%{?dist} Summary: Pixel manipulation library # SPDX @@ -60,6 +60,9 @@ Pixel manipulation library for X and Cairo development package. %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Sun Jun 08 2025 Peter Robinson - 0.46.0-1 +- Update to 0.46.0 + * Mon Jan 20 2025 Fedora Release Engineering - 0.44.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index f486a6a..b87dd20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.44.2.tar.xz) = b24907f9a0bf6a9aa3278d31986c562c5f2d68f8c178021497c8648aca9f91e4c6f1ecfacf93eb01ba4f03ce4cfc5970fc40bb0fe6724bac9210fc57da09cba4 +SHA512 (pixman-0.46.0.tar.xz) = c7ef987b7db89c58278c537f862bc9eb17c19f8288a3b7e88f8501a0486662f1e2cb6a2c0b81d4bf0464310475192428d6e29d05a6ae3cfc1d2c0941fbb0b9a3 From 0d17ec6cb023a5b838dfbb55ee3b24a832dab10d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Jun 2025 12:52:54 +0100 Subject: [PATCH 7/8] Update to 0.46.2 --- pixman.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pixman.spec b/pixman.spec index 18b1a78..927e3f7 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,7 +2,7 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.46.0 +Version: 0.46.2 Release: 1%{?dist} Summary: Pixel manipulation library @@ -60,6 +60,9 @@ Pixel manipulation library for X and Cairo development package. %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Tue Jun 10 2025 Peter Robinson - 0.46.2-1 +- Update to 0.46.2 + * Sun Jun 08 2025 Peter Robinson - 0.46.0-1 - Update to 0.46.0 diff --git a/sources b/sources index b87dd20..36c5345 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.46.0.tar.xz) = c7ef987b7db89c58278c537f862bc9eb17c19f8288a3b7e88f8501a0486662f1e2cb6a2c0b81d4bf0464310475192428d6e29d05a6ae3cfc1d2c0941fbb0b9a3 +SHA512 (pixman-0.46.2.tar.xz) = 9419e5a23f4b709e075c5dd33c46bb375d2407b6e90623fe3410a03171f4c5e0a511e8b4414557a39b68d46a4c1ac64f2ef0c9c6eab0b42a2be75d5d52a367fd From 9a9a347e9250e2a998e1c9cf2dce894a7d1dca8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:47:49 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 927e3f7..503b50d 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.46.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library # SPDX @@ -60,6 +60,9 @@ Pixel manipulation library for X and Cairo development package. %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.46.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 10 2025 Peter Robinson - 0.46.2-1 - Update to 0.46.2