Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > b8a980d0621a1e93af4f82d6018865da > files > 4

pango-1.36.8-5.mga5.src.rpm

# enable_gtkdoc: Toggle whether gtkdoc stuff should be rebuilt
#      0 = No
#      1 = Yes
%define enable_gtkdoc   1

# Define biarch packages
%define biarches_32 %{ix86} ppc
%define biarches_64 x86_64 ppc64
%define query_modules_suffix %{nil}

%ifarch %{biarches_32}
%define query_modules_suffix -32
%endif

%ifarch %{biarches_64}
%define query_modules_suffix -64
%endif

%define query_modules pango-querymodules%{query_modules_suffix}

%define api_version     1.0
%define gir_major       1.0
%define module_version  1.8.0
%define lib_major       0
%define lib_name        %mklibname %{name} %{api_version} %{lib_major}
%define libnamedev      %mklibname -d %{name} %{api_version} 
%define gir_name        %mklibname %{name}-gir %{gir_major}

%define url_ver %(echo %{version}|cut -d. -f1,2)

Summary:	System for layout and rendering of internationalized text
Name:		pango
Version:	1.36.8
Release:	%mkrel 5
License:	LGPLv2+
Group:		System/Internationalization
URL:		http://www.pango.org/
BuildRequires:	pkgconfig(cairo) >= 1.7.6
BuildRequires:	pkgconfig(fontconfig) >= 2.5.0
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(glib-2.0) >= 2.33.12
BuildRequires:	pkgconfig(gmodule-no-export-2.0)
BuildRequires:	pkgconfig(gobject-2.0)
BuildRequires:	pkgconfig(harfbuzz) >= 0.9.9
BuildRequires:	pkgconfig(libthai) >= 0.1.9
BuildRequires:	pkgconfig(xft) >= 2.0.0
BuildRequires:	pkgconfig(xrender)
BuildRequires:	gobject-introspection-devel >= 0.9.5
%if %enable_gtkdoc
BuildRequires:	gtk-doc >= 0.10
BuildRequires:	libxslt-proc
BuildRequires:	docbook-style-xsl
BuildRequires:	docbook-dtd412-xml
%endif
Source0:	https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
# (gb) 1.4.0-2mdk biarch support
Patch5:		pango-1.32.0-lib64.patch
Patch6:		disable-dynamic-modules.patch

%description
A library to handle Unicode strings as well as complex bidirectional
or context dependent shaped strings.
It is the next step on Gtk+ internationalization.

%package -n %{lib_name} 
Summary:	%{summary}
Group:		%{group}
Provides:	lib%{name}%{api_version} = %{version}-%{release}
Provides:	lib%{name} = %{version}-%{release}
# Prompt the user to restart to ensure nothing is still using the old
# dynamic modules before performing a system upgrade
Provides:       should-restart = system
Requires:	%{name} = %{version}
Requires:	fontconfig >= 2.5.0
Requires:	glib2 >= 2.33.12
Requires:	cairo >= 1.7.6
Conflicts:	gir-repository < 0.6.5

%description -n %{lib_name}
A library to handle Unicode strings as well as complex bidirectional
or context dependent shaped strings.
It is the next step on Gtk+ internationalization.

%package -n %{libnamedev}
Summary:	%{summary}
Group:		Development/GNOME and GTK+
Obsoletes:	%{name}-devel
Provides:	%{name}-devel = %{version}-%{release}
Provides:	lib%{name}-devel = %{version}-%{release}
Provides:	lib%{name}%{api_version}-devel = %{version}-%{release}
Requires:	%{name} = %{version}
Requires:	%{lib_name} = %{version}
Recommends:	%{name}-doc >= %{version}
Obsoletes:	%mklibname -d %{name} %{api_version} %{lib_major}
Conflicts:	%{name} < 1.18.0-3mdv
Conflicts:	%{_lib}pango1.0_0 < 1.28.1-2

%description -n %{libnamedev}
This package includes the static libraries and header files
for the pango package.

%package -n %{gir_name}
Summary:	GObject Introspection interface description for %{name}
Group:		System/Libraries
Requires:	%{lib_name} = %{version}-%{release}
Conflicts:	%{mklibname %{name}1.0-gir 1.0}} < 1.29.3-4

%description -n %{gir_name}
GObject Introspection interface description for %{name}.

%package doc
Summary:        %{summary}
Group:		Development/GNOME and GTK+
BuildArch:	noarch

%description doc
This package provides API documentation for Pango.

%package tests
Summary:	Tests for the %{name} package
Group:		Development/GNOME and GTK+
Requires:	%{name} = %{version}-%{release}

%description tests
The %{name}-tests package contains tests that can be used to verify
the functionality of the installed %{name} package.

%prep
%setup -q
%autopatch -p1

%build
# generate build scripts using our autotools/libtoolize
autoreconf -fi

%configure2_5x \
        --enable-static=no \
        --with-included-modules=yes \
%if %enable_gtkdoc
        --enable-gtk-doc=yes \
%endif
	--enable-installed-tests

%make ARCH=%{_arch}

%check
#disabled for https://bugzilla.gnome.org/show_bug.cgi?id=672981
make check || true

%install
%makeinstall_std
mkdir -p %{buildroot}%{_sysconfdir}/pango

%ifarch %{biarches_64}
mv %{buildroot}%{_bindir}/pango-view %{buildroot}%{_bindir}/pango-view%{query_modules_suffix}
%endif

# remove unpackaged files
%ifarch %{biarches_32} %{biarches_64}
rm %{buildroot}%{_bindir}/pango-querymodules
%endif
find %{buildroot} -name '*.la' -delete

%files
%doc README AUTHORS
%doc NEWS 
%ifnarch %{biarches_32} %{biarches_64}
%{_bindir}/pango-querymodules
%endif
%{_mandir}/man1/*
%dir %{_sysconfdir}/pango

%files -n %{lib_name}
%{_libdir}/libpango-%{api_version}.so.%{lib_major}*
%{_libdir}/libpangoft2-%{api_version}.so.%{lib_major}*
%{_libdir}/libpangoxft-%{api_version}.so.%{lib_major}*
%{_libdir}/libpangocairo-%{api_version}.so.%{lib_major}*

%files -n %{gir_name}
%{_libdir}/girepository-1.0/Pango-%{gir_major}.typelib
%{_libdir}/girepository-1.0/PangoCairo-%{gir_major}.typelib
%{_libdir}/girepository-1.0/PangoFT2-%{gir_major}.typelib
%{_libdir}/girepository-1.0/PangoXft-%{gir_major}.typelib

%files -n %{libnamedev}
%{_bindir}/pango-view*
%{_libdir}/libpango-*.so
%{_libdir}/libpangoxft-*.so
%{_libdir}/libpangoft2-*.so
%{_libdir}/libpangocairo*.so
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/gir-1.0/Pango-%{gir_major}.gir
%{_datadir}/gir-1.0/PangoCairo-%{gir_major}.gir
%{_datadir}/gir-1.0/PangoFT2-%{gir_major}.gir
%{_datadir}/gir-1.0/PangoXft-%{gir_major}.gir

%files doc
%doc %{_datadir}/gtk-doc/html/pango
%doc ChangeLog
%doc pango-view/HELLO.txt

%files tests
%{_libexecdir}/installed-tests/%{name}
%{_datadir}/installed-tests/%{name}


%changelog
* Sat Jan 27 2018 martinw <martinw> 1.36.8-5.mga5
+ Revision: 1197296
- add should-restart to ensure nothing is still using the dynamic modules
- include all modules and disable dynamic module loading (mga#21425)
  o this avoids breaking text rendering in running applications when
    upgrading online to Mageia-6 (where libpango1.0_0-modules is
    obsoleted)

* Wed Oct 15 2014 umeabot <umeabot> 1.36.8-3.mga5
+ Revision: 742580
- Second Mageia 5 Mass Rebuild

* Fri Sep 26 2014 wally <wally> 1.36.8-2.mga5
+ Revision: 724952
- rebuild with new rpm-mageia-setup to generate requires for .typelib files

* Mon Sep 22 2014 ovitters <ovitters> 1.36.8-1.mga5
+ Revision: 719191
- new version 1.36.8

  + umeabot <umeabot>
    - Mageia 5 Mass Rebuild

  + tv <tv>
    - s/uggests:/Recommends:/

* Wed Sep 03 2014 ovitters <ovitters> 1.36.7-1.mga5
+ Revision: 671667
- new version 1.36.7

* Sat Aug 16 2014 ovitters <ovitters> 1.36.6-1.mga5
+ Revision: 663918
- new version 1.36.6

* Tue Jun 24 2014 ovitters <ovitters> 1.36.5-1.mga5
+ Revision: 639408
- new version 1.36.5
- new version 1.36.4

* Tue Mar 18 2014 ovitters <ovitters> 1.36.3-1.mga5
+ Revision: 604683
- new version 1.36.3

* Tue Feb 04 2014 ovitters <ovitters> 1.36.2-1.mga5
+ Revision: 582445
- new version 1.36.2

* Mon Nov 11 2013 ovitters <ovitters> 1.36.1-1.mga4
+ Revision: 550527
- new version 1.36.1

* Sat Oct 19 2013 umeabot <umeabot> 1.36.0-2.mga4
+ Revision: 536357
- Mageia 4 Mass Rebuild

* Mon Sep 23 2013 ovitters <ovitters> 1.36.0-1.mga4
+ Revision: 484173
- new version 1.36.0

* Mon Sep 02 2013 ovitters <ovitters> 1.35.3-1.mga4
+ Revision: 474474
- new version 1.35.3

* Tue Aug 20 2013 sander85 <sander85> 1.35.2-1.mga4
+ Revision: 468138
- New version: 1.35.2

* Sun Jul 28 2013 dams <dams> 1.35.0-1.mga4
+ Revision: 459234
- new version 1.35.0
- add 'pango-test' sub package

* Sat May 25 2013 ovitters <ovitters> 1.34.1-1.mga4
+ Revision: 427121
- drop merged patch
- new version 1.34.1

* Sun Jan 13 2013 umeabot <umeabot> 1.32.5-3.mga3
+ Revision: 362382
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Jan 06 2013 cjw <cjw> 1.32.5-2.mga3
+ Revision: 339689
- patch6: fix build with automake 1.13

* Tue Dec 18 2012 ovitters <ovitters> 1.32.5-1.mga3
+ Revision: 332321
- new version 1.32.5

* Fri Dec 07 2012 fwang <fwang> 1.32.4-1.mga3
+ Revision: 327908
- drop unused patch
- br harfbuzz 0.9.9

  + ovitters <ovitters>
    - new version 1.32.4

* Tue Nov 20 2012 fwang <fwang> 1.32.3-1.mga3
+ Revision: 319698
- revert harbuff 0.9.7 adoption

  + ovitters <ovitters>
    - new version 1.32.3

* Thu Nov 15 2012 fwang <fwang> 1.32.2-1.mga3
+ Revision: 318021
- new version 1.32.2

* Fri Sep 28 2012 fwang <fwang> 1.32.1-1.mga3
+ Revision: 298873
- new version 1.32.1

* Thu Sep 27 2012 shlomif <shlomif> 1.32.0-2.mga3
+ Revision: 298828
- New release - mkrel 2 - bug fix for crashes.
  https://bugzilla.gnome.org/show_bug.cgi?id=684959 .

* Thu Sep 27 2012 fwang <fwang> 1.32.0-1.mga3
+ Revision: 298560
- update module version
- pangox was removed
- update file list
- set doc as noarch package
- new version 1.32.0

* Mon Jun 11 2012 blino <blino> 1.30.1-2.mga3
+ Revision: 259571
- use new --system option when running pango-querymodules in post script

* Sun Jun 10 2012 shlomif <shlomif> 1.30.1-1.mga3
+ Revision: 259565
- Got rid of tabs to please rpmlint
- Made rpmlint happier with some fixes
- Disabled make check because it fails.

  + ovitters <ovitters>
    - new version 1.30.1
    - reenable make check

* Wed Mar 28 2012 ovitters <ovitters> 1.30.0-1.mga2
+ Revision: 227249
- disable make check, fails only on missing documentation
- clean spec
- new version 1.30.0

* Wed Nov 23 2011 fwang <fwang> 1.29.5-1.mga2
+ Revision: 171144
- rediff patches
- new version 1.29.5

* Wed Sep 28 2011 ovitters <ovitters> 1.29.4-1.mga2
+ Revision: 149973
- new version 1.29.4
  clean spec file

* Sat Sep 10 2011 fwang <fwang> 1.29.3-7.mga2
+ Revision: 142174
- rebuild for new cairo

* Fri Sep 02 2011 wally <wally> 1.29.3-6.mga2
+ Revision: 137943
- don't require gir package in lib one
- make -devel package only to suggest -doc one

* Fri Jul 08 2011 cjw <cjw> 1.29.3-5.mga2
+ Revision: 119930
- rebuild with rpm-mageia-setup 1.137 to add typelib deps

* Thu Jul 07 2011 wally <wally> 1.29.3-4.mga2
+ Revision: 119837
- fix gir package name

* Thu Jul 07 2011 cjw <cjw> 1.29.3-3.mga2
+ Revision: 119562
- rebuild for automatic typelib provides

* Tue Jul 05 2011 dmorgan <dmorgan> 1.29.3-2.mga2
+ Revision: 118845
- Make the lib package requires the gir one

* Sun Jul 03 2011 wally <wally> 1.29.3-1.mga2
+ Revision: 117732
- new version 1.29.3
- create a subpackage for gir .typelib
- clean .spec a bit

* Tue Apr 05 2011 tv <tv> 1.28.4-1.mga1
+ Revision: 80913
- patch 1: don't test the docs for now (mdv)
- bump minimal glib require
- new release

* Wed Jan 12 2011 blino <blino> 1.28.3-1.mga1
+ Revision: 7605
- enable gtkdoc, it seems autoreconf needs it

  + dmorgan <dmorgan>
    - imported package pango


* Wed Sep 29 2010 Götz Waschk <waschk@mandriva.org> 1.28.3-1mdv2011.0
+ Revision: 582057
- new version

* Tue Sep 28 2010 Götz Waschk <waschk@mandriva.org> 1.28.2-1mdv2011.0
+ Revision: 581891
- update to new version 1.28.2

* Sun Sep 12 2010 Götz Waschk <waschk@mandriva.org> 1.28.1-5mdv2011.0
+ Revision: 577625
- rebuild for new g-i

* Thu Jul 29 2010 Götz Waschk <waschk@mandriva.org> 1.28.1-4mdv2011.0
+ Revision: 563124
- rebuild for new gobject-introspection

* Tue Jul 13 2010 Anssi Hannula <anssi@mandriva.org> 1.28.1-3mdv2011.0
+ Revision: 552708
- add missing conflicts to devel package to ease upgrade

* Tue Jul 13 2010 Götz Waschk <waschk@mandriva.org> 1.28.1-2mdv2011.0
+ Revision: 552031
- move gir files to the devel package

* Sun Jul 11 2010 Emmanuel Andry <eandry@mandriva.org> 1.28.1-1mdv2011.0
+ Revision: 550780
- New version 1.28.1
- reenable make check (ustream bug fixed)

* Tue Mar 30 2010 Götz Waschk <waschk@mandriva.org> 1.28.0-1mdv2010.1
+ Revision: 530057
- update to new version 1.28.0

* Tue Feb 23 2010 Götz Waschk <waschk@mandriva.org> 1.27.1-1mdv2010.1
+ Revision: 510066
- new version
- disable checks

* Tue Dec 15 2009 Götz Waschk <waschk@mandriva.org> 1.26.2-1mdv2010.1
+ Revision: 478797
- new version
- fix libtool call

* Wed Nov 18 2009 Frederic Crozat <fcrozat@mandriva.com> 1.26.1-1mdv2010.1
+ Revision: 467221
- Release 1.26.1

* Tue Nov 17 2009 Frederic Crozat <fcrozat@mandriva.com> 1.26.0-3mdv2010.1
+ Revision: 466977
- Update also dependencies for fontconfig and glib2

* Tue Nov 17 2009 Frederic Crozat <fcrozat@mandriva.com> 1.26.0-2mdv2010.1
+ Revision: 466968
- Ensure recent enough cairo is required by lib package

* Mon Sep 21 2009 Götz Waschk <waschk@mandriva.org> 1.26.0-1mdv2010.0
+ Revision: 446968
- update to new version 1.26.0
- add conflict for upgrades

* Thu Sep 10 2009 Götz Waschk <waschk@mandriva.org> 1.25.6-1mdv2010.0
+ Revision: 437327
- new version
- enable introspection

* Mon Aug 24 2009 Götz Waschk <waschk@mandriva.org> 1.25.5-1mdv2010.0
+ Revision: 420638
- new version

* Tue Aug 18 2009 Götz Waschk <waschk@mandriva.org> 1.25.4-1mdv2010.0
+ Revision: 417530
- new version

* Thu Aug 13 2009 Götz Waschk <waschk@mandriva.org> 1.25.3-1mdv2010.0
+ Revision: 415962
- new version
- rebuild build workaround

* Tue Aug 11 2009 Frederic Crozat <fcrozat@mandriva.com> 1.25.2-1mdv2010.0
+ Revision: 414977
- Release 1.25.2
- Remove patch6 (merged upstream)
- Enable tests back

* Tue Aug 11 2009 Frederic Crozat <fcrozat@mandriva.com> 1.25.1-3mdv2010.0
+ Revision: 414965
- Patch6 (GIT): fix crash in firefox (GNOME bug #591409)

* Tue Aug 11 2009 Götz Waschk <waschk@mandriva.org> 1.25.1-2mdv2010.0
+ Revision: 414926
- fix linking

* Mon Aug 10 2009 Götz Waschk <waschk@mandriva.org> 1.25.1-1mdv2010.0
+ Revision: 414393
- new version
- link with libstdc++

* Tue Jul 21 2009 Götz Waschk <waschk@mandriva.org> 1.24.5-1mdv2010.0
+ Revision: 398292
- update to new version 1.24.5

* Tue Jun 30 2009 Götz Waschk <waschk@mandriva.org> 1.24.4-1mdv2010.0
+ Revision: 390822
- update to new version 1.24.4

* Sat Jun 20 2009 Götz Waschk <waschk@mandriva.org> 1.24.3-1mdv2010.0
+ Revision: 387481
- update to new version 1.24.3

* Wed May 06 2009 Götz Waschk <waschk@mandriva.org> 1.24.2-2mdv2010.0
+ Revision: 372449
- rebuild for broken i586 package

* Mon May 04 2009 Götz Waschk <waschk@mandriva.org> 1.24.2-1mdv2010.0
+ Revision: 371971
- update to new version 1.24.2

* Tue Apr 14 2009 Götz Waschk <waschk@mandriva.org> 1.24.1-1mdv2009.1
+ Revision: 366971
- update docbook build deps
- update to new version 1.24.1

* Tue Mar 17 2009 Götz Waschk <waschk@mandriva.org> 1.24.0-1mdv2009.1
+ Revision: 356301
- update to new version 1.24.0

* Tue Feb 03 2009 Götz Waschk <waschk@mandriva.org> 1.23.0-1mdv2009.1
+ Revision: 336736
- update to new version 1.23.0

* Thu Dec 18 2008 Götz Waschk <waschk@mandriva.org> 1.22.4-1mdv2009.1
+ Revision: 315964
- new version
- rediff the patch

* Mon Nov 24 2008 Götz Waschk <waschk@mandriva.org> 1.22.3-1mdv2009.1
+ Revision: 306200
- new version
- disable checks

* Fri Nov 07 2008 Olivier Blin <oblin@mandriva.com> 1.22.2-2mdv2009.1
+ Revision: 300424
- rebuild with new xcb

* Wed Oct 29 2008 Götz Waschk <waschk@mandriva.org> 1.22.2-1mdv2009.1
+ Revision: 298156
- update to new version 1.22.2

* Tue Oct 21 2008 Götz Waschk <waschk@mandriva.org> 1.22.1-1mdv2009.1
+ Revision: 295950
- update to new version 1.22.1

* Tue Sep 23 2008 Götz Waschk <waschk@mandriva.org> 1.22.0-1mdv2009.0
+ Revision: 287355
- new version

* Mon Sep 08 2008 Götz Waschk <waschk@mandriva.org> 1.21.6-1mdv2009.0
+ Revision: 282781
- new version

* Wed Aug 27 2008 Götz Waschk <waschk@mandriva.org> 1.21.5-1mdv2009.0
+ Revision: 276434
- new version

* Tue Aug 12 2008 Götz Waschk <waschk@mandriva.org> 1.21.4-1mdv2009.0
+ Revision: 271027
- new version
- bump cairo dep

* Thu Jul 03 2008 Götz Waschk <waschk@mandriva.org> 1.21.3-1mdv2009.0
+ Revision: 230970
- new version

* Wed Jul 02 2008 Götz Waschk <waschk@mandriva.org> 1.20.5-1mdv2009.0
+ Revision: 230803
- new version

* Tue Jul 01 2008 Götz Waschk <waschk@mandriva.org> 1.20.4-1mdv2009.0
+ Revision: 230465
- new version
- update license

  + Pixel <pixel@mandriva.com>
    - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers

* Tue May 27 2008 Götz Waschk <waschk@mandriva.org> 1.20.3-1mdv2009.0
+ Revision: 211685
- new version

* Thu Apr 10 2008 Götz Waschk <waschk@mandriva.org> 1.20.2-1mdv2009.0
+ Revision: 192536
- new version

* Mon Mar 10 2008 Götz Waschk <waschk@mandriva.org> 1.20.0-1mdv2008.1
+ Revision: 183686
- new version

* Tue Feb 26 2008 Götz Waschk <waschk@mandriva.org> 1.19.4-1mdv2008.1
+ Revision: 175283
- new version

* Tue Jan 22 2008 Götz Waschk <waschk@mandriva.org> 1.19.3-1mdv2008.1
+ Revision: 156137
- new version

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Dec 17 2007 Götz Waschk <waschk@mandriva.org> 1.19.2-1mdv2008.1
+ Revision: 130829
- new version

* Tue Dec 04 2007 Götz Waschk <waschk@mandriva.org> 1.19.1-1mdv2008.1
+ Revision: 115272
- new version

* Sat Nov 17 2007 Funda Wang <fwang@mandriva.org> 1.19.0-2mdv2008.1
+ Revision: 109198
- rebuild for new lzma

* Tue Oct 30 2007 Götz Waschk <waschk@mandriva.org> 1.19.0-1mdv2008.1
+ Revision: 103741
- new version

* Mon Oct 15 2007 Götz Waschk <waschk@mandriva.org> 1.18.3-1mdv2008.1
+ Revision: 98728
- new version

* Tue Sep 18 2007 Götz Waschk <waschk@mandriva.org> 1.18.2-1mdv2008.0
+ Revision: 89461
- new version
- reenable checks with the new libthai

* Tue Aug 28 2007 Götz Waschk <waschk@mandriva.org> 1.18.1-1mdv2008.0
+ Revision: 72493
- new version
- drop patch 6

* Wed Aug 22 2007 Frederic Crozat <fcrozat@mandriva.com> 1.18.0-3mdv2008.0
+ Revision: 69116
- Move pango-view to devel package (with some renaming and conflicts)
- move API doc to pango-doc package and devel packages require it
- Fix description

* Tue Aug 21 2007 Frederic Crozat <fcrozat@mandriva.com> 1.18.0-2mdv2008.0
+ Revision: 68358
- Patch1 (SVN): fix hang with very long string
- Remove patch0, no longer needed

* Tue Aug 21 2007 Götz Waschk <waschk@mandriva.org> 1.18.0-1mdv2008.0
+ Revision: 68238
- new version
- new devel name

* Mon Jul 30 2007 Götz Waschk <waschk@mandriva.org> 1.17.5-1mdv2008.0
+ Revision: 56595
- new version

* Mon Jul 02 2007 Götz Waschk <waschk@mandriva.org> 1.17.4-1mdv2008.0
+ Revision: 47274
- new version

* Tue Jun 19 2007 Götz Waschk <waschk@mandriva.org> 1.17.3-1mdv2008.0
+ Revision: 41289
- new version

* Thu Jun 07 2007 Anssi Hannula <anssi@mandriva.org> 1.17.2-2mdv2008.0
+ Revision: 36189
- rebuild with correct optflags

  + Götz Waschk <waschk@mandriva.org>
    - new version

* Fri Apr 27 2007 Götz Waschk <waschk@mandriva.org> 1.16.4-1mdv2008.0
+ Revision: 18491
- new version

* Tue Apr 24 2007 Götz Waschk <waschk@mandriva.org> 1.16.3-1mdv2008.0
+ Revision: 17789
- new version
- disable tests, b.g.o #410152

* Tue Apr 17 2007 Götz Waschk <waschk@mandriva.org> 1.16.2-1mdv2008.0
+ Revision: 14118
- new version


* Mon Mar 12 2007 Götz Waschk <waschk@mandriva.org> 1.16.1-1mdv2007.1
+ Revision: 142132
- new version
- fix make check

* Mon Feb 26 2007 Götz Waschk <waschk@mandriva.org> 1.16.0-1mdv2007.1
+ Revision: 126099
- new version

* Sun Feb 18 2007 Götz Waschk <waschk@mandriva.org> 1.15.6-3mdv2007.1
+ Revision: 122243
- rebuild for pkgconfig deps

* Sat Feb 17 2007 Götz Waschk <waschk@mandriva.org> 1.15.6-2mdv2007.1
+ Revision: 122122
- rebuild for pkgconfig provides

* Wed Feb 14 2007 Götz Waschk <waschk@mandriva.org> 1.15.6-1mdv2007.1
+ Revision: 120785
- readd cairo dep
- new version
- fix build

* Wed Jan 24 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.15.5-2mdv2007.1
+ Revision: 112933
- build with libthai

* Tue Jan 23 2007 Götz Waschk <waschk@mandriva.org> 1.15.5-1mdv2007.1
+ Revision: 112236
- new version
- drop patch 2

* Sat Jan 20 2007 Götz Waschk <waschk@mandriva.org> 1.15.4-1mdv2007.1
+ Revision: 110998
- fix file list
- new version
- rediff patch 2

* Tue Jan 09 2007 Götz Waschk <waschk@mandriva.org> 1.15.3-1mdv2007.1
+ Revision: 106338
- drop patch 6
- new version

* Fri Dec 29 2006 Frederic Crozat <fcrozat@mandriva.com> 1.15.2-2mdv2007.1
+ Revision: 102591
- Patch6 (CVS): fix FcFontMatch misuse

* Thu Dec 21 2006 Götz Waschk <waschk@mandriva.org> 1.15.2-1mdv2007.1
+ Revision: 100955
- new version
- drop patch 3

* Tue Dec 12 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.15.1-2mdv2007.1
+ Revision: 95300
- ppc64 is a bi-arch platform
- Fix make check

* Tue Dec 05 2006 Frederic Crozat <fcrozat@mandriva.com> 1.15.1-1mdv2007.1
+ Revision: 91008
- Release 1.15.1
- Disable tests, they are broken atm

* Wed Nov 29 2006 Götz Waschk <waschk@mandriva.org> 1.15.0-1mdv2007.1
+ Revision: 88552
- new version
- bump module version

* Wed Nov 22 2006 Götz Waschk <waschk@mandriva.org> 1.14.8-1mdv2007.1
+ Revision: 86305
- new version

* Sun Oct 15 2006 Götz Waschk <waschk@mandriva.org> 1.14.7-1mdv2006.0
+ Revision: 64779
- new version
- new version
  unpack sources
- Import pango

* Thu Oct 05 2006 Götz Waschk <waschk@mandriva.org> 1.14.5-1mdv2007.0
- drop patch 6
- New version 1.14.5

* Wed Sep 13 2006 Frederic Crozat <fcrozat@mandriva.com> 1.14.3-2mdv2007.0
- Patch6 (CVS): fix map engine calls

* Wed Sep 06 2006 Götz Waschk <waschk@mandriva.org> 1.14.3-1mdv2007.0
- New version 1.14.3

* Thu Aug 24 2006 Götz Waschk <waschk@mandriva.org> 1.14.2-1mdv2007.0
- New release 1.14.2

* Wed Aug 23 2006 Götz Waschk <waschk@mandriva.org> 1.14.1-1mdv2007.0
- New release 1.14.1

* Thu Aug 10 2006 Götz Waschk <waschk@mandriva.org> 1.14.0-1mdv2007.0
- bump deps
- New release 1.14.0

* Wed Aug 02 2006 Frederic Crozat <fcrozat@mandriva.com> 1.13.5-1mdv2007.0
- Release 1.13.5

* Wed Jul 26 2006 Götz Waschk <waschk@mandriva.org> 1.13.4-1mdv2007.0
- New release 1.13.4

* Wed Jul 12 2006 Götz Waschk <waschk@mandriva.org> 1.13.3-1
- New release 1.13.3

* Wed Jun 14 2006 Götz Waschk <waschk@mandriva.org> 1.13.2-1
- New release 1.13.2

* Mon May 29 2006 Götz Waschk <waschk@mandriva.org> 1.12.3-1mdv2007.0
- drop patch 6
- New release 1.12.3

* Wed May 17 2006 Laurent MONTEL <lmontel@mandriva.com> 1.12.2-4
- Rebuild with new xorg

* Wed May 03 2006 Frederic Crozat <fcrozat@mandriva.com> 1.12.2-3mdk
- Update patch 6 with better CVS fix

* Sat Apr 29 2006 Frederic Crozat <fcrozat@mandriva.com> 1.12.2-2mdk
- Patch6 (CVS): fix hinting

* Fri Apr 28 2006 Götz Waschk <waschk@mandriva.org> 1.12.2-1mdk
- drop patch 6
- New release 1.12.2

* Wed Apr 26 2006 Frederic Crozat <fcrozat@mandriva.com> 1.12.1-3mdk
- Patch6 (CVS): fix rounding (Freedesktop bug #5200)

* Sat Apr 15 2006 Frederic Crozat <fcrozat@mandriva.com> 1.12.1-2mdk
- enforce glib dependency

* Tue Apr 11 2006 Frederic Crozat <fcrozat@mandriva.com> 1.12.1-1mdk
- Release 1.12.1

* Mon Feb 27 2006 Götz Waschk <waschk@mandriva.org> 1.10.4-1mdk
- New release 1.10.4

* Mon Feb 06 2006 Götz Waschk <waschk@mandriva.org> 1.10.3-1mdk
- New release 1.10.3
- use mkrel

* Tue Nov 29 2005 Frederic Crozat <fcrozat@mandriva.com> 1.10.2-1mdk
- Release 1.10.2
- Remove patch6 (merged upstream)

* Mon Nov 21 2005 Frederic Crozat <fcrozat@mandriva.com> 1.10.1-3mdk
- Update patch6 with regression fix from CVS

* Tue Nov 15 2005 Frederic Crozat <fcrozat@mandriva.com> 1.10.1-2mdk
- Patch6 (CVS): fix pixel size support (Mdk bug #19635)

* Wed Oct 05 2005 Frederic Crozat <fcrozat@mandriva.com> 1.10.1-1mdk
- Release 1.10.1
- Remove patches 6, 7 (merged upstream)

* Tue Sep 13 2005 Frederic Crozat <fcrozat@mandriva.com> 1.10.0-3mdk 
- Patch7 (CVS): various bugfixes

* Fri Aug 26 2005 Frederic Crozat <fcrozat@mandriva.com> 1.10.0-2mdk 
- Patch6 (CVS): fix underline

* Wed Aug 17 2005 Frederic Crozat <fcrozat@mandriva.com> 1.10.0-1mdk 
- Release 1.10.0

* Thu Jul 28 2005 Götz Waschk <waschk@mandriva.org> 1.8.2-1mdk
- fix some deps
- make it rpmbuildupdatable
- New release 1.8.2

* Mon Mar 07 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.8.1-1mdk 
- Release 1.8.1
- Remove patch6 (merged upstream)

* Thu Feb 24 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.8.0-3mdk
- move pango docs to pango package, which is req'ed by *-devel

* Mon Feb 07 2005 Frederic Crozat <fcrozat@mandrakesoft.com> 1.8.0-2mdk 
- Patch6 (CVS): fix text rotation (needed by gnumeric)

* Thu Dec 16 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.8.0-1mdk 
- Release 1.8.0
- Remove patches 6, 7, 8, 9, 10 (merged upstream)

* Tue Oct 19 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.6.0-1mdk
- Release 1.6.0
- Patch6 (Fedora): fix metrics for bitmap fonts
- Patch7 (Fedora): fix display of unicode U3000 glyph
- Patch8 (Fedora): fix metrics in ja_JP with latin text
- Patch9 (Fedora): disable backspace_deletes_character for hangul and hiragana
- Patch10 (Fedora): fix attribute length

* Tue Oct 12 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.4.1-2mdk
- generate pango.modules from -modules package

* Wed Aug 04 2004 Götz Waschk <waschk@linux-mandrake.com> 1.4.1-1mdk
- new version

* Thu Jul 29 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.0-8mdk
- Argg, really really fix dependencies this time

* Thu Jul 29 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.0-7mdk
- Really fix dependencies

* Thu Jul 29 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.0-6mdk
- Add another dependency for biarch

* Sat Jul 17 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.0-5mdk
- Enforce automake 1.8 (to respect policy)
- Rebuild to get correct .pc files (previous one were incorrect)

* Fri Jul 09 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.0-4mdk
- Enable libtoolize
- Don't force automake 1.7

* Tue May 18 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.0-3mdk
- Fix biarch support
- Remove trigger, use test in post instead

* Fri May 14 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.0-2mdk
- Patch5 (gb): add support for biarch (sync with AMD64)

* Fri Apr 02 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.4.0-1mdk
- Release 1.4.0
- remove patches 3 (no longer relevant), 4 (merged upstream)