From 11ad42c66ada36707822969197b18aa6316381d3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 4 Sep 2013 19:14:10 +0200 Subject: [PATCH 01/41] Disable SSE2 ... to work around gtk3 crashes. https://bugs.freedesktop.org/show_bug.cgi?id=68300 --- mingw-pixman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 19e58b3..cccc46d 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.30.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -68,7 +68,7 @@ Static version of the cross compiled Pixman library. %build # Uses GTK for its testsuite, so disable this otherwise # we have a chicken & egg problem on mingw -%mingw_configure --disable-gtk --enable-static --enable-shared +%mingw_configure --disable-gtk --disable-sse2 --enable-static --enable-shared %mingw_make %{?_smp_mflags} @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Wed Sep 04 2013 Kalev Lember - 0.30.0-3 +- Disable SSE2 (fdo#68300) + * Sat Jun 15 2013 Erik van Pienbroek - 0.30.0-2 - Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries From 2d38db49d77cef31a205c573d117847ef3dac40f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 05:07:37 -0500 Subject: [PATCH 02/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index fd4b7f0..bdaf24e 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.32.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.32.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Mar 29 2014 Kalev Lember - 0.32.0-1 - Update to 0.32.0 From 0c784d42439c223c7593aa96decfdeac41cfee4b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 14 Oct 2014 21:35:56 +0200 Subject: [PATCH 03/41] Update to 0.32.6 --- .gitignore | 1 + mingw-pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e15e3dc..0386f89 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.28.0.tar.gz /pixman-0.30.0.tar.gz /pixman-0.32.0.tar.gz +/pixman-0.32.6.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index bdaf24e..2f1f095 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ %?mingw_package_header Name: mingw-pixman -Version: 0.32.0 -Release: 2%{?dist} +Version: 0.32.6 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Tue Oct 14 2014 Kalev Lember - 0.32.6-1 +- Update to 0.32.6 + * Sat Jun 07 2014 Fedora Release Engineering - 0.32.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index e5d32e0..bb65169 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f7ee566a7dfb0260be11f3e944a708c pixman-0.32.0.tar.gz +3a30859719a41bd0f5cccffbfefdd4c2 pixman-0.32.6.tar.gz From 5d5f96414a939c3d871c1faa2647adc4fc8ca8e0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 20:32:21 +0000 Subject: [PATCH 04/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 2f1f095..8184b84 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.32.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 0.32.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Oct 14 2014 Kalev Lember - 0.32.6-1 - Update to 0.32.6 From 1af97e5e6829840063bcdb3a2c35aa256e1c134e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 23 Aug 2015 11:28:32 +0200 Subject: [PATCH 05/41] Update to 0.33.2 --- .gitignore | 1 + mingw-pixman.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0386f89..1db71d1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.30.0.tar.gz /pixman-0.32.0.tar.gz /pixman-0.32.6.tar.gz +/pixman-0.33.2.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 8184b84..5449994 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,15 +1,15 @@ %?mingw_package_header Name: mingw-pixman -Version: 0.32.6 -Release: 2%{?dist} +Version: 0.33.2 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT URL: http://cgit.freedesktop.org/pixman/ Group: Development/Libraries -Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz +Source0: http://cairographics.org/snapshots/pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh BuildArch: noarch @@ -73,7 +73,7 @@ Static version of the cross compiled Pixman library. %install -%mingw_make_install DESTDIR=$RPM_BUILD_ROOT +%mingw_make install DESTDIR=$RPM_BUILD_ROOT # Drop all .la files find $RPM_BUILD_ROOT -name "*.la" -delete @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Aug 22 2015 Kalev Lember - 0.33.2-1 +- Update to 0.33.2 + * Wed Jun 17 2015 Fedora Release Engineering - 0.32.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index bb65169..02204c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a30859719a41bd0f5cccffbfefdd4c2 pixman-0.32.6.tar.gz +fdf5211a551ce1a6737bdf9049019df3 pixman-0.33.2.tar.gz From b13166436b3625c4423e6cd6068c7cdb64f48228 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 23 Aug 2015 11:28:54 +0200 Subject: [PATCH 06/41] Use license macro for COPYING files --- mingw-pixman.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 5449994..97f0411 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -81,7 +81,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete # Win32 %files -n mingw32-pixman -%doc COPYING +%license COPYING %{mingw32_bindir}/libpixman-1-0.dll %{mingw32_includedir}/pixman-1 %{mingw32_libdir}/libpixman-1.dll.a @@ -92,7 +92,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete # Win64 %files -n mingw64-pixman -%doc COPYING +%license COPYING %{mingw64_bindir}/libpixman-1-0.dll %{mingw64_includedir}/pixman-1 %{mingw64_libdir}/libpixman-1.dll.a @@ -105,6 +105,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog * Sat Aug 22 2015 Kalev Lember - 0.33.2-1 - Update to 0.33.2 +- Use license macro for COPYING files * Wed Jun 17 2015 Fedora Release Engineering - 0.32.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 2228adcba4a4c5fc3df124fa467a9f485843caff Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 08:20:12 +0000 Subject: [PATCH 07/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 97f0411..0b4e437 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.33.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.33.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Sat Aug 22 2015 Kalev Lember - 0.33.2-1 - Update to 0.33.2 - Use license macro for COPYING files From f75d713849e44d8fb52f842f96ad7c5edbd45617 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 3 May 2016 16:34:41 +0200 Subject: [PATCH 08/41] Update to 0.34.0 --- .gitignore | 1 + mingw-pixman.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1db71d1..e3e0d1f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.32.0.tar.gz /pixman-0.32.6.tar.gz /pixman-0.33.2.tar.gz +/pixman-0.34.0.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 0b4e437..9710cfd 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,15 +1,15 @@ %?mingw_package_header Name: mingw-pixman -Version: 0.33.2 -Release: 2%{?dist} +Version: 0.34.0 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT URL: http://cgit.freedesktop.org/pixman/ Group: Development/Libraries -Source0: http://cairographics.org/snapshots/pixman-%{version}.tar.gz +Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh BuildArch: noarch @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Tue May 03 2016 Kalev Lember - 0.34.0-1 +- Update to 0.34.0 + * Thu Feb 04 2016 Fedora Release Engineering - 0.33.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 02204c8..55e8287 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fdf5211a551ce1a6737bdf9049019df3 pixman-0.33.2.tar.gz +e80ebae4da01e77f68744319f01d52a3 pixman-0.34.0.tar.gz From 0f04e89a3b6446876ac1a87b45e20efd0ddda113 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 21:16:29 +0000 Subject: [PATCH 09/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 9710cfd..3853366 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.34.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 0.34.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Tue May 03 2016 Kalev Lember - 0.34.0-1 - Update to 0.34.0 From cb827443377773c52a4618419c85ed66ef64c9f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 21:46:12 +0000 Subject: [PATCH 10/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 3853366..9e97574 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.34.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.34.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 0.34.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 35805cfcd46932eeb7cb7980d0ceb979682c354c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 8 Feb 2018 02:28:19 +0000 Subject: [PATCH 11/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 9e97574..84c2483 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.34.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Thu Feb 08 2018 Fedora Release Engineering - 0.34.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 0.34.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 0fbdb0a3b95b2d2dbe147ed560bf3737e247bab3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 10:34:36 +0000 Subject: [PATCH 12/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 84c2483..9827de9 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.34.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.34.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Feb 08 2018 Fedora Release Engineering - 0.34.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From f0908e63c50d86adc7f2a148dd530dfbd7f38890 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:54 +0100 Subject: [PATCH 13/41] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- mingw-pixman.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 9827de9..ee7f05d 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -7,7 +7,6 @@ Summary: MinGW Windows Pixman library License: MIT URL: http://cgit.freedesktop.org/pixman/ -Group: Development/Libraries Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh @@ -38,7 +37,6 @@ MinGW Windows Pixman library. %package -n mingw32-pixman-static Summary: Static version of the MinGW Windows Pixman library Requires: mingw32-pixman = %{version}-%{release} -Group: Development/Libraries %description -n mingw32-pixman-static Static version of the MinGW Windows Pixman library. From af9c8d2eba5e9d667b7a5eb461291e670640ef64 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 10:48:29 +0000 Subject: [PATCH 14/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index ee7f05d..50aecbd 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.34.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -101,6 +101,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 0.34.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 0.34.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 5947556b62620e8d6cec335009370346bb2230f6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 17:02:21 +0000 Subject: [PATCH 15/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 50aecbd..6812aba 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.34.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -101,6 +101,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.34.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 0.34.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 87f83fc5f07e3c6c110c9939d8f796873f108a9e Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 28 Aug 2019 02:08:04 +0200 Subject: [PATCH 16/41] Update to 0.38.0 --- .gitignore | 1 + mingw-pixman.spec | 33 +++++++++++++++++++------------ pixman_meson-static-library.patch | 12 +++++++++++ sources | 2 +- 4 files changed, 34 insertions(+), 14 deletions(-) create mode 100644 pixman_meson-static-library.patch diff --git a/.gitignore b/.gitignore index e3e0d1f..8a4118d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.32.6.tar.gz /pixman-0.33.2.tar.gz /pixman-0.34.0.tar.gz +/pixman-0.38.0.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 6812aba..50d45b7 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ -%?mingw_package_header +%{?mingw_package_header} Name: mingw-pixman -Version: 0.34.0 -Release: 7%{?dist} +Version: 0.38.0 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -11,15 +11,23 @@ URL: http://cgit.freedesktop.org/pixman/ Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh +# Allow building a static library with meson +Patch0: pixman_meson-static-library.patch + BuildArch: noarch BuildRequires: mingw32-filesystem >= 95 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils +BuildRequires: mingw32-libgomp BuildRequires: mingw64-filesystem >= 95 BuildRequires: mingw64-gcc BuildRequires: mingw64-binutils +BuildRequires: mingw64-libgomp + +BuildRequires: gcc +BuildRequires: meson %description @@ -56,25 +64,21 @@ Requires: mingw64-pixman = %{version}-%{release} Static version of the cross compiled Pixman library. -%?mingw_debug_package +%{?mingw_debug_package} %prep -%setup -q -n pixman-%{version} +%autosetup -p1 -n pixman-%{version} %build -# Uses GTK for its testsuite, so disable this otherwise -# we have a chicken & egg problem on mingw -%mingw_configure --disable-gtk --disable-sse2 --enable-static --enable-shared -%mingw_make %{?_smp_mflags} +# Uses GTK for its testsuite, so disable this otherwise we have a chicken & egg problem on mingw +%mingw_meson --default-library=both -Dgtk=disabled +%mingw_ninja %install -%mingw_make install DESTDIR=$RPM_BUILD_ROOT - -# Drop all .la files -find $RPM_BUILD_ROOT -name "*.la" -delete +%mingw_ninja_install # Win32 @@ -101,6 +105,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Wed Aug 28 2019 Sandro Mani - 0.38.0-1 +- Update to 0.38.0 + * Thu Jul 25 2019 Fedora Release Engineering - 0.34.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/pixman_meson-static-library.patch b/pixman_meson-static-library.patch new file mode 100644 index 0000000..ab23562 --- /dev/null +++ b/pixman_meson-static-library.patch @@ -0,0 +1,12 @@ +diff -rupN --no-dereference pixman-0.38.0/pixman/meson.build pixman-0.38.0-new/pixman/meson.build +--- pixman-0.38.0/pixman/meson.build 2019-01-21 12:17:13.000000000 +0100 ++++ pixman-0.38.0-new/pixman/meson.build 2019-08-28 02:07:16.104054508 +0200 +@@ -97,7 +97,7 @@ pixman_files = files( + 'pixman-utils.c', + ) + +-libpixman = shared_library( ++libpixman = library( + 'pixman-1', + [pixman_files, config_h, version_h], + link_with : [pixman_simd_libs], diff --git a/sources b/sources index 55e8287..79dba4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e80ebae4da01e77f68744319f01d52a3 pixman-0.34.0.tar.gz +SHA512 (pixman-0.38.0.tar.gz) = 1b0205dbe9d9185c68813ce577a889f3c83e83fbd9955c3a72d411c3b476e6be93fc246b5b6ef4ee17e2bb8eb6fb5559e01dff7feb6a6c4c6314f980e960d690 From 60c281f950444b99bb7bf5a217c7165ba36b1350 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 16 Sep 2019 11:50:07 +0200 Subject: [PATCH 17/41] Update to 0.38.4 --- .gitignore | 1 + mingw-pixman.spec | 5 ++++- pixman_meson-static-library.patch | 6 +++--- sources | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8a4118d..00de4c1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.33.2.tar.gz /pixman-0.34.0.tar.gz /pixman-0.38.0.tar.gz +/pixman-0.38.4.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 50d45b7..9bd32d0 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,7 +1,7 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.38.0 +Version: 0.38.4 Release: 1%{?dist} Summary: MinGW Windows Pixman library @@ -105,6 +105,9 @@ Static version of the cross compiled Pixman library. %changelog +* Mon Sep 16 2019 Sandro Mani - 0.38.4-1 +- Update to 0.38.4 + * Wed Aug 28 2019 Sandro Mani - 0.38.0-1 - Update to 0.38.0 diff --git a/pixman_meson-static-library.patch b/pixman_meson-static-library.patch index ab23562..b0e50d0 100644 --- a/pixman_meson-static-library.patch +++ b/pixman_meson-static-library.patch @@ -1,6 +1,6 @@ -diff -rupN --no-dereference pixman-0.38.0/pixman/meson.build pixman-0.38.0-new/pixman/meson.build ---- pixman-0.38.0/pixman/meson.build 2019-01-21 12:17:13.000000000 +0100 -+++ pixman-0.38.0-new/pixman/meson.build 2019-08-28 02:07:16.104054508 +0200 +diff -rupN --no-dereference pixman-0.38.4/pixman/meson.build pixman-0.38.4-new/pixman/meson.build +--- pixman-0.38.4/pixman/meson.build 2019-03-30 22:49:21.000000000 +0100 ++++ pixman-0.38.4-new/pixman/meson.build 2019-09-16 11:41:03.189791414 +0200 @@ -97,7 +97,7 @@ pixman_files = files( 'pixman-utils.c', ) diff --git a/sources b/sources index 79dba4f..7b4f5ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.38.0.tar.gz) = 1b0205dbe9d9185c68813ce577a889f3c83e83fbd9955c3a72d411c3b476e6be93fc246b5b6ef4ee17e2bb8eb6fb5559e01dff7feb6a6c4c6314f980e960d690 +SHA512 (pixman-0.38.4.tar.gz) = b66dc23c0bc7327cb90085cbc14ccf96ad58001a927f23af24e0258ca13f32d4255535862f1efcf00e9e723410aa9f51edf26fb01c8cde49379d1225acf7b5af From 3f723352d4212e96e272526a47f1965ae9e19833 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 8 Oct 2019 18:58:35 +0200 Subject: [PATCH 18/41] Rebuild (Changes/Mingw32GccDwarf2) --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 9bd32d0..fdf0488 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.38.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -105,6 +105,9 @@ Static version of the cross compiled Pixman library. %changelog +* Tue Oct 08 2019 Sandro Mani - 0.38.4-2 +- Rebuild (Changes/Mingw32GccDwarf2) + * Mon Sep 16 2019 Sandro Mani - 0.38.4-1 - Update to 0.38.4 From 7a78cda1527e5a44d0d2a42b992609f06fc5d3fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 13:19:39 +0000 Subject: [PATCH 19/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index fdf0488..dba14ec 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.38.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -105,6 +105,9 @@ Static version of the cross compiled Pixman library. %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 0.38.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Oct 08 2019 Sandro Mani - 0.38.4-2 - Rebuild (Changes/Mingw32GccDwarf2) From 5b287fcae77a004bd1263efdf95e9616b99d5db5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 13 Feb 2020 11:20:52 +0000 Subject: [PATCH 20/41] All mingw packages have been retired in EPEL 7, see https://pagure.io/fesco/issue/2333 --- .gitignore | 12 --- dead.package | 1 + make-pixman-snapshot.sh | 16 --- mingw-pixman.spec | 233 ---------------------------------------- sources | 1 - 5 files changed, 1 insertion(+), 262 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100755 make-pixman-snapshot.sh delete mode 100644 mingw-pixman.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e15e3dc..0000000 --- a/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -pixman-0.18.2.tar.bz2 -/pixman-0.19.2.tar.bz2 -/pixman-0.19.4.tar.gz -/pixman-0.20.2.tar.gz -/pixman-0.22.0.tar.gz -/pixman-0.22.2.tar.gz -/pixman-0.24.2.tar.gz -/pixman-0.24.4.tar.gz -/pixman-0.26.2.tar.gz -/pixman-0.28.0.tar.gz -/pixman-0.30.0.tar.gz -/pixman-0.32.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..0a0f899 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +All mingw packages have been retired in EPEL 7, see https://pagure.io/fesco/issue/2333 diff --git a/make-pixman-snapshot.sh b/make-pixman-snapshot.sh deleted file mode 100755 index 0cd65a3..0000000 --- a/make-pixman-snapshot.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -DIRNAME=pixman-$( date +%Y%m%d ) - -rm -rf $DIRNAME -git clone git://git.freedesktop.org/git/pixman $DIRNAME -cd $DIRNAME -if [ -z "$1" ]; then - git log | head -1 -else - git checkout $1 -fi -rm -rf .git -cd .. -tar jcf $DIRNAME.tar.bz2 $DIRNAME -rm -rf $DIRNAME diff --git a/mingw-pixman.spec b/mingw-pixman.spec deleted file mode 100644 index fd4b7f0..0000000 --- a/mingw-pixman.spec +++ /dev/null @@ -1,233 +0,0 @@ -%?mingw_package_header - -Name: mingw-pixman -Version: 0.32.0 -Release: 1%{?dist} -Summary: MinGW Windows Pixman library - -License: MIT -URL: http://cgit.freedesktop.org/pixman/ -Group: Development/Libraries - -Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz -Source1: make-pixman-snapshot.sh - -BuildArch: noarch - -BuildRequires: mingw32-filesystem >= 95 -BuildRequires: mingw32-gcc -BuildRequires: mingw32-binutils - -BuildRequires: mingw64-filesystem >= 95 -BuildRequires: mingw64-gcc -BuildRequires: mingw64-binutils - - -%description -MinGW Windows Pixman library. - - -# Win32 -%package -n mingw32-pixman -Summary: MinGW Windows Pixman library - -%description -n mingw32-pixman -MinGW Windows Pixman library. - - -%package -n mingw32-pixman-static -Summary: Static version of the MinGW Windows Pixman library -Requires: mingw32-pixman = %{version}-%{release} -Group: Development/Libraries - -%description -n mingw32-pixman-static -Static version of the MinGW Windows Pixman library. - -# Win64 -%package -n mingw64-pixman -Summary: MinGW Windows Pixman library - -%description -n mingw64-pixman -MinGW Windows Pixman library. - -%package -n mingw64-pixman-static -Summary: Static version of the cross compiled Pixman library -Requires: mingw64-pixman = %{version}-%{release} - -%description -n mingw64-pixman-static -Static version of the cross compiled Pixman library. - - -%?mingw_debug_package - - -%prep -%setup -q -n pixman-%{version} - - -%build -# Uses GTK for its testsuite, so disable this otherwise -# we have a chicken & egg problem on mingw -%mingw_configure --disable-gtk --disable-sse2 --enable-static --enable-shared -%mingw_make %{?_smp_mflags} - - -%install -%mingw_make_install DESTDIR=$RPM_BUILD_ROOT - -# Drop all .la files -find $RPM_BUILD_ROOT -name "*.la" -delete - - -# Win32 -%files -n mingw32-pixman -%doc COPYING -%{mingw32_bindir}/libpixman-1-0.dll -%{mingw32_includedir}/pixman-1 -%{mingw32_libdir}/libpixman-1.dll.a -%{mingw32_libdir}/pkgconfig/pixman-1.pc - -%files -n mingw32-pixman-static -%{mingw32_libdir}/libpixman-1.a - -# Win64 -%files -n mingw64-pixman -%doc COPYING -%{mingw64_bindir}/libpixman-1-0.dll -%{mingw64_includedir}/pixman-1 -%{mingw64_libdir}/libpixman-1.dll.a -%{mingw64_libdir}/pkgconfig/pixman-1.pc - -%files -n mingw64-pixman-static -%{mingw64_libdir}/libpixman-1.a - - -%changelog -* Sat Mar 29 2014 Kalev Lember - 0.32.0-1 -- Update to 0.32.0 - -* Wed Sep 04 2013 Kalev Lember - 0.30.0-4 -- Disable SSE2 (fdo#68300) - -* Sat Aug 03 2013 Fedora Release Engineering - 0.30.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sat Jun 15 2013 Erik van Pienbroek - 0.30.0-2 -- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries - -* Tue May 14 2013 Erik van Pienbroek - 0.30.0-1 -- Update to 0.30.0 - -* Thu Feb 14 2013 Fedora Release Engineering - 0.28.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Nov 22 2012 Erik van Pienbroek - 0.28.0-1 -- Update to 0.28.0 - -* Wed Nov 21 2012 Erik van Pienbroek - 0.26.2-1 -- Update to 0.26.2 - -* Fri Jul 20 2012 Fedora Release Engineering - 0.24.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Mar 10 2012 Erik van Pienbroek - 0.24.4-3 -- Added win64 support -- Dropped unneeded BR: mingw32-dlfcn - -* Tue Mar 06 2012 Kalev Lember - 0.24.4-2 -- Renamed the source package to mingw-pixman (#800445) -- Use mingw macros without leading underscore - -* Tue Feb 28 2012 Kalev Lember - 0.24.4-1 -- Update to 0.24.4 -- Remove .la files - -* Mon Feb 27 2012 Erik van Pienbroek - 0.24.2-2 -- Rebuild against the mingw-w64 toolchain - -* Wed Feb 01 2012 Kalev Lember - 0.24.2-1 -- Update to 0.24.2 - -* Fri Jan 13 2012 Fedora Release Engineering - 0.22.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sat Jul 16 2011 Kalev Lember - 0.22.2-1 -- Update to 0.22.2 -- Use automatic mingw dep extraction -- Cleaned up the spec file for modern rpmbuild - -* Sun May 08 2011 Kalev Lember - 0.22.0-1 -- Update to 0.22.0 - -* Mon Apr 25 2011 Kalev Lember - 0.20.2-1 -- Update to 0.20.2 - -* Tue Feb 08 2011 Fedora Release Engineering - 0.19.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Sep 24 2010 Erik van Pienbroek - 0.19.4-1 -- Update to 0.19.4 -- Fixed Source URL -- Fixed a small rpmlint warning - -* Tue Sep 7 2010 Erik van Pienbroek - 0.19.2-1 -- Update to 0.19.2 - -* Mon Jul 12 2010 Erik van Pienbroek - 0.18.2-1 -- Update to 0.18.2 (RHBZ #613665) - -* Tue Sep 29 2009 Erik van Pienbroek - 0.16.2-1 -- Update to 0.16.2 - -* Fri Sep 18 2009 Erik van Pienbroek - 0.16.0-2 -- Rebuild because of broken mingw32-gcc/mingw32-binutils - -* Sat Aug 29 2009 Erik van Pienbroek - 0.16.0-1 -- Update to 0.16.0 - -* Thu Aug 13 2009 Erik van Pienbroek - 0.15.20-1 -- Update to version 0.15.20 -- Updated SOURCE0 and URL -- Automatically generate debuginfo subpackage -- Don't build the 'blitters-test' testcase as it requires the memalign function - which we don't have on MinGW - -* Sat Jul 25 2009 Fedora Release Engineering - 0.15.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Jun 10 2009 Erik van Pienbroek - 0.15.10-1 -- Update to 0.15.10 -- Use %%global instead of %%define -- Dropped pixman-0.13.2-license.patch as freedesktop bug #19582 is resolved - -* Fri Apr 3 2009 Erik van Pienbroek - 0.13.2-5 -- Fixed %%defattr line -- Added -static subpackage - -* Wed Feb 25 2009 Fedora Release Engineering - 0.13.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Feb 20 2009 Richard W.M. Jones - 0.13.2-3 -- Rebuild for mingw32-gcc 4.4 - -* Thu Jan 15 2009 Richard W.M. Jones - 0.13.2-2 -- Include LICENSE file (freedesktop bug 19582). - -* Tue Jan 13 2009 Richard W.M. Jones - 0.13.2-1 -- Resynch with Fedora package (0.13.2). -- Disable static library for speed. -- Use _smp_mflags. -- Requires pkgconfig. -- Depends on dlfcn. - -* Wed Sep 24 2008 Richard W.M. Jones - 0.12.0-2 -- Rename mingw -> mingw32. - -* Mon Sep 22 2008 Daniel P. Berrange - 0.12.0-1 -- Update to 0.12.0 release - -* Wed Sep 10 2008 Richard W.M. Jones - 0.11.10-2 -- Remove static library. - -* Tue Sep 9 2008 Daniel P. Berrange - 0.11.10-1 -- Initial RPM release diff --git a/sources b/sources deleted file mode 100644 index e5d32e0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0f7ee566a7dfb0260be11f3e944a708c pixman-0.32.0.tar.gz From 1b5050317a4a98c7e30f6897dba1a8bfea6bcd0a Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 21 Apr 2020 11:53:57 +0200 Subject: [PATCH 21/41] Update to 0.40.0 --- .gitignore | 1 + mingw-pixman.spec | 10 +++++----- pixman_meson-static-library.patch | 12 ------------ sources | 2 +- 4 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 pixman_meson-static-library.patch diff --git a/.gitignore b/.gitignore index 00de4c1..27e9788 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.34.0.tar.gz /pixman-0.38.0.tar.gz /pixman-0.38.4.tar.gz +/pixman-0.40.0.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index dba14ec..a3312d4 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.38.4 -Release: 3%{?dist} +Version: 0.40.0 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -11,9 +11,6 @@ URL: http://cgit.freedesktop.org/pixman/ Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh -# Allow building a static library with meson -Patch0: pixman_meson-static-library.patch - BuildArch: noarch BuildRequires: mingw32-filesystem >= 95 @@ -105,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Tue Apr 21 2020 Sandro Mani - 0.40.0-1 +- Update to 0.40.0 + * Wed Jan 29 2020 Fedora Release Engineering - 0.38.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/pixman_meson-static-library.patch b/pixman_meson-static-library.patch deleted file mode 100644 index b0e50d0..0000000 --- a/pixman_meson-static-library.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rupN --no-dereference pixman-0.38.4/pixman/meson.build pixman-0.38.4-new/pixman/meson.build ---- pixman-0.38.4/pixman/meson.build 2019-03-30 22:49:21.000000000 +0100 -+++ pixman-0.38.4-new/pixman/meson.build 2019-09-16 11:41:03.189791414 +0200 -@@ -97,7 +97,7 @@ pixman_files = files( - 'pixman-utils.c', - ) - --libpixman = shared_library( -+libpixman = library( - 'pixman-1', - [pixman_files, config_h, version_h], - link_with : [pixman_simd_libs], diff --git a/sources b/sources index 7b4f5ee..8276132 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.38.4.tar.gz) = b66dc23c0bc7327cb90085cbc14ccf96ad58001a927f23af24e0258ca13f32d4255535862f1efcf00e9e723410aa9f51edf26fb01c8cde49379d1225acf7b5af +SHA512 (pixman-0.40.0.tar.gz) = 063776e132f5d59a6d3f94497da41d6fc1c7dca0d269149c78247f0e0d7f520a25208d908cf5e421d1564889a91da44267b12d61c0bd7934cd54261729a7de5f From ed6acdbed1b6d7be5eda924306235775031ad846 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 07:52:07 +0000 Subject: [PATCH 22/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index a3312d4..d2db644 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.40.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 0.40.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Apr 21 2020 Sandro Mani - 0.40.0-1 - Update to 0.40.0 From 9ef133ed0c0dded8448226eaa5e6af80dc8c37c9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 20:12:50 +0000 Subject: [PATCH 23/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index d2db644..2c82c27 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.40.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Tue Jan 26 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 b273d6f88a4ffb24b3fcf386b07a6ad40843912d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 14:44:39 +0000 Subject: [PATCH 24/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 2c82c27..f47bdae 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.40.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 0.40.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.40.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 838c75831034b814827a9fbdf13856b988e40613 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 19:42:57 +0000 Subject: [PATCH 25/41] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index f47bdae..1bac848 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.40.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.40.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 0.40.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From fc9f179ab384a912eb1ae495c93070cf94bc4e2c Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 25 Mar 2022 14:35:54 +0100 Subject: [PATCH 26/41] Rebuild with mingw-gcc-12 --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 1bac848..18ec477 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.40.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Fri Mar 25 2022 Sandro Mani - 0.40.0-6 +- Rebuild with mingw-gcc-12 + * Thu Jan 20 2022 Fedora Release Engineering - 0.40.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From f7d059df1b084574d3467c06e087dfac3dbf0168 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 21:34:56 +0000 Subject: [PATCH 27/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 18ec477..735ca08 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.40.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 0.40.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Mar 25 2022 Sandro Mani - 0.40.0-6 - Rebuild with mingw-gcc-12 From a4d3cc96870be6214934d61f37da64c75cd32c07 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 4 Nov 2022 11:27:39 +0100 Subject: [PATCH 28/41] Update to 0.42.2 --- .gitignore | 1 + mingw-pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 27e9788..cf07383 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.38.0.tar.gz /pixman-0.38.4.tar.gz /pixman-0.40.0.tar.gz +/pixman-0.42.2.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 735ca08..768c331 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.40.0 -Release: 7%{?dist} +Version: 0.42.2 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Fri Nov 04 2022 Sandro Mani - 0.42.2-1 +- Update to 0.42.2 + * Thu Jul 21 2022 Fedora Release Engineering - 0.40.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 8276132..d850d15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.40.0.tar.gz) = 063776e132f5d59a6d3f94497da41d6fc1c7dca0d269149c78247f0e0d7f520a25208d908cf5e421d1564889a91da44267b12d61c0bd7934cd54261729a7de5f +SHA512 (pixman-0.42.2.tar.gz) = 0a4e327aef89c25f8cb474fbd01de834fd2a1b13fdf7db11ab72072082e45881cd16060673b59d02054b1711ae69c6e2395f6ae9214225ee7153939efcd2fa5d From af6e30636e2c69d782cb96a8b88814febeba7309 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 19:58:41 +0000 Subject: [PATCH 29/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 768c331..ee75d72 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.42.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 0.42.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Nov 04 2022 Sandro Mani - 0.42.2-1 - Update to 0.42.2 From f97920dc7c829c2738a2f14fa209763bd1de593a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 14:56:47 +0000 Subject: [PATCH 30/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index ee75d72..67d78d9 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.42.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 0.42.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 0.42.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 0a777f9c3beeb683be1b0fd4db614a5ca4cdec1b Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 10 Jan 2024 13:22:21 +0100 Subject: [PATCH 31/41] Update to 0.43.0 --- .gitignore | 1 + mingw-pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf07383..3ba18aa 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.38.4.tar.gz /pixman-0.40.0.tar.gz /pixman-0.42.2.tar.gz +/pixman-0.43.0.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 67d78d9..cf637e3 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.42.2 -Release: 3%{?dist} +Version: 0.43.0 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Wed Jan 10 2024 Sandro Mani - 0.43.0-1 +- Update to 0.43.0 + * Thu Jul 20 2023 Fedora Release Engineering - 0.42.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index d850d15..7ad21ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.42.2.tar.gz) = 0a4e327aef89c25f8cb474fbd01de834fd2a1b13fdf7db11ab72072082e45881cd16060673b59d02054b1711ae69c6e2395f6ae9214225ee7153939efcd2fa5d +SHA512 (pixman-0.43.0.tar.gz) = 6de91de4e880815f993dde295ee975b3585abab854f5cc874b671ac69e93a938b12fcbcb6941feddcad4c17607de9e47f5bd2d30df38ca1f13e31b251239effb From 94f6c1eb8a70ce5f63062e5160eff95de6cc2849 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 07:55:13 +0000 Subject: [PATCH 32/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index cf637e3..49c3c6f 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.43.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 0.43.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jan 10 2024 Sandro Mani - 0.43.0-1 - Update to 0.43.0 From b21b9935bdd7e0e3343373ef5debefed5f71a004 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 06:55:07 +0000 Subject: [PATCH 33/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 49c3c6f..2fd01e2 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.43.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %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 71361166156d46f3f3080466a2d9eb0f89fafe04 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 8 Apr 2024 09:30:20 +0200 Subject: [PATCH 34/41] Update to 0.43.4 --- .gitignore | 1 + mingw-pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ba18aa..e7778aa 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.40.0.tar.gz /pixman-0.42.2.tar.gz /pixman-0.43.0.tar.gz +/pixman-0.43.4.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 2fd01e2..fb731cb 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.43.0 -Release: 3%{?dist} +Version: 0.43.4 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Mon Apr 08 2024 Sandro Mani - 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 7ad21ed..1356e28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.43.0.tar.gz) = 6de91de4e880815f993dde295ee975b3585abab854f5cc874b671ac69e93a938b12fcbcb6941feddcad4c17607de9e47f5bd2d30df38ca1f13e31b251239effb +SHA512 (pixman-0.43.4.tar.gz) = 08802916648bab51fd804fc3fd823ac2c6e3d622578a534052b657491c38165696d5929d03639c52c4f29d8850d676a909f0299d1a4c76a07df18a34a896e43d From 901483b45e0add69aea8db2e5637e5550c6b7bef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 17:49:55 +0000 Subject: [PATCH 35/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index fb731cb..94c38c2 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.43.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 0.43.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Apr 08 2024 Sandro Mani - 0.43.4-1 - Update to 0.43.4 From 473f3c718211df794950163c13062fed494130a9 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 9 Nov 2024 11:47:20 +0100 Subject: [PATCH 36/41] Update to 0.44.0 --- .gitignore | 1 + mingw-pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e7778aa..2620bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.42.2.tar.gz /pixman-0.43.0.tar.gz /pixman-0.43.4.tar.gz +/pixman-0.44.0.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 94c38c2..2392f4e 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.43.4 -Release: 2%{?dist} +Version: 0.44.0 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Sat Nov 09 2024 Sandro Mani - 0.44.0-1 +- Update to 0.44.0 + * Thu Jul 18 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 1356e28..3933d00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.43.4.tar.gz) = 08802916648bab51fd804fc3fd823ac2c6e3d622578a534052b657491c38165696d5929d03639c52c4f29d8850d676a909f0299d1a4c76a07df18a34a896e43d +SHA512 (pixman-0.44.0.tar.gz) = ded90b36587d449ce38610e615b4c5c02cddab614f96ecf46f560cf994bd93fb418b8d33b86c9ace310774f47044cfd37499e7593bfc3af58b11bacebe53c16c From 7b59b66278c3a3bd49147ca351855fc341bd971b Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 6 Dec 2024 10:37:22 +0100 Subject: [PATCH 37/41] Update to 0.44.2 --- .gitignore | 1 + mingw-pixman.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2620bcf..f822995 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.43.0.tar.gz /pixman-0.43.4.tar.gz /pixman-0.44.0.tar.gz +/pixman-0.44.2.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 2392f4e..216ac30 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,7 +1,7 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.44.0 +Version: 0.44.2 Release: 1%{?dist} Summary: MinGW Windows Pixman library @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Fri Dec 06 2024 Sandro Mani - 0.44.2-1 +- Update to 0.44.2 + * Sat Nov 09 2024 Sandro Mani - 0.44.0-1 - Update to 0.44.0 diff --git a/sources b/sources index 3933d00..d35ecdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.44.0.tar.gz) = ded90b36587d449ce38610e615b4c5c02cddab614f96ecf46f560cf994bd93fb418b8d33b86c9ace310774f47044cfd37499e7593bfc3af58b11bacebe53c16c +SHA512 (pixman-0.44.2.tar.gz) = 5d599568025403c0f5a8499057bbe22ff6bf769459d37c77e2978efd91fd46f9d64cf51d150371a55c6b2f323cc598fdf59649fe050a4a6cf5196a547af3faf1 From 8f5db17660891ef75e805b268cec74e9604e0c0d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 18:10:05 +0000 Subject: [PATCH 38/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 216ac30..c3aa025 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.44.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 0.44.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 06 2024 Sandro Mani - 0.44.2-1 - Update to 0.44.2 From 49d76ae55573c08bd6106b6fecfec8e783e006fc Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 13 Jun 2025 10:59:39 +0200 Subject: [PATCH 39/41] Update to 0.46.2 --- .gitignore | 1 + mingw-pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f822995..2980763 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.43.4.tar.gz /pixman-0.44.0.tar.gz /pixman-0.44.2.tar.gz +/pixman-0.46.2.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index c3aa025..52f61eb 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.44.2 -Release: 2%{?dist} +Version: 0.46.2 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Fri Jun 13 2025 Sandro Mani - 0.46.2-1 +- Update to 0.46.2 + * Fri Jan 17 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 d35ecdf..3cfd580 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.44.2.tar.gz) = 5d599568025403c0f5a8499057bbe22ff6bf769459d37c77e2978efd91fd46f9d64cf51d150371a55c6b2f323cc598fdf59649fe050a4a6cf5196a547af3faf1 +SHA512 (pixman-0.46.2.tar.gz) = bd0aa5a70de6269f26a5a2dc136203ea56bf14cea71886995e1a30e5856122c52ecb64a81f489132d0d83f35cc16f4ae79816ef478c9ab0b87216fd7b4c5fbbb From 426566b85d31ea0fd658ce35cb8fd578187d6f3c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 21:53:07 +0000 Subject: [PATCH 40/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- mingw-pixman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 52f61eb..390a6b4 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.46.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 0.46.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jun 13 2025 Sandro Mani - 0.46.2-1 - Update to 0.46.2 From 7e6d6a539fb73eb07775d94ce19c4d00b3839f1e Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 27 Dec 2025 19:42:56 +0100 Subject: [PATCH 41/41] Update to 0.46.4 --- .gitignore | 1 + mingw-pixman.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2980763..0d934f5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.44.0.tar.gz /pixman-0.44.2.tar.gz /pixman-0.46.2.tar.gz +/pixman-0.46.4.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 390a6b4..2caf6b3 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-pixman -Version: 0.46.2 -Release: 2%{?dist} +Version: 0.46.4 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,9 @@ Static version of the cross compiled Pixman library. %changelog +* Sat Dec 27 2025 Sandro Mani - 0.46.4-1 +- Update to 0.46.4 + * Thu Jul 24 2025 Fedora Release Engineering - 0.46.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 3cfd580..3197494 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pixman-0.46.2.tar.gz) = bd0aa5a70de6269f26a5a2dc136203ea56bf14cea71886995e1a30e5856122c52ecb64a81f489132d0d83f35cc16f4ae79816ef478c9ab0b87216fd7b4c5fbbb +SHA512 (pixman-0.46.4.tar.gz) = 10ddb88b51f5456c440d77a7b4230600b099e818378a9b55f715bbe5ec3d9f1e9da2124d28a2bd3377f1ab20af87e0ec4fa9dadaa20a2f1f880dd2dc7f27ca6c