| 1 | %define glib2_version 2.55.0 |
|---|
| 2 | %define pkgconfig_version 0.12 |
|---|
| 3 | %define freetype2_version 2.8.1 |
|---|
| 4 | %define fontconfig_version 2.12.6 |
|---|
| 5 | %define cairo_version 1.14.12 |
|---|
| 6 | |
|---|
| 7 | # biarch support |
|---|
| 8 | %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0} |
|---|
| 9 | %define _querymodules_suffix %{nil} |
|---|
| 10 | %if %{build_compat32} |
|---|
| 11 | %define _querymodules_suffix -32 |
|---|
| 12 | %endif |
|---|
| 13 | |
|---|
| 14 | Summary: System for layout and rendering of internationalized text. |
|---|
| 15 | Summary(ja): 国際化テキストのレイアウト・レンダリングシステム |
|---|
| 16 | Name: pango |
|---|
| 17 | Version: 1.40.14 |
|---|
| 18 | Release: 1%{?_dist_release} |
|---|
| 19 | License: LGPL |
|---|
| 20 | Group: System Environment/Libraries |
|---|
| 21 | Source: ftp://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-%{version}.tar.xz |
|---|
| 22 | URL: http://www.pango.org |
|---|
| 23 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 24 | |
|---|
| 25 | # We need to prereq this so we can run pango-querymodules |
|---|
| 26 | Requires: glib2 >= %{glib2_version} |
|---|
| 27 | Requires: freetype2 >= %{freetype2_version} |
|---|
| 28 | BuildRequires: libtool >= 1.4.2 |
|---|
| 29 | BuildRequires: glib2-devel >= %{glib2_version} |
|---|
| 30 | BuildRequires: pkgconfig >= %{pkgconfig_version} |
|---|
| 31 | BuildRequires: freetype2-devel >= %{freetype2_version} |
|---|
| 32 | BuildRequires: fontconfig-devel >= %{fontconfig_version} |
|---|
| 33 | BuildRequires: libX11-devel, libXft-devel, libXrender-devel |
|---|
| 34 | BuildRequires: cairo-devel >= %{cairo_version} |
|---|
| 35 | BuildRequires: libSM-devel |
|---|
| 36 | BuildRequires: gobject-introspection-devel |
|---|
| 37 | BuildRequires: libthai-devel |
|---|
| 38 | BuildRequires: harfbuzz-devel |
|---|
| 39 | Obsoletes: pango-gtkbeta, fribidi-gtkbeta |
|---|
| 40 | |
|---|
| 41 | Vendor: Project Vine |
|---|
| 42 | Distribution: Vine Linux |
|---|
| 43 | Packager: Takemikaduchi |
|---|
| 44 | |
|---|
| 45 | %description |
|---|
| 46 | Pango is a system for layout and rendering of internationalized text. |
|---|
| 47 | |
|---|
| 48 | %description -l ja |
|---|
| 49 | Pango は国際化テキストのレイアウト・レンダリングシステムです。 |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | %package devel |
|---|
| 53 | Summary: System for layout and rendering of internationalized text. |
|---|
| 54 | Summary(ja): 国際化テキストのレイアウト・レンダリングシステム |
|---|
| 55 | Group: Development/Libraries |
|---|
| 56 | Requires: %{name} = %{version} |
|---|
| 57 | Requires: glib2-devel >= %{glib2_version} |
|---|
| 58 | Requires: freetype2-devel >= %{freetype2_version} |
|---|
| 59 | Requires: cairo-devel >= %{cairo_version} |
|---|
| 60 | Requires: libX11-devel, libXft-devel, libXrender-devel |
|---|
| 61 | Requires: harfbuzz-devel |
|---|
| 62 | Obsoletes: fribidi-gtkbeta-devel, pango-gtkbeta-devel |
|---|
| 63 | |
|---|
| 64 | %description devel |
|---|
| 65 | The pango-devel package includes the static libraries, header files, |
|---|
| 66 | and developer docs for the pango package. |
|---|
| 67 | |
|---|
| 68 | Install pango-devel if you want to develop programs which will use |
|---|
| 69 | pango. |
|---|
| 70 | |
|---|
| 71 | ##################################################################### |
|---|
| 72 | # compat32 |
|---|
| 73 | %package -n compat32-%{name} |
|---|
| 74 | Summary: System for layout and rendering of internationalized text. |
|---|
| 75 | Summary(ja): 国際化テキストのレイアウト・レンダリングシステム |
|---|
| 76 | Group: Development/Libraries |
|---|
| 77 | %description -n compat32-%{name} |
|---|
| 78 | Pango is a system for layout and rendering of internationalized text. |
|---|
| 79 | %description -n compat32-%{name} -l ja |
|---|
| 80 | Pango は国際化テキストのレイアウト・レンダリングシステムです。 |
|---|
| 81 | |
|---|
| 82 | %package -n compat32-%{name}-devel |
|---|
| 83 | Summary: Development files for pango |
|---|
| 84 | Summary(ja): pango 用の開発ファイル |
|---|
| 85 | Group: Development/Libraries |
|---|
| 86 | Requires: compat32-%{name} = %{version} |
|---|
| 87 | Requires: %{name}-devel = %{version} |
|---|
| 88 | %description -n compat32-%{name}-devel |
|---|
| 89 | The pango-devel package includes the static libraries, header files, |
|---|
| 90 | and developer docs for the pango package. |
|---|
| 91 | |
|---|
| 92 | |
|---|
| 93 | %prep |
|---|
| 94 | %setup -q -n pango-%{version} |
|---|
| 95 | |
|---|
| 96 | %build |
|---|
| 97 | ###%configure --with-included-modules=basic-fc |
|---|
| 98 | (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; |
|---|
| 99 | %configure CONFIGFLAGS --with-included-modules=basic-fc --disable-silent-rules --enable-introspection=yes) |
|---|
| 100 | |
|---|
| 101 | make %{?_smp_mflags} |
|---|
| 102 | |
|---|
| 103 | %install |
|---|
| 104 | rm -rf $RPM_BUILD_ROOT |
|---|
| 105 | make DESTDIR=$RPM_BUILD_ROOT install |
|---|
| 106 | |
|---|
| 107 | # remove unpackaged files |
|---|
| 108 | rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|---|
| 109 | rm -f $RPM_BUILD_ROOT%{_libdir}/pango/*/modules/*.la |
|---|
| 110 | |
|---|
| 111 | %clean |
|---|
| 112 | rm -rf $RPM_BUILD_ROOT |
|---|
| 113 | |
|---|
| 114 | %post -p /sbin/ldconfig |
|---|
| 115 | |
|---|
| 116 | %postun -p /sbin/ldconfig |
|---|
| 117 | |
|---|
| 118 | %if %{build_compat32} |
|---|
| 119 | %post -p /sbin/ldconfig -n compat32-%{name} |
|---|
| 120 | |
|---|
| 121 | %postun -p /sbin/ldconfig -n compat32-%{name} |
|---|
| 122 | %endif |
|---|
| 123 | |
|---|
| 124 | %files |
|---|
| 125 | %defattr(-, root, root) |
|---|
| 126 | %doc README AUTHORS COPYING NEWS |
|---|
| 127 | %doc pango-view/HELLO.txt |
|---|
| 128 | #doc README AUTHORS COPYING ChangeLog |
|---|
| 129 | #doc examples/HELLO.utf8 |
|---|
| 130 | %{_bindir}/pango-view |
|---|
| 131 | %{_libdir}/libpango*-*.so.* |
|---|
| 132 | %{_libdir}/girepository-1.0 |
|---|
| 133 | %{_mandir}/man*/* |
|---|
| 134 | |
|---|
| 135 | %files devel |
|---|
| 136 | %defattr(-, root, root) |
|---|
| 137 | %{_libdir}/libpango*.so |
|---|
| 138 | %{_includedir}/* |
|---|
| 139 | %{_libdir}/pkgconfig/* |
|---|
| 140 | %{_datadir}/gtk-doc/* |
|---|
| 141 | %{_datadir}/gir-1.0 |
|---|
| 142 | |
|---|
| 143 | %if %{build_compat32} |
|---|
| 144 | %files -n compat32-%{name} |
|---|
| 145 | %defattr(-, root, root) |
|---|
| 146 | %{_libdir}/libpango*-*.so.* |
|---|
| 147 | |
|---|
| 148 | %files -n compat32-%{name}-devel |
|---|
| 149 | %defattr(-, root, root) |
|---|
| 150 | %{_libdir}/libpango*.so |
|---|
| 151 | %endif |
|---|
| 152 | |
|---|
| 153 | %changelog |
|---|
| 154 | * Sun Jan 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.40.14-1 |
|---|
| 155 | - new upstream release. |
|---|
| 156 | |
|---|
| 157 | * Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1 |
|---|
| 158 | - new upstream release |
|---|
| 159 | |
|---|
| 160 | * Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1 |
|---|
| 161 | - new upstream release |
|---|
| 162 | - remove old patches |
|---|
| 163 | |
|---|
| 164 | * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.8-1 |
|---|
| 165 | - new upstream release |
|---|
| 166 | |
|---|
| 167 | * Sat Jun 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.5-1 |
|---|
| 168 | - new upstream release |
|---|
| 169 | |
|---|
| 170 | * Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.3-1 |
|---|
| 171 | - new upstream release |
|---|
| 172 | |
|---|
| 173 | * Sat Feb 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.2-1 |
|---|
| 174 | - new upstream release |
|---|
| 175 | |
|---|
| 176 | * Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1 |
|---|
| 177 | - new upstream release |
|---|
| 178 | |
|---|
| 179 | * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.0-1 |
|---|
| 180 | - new upstream release |
|---|
| 181 | |
|---|
| 182 | * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.1-1 |
|---|
| 183 | - new upstream release |
|---|
| 184 | |
|---|
| 185 | * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1 |
|---|
| 186 | - new upstream release |
|---|
| 187 | |
|---|
| 188 | * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.5-1 |
|---|
| 189 | - new upstream release |
|---|
| 190 | |
|---|
| 191 | * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.2-1 |
|---|
| 192 | - new upstream release |
|---|
| 193 | |
|---|
| 194 | * Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.1-1 |
|---|
| 195 | - new upstream release |
|---|
| 196 | - update Patch0 (pango-1.31.2-lib64.patch) |
|---|
| 197 | - add BuildRequires: harfbuzz-devel |
|---|
| 198 | |
|---|
| 199 | * Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.1-1 |
|---|
| 200 | - new upstream release |
|---|
| 201 | |
|---|
| 202 | * Sat Mar 31 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1 |
|---|
| 203 | - new upstream release |
|---|
| 204 | |
|---|
| 205 | * Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.4-2 |
|---|
| 206 | - add BuildRequires: libthai-devel |
|---|
| 207 | |
|---|
| 208 | * Thu Oct 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.4-1 |
|---|
| 209 | - new upstream release |
|---|
| 210 | |
|---|
| 211 | * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.3-1 |
|---|
| 212 | - new upstream release |
|---|
| 213 | |
|---|
| 214 | * Mon Apr 25 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.28.4-1 |
|---|
| 215 | - new upstream release with security fixes (CVE-2011-0020, 0064) |
|---|
| 216 | - add Vendor/Distri tags |
|---|
| 217 | |
|---|
| 218 | * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.28.3-1 |
|---|
| 219 | - add BuildRequires: libSM-devel, gobject-introspection-devel |
|---|
| 220 | - add Patch1 (pango-1.28.1-gobject-introspection.patch) |
|---|
| 221 | |
|---|
| 222 | * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.28.1-2 |
|---|
| 223 | - build with rpm-4.8.1-1 for pkg-config file |
|---|
| 224 | |
|---|
| 225 | * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.28.1-1 |
|---|
| 226 | - new upstream release |
|---|
| 227 | |
|---|
| 228 | * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.28.0-1 |
|---|
| 229 | - new upstream release |
|---|
| 230 | |
|---|
| 231 | * Sun Jan 10 2010 Shu KONNO <owa@bg.wakwak.com> 1.26.2-2 |
|---|
| 232 | - changed %%makeinstall to make install with DESTDIR option |
|---|
| 233 | |
|---|
| 234 | * Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.26.2-1 |
|---|
| 235 | - new upstream release |
|---|
| 236 | |
|---|
| 237 | * Sun Nov 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.26.1-1 |
|---|
| 238 | - new upstream release |
|---|
| 239 | |
|---|
| 240 | * Thu Sep 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26.0-1 |
|---|
| 241 | - new upstream release |
|---|
| 242 | |
|---|
| 243 | * Sun Jul 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.5-1 |
|---|
| 244 | - new upstream release |
|---|
| 245 | |
|---|
| 246 | * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.4-1 |
|---|
| 247 | - new upstream release |
|---|
| 248 | |
|---|
| 249 | * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.2-1 |
|---|
| 250 | - new upstream release |
|---|
| 251 | |
|---|
| 252 | * Mon May 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.24.1-2 |
|---|
| 253 | - removed %%if !%%{build_compat32} case condition |
|---|
| 254 | |
|---|
| 255 | * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.1-1 |
|---|
| 256 | - new upstream release |
|---|
| 257 | |
|---|
| 258 | * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.0-1 |
|---|
| 259 | - new upstream release |
|---|
| 260 | |
|---|
| 261 | * Tue Dec 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22.4-1 |
|---|
| 262 | - new upstream release |
|---|
| 263 | |
|---|
| 264 | * Tue Nov 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22.3-1 |
|---|
| 265 | - new upstream release |
|---|
| 266 | |
|---|
| 267 | * Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22.1-1 |
|---|
| 268 | - new upstream release |
|---|
| 269 | |
|---|
| 270 | * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22.0-1 |
|---|
| 271 | - new upstream release |
|---|
| 272 | |
|---|
| 273 | * Thu Jul 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.5-1 |
|---|
| 274 | - new upstream release |
|---|
| 275 | |
|---|
| 276 | * Sun May 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.20.3-2 |
|---|
| 277 | - spec in UTF-8 actually |
|---|
| 278 | |
|---|
| 279 | * Sun May 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.3-1 |
|---|
| 280 | - new upstream release |
|---|
| 281 | - rebuilt with xorg-x11 7.3 |
|---|
| 282 | |
|---|
| 283 | * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.1-1vl5 |
|---|
| 284 | - new upstream release |
|---|
| 285 | |
|---|
| 286 | * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.0-1vl5 |
|---|
| 287 | - used %{?_dist_release} |
|---|
| 288 | |
|---|
| 289 | * Wed Mar 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.0-0vl1 |
|---|
| 290 | - new upstream release |
|---|
| 291 | |
|---|
| 292 | * Thu Jan 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.18.4-0vl1 |
|---|
| 293 | - new upstream release |
|---|
| 294 | |
|---|
| 295 | * Fri Nov 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.18.3-0vl1 |
|---|
| 296 | - new upstream release |
|---|
| 297 | - added Patch0 instead of Patch5 |
|---|
| 298 | |
|---|
| 299 | * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16.4-0vl2 |
|---|
| 300 | - replace build with new environment |
|---|
| 301 | |
|---|
| 302 | * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16.4-0vl2 |
|---|
| 303 | - rebuild with new environment |
|---|
| 304 | |
|---|
| 305 | * Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16.4-0vl1 |
|---|
| 306 | - new upstream release |
|---|
| 307 | |
|---|
| 308 | * Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16.2-0vl1 |
|---|
| 309 | - new upstream release |
|---|
| 310 | |
|---|
| 311 | * Mon Dec 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-0vl1 |
|---|
| 312 | - new upstream release |
|---|
| 313 | |
|---|
| 314 | * Sun Oct 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14.7-0vl1 |
|---|
| 315 | - new upstream release |
|---|
| 316 | |
|---|
| 317 | * Sat Sep 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14.4-0vl1 |
|---|
| 318 | - new upstream release |
|---|
| 319 | |
|---|
| 320 | * Thu Aug 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14.0-0vl1 |
|---|
| 321 | - new upstream release |
|---|
| 322 | |
|---|
| 323 | * Tue Aug 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.3-0vl3 |
|---|
| 324 | - rebuild with cairo-1.2.0 |
|---|
| 325 | |
|---|
| 326 | * Tue Aug 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.3-0vl2 |
|---|
| 327 | - add Patch10 to create fake style(italic/bold) for all fonts. |
|---|
| 328 | http://bugzilla.gnome.org/show_bug.cgi?id=319808 |
|---|
| 329 | - This patch is not applied in upstream, but it seems usefull |
|---|
| 330 | for us. |
|---|
| 331 | |
|---|
| 332 | * Sun May 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.3-0vl1 |
|---|
| 333 | - new upstream release |
|---|
| 334 | |
|---|
| 335 | * Sun Apr 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.2-0vl1 |
|---|
| 336 | - new upstream release |
|---|
| 337 | |
|---|
| 338 | * Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.1-0vl1 |
|---|
| 339 | - new upstream release |
|---|
| 340 | |
|---|
| 341 | * Fri Mar 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.0-0vl2 |
|---|
| 342 | - fix broken dependancy |
|---|
| 343 | |
|---|
| 344 | * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.0-0vl1 |
|---|
| 345 | - new upstream release |
|---|
| 346 | |
|---|
| 347 | * Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11.99-0vl1 |
|---|
| 348 | - new upstream release |
|---|
| 349 | - add compat32 package for x86_64 arch support |
|---|
| 350 | - add Patch5 for biarch support |
|---|
| 351 | |
|---|
| 352 | * Sun Jan 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.2-0vl1 |
|---|
| 353 | - new upstream release |
|---|
| 354 | |
|---|
| 355 | * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.1-0vl1 |
|---|
| 356 | - new upstream release |
|---|
| 357 | |
|---|
| 358 | * Sun Aug 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-0vl1 |
|---|
| 359 | - new upstream release |
|---|
| 360 | |
|---|
| 361 | * Mon Aug 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.1-0vl2 |
|---|
| 362 | - rebuild with cairo-0.9 |
|---|
| 363 | - add patch10 to disable building example programs |
|---|
| 364 | |
|---|
| 365 | * Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.1-0vl1 |
|---|
| 366 | - new upstream release |
|---|
| 367 | |
|---|
| 368 | * Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-0vl1 |
|---|
| 369 | - new upstream release |
|---|
| 370 | - drop obsolete patches |
|---|
| 371 | |
|---|
| 372 | * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl1 |
|---|
| 373 | - new upstream release |
|---|
| 374 | - import upstream patches from fedora package. |
|---|
| 375 | |
|---|
| 376 | * Sat Aug 14 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1 |
|---|
| 377 | - new upstream release |
|---|
| 378 | |
|---|
| 379 | * Thu Mar 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1 |
|---|
| 380 | - new upstream release |
|---|
| 381 | |
|---|
| 382 | * Thu Mar 4 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-0vl3 |
|---|
| 383 | - remove unneeded dependancy to freetype2-devel |
|---|
| 384 | |
|---|
| 385 | * Wed Nov 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-0vl2 |
|---|
| 386 | - add patch10 to build against freetype-2.1.7 |
|---|
| 387 | - rebuild with freetype-2.1.7 |
|---|
| 388 | |
|---|
| 389 | * Mon Sep 01 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-0vl1 |
|---|
| 390 | - new upstream release |
|---|
| 391 | |
|---|
| 392 | * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-0vl1 |
|---|
| 393 | - new upstream release |
|---|
| 394 | |
|---|
| 395 | * Mon Feb 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-0vl1 |
|---|
| 396 | - new upstream release |
|---|
| 397 | |
|---|
| 398 | * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-0vl2 |
|---|
| 399 | - merge patch1,2 from rawhide package. |
|---|
| 400 | |
|---|
| 401 | * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-0vl1 |
|---|
| 402 | - new upstream release |
|---|
| 403 | |
|---|
| 404 | * Fri Dec 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-0vl1 |
|---|
| 405 | - new upstream release |
|---|
| 406 | - Build for Vine Linux, specfile are based on rawhide release |
|---|
| 407 | |
|---|
| 408 | * Thu Nov 21 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 409 | - change PKG_CONFIG_PATH hack to also search /usr/X11R6/lib64/pkgconfig |
|---|
| 410 | |
|---|
| 411 | * Wed Nov 20 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 412 | - explicitly require pangoxft to be built, so we catch situations such |
|---|
| 413 | as xft.pc moving to /usr/X11R6 |
|---|
| 414 | - also add /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH as a temporary |
|---|
| 415 | hack |
|---|
| 416 | |
|---|
| 417 | * Thu Nov 7 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 418 | - 1.1.3 |
|---|
| 419 | |
|---|
| 420 | * Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-5 |
|---|
| 421 | - Require the necessary freetype version, don't just |
|---|
| 422 | BuildRequires it (#74744) |
|---|
| 423 | |
|---|
| 424 | * Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-4 |
|---|
| 425 | - Own /etc/pango (#73962, Enrico Scholz) |
|---|
| 426 | - Remove .la files from the build root |
|---|
| 427 | |
|---|
| 428 | * Mon Oct 7 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 429 | - require glib 2.0.6-3, try rebuild on more arches |
|---|
| 430 | |
|---|
| 431 | * Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 432 | - Version 1.1.1 (main change, fixes font selection for FT2 backend, |
|---|
| 433 | as in gdmgreeter) |
|---|
| 434 | |
|---|
| 435 | * Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 436 | - Fix linked list manipulation problem that was causing hang for anaconda |
|---|
| 437 | - Fix warning from loading mini-fonts with context == NULL |
|---|
| 438 | |
|---|
| 439 | * Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 440 | - Fix major memory leak in the last patch |
|---|
| 441 | |
|---|
| 442 | * Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 443 | - Actually use language tags at the rendering layer (should fix #68211) |
|---|
| 444 | |
|---|
| 445 | * Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 446 | - Remove fixed-ltmain.sh, relibtoolize; to fix relink problems without |
|---|
| 447 | - Fix bug causing hex boxes to be misrendered |
|---|
| 448 | leaving RPATH (#66005) |
|---|
| 449 | - For FT2 backend, supply FT_LOAD_NO_BITMAP to avoid problems with |
|---|
| 450 | fonts with embedded bitmaps (#67851) |
|---|
| 451 | |
|---|
| 452 | * Mon Jul 8 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 453 | - Make basic-x shaper work with our big-5 fonts |
|---|
| 454 | |
|---|
| 455 | * Wed Jul 3 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 456 | - New upstream tarball with hooks for change-on-the fly font rendering |
|---|
| 457 | |
|---|
| 458 | * Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 459 | - Up FreeType version to deal with FreeType-2.0.x / 2.1.x \ |
|---|
| 460 | ABI changes for pango's OpenType code. |
|---|
| 461 | |
|---|
| 462 | * Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 463 | - Add some Korean aliases that the installer wants |
|---|
| 464 | |
|---|
| 465 | * Fri Jun 21 2002 Tim Powers <timp@redhat.com> |
|---|
| 466 | - automated rebuild |
|---|
| 467 | |
|---|
| 468 | * Sat Jun 8 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 469 | - devel package requires fontconfig/Xft devel packages |
|---|
| 470 | |
|---|
| 471 | * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 472 | - rebuild in different environment |
|---|
| 473 | |
|---|
| 474 | * Thu Jun 6 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 475 | - Snapshot with Xft2/fontconfig support |
|---|
| 476 | |
|---|
| 477 | * Wed May 29 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 478 | - Version 1.0.2 |
|---|
| 479 | - Patch for charmaps problem |
|---|
| 480 | |
|---|
| 481 | * Sun May 26 2002 Tim Powers <timp@redhat.com> |
|---|
| 482 | - automated rebuild |
|---|
| 483 | |
|---|
| 484 | * Wed May 22 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 485 | - rebuild in different environment |
|---|
| 486 | |
|---|
| 487 | * Wed May 22 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 488 | - add patch to adjust to newer version of freetype |
|---|
| 489 | |
|---|
| 490 | * Wed Apr 3 2002 Alex Larsson <alexl@redhat.com> |
|---|
| 491 | - Update to version 1.0.1, remove patch |
|---|
| 492 | |
|---|
| 493 | * Tue Mar 19 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 494 | - Patch from CVS for big speedup with FreeType-2.0.9 |
|---|
| 495 | |
|---|
| 496 | * Mon Mar 11 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 497 | - Rebuild |
|---|
| 498 | |
|---|
| 499 | * Fri Mar 8 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 500 | - Version 1.0.0 |
|---|
| 501 | |
|---|
| 502 | * Mon Feb 25 2002 Alex Larsson <alexl@redhat.com> |
|---|
| 503 | - Update to 0.26 |
|---|
| 504 | |
|---|
| 505 | * Thu Feb 21 2002 Alex Larsson <alexl@redhat.com> |
|---|
| 506 | - Bump for rebuild |
|---|
| 507 | |
|---|
| 508 | * Mon Feb 18 2002 Alex Larsson <alexl@redhat.com> |
|---|
| 509 | - Update to 0.25 |
|---|
| 510 | |
|---|
| 511 | * Fri Feb 15 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 512 | - add horrible buildrequires hack |
|---|
| 513 | |
|---|
| 514 | * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 515 | - 0.24.90 cvs snap |
|---|
| 516 | |
|---|
| 517 | * Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com> |
|---|
| 518 | - Version 0.24 |
|---|
| 519 | |
|---|
| 520 | * Wed Jan 09 2002 Tim Powers <timp@redhat.com> |
|---|
| 521 | - automated rebuild |
|---|
| 522 | |
|---|
| 523 | * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 524 | - new snap 0.23.90 |
|---|
| 525 | |
|---|
| 526 | * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 527 | - rebuild with 64-bit-fixed glib |
|---|
| 528 | |
|---|
| 529 | * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 530 | - Version 0.22 |
|---|
| 531 | - add explicit check for required glib2 version before we do the build, |
|---|
| 532 | so we don't end up with bad RPMs on --nodeps builds |
|---|
| 533 | - PreReq the glib2_version version, instead of 1.3.8 hardcoded that |
|---|
| 534 | no one had updated recently |
|---|
| 535 | |
|---|
| 536 | * Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 537 | - Version 0.21 |
|---|
| 538 | |
|---|
| 539 | * Thu Oct 4 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 540 | - cvs snap |
|---|
| 541 | - new cvs snap with a bugfix |
|---|
| 542 | |
|---|
| 543 | * Thu Sep 27 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 544 | - sync with Owen's changes, fix up dependency versions |
|---|
| 545 | |
|---|
| 546 | * Wed Sep 19 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 547 | - 0.19 |
|---|
| 548 | |
|---|
| 549 | * Mon Sep 10 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 550 | - build CVS snap |
|---|
| 551 | |
|---|
| 552 | * Wed Sep 05 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 553 | - no relinking junk |
|---|
| 554 | |
|---|
| 555 | * Tue Sep 4 2001 root <root@dhcpd37.meridian.redhat.com> |
|---|
| 556 | - Version 0.18 |
|---|
| 557 | |
|---|
| 558 | * Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 559 | - Configure --disable-gtk-doc |
|---|
| 560 | - BuildRequires freetype-devel, XFree86-devel |
|---|
| 561 | |
|---|
| 562 | * Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 563 | - 0.17 |
|---|
| 564 | - libtool hackarounds |
|---|
| 565 | |
|---|
| 566 | * Fri May 04 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 567 | - 0.16, rename back to pango from pango-gtkbeta |
|---|
| 568 | |
|---|
| 569 | * Fri Feb 16 2001 Owen Taylor <otaylor@redhat.com> |
|---|
| 570 | - Obsolete fribidi-gtkbeta |
|---|
| 571 | |
|---|
| 572 | * Mon Dec 11 2000 Havoc Pennington <hp@redhat.com> |
|---|
| 573 | - Remove that patch I just put in |
|---|
| 574 | |
|---|
| 575 | * Mon Dec 11 2000 Havoc Pennington <hp@redhat.com> |
|---|
| 576 | - Patch pangox.pc.in to include -Iincludedir |
|---|
| 577 | |
|---|
| 578 | * Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 579 | - final 0.13 |
|---|
| 580 | |
|---|
| 581 | * Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 582 | - New 0.13 tarball |
|---|
| 583 | |
|---|
| 584 | * Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 585 | - 0.13pre1 |
|---|
| 586 | |
|---|
| 587 | * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 588 | - Rename to 0.12b to avoid versioning problems |
|---|
| 589 | |
|---|
| 590 | * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> |
|---|
| 591 | - Move to a CVS snapshot |
|---|
| 592 | |
|---|
| 593 | * Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 594 | - Move back to /usr |
|---|
| 595 | - Version 0.12 |
|---|
| 596 | |
|---|
| 597 | * Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 598 | - Add missing %%defattr |
|---|
| 599 | |
|---|
| 600 | * Thu Jun 8 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 601 | - Rebuild with a prefix of /opt/gtk-beta |
|---|
| 602 | |
|---|
| 603 | * Wed May 31 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 604 | - version 0.11 |
|---|
| 605 | - add --without-qt |
|---|
| 606 | |
|---|
| 607 | * Wed Apr 26 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 608 | - Make the devel package require *-gtkbeta-* not the normal packages. |
|---|
| 609 | |
|---|
| 610 | * Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 611 | - GTK+ snapshot version installing in /opt/gtk-beta |
|---|
| 612 | |
|---|
| 613 | * Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com> |
|---|
| 614 | - Created spec file |
|---|