rpms/cairo/devel .cvsignore, 1.49, 1.50 cairo.spec, 1.104, 1.105 sources, 1.49, 1.50 cairo-1.8.6-repeat-modes.patch, 1.1, NONE

Benjamin Otte company at fedoraproject.org
Thu Jun 17 15:47:11 UTC 2010


Author: company

Update of /cvs/pkgs/rpms/cairo/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2808

Modified Files:
	.cvsignore cairo.spec sources 
Removed Files:
	cairo-1.8.6-repeat-modes.patch 
Log Message:
* Thu Jun 17 2010 Benjamin Otte <otte at redhat.com> - 1.9.8-1
- Update to 1.9.8 snapshot




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cairo/devel/.cvsignore,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- .cvsignore	21 Feb 2010 23:32:23 -0000	1.49
+++ .cvsignore	17 Jun 2010 15:47:11 -0000	1.50
@@ -1 +1 @@
-cairo-1.8.10.tar.gz
+cairo-1.9.8.tar.gz


Index: cairo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cairo/devel/cairo.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -p -r1.104 -r1.105
--- cairo.spec	21 Feb 2010 23:32:23 -0000	1.104
+++ cairo.spec	17 Jun 2010 15:47:11 -0000	1.105
@@ -1,13 +1,14 @@
-%define pixman_version 0.12.0
+%define pixman_version 0.17.5
 %define freetype_version 2.1.9
-%define fontconfig_version 2.0
+%define fontconfig_version 2.2.95
 
 Summary:	A 2D graphics library
 Name:		cairo
-Version:	1.8.10
+Version:	1.9.8
 Release:	1%{?dist}
 URL:		http://cairographics.org
-Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.gz
+Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
+#Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.gz
 License:	LGPLv2 or MPLv1.1
 Group:		System Environment/Libraries
 
@@ -20,8 +21,6 @@ BuildRequires: pixman-devel >= %{pixman_
 BuildRequires: freetype-devel >= %{freetype_version}
 BuildRequires: fontconfig-devel >= %{fontconfig_version}
 
-Patch0: cairo-1.8.6-repeat-modes.patch
-
 %description
 Cairo is a 2D graphics library designed to provide high-quality display
 and print output. Currently supported output targets include the X Window
@@ -52,7 +51,6 @@ needed for developing software which use
 
 %prep
 %setup -q
-%patch0 -p1 -b .repeat-modes
 
 %build
 %configure --disable-static 	\
@@ -63,7 +61,7 @@ needed for developing software which use
 	--enable-pdf 		\
 	--enable-svg 		\
 	--disable-gtk-doc
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/cairo
 
 %changelog
+* Thu Jun 17 2010 Benjamin Otte <otte at redhat.com> - 1.9.8-1
+- Update to 1.9.8 snapshot
+
 * Sun Feb 21 2010 Matthias Clasen <mclasen at redhat.com> - 1.8.10-1
 - Update to 1.8.10
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cairo/devel/sources,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- sources	21 Feb 2010 23:32:24 -0000	1.49
+++ sources	17 Jun 2010 15:47:11 -0000	1.50
@@ -1 +1 @@
-b60a82f405f9400bbfdcf850b1728d25  cairo-1.8.10.tar.gz
+009b48085d93837377a25f625b8bdbc4  cairo-1.9.8.tar.gz


--- cairo-1.8.6-repeat-modes.patch DELETED ---



More information about the scm-commits mailing list