]> git.pld-linux.org Git - packages/crossmingw32-pango.git/commitdiff
- updated to 1.20.0
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Mar 2008 06:34:51 +0000 (06:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added lt patch (fixes build with libtool 2.2)

Changed files:
    crossmingw32-pango.spec -> 1.15

crossmingw32-pango.spec

index 9f3648308ab2513fc16a79ccccdfbc24549a88be..5da075e75ffdf1374a6d7fc4b5e6b3f3c5f17ba6 100644 (file)
@@ -2,13 +2,14 @@ Summary:      System for layout and rendering of internationalized text - cross Mingw
 Summary(pl.UTF-8):     System renderowania międzynarodowego tekstu - wersja skrośna dla Mingw32
 %define                realname   pango
 Name:          crossmingw32-%{realname}
-Version:       1.18.4
+Version:       1.20.0
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{realname}-%{version}.tar.bz2
-# Source0-md5: 5f4a24eb03789746a13e41beb7044776
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/pango/1.20/%{realname}-%{version}.tar.bz2
+# Source0-md5: f0959c4b9b058ba9e4d13fc9086b7e7d
 Patch0:                %{realname}-xfonts.patch
+Patch1:                %{realname}-lt.patch
 URL:           http://www.pango.org/
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake >= 1:1.9
@@ -67,6 +68,7 @@ Biblioteki DLL pango dla Windows.
 %prep
 %setup -q -n %{realname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 export PKG_CONFIG_LIBDIR=%{_pkgconfigdir}
This page took 0.246809 seconds and 4 git commands to generate.