37b20e6
%global glib2_version 2.60
f113e82
%global fribidi_version 0.19.7
7de4c09
%global libthai_version 0.1.9
f113e82
%global harfbuzz_version 2.0.0
f113e82
%global fontconfig_version 2.12.92
6edc617
%global libXft_version 2.0.0
f113e82
%global cairo_version 1.12.10
f113e82
%global freetype_version 2.1.5
cvsdist 3d79492
cvsdist efb4927
Name: pango
3904bbf
Version: 1.46.1
b26ff57
Release: 1%{?dist}
8beca2d
Summary: System for layout and rendering of internationalized text
8beca2d
0fe07f5
License: LGPLv2+
cvsdist efb4927
URL: http://www.pango.org
8e5a2f8
Source0: https://download.gnome.org/sources/%{name}/1.46/%{name}-%{version}.tar.xz
cvsdist efb4927
a175f43
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
a175f43
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
a175f43
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
a175f43
BuildRequires: pkgconfig(fontconfig) >= %{fontconfig_version}
a175f43
BuildRequires: pkgconfig(harfbuzz) >= %{harfbuzz_version}
a175f43
BuildRequires: pkgconfig(libthai) >= %{libthai_version}
a175f43
BuildRequires: pkgconfig(xft) >= %{libXft_version}
Akira TAGOH f2d4712
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
a175f43
BuildRequires: pkgconfig(gobject-introspection-1.0)
c1457db
BuildRequires: cairo-gobject-devel
4bf28b9
BuildRequires: gtk-doc
8450a0f
BuildRequires: help2man
4bf28b9
BuildRequires: meson
Akira TAGOH 78911be
BuildRequires: gcc gcc-c++
cvsdist efb4927
61d50a5
Requires: glib2%{?_isa} >= %{glib2_version}
61d50a5
Requires: freetype%{?_isa} >= %{freetype_version}
61d50a5
Requires: fontconfig%{?_isa} >= %{fontconfig_version}
61d50a5
Requires: cairo%{?_isa} >= %{cairo_version}
eff79b3
Requires: harfbuzz%{?_isa} >= %{harfbuzz_version}
61d50a5
Requires: libthai%{?_isa} >= %{libthai_version}
09eee9b
Requires: libXft%{?_isa} >= %{libXft_version}
Akira TAGOH f2d4712
Requires: fribidi%{?_isa} >= %{fribidi_version}
61d50a5
cvsdist efb4927
%description
8801091
Pango is a library for laying out and rendering of text, with an emphasis
ba32ab6
on internationalization. Pango can be used anywhere that text layout is needed,
8801091
though most of the work on Pango so far has been done in the context of the
8801091
GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+.
cvsdist efb4927
8801091
Pango is designed to be modular; the core Pango layout engine can be used
ba32ab6
with different font backends.
ba32ab6
8801091
The integration of Pango with Cairo provides a complete solution with high
8801091
quality text handling and graphics rendering.
cvsdist 3d79492
cvsdist efb4927
%package devel
ba32ab6
Summary: Development files for pango
a9788a1
Requires: pango%{?_isa} = %{version}-%{release}
61d50a5
Requires: glib2-devel%{?_isa} >= %{glib2_version}
61d50a5
Requires: freetype-devel%{?_isa} >= %{freetype_version}
61d50a5
Requires: fontconfig-devel%{?_isa} >= %{fontconfig_version}
61d50a5
Requires: cairo-devel%{?_isa} >= %{cairo_version}
cvsdist efb4927
cvsdist efb4927
%description devel
ba32ab6
The pango-devel package includes the header files and developer documentation
besfahbo 53e1de3
for the pango package.
cvsdist efb4927
1c4c8fb
%package tests
1c4c8fb
Summary: Tests for the %{name} package
1c4c8fb
Requires: %{name}%{?_isa} = %{version}-%{release}
1c4c8fb
1c4c8fb
%description tests
1c4c8fb
The %{name}-tests package contains tests that can be used to verify
1c4c8fb
the functionality of the installed %{name} package.
1c4c8fb
1c4c8fb
cvsdist 961111c
%prep
Richard Hughes 8bfa859
%autosetup -n pango-%{version} -p1
cvsdist 961111c
8450a0f
4bf28b9
%build
c10f165
%meson \
c10f165
  -Dgtk_doc=true \
c10f165
  -Dinstall-tests=true
c10f165
4bf28b9
%meson_build
paragn 027d0fd
cvsdist 961111c
cvsdist 961111c
%install
4bf28b9
%meson_install
cvsdist c1e1e62
cvsdist c1e1e62
PANGOXFT_SO=$RPM_BUILD_ROOT%{_libdir}/libpangoxft-1.0.so
cvsdist c1e1e62
if ! test -e $PANGOXFT_SO; then
cvsdist c1e1e62
        echo "$PANGOXFT_SO not found; did not build with Xft support?"
cvsdist c1e1e62
        ls $RPM_BUILD_ROOT%{_libdir}
cvsdist c1e1e62
        exit 1
8801091
fi
cvsdist c1e1e62
cvsdist 961111c
a9788a1
%files
ada01a4
%license COPYING
6efc87e
%doc NEWS README.md
cvsdist c1e1e62
%{_libdir}/libpango*-*.so.*
265ae00
%{_bindir}/pango-list
Behdad Esfahbod a5c386e
%{_bindir}/pango-view
07e6b39
%{_mandir}/man1/pango-view.1*
1b31bd7
%{_libdir}/girepository-1.0/Pango-1.0.typelib
1b31bd7
%{_libdir}/girepository-1.0/PangoCairo-1.0.typelib
2172e18
%{_libdir}/girepository-1.0/PangoFc-1.0.typelib
1b31bd7
%{_libdir}/girepository-1.0/PangoFT2-1.0.typelib
2172e18
%{_libdir}/girepository-1.0/PangoOT-1.0.typelib
1b31bd7
%{_libdir}/girepository-1.0/PangoXft-1.0.typelib
cvsdist 961111c
cvsdist 961111c
%files devel
cvsdist c1e1e62
%{_libdir}/libpango*.so
cvsdist c1e1e62
%{_includedir}/*
cvsdist c1e1e62
%{_libdir}/pkgconfig/*
0fe07f5
%doc %{_datadir}/gtk-doc/html/pango
1b31bd7
%{_datadir}/gir-1.0/Pango-1.0.gir
1b31bd7
%{_datadir}/gir-1.0/PangoCairo-1.0.gir
2172e18
%{_datadir}/gir-1.0/PangoFc-1.0.gir
1b31bd7
%{_datadir}/gir-1.0/PangoFT2-1.0.gir
2172e18
%{_datadir}/gir-1.0/PangoOT-1.0.gir
1b31bd7
%{_datadir}/gir-1.0/PangoXft-1.0.gir
cvsdist 961111c
1c4c8fb
%files tests
Richard Hughes f04760a
%{_libexecdir}/installed-tests/%{name}
1c4c8fb
%{_datadir}/installed-tests
1c4c8fb
1c4c8fb
cvsdist efb4927
%changelog
3904bbf
* Thu Aug 20 2020 Kalev Lember <klember@redhat.com> - 1.46.1-1
3904bbf
- Update to 1.46.1
3904bbf
8e5a2f8
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 1.46.0-1
8e5a2f8
- Update to 1.46.0
8e5a2f8
b26ff57
* Thu Jul 30 2020 Kalev Lember <klember@redhat.com> - 1.45.4-1
b26ff57
- Update to 1.45.4
b26ff57
6eddc90
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.45.3-2
6eddc90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6eddc90
3ff8e1a
* Mon Jun 22 2020 Adam Williamson <awilliam@redhat.com> - 1.45.3-1
3ff8e1a
- Update to 1.45.3
3ff8e1a
643f315
* Thu Jun 18 2020 Adam Williamson <awilliam@redhat.com> - 1.45.2-2
643f315
- Backport MR #206 to fix #485 (crash triggered in various ways)
643f315
e78c864
* Thu Jun 11 2020 Kalev Lember <klember@redhat.com> - 1.45.2-1
e78c864
- Update to 1.45.2
e78c864
Richard Hughes 8bfa859
* Thu Jun 11 2020 Richard Hughes <rhughes@redhat.com> - 1.45.1-2
Richard Hughes 8bfa859
- Backport a patch to avoid breaking introspection ABI.
Richard Hughes 8bfa859
37b20e6
* Tue Jun 09 2020 Kalev Lember <klember@redhat.com> - 1.45.1-1
37b20e6
- Update to 1.45.1
37b20e6
2aab5a0
* Tue Apr 07 2020 Timm Baeder <tbaeder@redhat.com> - 1.44.7-3
2aab5a0
- Add fallthrough-comments.patch to fix build with recent clang versions
2aab5a0
aa4cbd7
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.44.7-2
aa4cbd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
aa4cbd7
00d5c8b
* Fri Oct 25 2019 Kalev Lember <klember@redhat.com> - 1.44.7-1
00d5c8b
- Update to 1.44.7
00d5c8b
70fa1a7
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 1.44.6-1
70fa1a7
- Update to 1.44.6
70fa1a7
d148199
* Thu Aug 15 2019 Kalev Lember <klember@redhat.com> - 1.44.5-1
d148199
- Update to 1.44.5
d148199
2172e18
* Wed Aug 14 2019 Kalev Lember <klember@redhat.com> - 1.44.4-1
2172e18
- Update to 1.44.4
2172e18
c10f165
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 1.44.3-1
c10f165
- Update to 1.44.3
c10f165
985d16d
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.0-4
985d16d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
985d16d
Peng Wu 68e0a69
* Mon Feb 11 2019 Peng Wu <pwu@redhat.com> - 1.43.0-3
Peng Wu 68e0a69
- Fixes pkg-config issue
Peng Wu 68e0a69
7565e0d
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.43.0-2
7565e0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7565e0d
6efc87e
* Wed Jan 23 2019 Kalev Lember <klember@redhat.com> - 1.43.0-1
6efc87e
- Update to 1.43.0
6efc87e
Peng Wu 85a1d23
* Fri Jan 18 2019 Peng Wu <pwu@redhat.com> - 1.42.4-2
Peng Wu 85a1d23
- Fixes crash in pango_fc_font_key_get_variations when key is null
Peng Wu 85a1d23
f1788eb
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.42.4-1
f1788eb
- Update to 1.42.4
f1788eb
5716395
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.42.3-2
5716395
- Include a fix for invalid Unicode sequence handling
5716395
6e98b0b
* Mon Jul 30 2018 Kalev Lember <klember@redhat.com> - 1.42.3-1
6e98b0b
- Update to 1.42.3
6e98b0b
265ae00
* Wed Jul 25 2018 Kalev Lember <klember@redhat.com> - 1.42.2-1
265ae00
- Update to 1.42.2
265ae00
d27cce3
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.42.1-3
d27cce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d27cce3
64ad6ea
* Fri May 04 2018 Kalev Lember <klember@redhat.com> - 1.42.1-2
64ad6ea
- Rebuild against fribidi 1.0 (#1574861)
64ad6ea
35971d5
* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 1.42.1-1
35971d5
- Update to 1.42.1
35971d5
3bba241
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 1.42.0-1
3bba241
- Update to 1.42.0
3bba241
Akira TAGOH 78911be
* Wed Mar 07 2018 Akira TAGOH <tagoh@redhat.com> - 1.41.1-2
Akira TAGOH 78911be
- Add BR: gcc-c++
Akira TAGOH 78911be
Akira TAGOH d2ff6f4
* Thu Mar 01 2018 Akira TAGOH <tagoh@redhat.com> - 1.41.1-1
Akira TAGOH d2ff6f4
- New upstream release. (#1550390)
Akira TAGOH f2d4712
- Add BR: pkgconfig(fribidi)
Akira TAGOH d2ff6f4
Akira TAGOH abe81a7
* Mon Feb 19 2018 Akira TAGOH <tagoh@redhat.com>
Akira TAGOH abe81a7
- Add BR: gcc
Akira TAGOH abe81a7
2a33d8a
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.40.14-2
2a33d8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2a33d8a
d8dbd41
* Sat Nov 18 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.40.14-1
d8dbd41
- Update to 1.40.14
d8dbd41
- Remove unused patch
d8dbd41
105214f
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 1.40.13-2
105214f
- Backport a patch to fix wrapping long filenames in Nautilus
105214f
8510537
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 1.40.13-1
8510537
- Update to 1.40.13
8510537
04a92c3
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 1.40.12-1
04a92c3
- Update to 1.40.12
04a92c3
Akira TAGOH 0ebbf44
* Tue Aug 29 2017 Akira TAGOH <tagoh@redhat.com> - 1.40.11-3
Akira TAGOH 0ebbf44
- Fix multilib issue (#1485076)
Akira TAGOH f8e9b5e
5eb1425
* Sat Aug 19 2017 Kalev Lember <klember@redhat.com> - 1.40.11-1
5eb1425
- Update to 1.40.11
5eb1425
4bf28b9
* Sat Aug 19 2017 Kalev Lember <klember@redhat.com> - 1.40.10-2
4bf28b9
- Switch to the meson build system
4bf28b9
05cb312
* Wed Aug 16 2017 Kalev Lember <klember@redhat.com> - 1.40.10-1
05cb312
- Update to 1.40.10
05cb312
adade4b
* Wed Aug 09 2017 Kalev Lember <klember@redhat.com> - 1.40.9-1
adade4b
- Update to 1.40.9
adade4b
033bf8b
* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 1.40.8-1
033bf8b
- Update to 1.40.8
033bf8b
3ff7e30
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.40.7-3
3ff7e30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3ff7e30
2fa7ac4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.40.7-2
2fa7ac4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2fa7ac4
27b2657
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 1.40.7-1
27b2657
- Update to 1.40.7
27b2657
5001f0d
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 1.40.6-1
5001f0d
- Update to 1.40.6
5001f0d
3801f3f
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 1.40.5-1
3801f3f
- Update to 1.40.5
3801f3f
Richard Hughes 8479837
* Mon Feb 27 2017 Richard Hughes <rhughes@redhat.com> - 1.40.4-1
Richard Hughes 8479837
- Update to 1.40.4
Richard Hughes 8479837
0b7af17
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.40.3-2
0b7af17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0b7af17
a6e3f78
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 1.40.3-1
a6e3f78
- Update to 1.40.3
a6e3f78
fd9324b
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> - 1.40.2-1
fd9324b
- Update to 1.40.2
45d62eb
- Don't set group tags
fd9324b
6ca1c84
* Tue Apr 12 2016 Kalev Lember <klember@redhat.com> - 1.40.1-1
6ca1c84
- Update to 1.40.1
6ca1c84
3192bb1
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.40.0-1
3192bb1
- Update to 1.40.0
3192bb1
340e351
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.39.0-2
340e351
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
340e351
4646473
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 1.39.0-1
4646473
- Update to 1.39.0
4646473
9305bf9
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1.38.1-1
9305bf9
- Update to 1.38.1
9305bf9
1db7280
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 1.38.0-1
1db7280
- Update to 1.38.0
1db7280
a8e6681
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 1.37.5-1
a8e6681
- Update to 1.37.5
a8e6681
eff79b3
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 1.37.4-1
eff79b3
- Update to 1.37.4
eff79b3
2e0ff17
* Sat Aug 15 2015 Kalev Lember <klember@redhat.com> - 1.37.3-1
2e0ff17
- Update to 1.37.3
748d0dd
- Use make_install macro
2e0ff17
44831d9
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 1.37.2-1
44831d9
- Update to 1.37.2
44831d9
9316176
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 1.37.1-1
9316176
- Update to 1.37.1
a175f43
- Use pkgconfig for BuildRequires
07e6b39
- Update man page glob in files section
9316176
04de297
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37.0-2
04de297
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
04de297
29ab1f6
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1.37.0-1
29ab1f6
- Update to 1.37.0
29ab1f6
- Remove modules support from packaging as it's gone upstream
ada01a4
- Use license macro for the COPYING file
29ab1f6
8450a0f
* Thu May 14 2015 Matthias Clasen <mclasen@redhat.com> - 1.36.8-5
8450a0f
- Regenerate man page for pango-view
8450a0f
2283d1f
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.36.8-4
2283d1f
- Rebuilt for GCC 5 C++11 ABI change
2283d1f
231700c
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.36.8-3
231700c
- Rebuilt for Fedora 23 Change
231700c
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
231700c
6edc617
* Mon Jan 26 2015 Akira TAGOH <tagoh@redhat.com> - 1.36.8-2
6edc617
- Add Requires(post): libXft deps. (#1155261)
6edc617
e055daf
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.36.8-1
e055daf
- Update to 1.36.8
e055daf
af0ccf7
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 1.36.7-1
af0ccf7
- Update to 1.36.7
61d50a5
- Tighten deps with the _isa macro
af0ccf7
edb6bbf
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36.6-2
edb6bbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
edb6bbf
53b4eff
* Sat Aug 16 2014 Kalev Lember <kalevlember@gmail.com> - 1.36.6-1
53b4eff
- Update to 1.36.6
53b4eff
0556b46
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.36.5-2
0556b46
- Rebuilt for gobject-introspection 1.41.4
0556b46
Richard Hughes 2dc6ef5
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 1.36.5-1
Richard Hughes 2dc6ef5
- Update to 1.36.5
Richard Hughes 2dc6ef5
Richard Hughes 8ea00f3
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 1.36.4-1
Richard Hughes 8ea00f3
- Update to 1.36.4
Richard Hughes 8ea00f3
70e0b0f
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36.3-2
70e0b0f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
70e0b0f
Richard Hughes 4cb58cd
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 1.36.3-1
Richard Hughes 4cb58cd
- Update to 1.36.3
Richard Hughes 4cb58cd
Richard Hughes 4e41763
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 1.36.2-1
Richard Hughes 4e41763
- Update to 1.36.2
Richard Hughes 4e41763
82cb3fe
* Wed Jan 22 2014 Akira TAGOH <tagoh@redhat.com> - 1.36.1-2
82cb3fe
- Backport a patch to fix SIGFPE in pango_layout_iter_get_char_extents() (#1036351)
82cb3fe
Richard Hughes 66dc247
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 1.36.1-1
Richard Hughes 66dc247
- Update to 1.36.1
Richard Hughes 66dc247
d807cd2
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1.36.0-1
d807cd2
- Update to 1.36.0
d807cd2
d8bcf20
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1.35.3-1
d8bcf20
- Update to 1.35.3
d8bcf20
7de4c09
* Thu Aug 22 2013 Akira TAGOH <tagoh@redhat.com> - 1.35.2-2
7de4c09
- Fix duplicate file list for modules.cache
7de4c09
- s/%%define/%%global/g
7de4c09
- Fix bogus date in %%changelog
7de4c09
- Do not suppress the detailed build log.
7de4c09
e4574d3
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.35.2-1
e4574d3
- Update to 1.35.2
e4574d3
4e91eae
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35.0-2
4e91eae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4e91eae
1c4c8fb
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1.35.0-1
1c4c8fb
- Update to 1.35.0
1c4c8fb
- Add a tests subpackage
1c4c8fb
Richard Hughes 2b35418
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 1.34.1-1
Richard Hughes 2b35418
- Update to 1.34.1
Richard Hughes 2b35418
54500fc
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> - 1.34.0-2
54500fc
- Make man pango-query-modules-64 work
54500fc
157c67d
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.34.0-1
157c67d
- Update to 1.34.0
157c67d
Richard Hughes e82ff93
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 1.33.9-1
Richard Hughes e82ff93
- Update to 1.33.9
Richard Hughes e82ff93
da79d36
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> - 1.33.8-1
da79d36
- Update to 1.33.8
da79d36
78a3fc0
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 1.33.7-1
78a3fc0
- Update to 1.33.7
78a3fc0
7d03931
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 1.32.6-1
7d03931
- Update to 1.32.6
7d03931
15f7422
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.5-1
15f7422
- Update to 1.32.5
15f7422
Richard Hughes 99bff12
* Wed Nov 21 2012 Richard Hughes <hughsient@gmail.com> - 1.32.3-1
Richard Hughes 99bff12
- Update to 1.32.3
Richard Hughes 99bff12
c95677c
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.2-1
c95677c
- Update to 1.32.2
c95677c
a9788a1
* Thu Sep 27 2012 Matthias Clasen <mclasen@redhat.com> - 1.32.1-1
a9788a1
- Update to 1.32.1
a9788a1
- Move module cache file to /usr/lib64/pango/1.8.0/modules.cache
a9788a1
- No more /etc/pango
a9788a1
05908cc
* Sat Aug 25 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.31.0-3
05908cc
- Fix %%postun error on multilib erase (#684729).
05908cc
Parag Nemade a8ac316
* Wed Aug 22 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 1.31.0-2
a9788a1
- Add missing BR:harfbuzz-devel
Parag Nemade a8ac316
- Remove file pangox.aliases as pangox support is now removed
Parag Nemade a8ac316
Parag Nemade a8ac316
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.31.0-1
Parag Nemade a8ac316
- Update to 1.31.0
Parag Nemade a8ac316
c615f01
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.30.1-2
c615f01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c615f01
Richard Hughes ca023d1
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1.30.1-1
Richard Hughes ca023d1
- Update to 1.30.1
Richard Hughes ca023d1
7cabdce
* Sat May 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.30.0-2
7cabdce
- Fix up scriptlet dependencies (#684729)
7cabdce
Richard Hughes f4216b3
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 1.30.0-1
Richard Hughes f4216b3
- Update to 1.30.0
Richard Hughes f4216b3
1f342c2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.29.5-2
1f342c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1f342c2
d91971c
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.29.5-1
d91971c
- Update to 1.29.5
d91971c
08ce2c8
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 1.29.4-1
08ce2c8
- Update to 1.29.4
08ce2c8
dbbe0ab
* Wed Aug 17 2011 Kalev Lember <kalevlember@gmail.com> - 1.29.3-2
dbbe0ab
- Fix a crash in the fallback engine
dbbe0ab
624aada
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.3-1
624aada
- Update to 1.29.3
624aada
eededf8
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.28.4-2
eededf8
- Stop using G_CONST_RETURN
eededf8
7ef2d3c
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 1.28.4-1
7ef2d3c
- Update to 1.28.4
7ef2d3c
03e17b8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28.3-2
03e17b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
03e17b8
752e093
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.3-1
752e093
- Update 1.28.3
7e66038
9361884
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.1-6
9361884
- Rebuild against newer gobject-introspection
9361884
paragn 027d0fd
* Fri Sep 03 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.28.1-5
paragn 027d0fd
- Merge Review cleanup (rh#226229)
paragn 027d0fd
8a88243
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.28.1-4
2aa3068
- Rebuild for new gobject-introspection
8a88243
eba99d1
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 1.28.1-3
eba99d1
- Remove usage of chrpath, should no longer be needed
eba99d1
eba99d1
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 1.28.1-2
fa5f610
- Support builds from snapshots
fa5f610
c927f55
* Tue Jun 15 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.1-1
c927f55
- Update to 1.28.1
c927f55
1b31bd7
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.0-2
1b31bd7
- Enable introspection
1b31bd7
2b97739
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 1.28.0-1
2b97739
- Update to 1.28.0
2b97739
12a6804
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 1.27.1-1
12a6804
- Update to 1.27.1
12a6804
b72f88f
* Wed Dec 16 2009 Matthias Clasen <mclasen@redhat.com> - 1.26.2-1
b72f88f
- Update to 1.26.2
b72f88f
- See http://download.gnome.org/sources/pango/1.26/pango-1.26.2.news
b72f88f
Behdad Esfahbod 72c75fb
* Thu Dec  3 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.26.1-1
Behdad Esfahbod 72c75fb
- 1.26.1
Behdad Esfahbod 72c75fb
Behdad Esfahbod d129888
* Mon Sep 21 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.26.0-1
Behdad Esfahbod d129888
- 1.26.0
Behdad Esfahbod d129888
Behdad Esfahbod a8f8dac
* Tue Sep  8 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.6-1
Behdad Esfahbod a8f8dac
- 1.25.6
Behdad Esfahbod a8f8dac
Behdad Esfahbod 41848e1
* Mon Aug 24 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.5-1
Behdad Esfahbod ea8362a
- 1.25.5
Behdad Esfahbod ea8362a
a99c208
* Thu Aug 20 2009 Karsten Hopp <karsten@redhat.com> 1.25.4-2
a99c208
- fix autoconf host on s390x
a99c208
7de4c09
* Mon Aug 17 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.4-1
Behdad Esfahbod 60f692e
- 1.25.4
Behdad Esfahbod 60f692e
Behdad Esfahbod 5c0d422
* Tue Aug 11 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.3-1
Behdad Esfahbod 5c0d422
- 1.25.3
Behdad Esfahbod 5c0d422
Behdad Esfahbod bcda4ae
* Tue Aug 11 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.2-1
Behdad Esfahbod bcda4ae
- 1.25.2
Behdad Esfahbod bcda4ae
Behdad Esfahbod 270b4c1
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-7
Behdad Esfahbod 270b4c1
- Yes, I am stupid.
Behdad Esfahbod 270b4c1
Behdad Esfahbod e11a787
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-6
Behdad Esfahbod e11a787
- One more try
Behdad Esfahbod e11a787
Behdad Esfahbod aae7dfc
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-5
Behdad Esfahbod aae7dfc
- Remove -fexceptions from CXXFLAGS actually
Behdad Esfahbod aae7dfc
- Hopefully builds this time
Behdad Esfahbod aae7dfc
Behdad Esfahbod 33ce880
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-4
Behdad Esfahbod 33ce880
- Remove -fexceptions from RPM_OPT_FLAGS
Behdad Esfahbod 33ce880
- Hopefully builds this time
Behdad Esfahbod 33ce880
Behdad Esfahbod 9fb5d1a
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-3
Behdad Esfahbod 9fb5d1a
- Remove pango-1.25.1-no-hb-main.patch
Behdad Esfahbod 9fb5d1a
- Add pango-1.25.1-cxx.patch
Behdad Esfahbod 9fb5d1a
- Hopefully builds this time
Behdad Esfahbod 9fb5d1a
Behdad Esfahbod 7b1e2f3
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-2
Behdad Esfahbod 7b1e2f3
- Add pango-1.25.1-no-hb-main.patch to fix build on x86-64
Behdad Esfahbod 7b1e2f3
Behdad Esfahbod 58e2bc4
* Mon Aug 10 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.25.1-1
Behdad Esfahbod 58e2bc4
- Update to 1.25.1
Behdad Esfahbod 58e2bc4
Behdad Esfahbod d5178b4
* Wed Jul 22 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.5-1
Behdad Esfahbod d5178b4
- Update to 1.24.5
Behdad Esfahbod d5178b4
b8addc6
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 1.24.4-1
b8addc6
- Update to 1.24.4
b8addc6
Behdad Esfahbod 7bfdda0
* Wed Jun 24 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.3-1
Behdad Esfahbod 7bfdda0
- Update to 1.24.3
Behdad Esfahbod 7bfdda0
400d2a3
* Fri May 15 2009 Karsten Hopp <karsten@redhat.com> 1.24.2-1
400d2a3
- Update to 1.24.2
400d2a3
- See http://download.gnome.org/sources/pango/1.24/pango-1.24.2.news
400d2a3
c1274b9
* Sat Apr 18 2009 Karsten Hopp <karsten@redhat.com> 1.24.1-1.1
c1274b9
- autoconf uses ibm-linux not redhat-linux (s390x)
c1274b9
8801091
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.24.1-1
8801091
- Update to 1.24.1
8801091
- See http://download.gnome.org/sources/pango/1.24/pango-1.24.1.news
8801091
7de4c09
* Thu Mar 26 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.0-2
Behdad Esfahbod 7da4087
- Remove weird Requires(pre).
Behdad Esfahbod 7da4087
- Resolves #486641
Behdad Esfahbod 7da4087
Behdad Esfahbod a7078f7
* Mon Mar 16 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.0-1
Behdad Esfahbod a7078f7
- Update to 1.24.0
Behdad Esfahbod a7078f7
- Package pango-view.1.gz
Behdad Esfahbod a7078f7
Behdad Esfahbod e79360e
* Wed Mar 11 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.23.0-4.g5317893
Behdad Esfahbod e79360e
- Push changes from git
Behdad Esfahbod e79360e
fbff48b
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23.0-3
fbff48b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fbff48b
Behdad Esfahbod a5c386e
* Wed Feb  4 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.23.0-2
Behdad Esfahbod a5c386e
- Move pango-view from pango-devel to pango
Behdad Esfahbod a5c386e
fcec64c
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 1.23.0-1
fcec64c
- Update to 1.23.0
fcec64c
8da3634
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.4-1
8da3634
- Update to 1.22.4
8da3634
6a54c6e
* Sun Dec  7 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.22.3-2
6a54c6e
- Rebuild for pkgconfig provides
6a54c6e
ba32ab6
* Mon Nov 24 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.3-1
8da3634
- Update to 1.22.3
ba32ab6
6d50866
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.2-1
6d50866
- Update to 1.22.2
6d50866
db71c93
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.1-1
db71c93
- Update to 1.22.1
db71c93
Behdad Esfahbod f0c767a
* Mon Sep 22 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1.22.0-1.1
Behdad Esfahbod f0c767a
- Rebuild against cairo 1.7.6
Behdad Esfahbod f0c767a
- Update cairo and glib required versions
Behdad Esfahbod f0c767a
f8e6a68
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.0-1
f8e6a68
- Update to 1.22.0
f8e6a68
63b8d50
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.6-1
63b8d50
- Update to 1.21.6
63b8d50
7de4c09
* Tue Aug 26 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1.21.5-1
Behdad Esfahbod 5f80fee
- Update to 1.21.5
Behdad Esfahbod 5f80fee
38a21aa
* Mon Aug 11 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.4-1
38a21aa
- Update to 1.21.4
38a21aa
2788dce
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.3-1
2788dce
- Update to 1.21.3
2788dce
dfc709b
* Tue Jun  3 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.2-1
dfc709b
- Update to 1.21.2
dfc709b
b0ef079
* Mon May 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.21.1-2
b0ef079
- add sparc64 to multilib handling
b0ef079
11762e6
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.1-1
11762e6
- Update to 1.21.1
11762e6
4e412bc
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 1.21.0-1
4e412bc
- Update to 1.21.0
4e412bc
57f0877
* Tue Apr  8 2008 Matthias Clasen <mclasen@redhat.com> - 1.20.1-1
57f0877
- Update to 1.20.1
57f0877
8cd2d85
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 1.20.0-1
8cd2d85
- Update to 1.20.0
8cd2d85
663d30b
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 1.19.4-1
663d30b
- Update to 1.19.4
663d30b
5405777
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.19.3-3
5405777
- Autorebuild for GCC 4.3
5405777
7de4c09
* Tue Jan 29 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1.19.3-2
Behdad Esfahbod 20a2f40
- Bump libthai requirement.
Behdad Esfahbod 20a2f40
Behdad Esfahbod 5514e9b
* Mon Jan 21 2008 Behdad Esfahbod <besfahbo@redhat.com> - 1.19.3-1
Behdad Esfahbod 5514e9b
- Update to 1.19.3
Behdad Esfahbod 5514e9b
89acbb4
* Tue Dec 18 2007 Matthias Clasen <mclasne@redhat.com> - 1.19.2-1
89acbb4
- Update to 1.19.2
89acbb4
0d968c2
* Thu Dec  6 2007 Matthias Clasen <mclasne@redhat.com> - 1.19.1-1
0d968c2
- Update to 1.19.1
0d968c2
Behdad Esfahbod b376c45
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.19.0-1
Behdad Esfahbod b376c45
- Update to 1.19.0
Behdad Esfahbod b376c45
85ca4e1
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.3-1
85ca4e1
- Update to 1.18.3 (make Nafees Nastaliq font work)
85ca4e1
1c730dc
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.2-1
1c730dc
- Update to 1.18.2
1c730dc
45c9520
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.1-1
45c9520
- Update to 1.18.1
45c9520
Behdad Esfahbod a5719c9
* Thu Aug 23 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.18.0-1
Behdad Esfahbod a5719c9
- Update to 1.18.0
Behdad Esfahbod a5719c9
d19e2e2
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.17.5-3
d19e2e2
- Rebuild for PPC toolchain bug
d19e2e2
0fe07f5
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.5-2
0fe07f5
- Update license field
0fe07f5
- Don't install ChangeLog
0fe07f5
3819ea6
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.5-1
3819ea6
- Update to 1.17.5
3819ea6
Behdad Esfahbod c8cedaf
* Tue Jul 03 2007 Behdad Esfahbod <besfahbo@redhat.com>
Behdad Esfahbod c8cedaf
- Distribute NEWS
Behdad Esfahbod c8cedaf
3771606
* Mon Jul  2 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.4-1
3771606
- Update to 1.17.4
3771606
2f54a89
* Mon Jul  2 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.3-1
2f54a89
- Update to 1.17.3
2f54a89
- Drop ancient Obsoletes
2f54a89
a464212
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.2-1
a464212
- Update to 1.17.2
a464212
0baec00
* Mon May 28 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.1-1
0baec00
- Update to 1.17.1
0baec00
8e843f3
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 1.17.0-1
8e843f3
- Update to 1.17.0
8e843f3
7de4c09
* Fri Apr 27 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.16.4-1
besfahbo ae13591
- Update to 1.16.4.
besfahbo ae13591
- Enable doc rebuilding to get cross-references right.
besfahbo ae13591
besfahbo 14d769a
* Tue Apr 10 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.16.2-1
besfahbo 14d769a
- Update to 1.16.2.
besfahbo 14d769a
bbc81f0
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 1.16.1-1
bbc81f0
- Update to 1.16.1
bbc81f0
81055e5
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 1.16.0-1
81055e5
- Update to 1.16.0
81055e5
3ba1211
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 1.15.6-1
3ba1211
- Update to 1.15.6
3ba1211
besfahbo 10fcd12
* Mon Jan 22 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.5-1
besfahbo 10fcd12
- Update to 1.15.5.
besfahbo 10fcd12
- Drop upstreamed pango-1.15.4-slighthint.patch
besfahbo 10fcd12
7de4c09
* Thu Jan 18 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-5
besfahbo 1af3d63
- Again... HELLO.txt is moved.
besfahbo 1af3d63
7de4c09
* Thu Jan 18 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-4
besfahbo 858a963
- Bump again.  I accidentally tagged 1.15.3-4 as 1.15.4-3 previously :(.
besfahbo 858a963
7de4c09
* Thu Jan 18 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-3
besfahbo 03f3833
- s/HELLO.utf8/HELLO.txt/ to match upstream.
besfahbo 03f3833
besfahbo c2a6956
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-2
besfahbo c2a6956
- Update slighthint patch to apply.
besfahbo c2a6956
besfahbo 53e1de3
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.4-1
besfahbo 53e1de3
- Update to 1.15.4
besfahbo 53e1de3
- [Build]Require libthai[-devel]
besfahbo 53e1de3
- Require pkgconfig in -devel
besfahbo 53e1de3
- Remove "static libs" from -devel description, since we don't ship them.
besfahbo 53e1de3
besfahbo 7e8665f
* Fri Jan 12 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-5
paragn 027d0fd
- Require pango = %%{version}-%%{release} in devel (previously didn't have
besfahbo 7e8665f
  releaes).
besfahbo 7e8665f
besfahbo 2776f33
* Thu Jan 11 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-4
besfahbo 62a1df6
- Undo the posttrans change.  That's a no no.  We now regenerate the module
besfahbo 62a1df6
  file in postun if there are any other pango versions left.  This should
besfahbo 62a1df6
  take care of the problem in the future.
besfahbo 62a1df6
besfahbo 62a1df6
* Thu Jan 11 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-3
besfahbo ac684e2
- Move pango.modules generation to posttrans, to make sure modules available
besfahbo ac684e2
  in an older version but not this one are removed.
besfahbo ac684e2
- Resolves #222217
besfahbo ac684e2
besfahbo 626e874
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-2
besfahbo 626e874
- Update sources
besfahbo 626e874
besfahbo f0e00fd
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-1
besfahbo f0e00fd
- Update to 1.15.3
besfahbo f0e00fd
- Pass --with-included-modules=basic-fc.  Saves one page of memory per process.
besfahbo f0e00fd
7de4c09
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.15.2-1
ac607f8
- Update to 1.15.2
ac607f8
94747f1
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 1.15.1-1
94747f1
- Update to 1.15.1
94747f1
f17ba3e
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 1.15.0-1
f17ba3e
- Update to 1.15.0
f17ba3e
besfahbo 68382d8
* Thu Oct 12 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.6-1
besfahbo 68382d8
- Update to 1.14.6
besfahbo 68382d8
f369fe0
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.14.4-3
f369fe0
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
f369fe0
besfahbo 4f23fb5
* Mon Sep 25 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.4-2
besfahbo 4f23fb5
- Remove illegal g_object_unref().
besfahbo 4f23fb5
besfahbo b3645f8
* Fri Sep 15 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.4-1
besfahbo 598a2b8
- Update to 1.14.4
besfahbo 598a2b8
- Fixes bugs 198136, 306388, 206390
besfahbo 598a2b8
- Remove upstreamed patch
besfahbo 598a2b8
8b6e9b1
* Tue Sep 12 2006 Matthias Clasen <mclasen@redhat.com> - 1.14.3-2
8b6e9b1
- Fix Hangul decomposition issues (#206044)
8b6e9b1
8a7fca8
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 1.14.3-1
8a7fca8
- Update to 1.14.3
8a7fca8
besfahbo d44d132
* Tue Aug 22 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.2-1
besfahbo d44d132
- Update to 1.14.2
besfahbo d44d132
3534437
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.14.1-1.fc6
3534437
- Update to 1.14.1
3534437
besfahbo d4f4b1c
* Thu Aug 17 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.0-3
besfahbo d4f4b1c
- Bump glib requirement to 2.12.0. (bug #201586)
besfahbo d4f4b1c
7de4c09
* Mon Aug 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.0-2
besfahbo 706712e
- Incorrect sources in last update.  Fix.
besfahbo 706712e
7de4c09
* Mon Aug 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.14.0-1
besfahbo edbc476
- Update to 1.14.0
besfahbo edbc476
besfahbo 3a2b56a
* Wed Aug 02 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.5-1
besfahbo 3a2b56a
- Update to 1.13.5
besfahbo 3a2b56a
7de4c09
* Thu Jul 27 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.4-2
besfahbo e8bd291
- Add umask 022 to post (#185419)
besfahbo e8bd291
9df92b2
* Tue Jul 25 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.4-1
9df92b2
- Update to 1.13.4
9df92b2
1eb41cf
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.13.3-1.1
1eb41cf
- rebuild
1eb41cf
besfahbo cf5a8ad
* Mon Jul 10 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.3-1
besfahbo cf5a8ad
- Update to 1.13.3
besfahbo cf5a8ad
besfahbo 5951a6b
* Thu Jun 15 2006 Behdad Esfahbod <besfahbo@redhat.com> - 1.13.2-1
besfahbo 5951a6b
- Update to 1.13.2
besfahbo 5951a6b
617a038
* Sun May 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.1-3
617a038
- Add missing BuildRequires (#191958)
617a038
129068b
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.1-2
a88c74b
- Update to 1.13.1
a88c74b
8388423
* Mon May  8 2006 Matthias Clasen <mclasen@redhat.com> - 1.13.0-1
922968c
- Update to 1.13.0
922968c
f902558
* Fri Apr  7 2006 Matthias Clasen <mclasen@redhat.com> - 1.12.1-2
f902558
- Update to 1.12.1
f902558
48a1dd5
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.12.0-1
48a1dd5
- Update to 1.12.0
48a1dd5
6aad56c
* Sun Feb 26 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.99-1
6aad56c
- Update to 1.11.99
6aad56c
7792991
* Tue Feb 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.6-1
7792991
- Upate to 1.11.6
7792991
- Drop upstreamed patches
7792991
a88be5b
* Fri Feb 17 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.5-2
a88be5b
- Fix a crash in pango_split
a88be5b
- Hide some private API
a88be5b
7de4c09
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.5-1
2047a66
- Update to 1.11.5
2047a66
7c3a46a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.11.4-1.2
7c3a46a
- bump again for double-long bug on ppc(64)
7c3a46a
4b19eac
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.11.4-1.1
4b19eac
- rebuilt for new gcc4.1 snapshot and glibc changes
4b19eac
ee552b8
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.4-1
ee552b8
- Update to 1.11.4
ee552b8
e08d521
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.3-1
e08d521
- Update to 1.11.3
e08d521
fcf3849
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.2-1
fcf3849
- Update to 1.11.2
fcf3849
7de4c09
* Mon Dec 19 2005 Matthias Clasen <mclasen@redhat.com> - 1.11.1-2
6991da0
- BuildRequire cairo-devel
6991da0
297d4db
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> - 1.11.1-1
297d4db
- Update to 1.11.1
297d4db
6541761
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
6541761
- rebuilt
6541761
2ae4b56
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 1.11.0-1
2ae4b56
- Update to 1.11.0
2ae4b56
c0fe069
* Tue Nov 29 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.2-1
c0fe069
- Update to 1.10.2
c0fe069
d784e41
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 1.10.1-6
d784e41
- switch prereqs to modular X
d784e41
cde5b64
* Fri Nov  4 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-5
32b8d98
- Switch buildrequires to modular X.
32b8d98
- Don't install .la files for modules.
32b8d98
6912a47
* Thu Oct 27 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-2
6912a47
- Bump the requirement for glib (#165928)
6912a47
fe6f4af
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-1
fe6f4af
- Newer upstream version
fe6f4af
- Use the docs which are included in the tarball
fe6f4af
2b565d9
* Wed Aug 17 2005 Owen Taylor <otaylor@redhat.com> - 1.10.0-1
2b565d9
- Upgrade to 1.10.0
2b565d9
Kristian Høgsberg b2fb90d
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> 1.9.1-2
Kristian Høgsberg b2fb90d
- Patch out libpixman dependency.
Kristian Høgsberg b2fb90d
e3dc173
* Thu Jul 28 2005 Owen Taylor <otaylor@redhat.com> 1.9.1-1
e3dc173
- Update to 1.9.1
e3dc173
650b5e5
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com> 
650b5e5
- Add a missing requires
650b5e5
a851aac
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com> 1.9.0-1
a851aac
- Update to 1.9.0
a851aac
- Require cairo
a851aac
06a1bbc
* Fri Mar  4 2005 Owen Taylor <otaylor@redhat.com> - 1.8.1-1
06a1bbc
- Update to 1.8.1
06a1bbc
60644f4
* Tue Dec 21 2004 Matthias Clasen <mclasen@redhat.com> - 1.8.0-1
60644f4
- Version 1.8.0
60644f4
- Drop unneeded patches and hacks
60644f4
b3edd2d
* Wed Oct 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-7
b3edd2d
- Fix problem with pango_layout_get_attributes returning one too few items
b3edd2d
  (Needed to fix problems mentioned in #135656, 
b3edd2d
  http://bugzilla.gnome.org/show_bug.cgi?id=155912)
b3edd2d
9142b70
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-6
9142b70
- Make Hangul and Kana not backspace-deletes-char (#135356)
9142b70
6ee681c
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-5
6ee681c
- Fix problem in the last patch where we weren't getting the metrics from the 
6ee681c
  right font description (#136428, Steven Lawrance)
6ee681c
da0f973
* Mon Oct 18 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-4
da0f973
- Move place where we compute fontset metrics to fix problems with line 
da0f973
  height in CJK locales (#131218)
da0f973
bd9f265
* Mon Oct 11 2004 Colin Walters <walters@redhat.com> - 1.6.0-3
bd9f265
- BR xorg-x11-devel instead of XFree86-devel
bd9f265
31bfae4
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-2
31bfae4
- Add patch from CVS to fix display of U+3000 (#132203,  
31bfae4
  reported upstream by Suresh Chandrasekharan, Federic Zhang)
31bfae4
bcd2e9c
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-1
bcd2e9c
- Version 1.6.0
bcd2e9c
- Add patch from CVS to fix bitmap-fonts/no-hint problem (#129246)
bcd2e9c
cvsdist 4a847ca
* Wed Sep  8 2004 Jeremy Katz <katzj@redhat.com> - 1.5.2-3
cvsdist 4a847ca
- fix running of pango-query-modules to have necessary libraries available
cvsdist 4a847ca
  (#132052)
cvsdist 4a847ca
cvsdist 74efd9d
* Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-2
cvsdist 74efd9d
- Fix crashes with left-matra fixups (#129982, Jatin Nansi)
cvsdist 74efd9d
cvsdist 41f3cbe
* Mon Aug  2 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-1
cvsdist 41f3cbe
- Update to 1.5.2
cvsdist 41f3cbe
- Fix ppc/powerpc confusion when creating query-modules binary (#128645)
cvsdist 41f3cbe
cvsdist 9311002
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9311002
- rebuilt
cvsdist 9311002
cvsdist 5b54303
* Wed Mar 17 2004 Owen Taylor <otaylor@redhat.com> 1.4.0-2
cvsdist 5b54303
- Fix location for modules file on ppc/ppc64 (#114399)
cvsdist 5b54303
- Make the spec file check to avoid further mismatches
cvsdist 5b54303
cvsdist 150fb79
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 1.4.0-1
cvsdist 150fb79
- update to 1.4.0
cvsdist 150fb79
cvsdist 150fb79
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 1.3.6-1
cvsdist 150fb79
- Update to 1.3.6
cvsdist 150fb79
- Bump required glib2 to 2.3.1
cvsdist 150fb79
cvsdist 150fb79
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 150fb79
- rebuilt
cvsdist 150fb79
cvsdist 150fb79
* Tue Mar 02 2004 Mark McLoughlin <markmc@redhat.com> 1.3.5-1
cvsdist 150fb79
- Update to 1.3.5
cvsdist 150fb79
cvsdist 150fb79
* Wed Feb 25 2004 Mark McLoughlin <markmc@redhat.com> 1.3.3-1
cvsdist 150fb79
- Update to 1.3.3
cvsdist 150fb79
cvsdist 150fb79
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 150fb79
- rebuilt
cvsdist 150fb79
cvsdist 5221d6e
* Fri Jan 23 2004 Jonathan Blandford <jrb@redhat.com> 1.3.2-1
cvsdist 5221d6e
- new version
cvsdist 5221d6e
- add man page
cvsdist 5221d6e
cvsdist e2fd27d
* Thu Dec 18 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-4
cvsdist e2fd27d
- Deal with autoconf changing -linux to -linux-gnu (#112387)
cvsdist e2fd27d
cvsdist 1cf4425
* Mon Dec  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-3.0
cvsdist 1cf4425
- Package pango-querymodules as pango-querymodules-{32,64}; look for 
cvsdist 1cf4425
  pango.modules in an architecture-specific directory.
cvsdist 1cf4425
  (Fixes #111511, Justin M. Forbes)
cvsdist 1cf4425
cvsdist 1cf4425
* Mon Sep  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-2.0
cvsdist 1cf4425
- Fix problem with corrupt Thai shaper
cvsdist 1cf4425
cvsdist fdc49ab
* Wed Aug 27 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-1.1
cvsdist fdc49ab
- Version 1.2.5
cvsdist fdc49ab
cvsdist fdc49ab
* Tue Aug 26 2003 Owen Taylor <otaylor@redhat.com> 1.2.4-1.1
cvsdist fdc49ab
- Version 1.2.4
cvsdist fdc49ab
cvsdist fdc49ab
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.3-2.0
cvsdist fdc49ab
- Bump for rebuild
cvsdist fdc49ab
cvsdist fdc49ab
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com>
cvsdist fdc49ab
- Version 1.2.3
cvsdist fdc49ab
cvsdist fdc49ab
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist fdc49ab
- rebuilt
cvsdist fdc49ab
cvsdist fdc49ab
* Mon Jun  2 2003 Owen Taylor <otaylor@redhat.com>
cvsdist fdc49ab
- Use the right version-1.2.2 tarball
cvsdist fdc49ab
cvsdist fdc49ab
* Thu May 29 2003 Owen Taylor <otaylor@redhat.com>
cvsdist fdc49ab
- Version 1.2.2
cvsdist fdc49ab
cvsdist 9ef557d
* Thu Feb 13 2003 Tim Powers <timp@redhat.com> 1.2.1-3
cvsdist 9ef557d
- remove deps on Xft and Xft-devel since XFree86 no longer has the
cvsdist 9ef557d
  virtual prvodes. Instead, require XFree86-devel > 4.2.99
cvsdist 9ef557d
cvsdist 9ef557d
* Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Fix problem where language tag wasn't causing relookup of font (#84034)
cvsdist 9ef557d
cvsdist 9ef557d
* Sun Feb  2 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Version 1.2.1
cvsdist 9ef557d
cvsdist 9ef557d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 9ef557d
- rebuilt
cvsdist 9ef557d
cvsdist 9ef557d
* Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Patch from CVS to synthesize GDEF tables for fonts
cvsdist 9ef557d
  without them, like the Kacst fonts in fonts-arabic
cvsdist 9ef557d
cvsdist 9ef557d
* Thu Jan  9 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Make requires freetype, not freetype-devel (#81423)
cvsdist 9ef557d
cvsdist 9ef557d
* Tue Jan  7 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Update slighthint patch for freetype-2.1.3 (#81125)
cvsdist 9ef557d
cvsdist 9ef557d
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Version 1.2.0
cvsdist 9ef557d
cvsdist 9ef557d
* Mon Dec 16 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Version 1.1.6
cvsdist 9ef557d
cvsdist 9ef557d
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Version 1.1.5
cvsdist 9ef557d
cvsdist c1e1e62
* Tue Dec  3 2002 Owen Taylor <otaylor@redhat.com>
cvsdist c1e1e62
- Version 1.1.4
cvsdist c1e1e62
cvsdist c1e1e62
* Thu Nov 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist c1e1e62
- change PKG_CONFIG_PATH hack to also search /usr/X11R6/lib64/pkgconfig
cvsdist c1e1e62
cvsdist c1e1e62
* Wed Nov 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist c1e1e62
- explicitly require pangoxft to be built, so we catch situations such
cvsdist c1e1e62
  as xft.pc moving to /usr/X11R6
cvsdist c1e1e62
- also add /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH as a temporary 
cvsdist c1e1e62
  hack
cvsdist c1e1e62
cvsdist c1e1e62
* Thu Nov  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist c1e1e62
- 1.1.3
cvsdist c1e1e62
cvsdist c1e1e62
* Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-5
cvsdist c1e1e62
- Require the necessary freetype version, don't just
cvsdist c1e1e62
  BuildRequires it (#74744)
cvsdist c1e1e62
cvsdist c1e1e62
* Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-4
cvsdist c1e1e62
- Own /etc/pango (#73962, Enrico Scholz)
cvsdist c1e1e62
- Remove .la files from the build root
cvsdist c1e1e62
cvsdist c1e1e62
* Mon Oct  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist c1e1e62
- require glib 2.0.6-3, try rebuild on more arches
cvsdist c1e1e62
cvsdist 961111c
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 961111c
- Version 1.1.1 (main change, fixes font selection for FT2 backend, 
cvsdist 961111c
  as in gdmgreeter)
cvsdist 961111c
cvsdist e8d69eb
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist e8d69eb
- Fix linked list manipulation problem that was causing hang for anaconda
cvsdist 961111c
- Fix warning from loading mini-fonts with context == NULL
cvsdist e8d69eb
cvsdist 99c0bbf
* Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Fix major memory leak in the last patch
cvsdist 99c0bbf
cvsdist 99c0bbf
* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Actually use language tags at the rendering layer (should fix #68211)
cvsdist 99c0bbf
cvsdist 99c0bbf
* Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Remove fixed-ltmain.sh, relibtoolize; to fix relink problems without 
cvsdist 99c0bbf
- Fix bug causing hex boxes to be misrendered
cvsdist 99c0bbf
  leaving RPATH (#66005)
cvsdist 99c0bbf
- For FT2 backend, supply FT_LOAD_NO_BITMAP to avoid problems with 
cvsdist 99c0bbf
  fonts with embedded bitmaps (#67851)
cvsdist 99c0bbf
cvsdist 99c0bbf
* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Make basic-x shaper work with our big-5 fonts
cvsdist 99c0bbf
cvsdist 99c0bbf
* Wed Jul  3 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- New upstream tarball with hooks for change-on-the fly font rendering
cvsdist 99c0bbf
cvsdist 99c0bbf
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Up FreeType version to deal with FreeType-2.0.x / 2.1.x \
cvsdist 99c0bbf
  ABI changes for pango's OpenType code.
cvsdist 99c0bbf
cvsdist 99c0bbf
* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Add some Korean aliases that the installer wants
cvsdist 99c0bbf
cvsdist 99c0bbf
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 99c0bbf
- automated rebuild
cvsdist 539766a
cvsdist 539766a
* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist 539766a
- devel package requires fontconfig/Xft devel packages
cvsdist 539766a
cvsdist 539766a
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist 539766a
- rebuild in different environment
cvsdist 539766a
cvsdist 539766a
* Thu Jun  6 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 539766a
- Snapshot with Xft2/fontconfig support
cvsdist 539766a
cvsdist 539766a
* Wed May 29 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 539766a
- Version 1.0.2
cvsdist 539766a
- Patch for charmaps problem
cvsdist 539766a
cvsdist 539766a
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 539766a
- automated rebuild
cvsdist 539766a
cvsdist 539766a
* Wed May 22 2002 Havoc Pennington <hp@redhat.com>
cvsdist 539766a
- rebuild in different environment
cvsdist 539766a
cvsdist 539766a
* Wed May 22 2002 Havoc Pennington <hp@redhat.com>
cvsdist 539766a
- add patch to adjust to newer version of freetype
cvsdist 539766a
cvsdist b3ee2fd
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
cvsdist b3ee2fd
- Update to version 1.0.1, remove patch
cvsdist b3ee2fd
cvsdist a39ba95
* Tue Mar 19 2002 Owen Taylor <otaylor@redhat.com>
cvsdist a39ba95
- Patch from CVS for big speedup with FreeType-2.0.9
cvsdist a39ba95
cvsdist a39ba95
* Mon Mar 11 2002 Owen Taylor <otaylor@redhat.com>
cvsdist a39ba95
- Rebuild
cvsdist a39ba95
cvsdist a39ba95
* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist a39ba95
- Version 1.0.0
cvsdist a39ba95
cvsdist a39ba95
* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
cvsdist a39ba95
- Update to 0.26
cvsdist a39ba95
cvsdist a39ba95
* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
cvsdist a39ba95
- Bump for rebuild
cvsdist a39ba95
cvsdist a39ba95
* Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
cvsdist a39ba95
- Update to 0.25
cvsdist a39ba95
cvsdist a39ba95
* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist a39ba95
- add horrible buildrequires hack
cvsdist a39ba95
cvsdist a39ba95
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist a39ba95
- 0.24.90 cvs snap
cvsdist a39ba95
cvsdist a39ba95
* Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
cvsdist a39ba95
- Version 0.24
cvsdist a39ba95
cvsdist a39ba95
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist a39ba95
- automated rebuild
cvsdist a39ba95
cvsdist 3d79492
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- new snap 0.23.90
cvsdist 3d79492
cvsdist 3d79492
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- rebuild with 64-bit-fixed glib
cvsdist 3d79492
cvsdist 3d79492
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- Version 0.22
cvsdist 3d79492
- add explicit check for required glib2 version before we do the build,
cvsdist 3d79492
  so we don't end up with bad RPMs on --nodeps builds
cvsdist 3d79492
- PreReq the glib2_version version, instead of 1.3.8 hardcoded that 
cvsdist 3d79492
  no one had updated recently
cvsdist 3d79492
cvsdist 3d79492
* Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 3d79492
- Version 0.21
cvsdist 3d79492
cvsdist 3d79492
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- cvs snap
cvsdist 3d79492
- new cvs snap with a bugfix
cvsdist 3d79492
cvsdist 3d79492
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- sync with Owen's changes, fix up dependency versions
cvsdist 3d79492
cvsdist 3d79492
* Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- 0.19
cvsdist 3d79492
cvsdist 3d79492
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- build CVS snap
cvsdist 3d79492
cvsdist 3d79492
* Wed Sep 05 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- no relinking junk
cvsdist 3d79492
cvsdist 3d79492
* Tue Sep  4 2001 root <root@dhcpd37.meridian.redhat.com>
cvsdist 3d79492
- Version 0.18
cvsdist 3d79492
cvsdist efb4927
* Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Configure --disable-gtk-doc
cvsdist efb4927
- BuildRequires freetype-devel, XFree86-devel
cvsdist efb4927
cvsdist efb4927
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
cvsdist efb4927
- 0.17
cvsdist efb4927
- libtool hackarounds
cvsdist efb4927
cvsdist efb4927
* Fri May 04 2001 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- 0.16, rename back to pango from pango-gtkbeta
cvsdist efb4927
cvsdist efb4927
* Fri Feb 16 2001 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Obsolete fribidi-gtkbeta
cvsdist efb4927
cvsdist efb4927
* Mon Dec 11 2000 Havoc Pennington <hp@redhat.com>
cvsdist efb4927
- Remove that patch I just put in
cvsdist efb4927
cvsdist efb4927
* Mon Dec 11 2000 Havoc Pennington <hp@redhat.com>
cvsdist efb4927
- Patch pangox.pc.in to include -Iincludedir
cvsdist efb4927
cvsdist efb4927
* Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- final 0.13
cvsdist efb4927
cvsdist efb4927
* Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- New 0.13 tarball
cvsdist efb4927
cvsdist efb4927
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- 0.13pre1
cvsdist efb4927
cvsdist efb4927
* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Rename to 0.12b to avoid versioning problems
cvsdist efb4927
cvsdist efb4927
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
cvsdist efb4927
- Move to a CVS snapshot
cvsdist efb4927
cvsdist efb4927
* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Move back to /usr
cvsdist efb4927
- Version 0.12
cvsdist efb4927
cvsdist efb4927
* Mon Jun 19 2000  Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Add missing %%defattr
cvsdist efb4927
cvsdist efb4927
* Thu Jun 8 2000  Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Rebuild with a prefix of /opt/gtk-beta
cvsdist efb4927
cvsdist efb4927
* Wed May 31 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- version 0.11
cvsdist efb4927
- add --without-qt
cvsdist efb4927
cvsdist efb4927
* Wed Apr 26 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Make the devel package require *-gtkbeta-* not the normal packages.
cvsdist efb4927
cvsdist efb4927
* Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- GTK+ snapshot version installing in /opt/gtk-beta
cvsdist efb4927
cvsdist efb4927
* Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Created spec file