[cairo/f18] Revert "fix a regression in path coordinate handling"

Matthias Clasen mclasen at fedoraproject.org
Sun Sep 16 22:50:36 UTC 2012


commit 11093e55416e68fe253f687ef4df5703fc8a2519
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sun Sep 16 18:50:47 2012 -0400

    Revert "fix a regression in path coordinate handling"
    
    This reverts commit 8d1b881d540c3b60d287a8cbf86793024a353405.
    
    Needs more commits from master than I have time to dig out
    right now.

 cairo-path-coords.patch |   73 -----------------------------------------------
 cairo.spec              |    9 +-----
 2 files changed, 1 insertions(+), 81 deletions(-)
---
diff --git a/cairo.spec b/cairo.spec
index 5485ccf..0d04067 100644
--- a/cairo.spec
+++ b/cairo.spec
@@ -5,7 +5,7 @@
 Summary:	A 2D graphics library
 Name:		cairo
 Version:	1.12.2
-Release:	4%{?dist}
+Release:	3%{?dist}
 URL:		http://cairographics.org
 #VCS:		git:git://git.freedesktop.org/git/cairo
 #Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.xz
@@ -13,9 +13,6 @@ Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.xz
 License:	LGPLv2 or MPLv1.1
 Group:		System Environment/Libraries
 
-# upstream regression fix
-Patch0:         cairo-path-coords.patch
-
 BuildRequires: pkgconfig
 BuildRequires: libXrender-devel
 BuildRequires: libX11-devel
@@ -94,7 +91,6 @@ This package contains tools for working with the cairo graphics library.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static	\
@@ -189,9 +185,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cairo/
 
 %changelog
-* Sun Sep 16 2012 Matthias Clasen <mclasen at redhat.com> - 1.12.2-4
-- Fix a regression in patch coordinate handling
-
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list