Compare commits
No commits in common. "c9-beta" and "c8" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/pixman-0.42.2.tar.gz
|
SOURCES/pixman-0.34.0.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
7063429f9952fd8c4fcbc887c3210b35adb6a6c7 SOURCES/pixman-0.42.2.tar.gz
|
a1b1683c1a55acce9d928fea1ab6ceb79142ddc7 SOURCES/pixman-0.34.0.tar.gz
|
||||||
|
@ -1,30 +1,27 @@
|
|||||||
%{?mingw_package_header}
|
%?mingw_package_header
|
||||||
|
|
||||||
Name: mingw-pixman
|
Name: mingw-pixman
|
||||||
Version: 0.42.2
|
Version: 0.34.0
|
||||||
Release: 3%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: MinGW Windows Pixman library
|
Summary: MinGW Windows Pixman library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://cgit.freedesktop.org/pixman/
|
URL: http://cgit.freedesktop.org/pixman/
|
||||||
|
Group: Development/Libraries
|
||||||
|
|
||||||
Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz
|
Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz
|
||||||
Source1: make-pixman-snapshot.sh
|
Source1: make-pixman-snapshot.sh
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{ix86} x86_64
|
||||||
|
|
||||||
BuildRequires: mingw32-filesystem >= 95
|
BuildRequires: mingw32-filesystem >= 95
|
||||||
BuildRequires: mingw32-gcc
|
BuildRequires: mingw32-gcc
|
||||||
BuildRequires: mingw32-binutils
|
BuildRequires: mingw32-binutils
|
||||||
BuildRequires: mingw32-libgomp
|
|
||||||
|
|
||||||
BuildRequires: mingw64-filesystem >= 95
|
BuildRequires: mingw64-filesystem >= 95
|
||||||
BuildRequires: mingw64-gcc
|
BuildRequires: mingw64-gcc
|
||||||
BuildRequires: mingw64-binutils
|
BuildRequires: mingw64-binutils
|
||||||
BuildRequires: mingw64-libgomp
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: meson
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -42,6 +39,7 @@ MinGW Windows Pixman library.
|
|||||||
%package -n mingw32-pixman-static
|
%package -n mingw32-pixman-static
|
||||||
Summary: Static version of the MinGW Windows Pixman library
|
Summary: Static version of the MinGW Windows Pixman library
|
||||||
Requires: mingw32-pixman = %{version}-%{release}
|
Requires: mingw32-pixman = %{version}-%{release}
|
||||||
|
Group: Development/Libraries
|
||||||
|
|
||||||
%description -n mingw32-pixman-static
|
%description -n mingw32-pixman-static
|
||||||
Static version of the MinGW Windows Pixman library.
|
Static version of the MinGW Windows Pixman library.
|
||||||
@ -61,21 +59,25 @@ Requires: mingw64-pixman = %{version}-%{release}
|
|||||||
Static version of the cross compiled Pixman library.
|
Static version of the cross compiled Pixman library.
|
||||||
|
|
||||||
|
|
||||||
%{?mingw_debug_package}
|
%?mingw_debug_package
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n pixman-%{version}
|
%setup -q -n pixman-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Uses GTK for its testsuite, so disable this otherwise we have a chicken & egg problem on mingw
|
# Uses GTK for its testsuite, so disable this otherwise
|
||||||
%mingw_meson --default-library=both -Dgtk=disabled
|
# we have a chicken & egg problem on mingw
|
||||||
%mingw_ninja
|
%mingw_configure --disable-gtk --disable-sse2 --enable-static --enable-shared
|
||||||
|
%mingw_make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mingw_ninja_install
|
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
# Drop all .la files
|
||||||
|
find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||||
|
|
||||||
|
|
||||||
# Win32
|
# Win32
|
||||||
@ -102,48 +104,9 @@ Static version of the cross compiled Pixman library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 09 2023 Konstantin Kostiuk <kkostiuk@redhat.com> - 0.42.2-3
|
* Mon Aug 13 2018 Victor Toso <victortoso@redhat.com> - 0.34.0-5
|
||||||
- Bump pixman version 0.42.2
|
- ExclusiveArch: i686, x86_64
|
||||||
- Drop DesktopQE gating
|
- Related: rhbz#1615874
|
||||||
- Fix CVEs: CVE-2022-44638
|
|
||||||
- Resolves: RHEL-5013
|
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.40.0-5
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.40.0-4
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Apr 21 2020 Sandro Mani <manisandro@gmail.com> - 0.40.0-1
|
|
||||||
- Update to 0.40.0
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.4-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Oct 08 2019 Sandro Mani <manisandro@gmail.com> - 0.38.4-2
|
|
||||||
- Rebuild (Changes/Mingw32GccDwarf2)
|
|
||||||
|
|
||||||
* Mon Sep 16 2019 Sandro Mani <manisandro@gmail.com> - 0.38.4-1
|
|
||||||
- Update to 0.38.4
|
|
||||||
|
|
||||||
* Wed Aug 28 2019 Sandro Mani <manisandro@gmail.com> - 0.38.0-1
|
|
||||||
- Update to 0.38.0
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-4
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user