rpms/cairomm/devel cairomm-1.5.0-atsui.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 cairomm.spec, 1.11, 1.12 sources, 1.8, 1.9

Denis Leroy (denis) fedora-extras-commits at redhat.com
Sat Mar 22 23:35:33 UTC 2008


Author: denis

Update of /cvs/pkgs/rpms/cairomm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14277

Modified Files:
	.cvsignore cairomm.spec sources 
Added Files:
	cairomm-1.5.0-atsui.patch 
Log Message:
Update to 1.5.0, Added patch from Mamoru Tasaka to fix font type enum (#438600)

cairomm-1.5.0-atsui.patch:

--- NEW FILE cairomm-1.5.0-atsui.patch ---
--- cairomm-1.5.0/cairomm/enums.h.orig	2008-03-23 00:26:13.000000000 +0100
+++ cairomm-1.5.0/cairomm/enums.h	2008-03-23 00:26:59.000000000 +0100
@@ -192,7 +192,7 @@
     FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY,
     FONT_TYPE_FT = CAIRO_FONT_TYPE_FT,
     FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32,
-    FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_ATSUI
+    FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_QUARTZ
 } FontType;
 
 } // namespace Cairo


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cairomm/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	17 Aug 2007 09:33:40 -0000	1.8
+++ .cvsignore	22 Mar 2008 23:34:48 -0000	1.9
@@ -1 +1 @@
-cairomm-1.4.4.tar.gz
+cairomm-1.5.0.tar.gz


Index: cairomm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cairomm/devel/cairomm.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cairomm.spec	19 Feb 2008 22:48:16 -0000	1.11
+++ cairomm.spec	22 Mar 2008 23:34:48 -0000	1.12
@@ -1,13 +1,14 @@
 Summary:          Cairomm is the C++ API for the cairo graphics library
 Name:             cairomm
-Version:          1.4.4
-Release:          2%{?dist}
+Version:          1.5.0
+Release:          1%{?dist}
 URL:              http://www.cairographics.org
 License:          LGPLv2+
 Group:            System Environment/Libraries
 Source:           http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
+Patch0:           cairomm-1.5.0-atsui.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:    cairo-devel >= 1.4.0 pkgconfig
+BuildRequires:    cairo-devel >= 1.5.10 pkgconfig
 
 %description
 Cairomm is the C++ API for the cairo graphics library. It offers all the power
@@ -30,6 +31,7 @@
 
 %prep
 %setup -q 
+%patch0 -p1 -b .atsui
 
 %build
 %configure --enable-static=no --enable-docs=no
@@ -60,6 +62,10 @@
 %doc ChangeLog docs/reference
 
 %changelog
+* Sun Mar 23 2008 Denis Leroy <denis at poolshark.org> - 1.5.0-1
+- Update to 1.5.0
+- Added patch from Mamoru Tasaka to fix font type enum (#438600)
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.4.4-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cairomm/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	17 Aug 2007 09:33:40 -0000	1.8
+++ sources	22 Mar 2008 23:34:48 -0000	1.9
@@ -1 +1 @@
-a5b947eb2692b0b6c3089fcfa6ce167e  cairomm-1.4.4.tar.gz
+ad8a36fd13796595123b60c2e35b9e0a  cairomm-1.5.0.tar.gz




More information about the fedora-extras-commits mailing list