Blame SPECS/pango.spec

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