diff --git a/.cvsignore b/.cvsignore index af6e1a6..f2338aa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cairomm-1.5.0.tar.gz +cairomm-1.6.2.tar.gz diff --git a/cairomm-1.5.0-atsui.patch b/cairomm-1.5.0-atsui.patch deleted file mode 100644 index b99a4fe..0000000 --- a/cairomm-1.5.0-atsui.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 50458e6..a49e239 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -1,12 +1,11 @@ Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm -Version: 1.5.0 +Version: 1.6.2 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.5.10 pkgconfig @@ -31,7 +30,6 @@ developing %{name} applications. %prep %setup -q -%patch0 -p1 -b .atsui %build %configure --enable-static=no --enable-docs=no @@ -62,6 +60,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %doc ChangeLog docs/reference %changelog +* Fri Aug 29 2008 Denis Leroy - 1.6.2-1 +- Update to upstream 1.6.2 +- atsui patch upstreamed + * 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) diff --git a/sources b/sources index b64159b..c4f4e1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad8a36fd13796595123b60c2e35b9e0a cairomm-1.5.0.tar.gz +eac5d159e4cba98e32ea174483dee24e cairomm-1.6.2.tar.gz