From 13bf2711628d960deee4df42f6ca7cb13fc1fef5 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 29 Nov 2018 10:58:59 -0500 Subject: [PATCH] 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