base-specs/pango.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 22410 a281d5a9e77c
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package pango
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
22410
a281d5a9e77c 2012-05-03 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
     4
# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16431
diff changeset
     8
%define owner erwannc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16431
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16410
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17793
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16431
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16410
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         pango
20368
486a51627a23 2010-11-12 Erwann Chenede - <[email protected]>
erwannc
parents: 20229
diff changeset
    14
License:      LGPL v2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries
22410
a281d5a9e77c 2012-05-03 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
    16
Version:      1.30.0
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
# "grep pango_module_version configure.in" for the api version number.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
%define module_api_version 1.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Distribution: Java Desktop System
17865
b7ff02e93f66 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    21
Vendor:	      Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Summary:      Library for layout and rendering of internationalized text
22410
a281d5a9e77c 2012-05-03 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
    23
Source:       http://ftp.gnome.org/pub/GNOME/sources/pango/1.30/pango-%{version}.tar.xz
21953
858b174c0226 2011-07-12 Brian Cameron <[email protected]>
yippi
parents: 21694
diff changeset
    24
Source1:      pango-layout.gif
858b174c0226 2011-07-12 Brian Cameron <[email protected]>
yippi
parents: 21694
diff changeset
    25
Source2:      pango-rotated-text.png
10100
eeb7db14bad5 Add patch type.
dcarbery
parents: 10090
diff changeset
    26
#owner:dcarbery date:2007-06-20 type:bug bugzilla:449482 bugster:6571762
15533
b9ed1a414ca3 2009-03-31 Takao Fujiwara <[email protected]>
fujiwara
parents: 15424
diff changeset
    27
Patch1:       pango-01-no-xrender.diff
16017
22969ff93928 2009-07-14 Chris Wang <[email protected]>
bewitche
parents: 16000
diff changeset
    28
#owner:erwannc date:2007-07-31 type:bug bugzilla:466755 bugster:6556808 
15533
b9ed1a414ca3 2009-03-31 Takao Fujiwara <[email protected]>
fujiwara
parents: 15424
diff changeset
    29
Patch2:	      pango-02-hangul-face.diff
13298
c6498473fc9d 2008-08-27 Erwann Chenede - <[email protected]>
erwannc
parents: 13105
diff changeset
    30
15544
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
    31
## Solaris CJK fonts include Latin scripts.
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
    32
## - Add PANGO_SCRIPT_LATIN, PANGO_SCRIPT_GREEK, PANGO_SCRIPT_CYRILLIC,
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
    33
## PANGO_SCRIPT_HAN, PANGO_SCRIPT_KATAKANA, PANGO_SCRIPT_HIRAGANA for ja and zh.
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
    34
## - Add PANGO_SCRIPT_LATIN, PANGO_SCRIPT_HANGUL for ko.
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
    35
#owner:fujiwara date:2009-04-02 type:feature bugster:6617438
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
    36
Patch3:	      pango-03-solaris-cjk-font-table.diff
16387
cc3db7538af8 2009-08-27 Erwann Chenede - <[email protected]>
erwannc
parents: 16117
diff changeset
    37
Patch4:	      pango-04-sunstudio.diff
15544
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
    38
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
URL:          http://www.gtk.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Docdir:       %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%define freetype2_version 2.1.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%define cairo_version 0.9.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%define glib2_version 2.5.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%define pkgconfig_version 0.15.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%define XFree86_version 4.3.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%define fontconfig_version 2.2.92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires:      freetype2 >= %{freetype2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires:      cairo >= %{cairo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires:      glib2 >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
Requires:      XFree86-libs >= %{XFree86_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
Requires:      fontconfig >= %{fontconfig_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: cairo-devel >= %{cairo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: pkgconfig >= %{pkgconfig_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: freetype2-devel >= %{freetype2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
BuildRequires: XFree86-devel >= %{XFree86_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
Pango is a library for layout and rendering of text, with an emphasis on internationalization. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
It forms the core of text and font handling in GTK+ 2.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
Summary:      Development Library for layout and rendering of internationalized text
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
Group:        Development/Libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
Requires:     %{name} = %{version}-%{release}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
Requires:     glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
Requires:     cairo-devel >= %{cairo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
Requires:     freetype2-devel >= %{freetype2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
Requires:     XFree86-devel >= %{XFree86_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
Pango is a library for layout and rendering of text, with an emphasis on internationalization. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
It forms the core of text and font handling in GTK+ 2.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%patch1 -p1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%patch2 -p1
15544
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
    84
%patch3 -p1
16387
cc3db7538af8 2009-08-27 Erwann Chenede - <[email protected]>
erwannc
parents: 16117
diff changeset
    85
%patch4 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
21953
858b174c0226 2011-07-12 Brian Cameron <[email protected]>
yippi
parents: 21694
diff changeset
    99
cp %{SOURCE1} docs/layout.gif
858b174c0226 2011-07-12 Brian Cameron <[email protected]>
yippi
parents: 21694
diff changeset
   100
cp %{SOURCE2} docs/rotated-text.png
858b174c0226 2011-07-12 Brian Cameron <[email protected]>
yippi
parents: 21694
diff changeset
   101
22410
a281d5a9e77c 2012-05-03 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
   102
aclocal-1.11 $ACLOCAL_FLAGS
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
libtoolize --force --copy
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
gtkdocize
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
autoconf
22410
a281d5a9e77c 2012-05-03 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
   107
automake-1.11 -a -c -f
15558
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents: 15544
diff changeset
   108
export CFLAGS="%optflags"
16410
d0ac444d4b1d 2009-08-28 Christian Kelly <[email protected]>
chrisk
parents: 16387
diff changeset
   109
export CXXFLAGS="%cxx_optflags"
d0ac444d4b1d 2009-08-28 Christian Kelly <[email protected]>
chrisk
parents: 16387
diff changeset
   110
export LDFLAGS="%{_ldflags}"
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   111
./configure --prefix=%{_prefix} \
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   112
            --mandir=%{_mandir} \
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   113
            --with-native-locale=yes \
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   114
            --with-xinput=xfree \
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   115
            --without-qt \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
            --sysconfdir=%{_sysconfdir} \
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   117
            --libdir=%{_libdir} \
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   118
            --bindir=%{_bindir} \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
	    %{gtk_doc_option}
16929
dbc2fb67835f base-specs/pango.spec: Disabled the option -j of make on sparc workaround build issue.
davelam
parents: 16628
diff changeset
   120
21953
858b174c0226 2011-07-12 Brian Cameron <[email protected]>
yippi
parents: 21694
diff changeset
   121
# disable "-j" on sparc to workaround build issue
16929
dbc2fb67835f base-specs/pango.spec: Disabled the option -j of make on sparc workaround build issue.
davelam
parents: 16628
diff changeset
   122
%ifnarch sparc
20219
0c12c939fa06 2010-10-21 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   123
gmake -j $CPUS
16929
dbc2fb67835f base-specs/pango.spec: Disabled the option -j of make on sparc workaround build issue.
davelam
parents: 16628
diff changeset
   124
%else
20219
0c12c939fa06 2010-10-21 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   125
gmake
16929
dbc2fb67835f base-specs/pango.spec: Disabled the option -j of make on sparc workaround build issue.
davelam
parents: 16628
diff changeset
   126
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%install
20219
0c12c939fa06 2010-10-21 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   129
gmake DESTDIR=$RPM_BUILD_ROOT install
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
rm $RPM_BUILD_ROOT%{_libdir}/pango/%{module_api_version}/modules/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%{_bindir}/pango-querymodules > %{_sysconfdir}/pango/pango.modules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{_libdir}/pango/*/*/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{_libdir}/libpango*-*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%{_bindir}/pango-querymodules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%{_sysconfdir}/pango/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%{_libdir}/libpango*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%{_datadir}/gtk-doc/html/pango
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
%changelog
22410
a281d5a9e77c 2012-05-03 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
   161
* Tue May 01 2012 - [email protected]
a281d5a9e77c 2012-05-03 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
   162
- Bump to 1.30.0.
22162
28963895fef8 2011-10-04 Brian Cameron <[email protected]>
yippi
parents: 21953
diff changeset
   163
* Fri Sep 30 2011 - [email protected]
28963895fef8 2011-10-04 Brian Cameron <[email protected]>
yippi
parents: 21953
diff changeset
   164
- Bump to 1.29.4.
21953
858b174c0226 2011-07-12 Brian Cameron <[email protected]>
yippi
parents: 21694
diff changeset
   165
* Tue Jul 05 2011 - [email protected]
858b174c0226 2011-07-12 Brian Cameron <[email protected]>
yippi
parents: 21694
diff changeset
   166
- Bump to 1.29.3.
20229
7e472cd07746 2010-10-22 Brian Cameron <[email protected]>
yippi
parents: 20219
diff changeset
   167
* Fri Oct 22 2010 - [email protected]
7e472cd07746 2010-10-22 Brian Cameron <[email protected]>
yippi
parents: 20219
diff changeset
   168
- Now deliver gir files.
20219
0c12c939fa06 2010-10-21 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   169
* Thu Oct 21 2010 - [email protected]
20380
b85f8dbc2021 Fix comment.
yippi
parents: 20368
diff changeset
   170
- Bump to 1.28.3.
17793
208207fdc93f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 17714
diff changeset
   171
* Sat Apr  3 2010 - [email protected]
20380
b85f8dbc2021 Fix comment.
yippi
parents: 20368
diff changeset
   172
- Bump to 1.28.0.
17641
23ff24ccd62a 2010-03-05 Christian Kelly <[email protected]>
chrisk
parents: 17320
diff changeset
   173
* Fri Mar  5 2010 - [email protected]
23ff24ccd62a 2010-03-05 Christian Kelly <[email protected]>
chrisk
parents: 17320
diff changeset
   174
- Bump to 1.27.1.
16929
dbc2fb67835f base-specs/pango.spec: Disabled the option -j of make on sparc workaround build issue.
davelam
parents: 16628
diff changeset
   175
* Sat Nov 07 2009 - [email protected]
dbc2fb67835f base-specs/pango.spec: Disabled the option -j of make on sparc workaround build issue.
davelam
parents: 16628
diff changeset
   176
- Disabled the option "-j" of make on sparc workaround build issue.
16628
2f4e393859b1 2009-09-23 Dave Lin <[email protected]>
davelam
parents: 16509
diff changeset
   177
* Wed Sep 23 2009 - [email protected]
2f4e393859b1 2009-09-23 Dave Lin <[email protected]>
davelam
parents: 16509
diff changeset
   178
- Bump to 1.26.0
16509
d7fc75419f43 2009-09-09 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   179
* Wed Sep 09 2009 - [email protected]
d7fc75419f43 2009-09-09 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   180
- Bump to 1.25.6
d7fc75419f43 2009-09-09 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   181
- Removed gir files as they're delivered by SUNWgir-repository.
16117
c12cb742dd1d 2009-07-26 Christian Kelly <[email protected]>
chrisk
parents: 16017
diff changeset
   182
* Sun Jul 26 2009 - [email protected]
c12cb742dd1d 2009-07-26 Christian Kelly <[email protected]>
chrisk
parents: 16017
diff changeset
   183
- Bump to 1.24.5.
16017
22969ff93928 2009-07-14 Chris Wang <[email protected]>
bewitche
parents: 16000
diff changeset
   184
* Tue Jul 14 2009 - [email protected]
22969ff93928 2009-07-14 Chris Wang <[email protected]>
bewitche
parents: 16000
diff changeset
   185
- Change patch 2 owner to erwann
16000
bca6c0a02518 2009-07-06 Christian Kelly <[email protected]>
chrisk
parents: 15911
diff changeset
   186
* Mon Jul 06 2009 - [email protected]
bca6c0a02518 2009-07-06 Christian Kelly <[email protected]>
chrisk
parents: 15911
diff changeset
   187
- Bump to 1.24.3.
15911
a1ade5d4c1af 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15616
diff changeset
   188
* Tue Jun 16 2009 - [email protected]
a1ade5d4c1af 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15616
diff changeset
   189
- Bump to 1.24.2.
15616
6ba9f6e77e09 2009-04-15 Dave Lin <[email protected]>
davelam
parents: 15558
diff changeset
   190
* Wed Apr 15 2009 - [email protected]
6ba9f6e77e09 2009-04-15 Dave Lin <[email protected]>
davelam
parents: 15558
diff changeset
   191
- Bump to 1.24.1
15558
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents: 15544
diff changeset
   192
* Sat Apr 04 2009 - [email protected]
435f886efc13 2009-04-04 Dave Lin <[email protected]>
davelam
parents: 15544
diff changeset
   193
- export CFLAGS="%optflags" & LDFLAGS="%_ldflags" before configure.
15544
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
   194
* Thu Apr 02 2009 - [email protected]
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
   195
- Add patch solaris-cjk-font-table.diff because Solaris CJK fonts include 
bc842379dda6 2009-04-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 15533
diff changeset
   196
  latin scripts. 6617438.
15533
b9ed1a414ca3 2009-03-31 Takao Fujiwara <[email protected]>
fujiwara
parents: 15424
diff changeset
   197
* Mon Mar 30 2009 - [email protected]
b9ed1a414ca3 2009-03-31 Takao Fujiwara <[email protected]>
fujiwara
parents: 15424
diff changeset
   198
- Remove patch pua.diff because pango doesn't support no space fonts.
b9ed1a414ca3 2009-03-31 Takao Fujiwara <[email protected]>
fujiwara
parents: 15424
diff changeset
   199
  Bugzilla 456202.
15424
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 15182
diff changeset
   200
* Tue Mar 17 2009 - [email protected]
ebdd5add8836 * base-specs/libglade.spec: Bump to 2.6.4.
davelam
parents: 15182
diff changeset
   201
- Bump to 1.24.0
15182
797d8c23d2c4 2009-02-20 Wang Xin <[email protected]>
jedy
parents: 15083
diff changeset
   202
* Fri Feb 20 2009 - [email protected]
797d8c23d2c4 2009-02-20 Wang Xin <[email protected]>
jedy
parents: 15083
diff changeset
   203
- Fix the broken download link.
15083
102ac19cfb30 * base-specs/pango.spec : Bump to 1.23.0
mattman
parents: 14739
diff changeset
   204
* Fri Feb 13 2009 - [email protected]
102ac19cfb30 * base-specs/pango.spec : Bump to 1.23.0
mattman
parents: 14739
diff changeset
   205
- Bump to 1.23.0
14739
bd5572bd46af 2008-12-09 Chris Wang <[email protected]>
bewitche
parents: 14726
diff changeset
   206
* Tue Dec 09 2008 - [email protected]
bd5572bd46af 2008-12-09 Chris Wang <[email protected]>
bewitche
parents: 14726
diff changeset
   207
- Removed patch4 unamed-union.diff, as SS12 has supported unamed union
14726
2e9de6364eb4 2008-12-08 Dave Lin <[email protected]>
davelam
parents: 13789
diff changeset
   208
* Mon Dec 08 2008 - [email protected]
2e9de6364eb4 2008-12-08 Dave Lin <[email protected]>
davelam
parents: 13789
diff changeset
   209
- Bump to 1.22.3
13501
5b66016d3bea 2008-09-10 Christian Kelly <[email protected]<
chrisk
parents: 13298
diff changeset
   210
* Wed Sep 10 2008 - [email protected]
5b66016d3bea 2008-09-10 Christian Kelly <[email protected]<
chrisk
parents: 13298
diff changeset
   211
- Bump to 1.21.6.
13105
312d9bc98900 2008-08-12 Damien Carbery <[email protected]>
dcarbery
parents: 12800
diff changeset
   212
* Tue Aug 12 2008 - [email protected]
312d9bc98900 2008-08-12 Damien Carbery <[email protected]>
dcarbery
parents: 12800
diff changeset
   213
- Bump to 1.21.4.
12684
4c1b414923a9 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12571
diff changeset
   214
* Tue Jun 17 2008 - [email protected]
4c1b414923a9 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12571
diff changeset
   215
- Bump to 1.21.3.
12571
a9873f8ce4a6 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12538
diff changeset
   216
* Tue Jun 03 2008 - [email protected]
a9873f8ce4a6 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12538
diff changeset
   217
- Bump to 1.21.2.
12538
e81246aae8a0 Add %changelog entry.
dcarbery
parents: 12537
diff changeset
   218
* Thu May 29 2008 - [email protected]
e81246aae8a0 Add %changelog entry.
dcarbery
parents: 12537
diff changeset
   219
- Bump to 1.21.1.
12355
dbf3b00a5aa6 2008-05-26 Damien Carbery <[email protected]>
dcarbery
parents: 12086
diff changeset
   220
* Mon May 26 2008 - [email protected]
dbf3b00a5aa6 2008-05-26 Damien Carbery <[email protected]>
dcarbery
parents: 12086
diff changeset
   221
- Bump to 1.20.3.
12086
71cb42583ed6 2008-04-10 Damien Carbery <[email protected]>
dcarbery
parents: 12070
diff changeset
   222
* Thu Apr 10 2008 - [email protected]
71cb42583ed6 2008-04-10 Damien Carbery <[email protected]>
dcarbery
parents: 12070
diff changeset
   223
- Bump to 1.20.2.
71cb42583ed6 2008-04-10 Damien Carbery <[email protected]>
dcarbery
parents: 12070
diff changeset
   224
* Wed Apr 09 2008 - [email protected]
12070
7ed9f28c4257 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11833
diff changeset
   225
- Bump to 1.20.1.
11833
314efc355529 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   226
* Mon Mar 10 2008 - [email protected]
314efc355529 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   227
- Bump to 1.20.0.
11725
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11504
diff changeset
   228
* Tue Feb 26 2008 - [email protected]
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11504
diff changeset
   229
- Bump to 1.19.4.
11504
80a0f3123533 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   230
* Tue Jan 22 2008 - [email protected]
80a0f3123533 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   231
- Bump to 1.19.3.
11330
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   232
* Tue Dec 18 2007 - [email protected]
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   233
- Bump to 1.19.2.
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11077
diff changeset
   234
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11077
diff changeset
   235
- Bump to 1.19.1.
11077
f06ce3f6eb7d 2007-10-30 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   236
* Tue Oct 30 2007 - [email protected]
f06ce3f6eb7d 2007-10-30 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   237
- Bump to 1.19.0.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10509
diff changeset
   238
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10509
diff changeset
   239
- Bump to 1.18.3.
10509
b70a1810ff47 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   240
* Tue Sep 18 2007 - [email protected]
b70a1810ff47 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   241
- Bump to 1.18.2.
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10358
diff changeset
   242
* Tue Aug 28 2007 - [email protected]
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10358
diff changeset
   243
- Bump to 1.18.1.
10358
c81408310485 2007-08-21 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   244
* Tue Aug 21 2007 - [email protected]
c81408310485 2007-08-21 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   245
- Bump to 1.18.0.
10237
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10234
diff changeset
   246
* Tue Jul 31 2007 - [email protected]
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10234
diff changeset
   247
- Bump to 1.17.5.
10234
3580cead3e46 2007-07-31 Chris Wang <[email protected]
bewitche
parents: 10192
diff changeset
   248
* Tue Jul 31 2007 - [email protected]
3580cead3e46 2007-07-31 Chris Wang <[email protected]
bewitche
parents: 10192
diff changeset
   249
- Add patch pango-03-hangul-face.diff to fix gnome-about crash bug,
3580cead3e46 2007-07-31 Chris Wang <[email protected]
bewitche
parents: 10192
diff changeset
   250
  bugster 6556808. The cause of bug is hangul shape engine haven't
3580cead3e46 2007-07-31 Chris Wang <[email protected]
bewitche
parents: 10192
diff changeset
   251
  detect the existence of the font face before invoke it.
10192
c849ca81ce4c 2007-07-13 Takao Fujiwara <[email protected]>
fujiwara
parents: 10154
diff changeset
   252
* Fri Jul 13 2007 - [email protected]
c849ca81ce4c 2007-07-13 Takao Fujiwara <[email protected]>
fujiwara
parents: 10154
diff changeset
   253
- Removed pango-01-fullwidth-space.diff for another fix.
c849ca81ce4c 2007-07-13 Takao Fujiwara <[email protected]>
fujiwara
parents: 10154
diff changeset
   254
- Updated pango-01-pua.diff for bugzilla 456202.
10154
72a190001673 2007-07-03 Damien Carbery <[email protected]>
dcarbery
parents: 10100
diff changeset
   255
* Tue Jul 03 2007 - [email protected]
72a190001673 2007-07-03 Damien Carbery <[email protected]>
dcarbery
parents: 10100
diff changeset
   256
- Bump to 1.17.4.
10075
76dbb39857ac 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   257
* Tue Jun 19 2007 - [email protected]
76dbb39857ac 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   258
- Bump to 1.17.3.
9957
d8718815e13e 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9910
diff changeset
   259
* Tue May 27 2007 - [email protected]
d8718815e13e 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9910
diff changeset
   260
- Bump to 1.17.1.
9910
6c5926641655 2007-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 9810
diff changeset
   261
* Wed May 16 2007 - [email protected]
6c5926641655 2007-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 9810
diff changeset
   262
- Bump to 1.17.0.
9810
c04eb9f27603 2007-04-30 Damien Carbery <[email protected]>
dcarbery
parents: 9774
diff changeset
   263
* Mon Apr 30 2007 - [email protected]
c04eb9f27603 2007-04-30 Damien Carbery <[email protected]>
dcarbery
parents: 9774
diff changeset
   264
- Bump to 1.16.4.
9774
02555d82e091 2007-04-24 Damien Carbery <[email protected]>
dcarbery
parents: 9737
diff changeset
   265
* Tue Apr 24 2007 - [email protected]
02555d82e091 2007-04-24 Damien Carbery <[email protected]>
dcarbery
parents: 9737
diff changeset
   266
- Bump to 1.16.3.
9737
2690b3971ba8 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9576
diff changeset
   267
* Thu Apr 12 2007 - [email protected]
2690b3971ba8 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9576
diff changeset
   268
- Bump to 1.16.2.
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   269
* Thu Mar 15 2007 - [email protected]
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   270
- convert to new style of building multiple ISAs as per docs/multi-ISA.txt
9565
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9543
diff changeset
   271
* Wed Mar 15 2007 - [email protected]
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9543
diff changeset
   272
- Removed adding ccdir to PATH
9543
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9461
diff changeset
   273
* Tue Mar 13 2007 - [email protected]
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9461
diff changeset
   274
- Bump to 1.16.1.
9461
f7dab1301bda 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   275
* Tue Mar 06 2007 - [email protected]
f7dab1301bda 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   276
- Add patch, 03-no-xrender, to skip xrender check. This can be removed when X
f7dab1301bda 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   277
  server team delivers the xrender.pc file.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   278
* Mon Mar 05 2007 - [email protected]
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   279
- Bump to 1.16.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
- Bump to 1.15.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
- Bump to 1.15.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
* Thu Jan 18 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
- Bump to 1.15.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- Bump to 1.15.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
* Thu Dec 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
- Bump to 1.15.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
* Thu Dec 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
- Bump to 1.15.1. Update api module version to 1.6.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Mon Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
- Bump to 1.14.8.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
- use %gtk_doc_option in configure so that it can be disabled using
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
* Mon Oct 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
- Bump to 1.14.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
* Fri Oct 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- Bump to 1.14.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- Bump to 1.14.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
* Tue Sep 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
- Bump to 1.14.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
- Bump to 1.14.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
* Wed Aug 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
- Bump to 1.14.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
- Bump to 1.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
* Wed Aug 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
- Bump to 1.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Tue Aug 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
- Bump to 1.13.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
* Wed Jul 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
- Bump to 1.13.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
* Thu Jul 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
- Bump to 1.13.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Fri Apr 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
- Bump to 1.12.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Wed Apr 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- Bump to 1.12.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- Bump to 1.12.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
* Mon Feb 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
- Bump to 1.11.99.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
- Remove upstream patch, 04-void-func.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
* Wed Feb 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
- Added patch (04-void-func) to fix #332167 (void func returning value).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
* Tue Feb 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- Bump to 1.11.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
- Bump to 1.11.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
- Change path to modules from 1.4.0 to 1.5.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
- Bump to 1.11.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
- Bump to 1.11.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- Bump to 1.11.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
* Mon Nov 28 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
- prepare for building from CVS snapshots:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
- use a macro for Version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- fix autotool order, add some more
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
- cp mkinstalldirs so that we don't need to add even more autotool foo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
* Tue Oct 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
- Bump to 1.10.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
* Fri Aug 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
- Add patches to build on Solaris - fix uninstalled.pc and configure.in and
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
  aclocal/autoconf.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
* Tue Aug 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
- Bump to 1.10.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
- Bump to 1.9.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
* Fri May 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
- Bump to 1.8.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
* Thu Dec 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
- add pango-05-family-list.diff back to build 25 with several modifications:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
  - check whether enable_native_family is set or not, in order
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
    to not display korean family name in both de and fr locales
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
  - create fake face in pango_fc_family_list_faces for missing styles
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
* Tue Nov 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
- take the patch pango-05-family-list.diff out temporarily 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
  will integrate it into build 25
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
* Mon Nov 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
- add patch pango-05-family-list.diff to fix 6198418
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   367
      localized font name is needed
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
- add patch pango-04-pua.diff to fix 6192581:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   370
      pango should support PUA area.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
* Fri Oct 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
- use $CC64 for the 64-bit build if defined
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
* Sun Oct 10 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   374
- add patch pango-03-disable-script.diff to fix 5098206
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   375
      Latin font should not be used for ASCII when monospace family.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   376
- update patch pango-02-fullwidth-space.diff to fix 5068848
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   377
      [Cinnabar] Space width problem in gedit, evolution.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   378
* Sat Oct  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
- Create 64bit libraries for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   381
- added --enable-gtk-doc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   382
* Fri Aug 06 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   383
- Removed pango-01-unihan.diff, 1.4.1 fixes the Unihan issue.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   384
* Thu Aug 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   385
- Bump to 1.4.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   386
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
- ported to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   389
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   390
* Thu Jul 01 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   391
- Added patch pango-03-fullwidth-space.diff to fix bug 5067780,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   392
  [Cinnabar] Japanese space chars are corrupt at Sans/Monospace
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   393
* Wed Mar 28 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   394
- add patch pango-01-unihan.diff to fix 5038959
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   395
     Unihan issue should be resolved with current language tag
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   396
- add patch pango-02-broken-text.diff to fix 5038972
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   397
     pango wouldn't render the legacy encoding string
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   398
* Wed Mar 24 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   399
- Bump to 1.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   400
* Thu Mar 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   401
- Bumped to 1.3.6. Remove pua-character patch until it has been properly
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   402
  created. We're not keeping broken patches around.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   403
* Tue Mar 02 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   404
- Bumped to 1.3.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   405
- Removed pango-01-fix_pc.diff, not needed anymore.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   406
- Renamed pango-02-pua-character.diff to pango-01-pua-character.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
* Tue Feb 24 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
- Bump to 1.3.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   409
- Re-Marge patch pango-01-fix_pc.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
- Port patch pango-02-pua-character.diff from QS, should have been done already
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   411
* Fri Jan 09 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
- add patch to fix a broken .pc file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
- clean up for Solaris builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
* Mon Dec 15 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
- Updating to 1.3.1 tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   416
* Mon Oct 06 2003 - <[email protected]> 1.2.5-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
- Updating to 1.2.5 from GNOME 2.4.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   418
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
- remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
* Fri Jul 25 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
- add XFree86-libs dependency so postinstall script 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   422
  doesn't fail during OS install.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
* Wed Jul 09 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
- updated to pango 1.2.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   425
* Tue May 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
- initial Sun release.