From 8a14d7778dbdac12a072708eb8481628d7b89033 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 29 Jun 2018 17:37:28 -0400 Subject: [PATCH 01/35] Use ldconfig scriptlet macros --- pixman.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pixman.spec b/pixman.spec index 9006bbe..644548c 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.34.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries @@ -53,8 +53,8 @@ find %{buildroot} -type f -name "*.la" -delete %check make check %{?_smp_mflags} V=1 -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_post +%ldconfig_postun %files %doc COPYING @@ -68,6 +68,9 @@ make check %{?_smp_mflags} V=1 %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jun 29 2018 Adam Jackson - 0.34.0-9 +- Use ldconfig scriptlet macros + * Fri May 04 2018 Dan Horák - 0.34.0-8 - fix vector loads in VMX (ppc64le) (#1572540) From cc3116f6a7724d1968fc250c62defab2eb7c88e3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 22:29:58 +0000 Subject: [PATCH 02/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 644548c..0292b2c 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.34.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries @@ -68,6 +68,9 @@ make check %{?_smp_mflags} V=1 %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.34.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Jun 29 2018 Adam Jackson - 0.34.0-9 - Use ldconfig scriptlet macros From 13bf2711628d960deee4df42f6ca7cb13fc1fef5 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 29 Nov 2018 10:58:59 -0500 Subject: [PATCH 03/35] pixman 0.36.0 --- pixman.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pixman.spec b/pixman.spec index 0292b2c..c565787 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,24 +2,22 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.34.0 -Release: 10%{?dist} +Version: 0.36.0 +Release: 1%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries License: MIT -URL: http://cgit.freedesktop.org/pixman/ +URL: https://gitlab.freedesktop.org/pixman/pixman #VCS: git:git://git.freedesktop.org/git/pixman # To make git snapshots: # ./make-pixman-snapshot.sh %{\?gitrev} # if no revision specified, makes a new one from HEAD. -Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Source1: make-pixman-snapshot.sh -# https://bugzilla.redhat.com/show_bug.cgi?id=1572540 -# fix vector loads in VMX (ppc64le) -Patch0: pixman-0.34.0-vmx.patch BuildRequires: automake autoconf libtool +BuildRequires: gcc %description Pixman is a pixel manipulation library for X and Cairo. @@ -68,6 +66,9 @@ make check %{?_smp_mflags} V=1 %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Nov 29 2018 Adam Jackson - 0.36.0-1 +- pixman 0.36.0 + * Fri Jul 13 2018 Fedora Release Engineering - 0.34.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 66bf6ad4e07172db0278d7a2c58af88015ad4deb Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 17 Dec 2018 13:00:23 -0500 Subject: [PATCH 04/35] Update sources --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index 66ab912..064506c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -002a4fcb644ddfcb4b0e4191576a0d59 pixman-0.34.0.tar.bz2 +SHA512 (pixman-0.36.0.tar.bz2) = ed99c85a8ce11f52659da61bff599c0405ae0069c30434bdef7238bc9f18e83e6d534cddf38c14d753943edbaeba580c5005ad7575f27e469ca7be7878678d21 From 088e5148a5eb3491dc0745a5f176c23ac182159a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:13 +0100 Subject: [PATCH 05/35] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- pixman.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/pixman.spec b/pixman.spec index c565787..bebf95b 100644 --- a/pixman.spec +++ b/pixman.spec @@ -6,7 +6,6 @@ Version: 0.36.0 Release: 1%{?dist} Summary: Pixel manipulation library -Group: System Environment/Libraries License: MIT URL: https://gitlab.freedesktop.org/pixman/pixman #VCS: git:git://git.freedesktop.org/git/pixman @@ -24,7 +23,6 @@ Pixman is a pixel manipulation library for X and Cairo. %package devel Summary: Pixel manipulation library development package -Group: Development/Libraries Requires: %{name}%{?isa} = %{version}-%{release} Requires: pkgconfig From b1e19e6bf26a643724f84996796b0bbc7fb2c3b7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 04:17:53 +0000 Subject: [PATCH 06/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index bebf95b..fa68d28 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ make check %{?_smp_mflags} V=1 %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.36.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Nov 29 2018 Adam Jackson - 0.36.0-1 - pixman 0.36.0 From afb8adbbd8b5b44ce2f98d60e4ea0194b3d652a6 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 12 Feb 2019 07:42:12 +0100 Subject: [PATCH 07/35] Update to 0.38.0 --- pixman.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pixman.spec b/pixman.spec index fa68d28..e65e3ea 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.36.0 -Release: 2%{?dist} +Version: 0.38.0 +Release: 1%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ make check %{?_smp_mflags} V=1 %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Tue Feb 12 2019 Kalev Lember - 0.38.0-1 +- Update to 0.38.0 + * Sat Feb 02 2019 Fedora Release Engineering - 0.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 064506c..e568ec5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.36.0.tar.bz2) = ed99c85a8ce11f52659da61bff599c0405ae0069c30434bdef7238bc9f18e83e6d534cddf38c14d753943edbaeba580c5005ad7575f27e469ca7be7878678d21 +SHA512 (pixman-0.38.0.tar.bz2) = f2279a30947df0c75064fdc36c3e0b735d9392d516191d99a9a66c9bae86778c538a552f1bf9eb75cdbd141891e3addb4836b37ef1553bc6d55285f214311b78 From 918142a5cbfd1990e10983d05a091163ed41e274 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 12 Feb 2019 07:45:32 +0100 Subject: [PATCH 08/35] Switch to the meson build system --- pixman.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pixman.spec b/pixman.spec index e65e3ea..fa64487 100644 --- a/pixman.spec +++ b/pixman.spec @@ -15,8 +15,8 @@ URL: https://gitlab.freedesktop.org/pixman/pixman Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Source1: make-pixman-snapshot.sh -BuildRequires: automake autoconf libtool BuildRequires: gcc +BuildRequires: meson %description Pixman is a pixel manipulation library for X and Cairo. @@ -33,21 +33,19 @@ Development library for pixman. %autosetup -p1 %build -%configure \ +%meson --auto-features=auto \ %ifarch %{arm} - --disable-arm-iwmmxt --disable-arm-iwmmxt2 \ + -Diwmmxt=disabled -Diwmmxt2=false \ %endif - --disable-static + %nil -make %{?_smp_mflags} V=1 +%meson_build %install -make install DESTDIR=$RPM_BUILD_ROOT - -find %{buildroot} -type f -name "*.la" -delete +%meson_install %check -make check %{?_smp_mflags} V=1 +%meson_test %ldconfig_post %ldconfig_postun @@ -66,6 +64,7 @@ make check %{?_smp_mflags} V=1 %changelog * Tue Feb 12 2019 Kalev Lember - 0.38.0-1 - Update to 0.38.0 +- Switch to the meson build system * Sat Feb 02 2019 Fedora Release Engineering - 0.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 2fb0a53578f3fd86f168e6e6525dddc8e745ad95 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jul 2019 10:46:20 +0000 Subject: [PATCH 09/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index fa64487..506a41b 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.38.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library License: MIT @@ -62,6 +62,9 @@ Development library for pixman. %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 0.38.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Feb 12 2019 Kalev Lember - 0.38.0-1 - Update to 0.38.0 - Switch to the meson build system From f2bf2e973f0199b0ae511bacf54155c70578734f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 13 Aug 2019 14:36:48 -0400 Subject: [PATCH 10/35] Bump test suite timeout to 10m because arm --- pixman.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pixman.spec b/pixman.spec index 506a41b..a11ecdd 100644 --- a/pixman.spec +++ b/pixman.spec @@ -31,6 +31,8 @@ Development library for pixman. %prep %autosetup -p1 +# bump up the test suite timeout because arm +sed -i 's/120/600/' test/meson.build %build %meson --auto-features=auto \ From 6ce6b86610a48455035eb6ab6391d2c962a395e0 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 9 Sep 2019 22:48:08 +0200 Subject: [PATCH 11/35] Update to 0.38.4 --- pixman.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pixman.spec b/pixman.spec index a11ecdd..5cd4496 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.38.0 -Release: 2%{?dist} +Version: 0.38.4 +Release: 1%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Mon Sep 09 2019 Kalev Lember - 0.38.4-1 +- Update to 0.38.4 + * Fri Jul 26 2019 Fedora Release Engineering - 0.38.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index e568ec5..f1d9f6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.38.0.tar.bz2) = f2279a30947df0c75064fdc36c3e0b735d9392d516191d99a9a66c9bae86778c538a552f1bf9eb75cdbd141891e3addb4836b37ef1553bc6d55285f214311b78 +SHA512 (pixman-0.38.4.tar.bz2) = 0683b7f67caa0881b23188b7e6f8487c7e0a1257a912686616b7d862efd5a9efdb51641c81ec54905a6f6b1029d796ca4e25c0909db28fc29fa3617bf09f9cf9 From 050d51c5dea154281a949a0174f2dd9582ebdd87 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 09:09:16 +0000 Subject: [PATCH 12/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 5cd4496..72933f2 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.38.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 0.38.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Sep 09 2019 Kalev Lember - 0.38.4-1 - Update to 0.38.4 From 6eba2575a420fc474b73679da4ec70a6c6220c6b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 20 Apr 2020 15:07:24 +0200 Subject: [PATCH 13/35] Update to 0.40.0 --- .gitignore | 1 + pixman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4cd7380..86c7e44 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pixman-0.*.tar.bz2 +/pixman-0.40.0.tar.xz diff --git a/pixman.spec b/pixman.spec index 72933f2..7ca6ef6 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.38.4 -Release: 2%{?dist} +Version: 0.40.0 +Release: 1%{?dist} Summary: Pixel manipulation library License: MIT @@ -12,7 +12,7 @@ URL: https://gitlab.freedesktop.org/pixman/pixman # To make git snapshots: # ./make-pixman-snapshot.sh %{\?gitrev} # if no revision specified, makes a new one from HEAD. -Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz Source1: make-pixman-snapshot.sh BuildRequires: gcc @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Mon Apr 20 2020 Kalev Lember - 0.40.0-1 +- Update to 0.40.0 + * Thu Jan 30 2020 Fedora Release Engineering - 0.38.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index f1d9f6a..842095d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.38.4.tar.bz2) = 0683b7f67caa0881b23188b7e6f8487c7e0a1257a912686616b7d862efd5a9efdb51641c81ec54905a6f6b1029d796ca4e25c0909db28fc29fa3617bf09f9cf9 +SHA512 (pixman-0.40.0.tar.xz) = 8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270 From 5282d82f910657b46b7c49550d2cc1b72802031d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 22:33:37 +0000 Subject: [PATCH 14/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 7ca6ef6..701c021 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.40.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 0.40.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Apr 20 2020 Kalev Lember - 0.40.0-1 - Update to 0.40.0 From 177d77159a8e5522db1297312e9e52a91ee532e0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 08:08:57 +0000 Subject: [PATCH 15/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 701c021..321d5f7 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.40.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.40.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 0.40.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 461b5f6ab7215af5091834d0db8b20b699b306b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:32:25 +0000 Subject: [PATCH 16/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 321d5f7..69e6852 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.40.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.40.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.40.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 1db261787903cf1f2463e56aa76c9bdb260b53f1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 08:56:38 +0000 Subject: [PATCH 17/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 69e6852..c629a67 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.40.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 0.40.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.40.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 81c3a5590e43e5c67269df24502f4956dbe763f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:51:25 +0000 Subject: [PATCH 18/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index c629a67..062e704 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.40.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 0.40.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jan 21 2022 Fedora Release Engineering - 0.40.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From feb40aa407d69558ee0b23fd7808b3aa5e169112 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 09:44:27 +0000 Subject: [PATCH 19/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 062e704..483e291 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.40.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.40.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 0.40.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From b22f2ccd2d763b425706761951858a5799ce094d Mon Sep 17 00:00:00 2001 From: Petter Abrahamsson Date: Fri, 23 Dec 2022 07:11:25 -0500 Subject: [PATCH 20/35] Update to 0.42.2-1 --- pixman.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pixman.spec b/pixman.spec index 483e291..17a05d7 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.40.0 -Release: 7%{?dist} +Version: 0.42.2 +Release: 1%{?dist} Summary: Pixel manipulation library License: MIT @@ -27,7 +27,7 @@ Requires: %{name}%{?isa} = %{version}-%{release} Requires: pkgconfig %description devel -Development library for pixman. +Pixel manipulation library for X and Cairo development package. %prep %autosetup -p1 @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Dec 23 2022 Petter Abrahamsson - 0.42.2-1 +- Update to 0.42.2 + * Fri Jan 20 2023 Fedora Release Engineering - 0.40.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 842095d..12e44a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.40.0.tar.xz) = 8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270 +SHA512 (pixman-0.42.2.tar.xz) = 3476e2676e66756b1af61b1e532cd80c985c191fb7956eb01702b419726cce99e79163b7f287f74f66414680e7396d13c3fee525cd663f12b6ac4877070ff4e8 From 2f19b2c4324e3d9ff0a38a264abc9b32ef02b040 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 21 Feb 2023 14:56:59 +0100 Subject: [PATCH 21/35] Fix changelog date --- pixman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 17a05d7..4cc0231 100644 --- a/pixman.spec +++ b/pixman.spec @@ -64,7 +64,7 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog -* Fri Dec 23 2022 Petter Abrahamsson - 0.42.2-1 +* Tue Feb 21 2023 Petter Abrahamsson - 0.42.2-1 - Update to 0.42.2 * Fri Jan 20 2023 Fedora Release Engineering - 0.40.0-7 From c669e649c99e1540a68b6a5150046e9fc06ae7ff Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:38:15 +0000 Subject: [PATCH 22/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 4cc0231..cba4e05 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.42.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library License: MIT @@ -64,6 +64,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 0.42.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Feb 21 2023 Petter Abrahamsson - 0.42.2-1 - Update to 0.42.2 From eb641055f1b2b6dc7191a557a5cc172eded1157d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 7 Sep 2023 15:46:27 +0200 Subject: [PATCH 23/35] SPDX migration: license is already SPDX compatible --- pixman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pixman.spec b/pixman.spec index cba4e05..c6a5fd7 100644 --- a/pixman.spec +++ b/pixman.spec @@ -6,6 +6,7 @@ Version: 0.42.2 Release: 2%{?dist} Summary: Pixel manipulation library +# SPDX License: MIT URL: https://gitlab.freedesktop.org/pixman/pixman #VCS: git:git://git.freedesktop.org/git/pixman @@ -64,6 +65,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Sep 07 2023 José Expósito +- SPDX migration: license is already SPDX compatible + * Fri Jul 21 2023 Fedora Release Engineering - 0.42.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From b46f7c57545da2271a114ddae600e7a9fde8262b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Tue, 9 Jan 2024 09:26:49 +0100 Subject: [PATCH 24/35] Update to 0.43.0 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2256749 --- .gitignore | 1 + pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86c7e44..e402e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pixman-0.*.tar.bz2 /pixman-0.40.0.tar.xz +/pixman-0.43.0.tar.xz diff --git a/pixman.spec b/pixman.spec index c6a5fd7..301de4e 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.42.2 -Release: 2%{?dist} +Version: 0.43.0 +Release: 1%{?dist} Summary: Pixel manipulation library # SPDX @@ -65,6 +65,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Tue Jan 09 2024 José Expósito - 0.43.0-1 +- Update to 0.43.0 + * Thu Sep 07 2023 José Expósito - SPDX migration: license is already SPDX compatible diff --git a/sources b/sources index 12e44a1..c1fdc69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.42.2.tar.xz) = 3476e2676e66756b1af61b1e532cd80c985c191fb7956eb01702b419726cce99e79163b7f287f74f66414680e7396d13c3fee525cd663f12b6ac4877070ff4e8 +SHA512 (pixman-0.43.0.tar.xz) = a90399b8c6aec218abb2f419fb5d6894acf9f4c7acb4fd3893b0b7c805ba47c82ee7efb363be59bb1a15b6997b2dddb7dba062a165503b035e1124fff1b271c9 From 5b5054af44c94a57348b01705255cf5f4ccda90d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:47:32 +0000 Subject: [PATCH 25/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 301de4e..761997e 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.43.0 -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 +* Sun Jan 21 2024 Fedora Release Engineering - 0.43.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Jan 09 2024 José Expósito - 0.43.0-1 - Update to 0.43.0 From d6150e2df4231d300e73585c54fb2ec0583b7891 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:34:39 +0000 Subject: [PATCH 26/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixman.spec b/pixman.spec index 761997e..c7baf40 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.43.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pixel manipulation library # SPDX @@ -65,6 +65,9 @@ sed -i 's/120/600/' test/meson.build %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 0.43.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 0.43.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f67456cfbf191e194806ea0a3cafdde90518a4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Fri, 1 Mar 2024 10:35:23 +0100 Subject: [PATCH 27/35] Update to 0.43.4 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2260750 --- .gitignore | 3 +-- pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e402e5d..56c0732 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /pixman-0.*.tar.bz2 -/pixman-0.40.0.tar.xz -/pixman-0.43.0.tar.xz +/pixman-0.*.tar.xz diff --git a/pixman.spec b/pixman.spec index c7baf40..2817247 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.43.0 -Release: 3%{?dist} +Version: 0.43.4 +Release: 1%{?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 Mar 01 2024 José Expósito - 0.43.4-1 +- Update to 0.43.4 + * Thu Jan 25 2024 Fedora Release Engineering - 0.43.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index c1fdc69..c788daa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.43.0.tar.xz) = a90399b8c6aec218abb2f419fb5d6894acf9f4c7acb4fd3893b0b7c805ba47c82ee7efb363be59bb1a15b6997b2dddb7dba062a165503b035e1124fff1b271c9 +SHA512 (pixman-0.43.4.tar.xz) = b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36 From eb23fbc7977183be27eea2123fba2cd5062611a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:51:57 +0000 Subject: [PATCH 28/35] 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 29/35] 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 30/35] 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 31/35] 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 32/35] 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 33/35] 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 34/35] 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 35/35] 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