diff --git a/.cvsignore b/.cvsignore index 7d52978..af6e1a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cairomm-1.4.4.tar.gz +cairomm-1.5.0.tar.gz diff --git a/cairomm-1.5.0-atsui.patch b/cairomm-1.5.0-atsui.patch new file mode 100644 index 0000000..b99a4fe --- /dev/null +++ b/cairomm-1.5.0-atsui.patch @@ -0,0 +1,11 @@ +--- 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 diff --git a/cairomm.spec b/cairomm.spec index bf8f586..50458e6 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -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 @@ developing %{name} applications. %prep %setup -q +%patch0 -p1 -b .atsui %build %configure --enable-static=no --enable-docs=no @@ -60,6 +62,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %doc ChangeLog docs/reference %changelog +* Sun Mar 23 2008 Denis Leroy - 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 - 1.4.4-2 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index ebf05d5..b64159b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a5b947eb2692b0b6c3089fcfa6ce167e cairomm-1.4.4.tar.gz +ad8a36fd13796595123b60c2e35b9e0a cairomm-1.5.0.tar.gz