- s/HELLO.utf8/HELLO.txt/ to match upstream.

This commit is contained in:
besfahbo 2007-01-18 06:32:01 +00:00
parent c2a695658c
commit 03f3833216

View File

@ -9,7 +9,7 @@
Summary: System for layout and rendering of internationalized text
Name: pango
Version: 1.15.4
Release: 2%{?dist}
Release: 3%{?dist}
License: LGPL
Group: System Environment/Libraries
Source: http://download.gnome.org/sources/pango/1.14/pango-%{version}.tar.bz2
@ -201,7 +201,7 @@ fi
%files -f modules.files
%defattr(-, root, root)
%doc README AUTHORS COPYING ChangeLog
%doc examples/HELLO.utf8
%doc examples/HELLO.txt
%{_libdir}/libpango*-*.so.*
%{_bindir}/pango-querymodules*
%{_libdir}/pango
@ -221,6 +221,9 @@ fi
%changelog
* Wed Jan 18 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-3
- s/HELLO.utf8/HELLO.txt/ to match upstream.
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-2
- Update slighthint patch to apply.