diff --git a/icu.XXXX.buildfix.patch b/icu.XXXX.buildfix.patch index f519e60..d57b407 100644 --- a/icu.XXXX.buildfix.patch +++ b/icu.XXXX.buildfix.patch @@ -12,3 +12,14 @@ # make sure install is relative to srcdir - if a script if test "$srcdir" = "."; then # If srcdir isn't just ., then (srcdir) is already prepended. +--- icu/source/Makefile.in 2010-04-28 17:28:54.000000000 +0200 ++++ icu/source/Makefile.in 2010-07-28 22:50:45.056353070 +0200 +@@ -18,7 +18,7 @@ + docsubdir = $(PACKAGE)$(ICULIBDASHSUFFIX)/html + docsubsrchdir = $(docsubdir)/search + docfilesdir = doc/html +-docfiles = $(docfilesdir)/*.gif $(docfilesdir)/*.png $(docfilesdir)/*.html $(docfilesdir)/*.css $(docfilesdir)/*.tag $(docfilesdir)/installdox ++docfiles = $(docfilesdir)/*.png $(docfilesdir)/*.html $(docfilesdir)/*.css $(docfilesdir)/*.tag $(docfilesdir)/installdox + docsrchdir = $(docfilesdir)/search + docsrchfiles = $(docsrchdir)/* + diff --git a/icu.spec b/icu.spec index 67f60be..d6e2f58 100644 --- a/icu.spec +++ b/icu.spec @@ -1,6 +1,6 @@ Name: icu Version: 4.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: International Components for Unicode Group: Development/Tools License: MIT and UCD and Public Domain @@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT %doc source/__docs/%{name}/html/* %changelog +* Tue Sep 07 2010 Caolán McNamara - 4.4.1-4 +- Resolves: rhbz#631403 doxygen no longer generates gifs + * Thu Jul 08 2010 Caolán McNamara - 4.4.1-3 - move licences into libicu, and add them into the -doc subpackage as well