Blame SPECS/pango.spec

5fabc5
%global glib2_version 2.56.1
5fabc5
%global freetype_version 2.1.5
5fabc5
%global fontconfig_version 2.11.91
5fabc5
%global cairo_version 1.12.10
5fabc5
%global libthai_version 0.1.9
5fabc5
%global harfbuzz_version 1.4.2
5fabc5
%global libXft_version 2.0.0
5fabc5
%global fribidi_version 1.0
5fabc5
5fabc5
Name: pango
5fabc5
Version: 1.42.4
5fabc5
Release: 4%{?dist}
5fabc5
Summary: System for layout and rendering of internationalized text
5fabc5
5fabc5
License: LGPLv2+
5fabc5
URL: http://www.pango.org
5fabc5
Source0: http://download.gnome.org/sources/%{name}/1.42/%{name}-%{version}.tar.xz
5fabc5
Patch0: pango-fixes-get-variations-crash.patch
5fabc5
Patch1: pango-fixes-bidi-crash.patch
5fabc5
5fabc5
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
5fabc5
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
5fabc5
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
5fabc5
BuildRequires: pkgconfig(fontconfig) >= %{fontconfig_version}
5fabc5
BuildRequires: pkgconfig(harfbuzz) >= %{harfbuzz_version}
5fabc5
BuildRequires: pkgconfig(libthai) >= %{libthai_version}
5fabc5
BuildRequires: pkgconfig(xft) >= %{libXft_version}
5fabc5
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
5fabc5
BuildRequires: pkgconfig(gobject-introspection-1.0)
5fabc5
BuildRequires: cairo-gobject-devel
5fabc5
BuildRequires: gtk-doc
5fabc5
BuildRequires: help2man
5fabc5
BuildRequires: meson
5fabc5
BuildRequires: gcc
5fabc5
5fabc5
Requires: glib2%{?_isa} >= %{glib2_version}
5fabc5
Requires: freetype%{?_isa} >= %{freetype_version}
5fabc5
Requires: fontconfig%{?_isa} >= %{fontconfig_version}
5fabc5
Requires: cairo%{?_isa} >= %{cairo_version}
5fabc5
Requires: harfbuzz%{?_isa} >= %{harfbuzz_version}
5fabc5
Requires: libthai%{?_isa} >= %{libthai_version}
5fabc5
Requires: libXft%{?_isa} >= %{libXft_version}
5fabc5
Requires: fribidi%{?_isa} >= %{fribidi_version}
5fabc5
5fabc5
%description
5fabc5
Pango is a library for laying out and rendering of text, with an emphasis
5fabc5
on internationalization. Pango can be used anywhere that text layout is needed,
5fabc5
though most of the work on Pango so far has been done in the context of the
5fabc5
GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+.
5fabc5
5fabc5
Pango is designed to be modular; the core Pango layout engine can be used
5fabc5
with different font backends.
5fabc5
5fabc5
The integration of Pango with Cairo provides a complete solution with high
5fabc5
quality text handling and graphics rendering.
5fabc5
5fabc5
%package devel
5fabc5
Summary: Development files for pango
5fabc5
Requires: pango%{?_isa} = %{version}-%{release}
5fabc5
Requires: glib2-devel%{?_isa} >= %{glib2_version}
5fabc5
Requires: freetype-devel%{?_isa} >= %{freetype_version}
5fabc5
Requires: fontconfig-devel%{?_isa} >= %{fontconfig_version}
5fabc5
Requires: cairo-devel%{?_isa} >= %{cairo_version}
5fabc5
5fabc5
%description devel
5fabc5
The pango-devel package includes the header files and developer documentation
5fabc5
for the pango package.
5fabc5
5fabc5
%package tests
5fabc5
Summary: Tests for the %{name} package
5fabc5
Requires: %{name}%{?_isa} = %{version}-%{release}
5fabc5
5fabc5
%description tests
5fabc5
The %{name}-tests package contains tests that can be used to verify
5fabc5
the functionality of the installed %{name} package.
5fabc5
5fabc5
5fabc5
%prep
5fabc5
%setup -q -n pango-%{version}
5fabc5
%patch0 -p1 -b .crash
5fabc5
%patch1 -p1 -b .bidi
5fabc5
5fabc5
5fabc5
%build
5fabc5
%meson -Denable_docs=true
5fabc5
%meson_build
5fabc5
5fabc5
5fabc5
%install
5fabc5
%meson_install
5fabc5
5fabc5
ln -s %{_bindir}/true $RPM_BUILD_ROOT%{_bindir}/pango-querymodules-%{__isa_bits}
5fabc5
5fabc5
PANGOXFT_SO=$RPM_BUILD_ROOT%{_libdir}/libpangoxft-1.0.so
5fabc5
if ! test -e $PANGOXFT_SO; then
5fabc5
        echo "$PANGOXFT_SO not found; did not build with Xft support?"
5fabc5
        ls $RPM_BUILD_ROOT%{_libdir}
5fabc5
        exit 1
5fabc5
fi
5fabc5
5fabc5
%post
5fabc5
/sbin/ldconfig
5fabc5
5fabc5
%postun
5fabc5
/sbin/ldconfig
5fabc5
5fabc5
%files
5fabc5
%license COPYING
5fabc5
%doc README AUTHORS NEWS
5fabc5
%{_libdir}/libpango*-*.so.*
5fabc5
%{_bindir}/pango-list
5fabc5
%{_bindir}/pango-view
5fabc5
%{_bindir}/pango-querymodules-%{__isa_bits}
5fabc5
%{_mandir}/man1/pango-view.1*
5fabc5
%{_libdir}/girepository-1.0/Pango-1.0.typelib
5fabc5
%{_libdir}/girepository-1.0/PangoCairo-1.0.typelib
5fabc5
%{_libdir}/girepository-1.0/PangoFT2-1.0.typelib
5fabc5
%{_libdir}/girepository-1.0/PangoXft-1.0.typelib
5fabc5
5fabc5
5fabc5
%files devel
5fabc5
%{_libdir}/libpango*.so
5fabc5
%{_includedir}/*
5fabc5
%{_libdir}/pkgconfig/*
5fabc5
%doc %{_datadir}/gtk-doc/html/pango
5fabc5
%{_datadir}/gir-1.0/Pango-1.0.gir
5fabc5
%{_datadir}/gir-1.0/PangoCairo-1.0.gir
5fabc5
%{_datadir}/gir-1.0/PangoFT2-1.0.gir
5fabc5
%{_datadir}/gir-1.0/PangoXft-1.0.gir
5fabc5
5fabc5
5fabc5
%files tests
5fabc5
%{_libexecdir}/installed-tests/%{name}
5fabc5
%{_datadir}/installed-tests
5fabc5
5fabc5
5fabc5
%changelog
5fabc5
* Thu Aug 22 2019 Peng Wu <pwu@redhat.com> - 1.42.4-4
5fabc5
- Fixes bidi crash
5fabc5
- Security fix for CVE-2019-1010238
5fabc5
- Resolves: #1738459
5fabc5
5fabc5
* Sun Feb 10 2019 Peng Wu <pwu@redhat.com> - 1.42.4-3
5fabc5
- Fixes crash in pango_fc_font_key_get_variations when key is null
5fabc5
- Resolves: #1667239
5fabc5
5fabc5
* Tue Dec 18 2018 Peng Wu <pwu@redhat.com> - 1.42.4-2
5fabc5
- Requires glib2 2.56.1
5fabc5
- Resolves: #1655751
5fabc5
5fabc5
* Thu Aug 30 2018 Peng Wu <pwu@redhat.com> - 1.42.4-1
5fabc5
- Update to 1.42.4
5fabc5
- Security fix for CVE-2018-15120
5fabc5
- Resolves: #1624192
5fabc5
5fabc5
* Mon Jul 30 2018 Kalev Lember <klember@redhat.com> - 1.42.3-1
5fabc5
- Update to 1.42.3
5fabc5
- Resolves: #1569748
5fabc5
5fabc5
* Tue Jun  5 2018 Peng Wu <pwu@redhat.com> - 1.42.1-2
5fabc5
- Provide empty pango-querymodules link to /usr/bin/true
5fabc5
- Resolves: #1443937
5fabc5
5fabc5
* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 1.42.1-1
5fabc5
- Update to 1.42.1
5fabc5
- Resolves: #1569748
5fabc5
5fabc5
* Mon Feb 27 2017 Kalev Lember <klember@redhat.com> - 1.40.4-1
5fabc5
- Update to 1.40.4
5fabc5
- Resolves: #1387032
5fabc5
5fabc5
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 1.40.3-1
5fabc5
- Update to 1.40.3
5fabc5
- Resolves: #1387032
5fabc5
5fabc5
* Thu May 14 2015 Matthias Clasen <mclasen@redhat.com> - 1.36.8-2
5fabc5
- Regenerate man page for pango-view
5fabc5
- Related: #1174436
5fabc5
5fabc5
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.36.8-1
5fabc5
- Update to 1.36.8
5fabc5
- Resolves: #1174436
5fabc5
5fabc5
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.34.1-5
5fabc5
- Mass rebuild 2014-01-24
5fabc5
5fabc5
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.34.1-4
5fabc5
- Mass rebuild 2013-12-27
5fabc5
5fabc5
* Fri Sep 20 2013 Akira TAGOH <tagoh@redhat.com> - 1.34.1-3
5fabc5
- Fix the strict aliasing warnings (#884136)
5fabc5
5fabc5
* Fri Aug 23 2013 Akira TAGOH <tagoh@redhat.com> - 1.34.1-2
5fabc5
- Fix duplicate file list for modules.cache
5fabc5
- s/%%define/%%global/g
5fabc5
- Fix bogus date in %%changelog
5fabc5
- Do not suppress the detailed build log.
5fabc5
5fabc5
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 1.34.1-1
5fabc5
- Update to 1.34.1
5fabc5
5fabc5
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> - 1.34.0-2
5fabc5
- Make man pango-query-modules-64 work
5fabc5
5fabc5
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.34.0-1
5fabc5
- Update to 1.34.0
5fabc5
5fabc5
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 1.33.9-1
5fabc5
- Update to 1.33.9
5fabc5
5fabc5
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> - 1.33.8-1
5fabc5
- Update to 1.33.8
5fabc5
5fabc5
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 1.33.7-1
5fabc5
- Update to 1.33.7
5fabc5
5fabc5
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 1.32.6-1
5fabc5
- Update to 1.32.6
5fabc5
5fabc5
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.5-1
5fabc5
- Update to 1.32.5
5fabc5
5fabc5
* Wed Nov 21 2012 Richard Hughes <hughsient@gmail.com> - 1.32.3-1
5fabc5
- Update to 1.32.3
5fabc5
5fabc5
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.2-1
5fabc5
- Update to 1.32.2
5fabc5
5fabc5
* Thu Sep 27 2012 Matthias Clasen <mclasen@redhat.com> - 1.32.1-1
5fabc5
- Update to 1.32.1
5fabc5
- Move module cache file to /usr/lib64/pango/1.8.0/modules.cache
5fabc5
- No more /etc/pango
5fabc5
5fabc5
* Sat Aug 25 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.31.0-3
5fabc5
- Fix %%postun error on multilib erase (#684729).
5fabc5
5fabc5
* Wed Aug 22 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 1.31.0-2
5fabc5
- Add missing BR:harfbuzz-devel
5fabc5
- Remove file pangox.aliases as pangox support is now removed
5fabc5
5fabc5
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.31.0-1
5fabc5
- Update to 1.31.0
5fabc5
5fabc5
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.30.1-2
5fabc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5fabc5
5fabc5
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1.30.1-1
5fabc5
- Update to 1.30.1
5fabc5
5fabc5
* Sat May 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.30.0-2
5fabc5
- Fix up scriptlet dependencies (#684729)
5fabc5
5fabc5
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 1.30.0-1
5fabc5
- Update to 1.30.0
5fabc5
5fabc5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.29.5-2
5fabc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5fabc5
5fabc5
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.29.5-1
5fabc5
- Update to 1.29.5
5fabc5
5fabc5
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 1.29.4-1
5fabc5
- Update to 1.29.4
5fabc5
5fabc5
* Wed Aug 17 2011 Kalev Lember <kalevlember@gmail.com> - 1.29.3-2
5fabc5
- Fix a crash in the fallback engine
5fabc5
5fabc5
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.3-1
5fabc5
- Update to 1.29.3
5fabc5
5fabc5
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.28.4-2
5fabc5
- Stop using G_CONST_RETURN
5fabc5
5fabc5
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 1.28.4-1
5fabc5
- Update to 1.28.4
5fabc5
5fabc5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28.3-2
5fabc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5fabc5
5fabc5
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.3-1
5fabc5
- Update 1.28.3
5fabc5
5fabc5
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.1-6
5fabc5
- Rebuild against newer gobject-introspection
5fabc5
5fabc5
* Fri Sep 03 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.28.1-5
5fabc5
- Merge Review cleanup (rh#226229)
5fabc5
5fabc5
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.28.1-4
5fabc5
- Rebuild for new gobject-introspection
5fabc5
5fabc5
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 1.28.1-3
5fabc5
- Remove usage of chrpath, should no longer be needed
5fabc5
5fabc5
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 1.28.1-2
5fabc5
- Support builds from snapshots
5fabc5
5fabc5
* Tue Jun 15 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.1-1
5fabc5
- Update to 1.28.1
5fabc5
5fabc5
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.0-2
5fabc5
- Enable introspection
5fabc5
5fabc5
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.0-1
5fabc5
- Update to 1.28.0
5fabc5
5fabc5
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 1.27.1-1
5fabc5
- Update to 1.27.1
5fabc5
5fabc5
* Wed Dec 16 2009 Matthias Clasen <mclasen@redhat.com> - 1.26.2-1
5fabc5
- Update to 1.26.2
5fabc5
- See http://download.gnome.org/sources/pango/1.26/pango-1.26.2.news
5fabc5
5fabc5
* Thu Dec  3 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.26.1-1
5fabc5
- 1.26.1
5fabc5
5fabc5
* Mon Sep 21 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.26.0-1
5fabc5
- 1.26.0
5fabc5
5fabc5
* Tue Sep  8 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.6-1
5fabc5
- 1.25.6
5fabc5
5fabc5
* Mon Aug 24 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.5-1
5fabc5
- 1.25.5
5fabc5
5fabc5
* Thu Aug 20 2009 Karsten Hopp <karsten@redhat.com> 1.25.4-2
5fabc5
- fix autoconf host on s390x
5fabc5
5fabc5
* Mon Aug 17 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.4-1
5fabc5
- 1.25.4
5fabc5
5fabc5
* Tue Aug 11 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.3-1
5fabc5
- 1.25.3
5fabc5
5fabc5
* Tue Aug 11 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.2-1
5fabc5
- 1.25.2
5fabc5
5fabc5
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-7
5fabc5
- Yes, I am stupid.
5fabc5
5fabc5
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-6
5fabc5
- One more try
5fabc5
5fabc5
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-5
5fabc5
- Remove -fexceptions from CXXFLAGS actually
5fabc5
- Hopefully builds this time
5fabc5
5fabc5
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-4
5fabc5
- Remove -fexceptions from RPM_OPT_FLAGS
5fabc5
- Hopefully builds this time
5fabc5
5fabc5
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-3
5fabc5
- Remove pango-1.25.1-no-hb-main.patch
5fabc5
- Add pango-1.25.1-cxx.patch
5fabc5
- Hopefully builds this time
5fabc5
5fabc5
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-2
5fabc5
- Add pango-1.25.1-no-hb-main.patch to fix build on x86-64
5fabc5
5fabc5
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-1
5fabc5
- Update to 1.25.1
5fabc5
5fabc5
* Wed Jul 22 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.5-1
5fabc5
- Update to 1.24.5
5fabc5
5fabc5
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 1.24.4-1
5fabc5
- Update to 1.24.4
5fabc5
5fabc5
* Wed Jun 24 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.3-1
5fabc5
- Update to 1.24.3
5fabc5
5fabc5
* Fri May 15 2009 Karsten Hopp <karsten@redhat.com> 1.24.2-1
5fabc5
- Update to 1.24.2
5fabc5
- See http://download.gnome.org/sources/pango/1.24/pango-1.24.2.news
5fabc5
5fabc5
* Sat Apr 18 2009 Karsten Hopp <karsten@redhat.com> 1.24.1-1.1
5fabc5
- autoconf uses ibm-linux not redhat-linux (s390x)
5fabc5
5fabc5
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.24.1-1
5fabc5
- Update to 1.24.1
5fabc5
- See http://download.gnome.org/sources/pango/1.24/pango-1.24.1.news
5fabc5
5fabc5
* Thu Mar 26 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.0-2
5fabc5
- Remove weird Requires(pre).
5fabc5
- Resolves #486641
5fabc5
5fabc5
* Mon Mar 16 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.0-1
5fabc5
- Update to 1.24.0
5fabc5
- Package pango-view.1.gz
5fabc5
5fabc5
* Wed Mar 11 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.23.0-4.g5317893
5fabc5
- Push changes from git
5fabc5
5fabc5
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23.0-3
5fabc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5fabc5
5fabc5
* Wed Feb  4 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.23.0-2
5fabc5
- Move pango-view from pango-devel to pango
5fabc5
5fabc5
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 1.23.0-1
5fabc5
- Update to 1.23.0
5fabc5
5fabc5
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.4-1
5fabc5
- Update to 1.22.4
5fabc5
5fabc5
* Sun Dec  7 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.22.3-2
5fabc5
- Rebuild for pkgconfig provides
5fabc5
5fabc5
* Mon Nov 24 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.3-1
5fabc5
- Update to 1.22.3
5fabc5
5fabc5
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.2-1
5fabc5
- Update to 1.22.2
5fabc5
5fabc5
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.1-1
5fabc5
- Update to 1.22.1
5fabc5
5fabc5
* Mon Sep 22 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1.22.0-1.1
5fabc5
- Rebuild against cairo 1.7.6
5fabc5
- Update cairo and glib required versions
5fabc5
5fabc5
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.0-1
5fabc5
- Update to 1.22.0
5fabc5
5fabc5
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.6-1
5fabc5
- Update to 1.21.6
5fabc5
5fabc5
* Tue Aug 26 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1.21.5-1
5fabc5
- Update to 1.21.5
5fabc5
5fabc5
* Mon Aug 11 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.4-1
5fabc5
- Update to 1.21.4
5fabc5
5fabc5
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.3-1
5fabc5
- Update to 1.21.3
5fabc5
5fabc5
* Tue Jun  3 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.2-1
5fabc5
- Update to 1.21.2
5fabc5
5fabc5
* Mon May 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.21.1-2
5fabc5
- add sparc64 to multilib handling
5fabc5
5fabc5
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.1-1
5fabc5
- Update to 1.21.1
5fabc5
5fabc5
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.0-1
5fabc5
- Update to 1.21.0
5fabc5
5fabc5
* Tue Apr  8 2008 Matthias Clasen <mclasen@redhat.com> - 1.20.1-1
5fabc5
- Update to 1.20.1
5fabc5
5fabc5
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 1.20.0-1
5fabc5
- Update to 1.20.0
5fabc5
5fabc5
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 1.19.4-1
5fabc5
- Update to 1.19.4
5fabc5
5fabc5
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.19.3-3
5fabc5
- Autorebuild for GCC 4.3
5fabc5
5fabc5
* Tue Jan 29 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1.19.3-2
5fabc5
- Bump libthai requirement.
5fabc5
5fabc5
* Mon Jan 21 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1.19.3-1
5fabc5
- Update to 1.19.3
5fabc5
5fabc5
* Tue Dec 18 2007 Matthias Clasen <mclasne@redhat.com> - 1.19.2-1
5fabc5
- Update to 1.19.2
5fabc5
5fabc5
* Thu Dec  6 2007 Matthias Clasen <mclasne@redhat.com> - 1.19.1-1
5fabc5
- Update to 1.19.1
5fabc5
5fabc5
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.19.0-1
5fabc5
- Update to 1.19.0
5fabc5
5fabc5
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.3-1
5fabc5
- Update to 1.18.3 (make Nafees Nastaliq font work)
5fabc5
5fabc5
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.2-1
5fabc5
- Update to 1.18.2
5fabc5
5fabc5
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.1-1
5fabc5
- Update to 1.18.1
5fabc5
5fabc5
* Thu Aug 23 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.18.0-1
5fabc5
- Update to 1.18.0
5fabc5
5fabc5
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.17.5-3
5fabc5
- Rebuild for PPC toolchain bug
5fabc5
5fabc5
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.5-2
5fabc5
- Update license field
5fabc5
- Don't install ChangeLog
5fabc5
5fabc5
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.5-1
5fabc5
- Update to 1.17.5
5fabc5
5fabc5
* Tue Jul 03 2007 Behdad Esfahbod <besfahbo@redhat.com>
5fabc5
- Distribute NEWS
5fabc5
5fabc5
* Mon Jul  2 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.4-1
5fabc5
- Update to 1.17.4
5fabc5
5fabc5
* Mon Jul  2 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.3-1
5fabc5
- Update to 1.17.3
5fabc5
- Drop ancient Obsoletes
5fabc5
5fabc5
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.2-1
5fabc5
- Update to 1.17.2
5fabc5
5fabc5
* Mon May 28 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.1-1
5fabc5
- Update to 1.17.1
5fabc5
5fabc5
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.0-1
5fabc5
- Update to 1.17.0
5fabc5
5fabc5
* Fri Apr 27 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.16.4-1
5fabc5
- Update to 1.16.4.
5fabc5
- Enable doc rebuilding to get cross-references right.
5fabc5
5fabc5
* Tue Apr 10 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.16.2-1
5fabc5
- Update to 1.16.2.
5fabc5
5fabc5
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 1.16.1-1
5fabc5
- Update to 1.16.1
5fabc5
5fabc5
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 1.16.0-1
5fabc5
- Update to 1.16.0
5fabc5
5fabc5
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 1.15.6-1
5fabc5
- Update to 1.15.6
5fabc5
5fabc5
* Mon Jan 22 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.5-1
5fabc5
- Update to 1.15.5.
5fabc5
- Drop upstreamed pango-1.15.4-slighthint.patch
5fabc5
5fabc5
* Thu Jan 18 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-5
5fabc5
- Again... HELLO.txt is moved.
5fabc5
5fabc5
* Thu Jan 18 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-4
5fabc5
- Bump again.  I accidentally tagged 1.15.3-4 as 1.15.4-3 previously :(.
5fabc5
5fabc5
* Thu Jan 18 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-3
5fabc5
- s/HELLO.utf8/HELLO.txt/ to match upstream.
5fabc5
5fabc5
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-2
5fabc5
- Update slighthint patch to apply.
5fabc5
5fabc5
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-1
5fabc5
- Update to 1.15.4
5fabc5
- [Build]Require libthai[-devel]
5fabc5
- Require pkgconfig in -devel
5fabc5
- Remove "static libs" from -devel description, since we don't ship them.
5fabc5
5fabc5
* Fri Jan 12 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-5
5fabc5
- Require pango = %%{version}-%%{release} in devel (previously didn't have
5fabc5
  releaes).
5fabc5
5fabc5
* Thu Jan 11 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-4
5fabc5
- Undo the posttrans change.  That's a no no.  We now regenerate the module
5fabc5
  file in postun if there are any other pango versions left.  This should
5fabc5
  take care of the problem in the future.
5fabc5
5fabc5
* Thu Jan 11 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-3
5fabc5
- Move pango.modules generation to posttrans, to make sure modules available
5fabc5
  in an older version but not this one are removed.
5fabc5
- Resolves #222217
5fabc5
5fabc5
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-2
5fabc5
- Update sources
5fabc5
5fabc5
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-1
5fabc5
- Update to 1.15.3
5fabc5
- Pass --with-included-modules=basic-fc.  Saves one page of memory per process.
5fabc5
5fabc5
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.15.2-1
5fabc5
- Update to 1.15.2
5fabc5
5fabc5
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 1.15.1-1
5fabc5
- Update to 1.15.1
5fabc5
5fabc5
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.15.0-1
5fabc5
- Update to 1.15.0
5fabc5
5fabc5
* Thu Oct 12 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.6-1
5fabc5
- Update to 1.14.6
5fabc5
5fabc5
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.14.4-3
5fabc5
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
5fabc5
5fabc5
* Mon Sep 25 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.4-2
5fabc5
- Remove illegal g_object_unref().
5fabc5
5fabc5
* Fri Sep 15 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.4-1
5fabc5
- Update to 1.14.4
5fabc5
- Fixes bugs 198136, 306388, 206390
5fabc5
- Remove upstreamed patch
5fabc5
5fabc5
* Tue Sep 12 2006 Matthias Clasen <mclasen@redhat.com> - 1.14.3-2
5fabc5
- Fix Hangul decomposition issues (#206044)
5fabc5
5fabc5
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 1.14.3-1
5fabc5
- Update to 1.14.3
5fabc5
5fabc5
* Tue Aug 22 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.2-1
5fabc5
- Update to 1.14.2
5fabc5
5fabc5
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.14.1-1.fc6
5fabc5
- Update to 1.14.1
5fabc5
5fabc5
* Thu Aug 17 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.0-3
5fabc5
- Bump glib requirement to 2.12.0. (bug #201586)
5fabc5
5fabc5
* Mon Aug 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.0-2
5fabc5
- Incorrect sources in last update.  Fix.
5fabc5
5fabc5
* Mon Aug 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.0-1
5fabc5
- Update to 1.14.0
5fabc5
5fabc5
* Wed Aug 02 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.5-1
5fabc5
- Update to 1.13.5
5fabc5
5fabc5
* Thu Jul 27 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.4-2
5fabc5
- Add umask 022 to post (#185419)
5fabc5
5fabc5
* Tue Jul 25 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.4-1
5fabc5
- Update to 1.13.4
5fabc5
5fabc5
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.13.3-1.1
5fabc5
- rebuild
5fabc5
5fabc5
* Mon Jul 10 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.3-1
5fabc5
- Update to 1.13.3
5fabc5
5fabc5
* Thu Jun 15 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.2-1
5fabc5
- Update to 1.13.2
5fabc5
5fabc5
* Sun May 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.1-3
5fabc5
- Add missing BuildRequires (#191958)
5fabc5
5fabc5
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.1-2
5fabc5
- Update to 1.13.1
5fabc5
5fabc5
* Mon May  8 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.0-1
5fabc5
- Update to 1.13.0
5fabc5
5fabc5
* Fri Apr  7 2006 Matthias Clasen <mclasen@redhat.com> - 1.12.1-2
5fabc5
- Update to 1.12.1
5fabc5
5fabc5
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.12.0-1
5fabc5
- Update to 1.12.0
5fabc5
5fabc5
* Sun Feb 26 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.99-1
5fabc5
- Update to 1.11.99
5fabc5
5fabc5
* Tue Feb 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.6-1
5fabc5
- Upate to 1.11.6
5fabc5
- Drop upstreamed patches
5fabc5
5fabc5
* Fri Feb 17 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.5-2
5fabc5
- Fix a crash in pango_split
5fabc5
- Hide some private API
5fabc5
5fabc5
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.5-1
5fabc5
- Update to 1.11.5
5fabc5
5fabc5
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.11.4-1.2
5fabc5
- bump again for double-long bug on ppc(64)
5fabc5
5fabc5
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.11.4-1.1
5fabc5
- rebuilt for new gcc4.1 snapshot and glibc changes
5fabc5
5fabc5
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.4-1
5fabc5
- Update to 1.11.4
5fabc5
5fabc5
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.3-1
5fabc5
- Update to 1.11.3
5fabc5
5fabc5
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.2-1
5fabc5
- Update to 1.11.2
5fabc5
5fabc5
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> - 1.11.1-2
5fabc5
- BuildRequire cairo-devel
5fabc5
5fabc5
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> - 1.11.1-1
5fabc5
- Update to 1.11.1
5fabc5
5fabc5
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5fabc5
- rebuilt
5fabc5
5fabc5
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 1.11.0-1
5fabc5
- Update to 1.11.0
5fabc5
5fabc5
* Tue Nov 29 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.2-1
5fabc5
- Update to 1.10.2
5fabc5
5fabc5
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 1.10.1-6
5fabc5
- switch prereqs to modular X
5fabc5
5fabc5
* Fri Nov  4 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-5
5fabc5
- Switch buildrequires to modular X.
5fabc5
- Don't install .la files for modules.
5fabc5
5fabc5
* Thu Oct 27 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-2
5fabc5
- Bump the requirement for glib (#165928)
5fabc5
5fabc5
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-1
5fabc5
- Newer upstream version
5fabc5
- Use the docs which are included in the tarball
5fabc5
5fabc5
* Wed Aug 17 2005 Owen Taylor <otaylor@redhat.com> - 1.10.0-1
5fabc5
- Upgrade to 1.10.0
5fabc5
5fabc5
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> 1.9.1-2
5fabc5
- Patch out libpixman dependency.
5fabc5
5fabc5
* Thu Jul 28 2005 Owen Taylor <otaylor@redhat.com> 1.9.1-1
5fabc5
- Update to 1.9.1
5fabc5
5fabc5
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com> 
5fabc5
- Add a missing requires
5fabc5
5fabc5
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com> 1.9.0-1
5fabc5
- Update to 1.9.0
5fabc5
- Require cairo
5fabc5
5fabc5
* Fri Mar  4 2005 Owen Taylor <otaylor@redhat.com> - 1.8.1-1
5fabc5
- Update to 1.8.1
5fabc5
5fabc5
* Tue Dec 21 2004 Matthias Clasen <mclasen@redhat.com> - 1.8.0-1
5fabc5
- Version 1.8.0
5fabc5
- Drop unneeded patches and hacks
5fabc5
5fabc5
* Wed Oct 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-7
5fabc5
- Fix problem with pango_layout_get_attributes returning one too few items
5fabc5
  (Needed to fix problems mentioned in #135656, 
5fabc5
  http://bugzilla.gnome.org/show_bug.cgi?id=155912)
5fabc5
5fabc5
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-6
5fabc5
- Make Hangul and Kana not backspace-deletes-char (#135356)
5fabc5
5fabc5
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-5
5fabc5
- Fix problem in the last patch where we weren't getting the metrics from the 
5fabc5
  right font description (#136428, Steven Lawrance)
5fabc5
5fabc5
* Mon Oct 18 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-4
5fabc5
- Move place where we compute fontset metrics to fix problems with line 
5fabc5
  height in CJK locales (#131218)
5fabc5
5fabc5
* Mon Oct 11 2004 Colin Walters <walters@redhat.com> - 1.6.0-3
5fabc5
- BR xorg-x11-devel instead of XFree86-devel
5fabc5
5fabc5
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-2
5fabc5
- Add patch from CVS to fix display of U+3000 (#132203,  
5fabc5
  reported upstream by Suresh Chandrasekharan, Federic Zhang)
5fabc5
5fabc5
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-1
5fabc5
- Version 1.6.0
5fabc5
- Add patch from CVS to fix bitmap-fonts/no-hint problem (#129246)
5fabc5
5fabc5
* Wed Sep  8 2004 Jeremy Katz <katzj@redhat.com> - 1.5.2-3
5fabc5
- fix running of pango-query-modules to have necessary libraries available
5fabc5
  (#132052)
5fabc5
5fabc5
* Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-2
5fabc5
- Fix crashes with left-matra fixups (#129982, Jatin Nansi)
5fabc5
5fabc5
* Mon Aug  2 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-1
5fabc5
- Update to 1.5.2
5fabc5
- Fix ppc/powerpc confusion when creating query-modules binary (#128645)
5fabc5
5fabc5
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
5fabc5
- rebuilt
5fabc5
5fabc5
* Wed Mar 17 2004 Owen Taylor <otaylor@redhat.com> 1.4.0-2
5fabc5
- Fix location for modules file on ppc/ppc64 (#114399)
5fabc5
- Make the spec file check to avoid further mismatches
5fabc5
5fabc5
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 1.4.0-1
5fabc5
- update to 1.4.0
5fabc5
5fabc5
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 1.3.6-1
5fabc5
- Update to 1.3.6
5fabc5
- Bump required glib2 to 2.3.1
5fabc5
5fabc5
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
5fabc5
- rebuilt
5fabc5
5fabc5
* Tue Mar 02 2004 Mark McLoughlin <markmc@redhat.com> 1.3.5-1
5fabc5
- Update to 1.3.5
5fabc5
5fabc5
* Wed Feb 25 2004 Mark McLoughlin <markmc@redhat.com> 1.3.3-1
5fabc5
- Update to 1.3.3
5fabc5
5fabc5
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
5fabc5
- rebuilt
5fabc5
5fabc5
* Fri Jan 23 2004 Jonathan Blandford <jrb@redhat.com> 1.3.2-1
5fabc5
- new version
5fabc5
- add man page
5fabc5
5fabc5
* Thu Dec 18 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-4
5fabc5
- Deal with autoconf changing -linux to -linux-gnu (#112387)
5fabc5
5fabc5
* Mon Dec  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-3.0
5fabc5
- Package pango-querymodules as pango-querymodules-{32,64}; look for 
5fabc5
  pango.modules in an architecture-specific directory.
5fabc5
  (Fixes #111511, Justin M. Forbes)
5fabc5
5fabc5
* Mon Sep  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-2.0
5fabc5
- Fix problem with corrupt Thai shaper
5fabc5
5fabc5
* Wed Aug 27 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-1.1
5fabc5
- Version 1.2.5
5fabc5
5fabc5
* Tue Aug 26 2003 Owen Taylor <otaylor@redhat.com> 1.2.4-1.1
5fabc5
- Version 1.2.4
5fabc5
5fabc5
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.3-2.0
5fabc5
- Bump for rebuild
5fabc5
5fabc5
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.2.3
5fabc5
5fabc5
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
5fabc5
- rebuilt
5fabc5
5fabc5
* Mon Jun  2 2003 Owen Taylor <otaylor@redhat.com>
5fabc5
- Use the right version-1.2.2 tarball
5fabc5
5fabc5
* Thu May 29 2003 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.2.2
5fabc5
5fabc5
* Thu Feb 13 2003 Tim Powers <timp@redhat.com> 1.2.1-3
5fabc5
- remove deps on Xft and Xft-devel since XFree86 no longer has the
5fabc5
  virtual prvodes. Instead, require XFree86-devel > 4.2.99
5fabc5
5fabc5
* Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
5fabc5
- Fix problem where language tag wasn't causing relookup of font (#84034)
5fabc5
5fabc5
* Sun Feb  2 2003 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.2.1
5fabc5
5fabc5
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
5fabc5
- rebuilt
5fabc5
5fabc5
* Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
5fabc5
- Patch from CVS to synthesize GDEF tables for fonts
5fabc5
  without them, like the Kacst fonts in fonts-arabic
5fabc5
5fabc5
* Thu Jan  9 2003 Owen Taylor <otaylor@redhat.com>
5fabc5
- Make requires freetype, not freetype-devel (#81423)
5fabc5
5fabc5
* Tue Jan  7 2003 Owen Taylor <otaylor@redhat.com>
5fabc5
- Update slighthint patch for freetype-2.1.3 (#81125)
5fabc5
5fabc5
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.2.0
5fabc5
5fabc5
* Mon Dec 16 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.1.6
5fabc5
5fabc5
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.1.5
5fabc5
5fabc5
* Tue Dec  3 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.1.4
5fabc5
5fabc5
* Thu Nov 21 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- change PKG_CONFIG_PATH hack to also search /usr/X11R6/lib64/pkgconfig
5fabc5
5fabc5
* Wed Nov 20 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- explicitly require pangoxft to be built, so we catch situations such
5fabc5
  as xft.pc moving to /usr/X11R6
5fabc5
- also add /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH as a temporary 
5fabc5
  hack
5fabc5
5fabc5
* Thu Nov  7 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- 1.1.3
5fabc5
5fabc5
* Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-5
5fabc5
- Require the necessary freetype version, don't just
5fabc5
  BuildRequires it (#74744)
5fabc5
5fabc5
* Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-4
5fabc5
- Own /etc/pango (#73962, Enrico Scholz)
5fabc5
- Remove .la files from the build root
5fabc5
5fabc5
* Mon Oct  7 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- require glib 2.0.6-3, try rebuild on more arches
5fabc5
5fabc5
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.1.1 (main change, fixes font selection for FT2 backend, 
5fabc5
  as in gdmgreeter)
5fabc5
5fabc5
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Fix linked list manipulation problem that was causing hang for anaconda
5fabc5
- Fix warning from loading mini-fonts with context == NULL
5fabc5
5fabc5
* Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Fix major memory leak in the last patch
5fabc5
5fabc5
* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Actually use language tags at the rendering layer (should fix #68211)
5fabc5
5fabc5
* Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Remove fixed-ltmain.sh, relibtoolize; to fix relink problems without 
5fabc5
- Fix bug causing hex boxes to be misrendered
5fabc5
  leaving RPATH (#66005)
5fabc5
- For FT2 backend, supply FT_LOAD_NO_BITMAP to avoid problems with 
5fabc5
  fonts with embedded bitmaps (#67851)
5fabc5
5fabc5
* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Make basic-x shaper work with our big-5 fonts
5fabc5
5fabc5
* Wed Jul  3 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- New upstream tarball with hooks for change-on-the fly font rendering
5fabc5
5fabc5
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Up FreeType version to deal with FreeType-2.0.x / 2.1.x \
5fabc5
  ABI changes for pango's OpenType code.
5fabc5
5fabc5
* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Add some Korean aliases that the installer wants
5fabc5
5fabc5
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
5fabc5
- automated rebuild
5fabc5
5fabc5
* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- devel package requires fontconfig/Xft devel packages
5fabc5
5fabc5
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- rebuild in different environment
5fabc5
5fabc5
* Thu Jun  6 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Snapshot with Xft2/fontconfig support
5fabc5
5fabc5
* Wed May 29 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.0.2
5fabc5
- Patch for charmaps problem
5fabc5
5fabc5
* Sun May 26 2002 Tim Powers <timp@redhat.com>
5fabc5
- automated rebuild
5fabc5
5fabc5
* Wed May 22 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- rebuild in different environment
5fabc5
5fabc5
* Wed May 22 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- add patch to adjust to newer version of freetype
5fabc5
5fabc5
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
5fabc5
- Update to version 1.0.1, remove patch
5fabc5
5fabc5
* Tue Mar 19 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Patch from CVS for big speedup with FreeType-2.0.9
5fabc5
5fabc5
* Mon Mar 11 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Rebuild
5fabc5
5fabc5
* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 1.0.0
5fabc5
5fabc5
* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
5fabc5
- Update to 0.26
5fabc5
5fabc5
* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
5fabc5
- Bump for rebuild
5fabc5
5fabc5
* Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
5fabc5
- Update to 0.25
5fabc5
5fabc5
* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- add horrible buildrequires hack
5fabc5
5fabc5
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- 0.24.90 cvs snap
5fabc5
5fabc5
* Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 0.24
5fabc5
5fabc5
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
5fabc5
- automated rebuild
5fabc5
5fabc5
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
5fabc5
- new snap 0.23.90
5fabc5
5fabc5
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
5fabc5
- rebuild with 64-bit-fixed glib
5fabc5
5fabc5
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
5fabc5
- Version 0.22
5fabc5
- add explicit check for required glib2 version before we do the build,
5fabc5
  so we don't end up with bad RPMs on --nodeps builds
5fabc5
- PreReq the glib2_version version, instead of 1.3.8 hardcoded that 
5fabc5
  no one had updated recently
5fabc5
5fabc5
* Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com>
5fabc5
- Version 0.21
5fabc5
5fabc5
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
5fabc5
- cvs snap
5fabc5
- new cvs snap with a bugfix
5fabc5
5fabc5
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
5fabc5
- sync with Owen's changes, fix up dependency versions
5fabc5
5fabc5
* Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
5fabc5
- 0.19
5fabc5
5fabc5
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
5fabc5
- build CVS snap
5fabc5
5fabc5
* Wed Sep 05 2001 Havoc Pennington <hp@redhat.com>
5fabc5
- no relinking junk
5fabc5
5fabc5
* Tue Sep  4 2001 root <root@dhcpd37.meridian.redhat.com>
5fabc5
- Version 0.18
5fabc5
5fabc5
* Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com>
5fabc5
- Configure --disable-gtk-doc
5fabc5
- BuildRequires freetype-devel, XFree86-devel
5fabc5
5fabc5
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
5fabc5
- 0.17
5fabc5
- libtool hackarounds
5fabc5
5fabc5
* Fri May 04 2001 Owen Taylor <otaylor@redhat.com>
5fabc5
- 0.16, rename back to pango from pango-gtkbeta
5fabc5
5fabc5
* Fri Feb 16 2001 Owen Taylor <otaylor@redhat.com>
5fabc5
- Obsolete fribidi-gtkbeta
5fabc5
5fabc5
* Mon Dec 11 2000 Havoc Pennington <hp@redhat.com>
5fabc5
- Remove that patch I just put in
5fabc5
5fabc5
* Mon Dec 11 2000 Havoc Pennington <hp@redhat.com>
5fabc5
- Patch pangox.pc.in to include -Iincludedir
5fabc5
5fabc5
* Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- final 0.13
5fabc5
5fabc5
* Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- New 0.13 tarball
5fabc5
5fabc5
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- 0.13pre1
5fabc5
5fabc5
* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- Rename to 0.12b to avoid versioning problems
5fabc5
5fabc5
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
5fabc5
- Move to a CVS snapshot
5fabc5
5fabc5
* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- Move back to /usr
5fabc5
- Version 0.12
5fabc5
5fabc5
* Mon Jun 19 2000  Owen Taylor <otaylor@redhat.com>
5fabc5
- Add missing %%defattr
5fabc5
5fabc5
* Thu Jun 8 2000  Owen Taylor <otaylor@redhat.com>
5fabc5
- Rebuild with a prefix of /opt/gtk-beta
5fabc5
5fabc5
* Wed May 31 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- version 0.11
5fabc5
- add --without-qt
5fabc5
5fabc5
* Wed Apr 26 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- Make the devel package require *-gtkbeta-* not the normal packages.
5fabc5
5fabc5
* Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- GTK+ snapshot version installing in /opt/gtk-beta
5fabc5
5fabc5
* Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com>
5fabc5
- Created spec file