Added ocaml-findlib for cross-compiler environment.
[fedora-mingw.git] / pango / mingw32-pango.spec
index d342c5e..00741f7 100644 (file)
@@ -5,21 +5,27 @@
 %define __find_provides %{_mingw32_findprovides}
 
 Name:           mingw32-pango
-Version:        1.21.6
-Release:        6%{?dist}
+Version:        1.22.1
+Release:        1%{?dist}
 Summary:        MinGW Windows Pango library
 
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://www.pango.org
 Source0:        http://download.gnome.org/sources/pango/1.21/pango-%{version}.tar.bz2
-# Native pango uses a %post script to generate this, but the pango-querymodules.exe
-# binary is not something we can easily run on a Linux host. We could use wine by
-# wine isn't happy in a mock environment. So we just include a pre-generated copy
-# on basis that it won't ever change much
-Source1:        pango.modules
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# Native pango uses a %post script to generate this, but the
+# pango-querymodules.exe binary is not something we can easily run on
+# a Linux host. We could use wine but wine isn't happy in a mock
+# environment. So we just include a pre-generated copy on basis that
+# it won't ever change much.
+#
+# If you want to rebuild this, do:
+# wine %{_mingw32_bindir}/pango-querymodules.exe > pango.modules
+Source1:        pango.modules
+
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 23
@@ -27,7 +33,7 @@ BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-iconv
 BuildRequires:  mingw32-gettext
-BuildRequires:  mingw32-cairo
+BuildRequires:  mingw32-cairo >= 1.8.0
 BuildRequires:  mingw32-freetype
 BuildRequires:  mingw32-fontconfig
 BuildRequires:  mingw32-glib2
@@ -92,11 +98,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.22.1-1
+- New upstream version 1.22.1.
+- BR cairo >= 1.8.0 because of important fixes.
+
 * Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.21.6-6
 - Rename mingw -> mingw32.
 
 * Tue Sep 23 2008 Daniel P. Berrange <berrange@redhat.com> - 1.21.6-5
-- Remove use of wine in %post
+- Remove use of wine in %-post.
 
 * Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 1.21.6-4
 - Add dep on pkgconfig