Author: behdad

Update of /cvs/pkgs/rpms/pango/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32507

Modified Files:
        pango.spec 
Added Files:
        pango-1.25.1-no-hb-main.patch 
Log Message:
* Mon Aug 10 2009 Behdad Esfahbod <[email protected]> - 1.25.1-2 
- Add pango-1.25.1-no-hb-main.patch to fix build on x86-64 


pango-1.25.1-no-hb-main.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE pango-1.25.1-no-hb-main.patch ---
diff -up pango-1.25.1/pango/opentype/Makefile.in.no-hb-main 
pango-1.25.1/pango/opentype/Makefile.in
--- pango-1.25.1/pango/opentype/Makefile.in.no-hb-main  2009-08-10 
13:29:37.000000000 -0400
+++ pango-1.25.1/pango/opentype/Makefile.in     2009-08-10 13:29:14.000000000 
-0400
@@ -35,7 +35,7 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-noinst_PROGRAMS = main$(EXEEXT)
+#noinst_PROGRAMS = main$(EXEEXT)
 subdir = pango/opentype
 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        COPYING TODO


Index: pango.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pango/devel/pango.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -p -r1.165 -r1.166
--- pango.spec  10 Aug 2009 17:16:11 -0000      1.165
+++ pango.spec  10 Aug 2009 17:33:35 -0000      1.166
@@ -9,7 +9,7 @@
 Summary: System for layout and rendering of internationalized text
 Name: pango
 Version: 1.25.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2
@@ -37,6 +37,7 @@ BuildRequires: gtk-doc
 
 # Look for pango.modules in an arch-specific directory
 Patch0: pango-1.21.4-lib64.patch
+Patch1: pango-1.25.1-no-hb-main.patch
 
 %description
 Pango is a library for laying out and rendering of text, with an emphasis
@@ -72,6 +73,7 @@ for the pango package.
 %setup -q -n pango-%{version}
 
 %patch0 -p1 -b .lib64
+%patch1 -p1 -b .no-hb-main
 
 %build
 
@@ -225,6 +227,9 @@ fi
 
 
 %changelog
+* Mon Aug 10 2009 Behdad Esfahbod <[email protected]> - 1.25.1-2
+- Add pango-1.25.1-no-hb-main.patch to fix build on x86-64
+
 * Mon Aug 10 2009 Behdad Esfahbod <[email protected]> - 1.25.1-1
 - Update to 1.25.1
 

_______________________________________________
Fedora-fonts-bugs-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to