Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pango-devel-1.28.0-3.3.1 RPM for x86_64

From OpenSuSE 11.3-test updates for x86_64

Name: pango-devel Distribution: openSUSE 11.3
Version: 1.28.0 Vendor: openSUSE
Release: 3.3.1 Build date: Tue Mar 1 16:36:31 2011
Group: Development/Libraries/GNOME Build host: build35
Size: 2496517 Source RPM: pango-1.28.0-3.3.1.src.rpm
Packager: http://bugs.opensuse.org
Summary: Include files and libraries mandatory for development
This package contains all necessary include files and libraries needed
to develop applications that require these.



Authors:
--------
    Owen Taylor <otaylor@redhat.com>
    Changwoo Ryu <cwryu@adam.kaist.ac.kr>
    Sivaraj Doddannan <sivaraj@intelligroup.com>

Provides

Requires

License

LGPLv2.1+

Changelog

* Mon Feb 28 2011 vuntz@opensuse.org
  - Add pango-CVE-2011-0020.patch: fixes heap corruption in font
    parsing with FreeType2 backend. Fix bnc#666101, CVE-2011-0020.
  - Add pango-CVE-2011-0064.patch: handle realloc failure in the
    buffer to fix potential crashes. Fix bnc#672502, CVE-2011-0064.
* Sat Apr 24 2010 coolo@novell.com
  - buildrequire pkg-config to fix provides
* Wed Mar 31 2010 vuntz@opensuse.org
  - Update to version 1.28.0:
    + [HB] Fix leak when duplicating blob
    + Misc bug fixes
    + Bugs fixed:
    - bgo#611033 - Layout using ATSUI fontmap treats absolute font
      sizes a...
    - bgo#605655 - Pango 1.26.2 introduces kerning bug
    - bgo#611229 - Pango reads from uninitialized memory
    - bgo#594101 - [Indic] needed character class data updates to
      support unicode 5.1
    - bgo#345066 - backspace changes independent indic characters
    - bgo#609326 - Complex script shaping failed in the FT2 backend
      on Windows
    - bgo#604128 - Applications crash when displaying Hebrew
      characters
    - bgo#608923 - Incorrect/broken ligatures on MacOS
    - bgo#610791 - checks fail for unused documented symbols
* Mon Feb 22 2010 vuntz@opensuse.org
  - Update to version 1.27.1:
    + Enable introspection again
    + Misc HarfBuzz bug fixes
    + Improve PangoLayout line breaking
    + Revert usage of CoreText in ATSUI backend
    + Fix FT_Face finalizer call
    + Bugs fixed:
    - bgo#593240 - (pangoosx) Crash / infinite loop with Mac OS X
    - bgo#610183 - Pango doesn't compile with gcc 3.3.3
    - bgo#582697 - Add pango-view --pixels option
* Wed Dec 16 2009 jengelh@medozas.de
  - Add baselibs.conf as a source
  - Add baselibs for SPARC
* Tue Dec 15 2009 vuntz@opensuse.org
  - Update to version 1.26.2:
    + Fix non-standard C++ usage
    + Fix OpenType mark ligation
    + OS X bug fix
    + bgo#602823 - void function cannot return value
    + bgo#602660 - [HB] don't use flexible arrays
    + bgo#602408 - Invalid C++ code breaks compile with Sun C++
      Compiler
* Mon Nov 30 2009 dimstar@opensuse.org
  - Update to version 1.26.1:
    + [HB] Fix lookup_flag ignoring
    + Fix leak with non-mmapped fonts
    + Allow using uninstalled glib
    + bgo#341481 - pangocairo kerning problem with nonidentity
      scaling
    + bgo#587768 - Don't build pango-view twice
    + bgo#594101 - character class data updates to support unicode
      5.1
    + bgo#596837 - Typo in pango_cairo_show_layout documentation
* Wed Sep 23 2009 lmedinas@opensuse.org
  - Update to version 1.26.0:
    + bgo#595539 - Regressions in rendering certain Thai sequences
* Wed Sep 09 2009 vuntz@opensuse.org
  - Update to version 1.25.6:
    + Fix a couple of array overflow bugs
    + Bugs fixed:
    - bgo#593240 - updating pango to latest git master makes things
      crash
    - bgo#593231 - < c99 compiler dislikes ValueRecord
* Tue Aug 25 2009 vuntz@novell.com
  - Update to version 1.25.5:
    + Minor HarfBuzz code shuffling
    + Bugs fixed:
    - bgo#592484 - invalid write in HB
    - bgo#592194 - Fix missing _SC_PAGE_SIZE macro
* Tue Aug 18 2009 dominique-obs@leuenberger.net
  - Update to version 1.25.4:
    + Fix various possible overflows in HarfBuzz
    + Improve HB font sanitizing
    + Improved win32 performance
    + Really fix ming32 build issues
    + Re-enable introspection
    + Bugs fixed:
    - bgo#592131 - Add AM_SILENT_RULES
    - bgo#592036 - integer overflow bug causes misrendering of
      Nepali characters
    - bgo#591511 - hh-blob.c does not compile using mingw on
      windows
* Thu Aug 13 2009 vuntz@novell.com
  - Update to version 1.25.3:
    + Fix couple of crashers
    + Enforce -fno-exceptions better, should fix build issues for
      distros on x86-64.
    + Call mprotect() only when available.
    + New public API: pango_glyph_item_get_logical_widths()
    + Remove G_GNUC_PURE attr from pango_glyph_string_get_width()
    + Fix buffer corruption in HarfBuzz
    + Bugs fixed:
    - bgo#591413 - needs to link with libstdc++
    - bgo#591511 - hb-blob.c does not compile using mingw on
      windows
    - bgo#591557 - [HB] crash scrolling the evolution message list
    - bgo#591576 - crashed with SIGSEGV at pango
    - bgo#591465 - Gimp crashes upon opening the font selection
      dialog
* Wed Aug 12 2009 vuntz@novell.com
  - Update to version 1.25.2:
    + Tweak C++ compiler options. If you get link errors with gcc on
      x86-64 about __gxx_personality_v0(), make sure your CXXFLAGS
      does not have -fexceptions. This will be fixed in Pango itself later.
    + Fix crasher with gzipped fonts. (bgo#591409)
* Mon Aug 10 2009 vuntz@novell.com
  - Update to version 1.25.1:
    + Merge harfbuzz-ng: brand new OpenType Layout engine
    + Port to ATSUI backend to use CoreText instead of ATS
    + New public API:
    - pango_gravity_get_for_script_and_width()
    + Misc bug fixes
    - bgo#590042 - pango-view.1 manpage should not be gzipped
    - bgo#410169 - gravity problem with Common chars
    - bgo#589113 - Some characters rotated incorrectly in vertical
      text
    - bgo#582851 - Little fix for compiling with Cygwin
    - bgo#588060 - Fonts missing on Cygwin
* Tue Jul 21 2009 vuntz@novell.com
  - Update to version 1.24.5:
    + Build introspection again
    + bgo#589133 - Firefox 3.5 complains about invalid weak
      references
    + bgo#585806 - crash during pango_fc_font_map_shutdown
    + bgo#588678 - pango crash: install a new theme from
  - Add gobject-introspection-devel BuildRequires.
* Mon Jul 20 2009 vuntz@novell.com
  - Update to version 1.24.4:
    + bgo#586814 - Crashes related to fontmap destruction after
      upgrade
* Mon Jun 22 2009 dominique-obs@leuenberger.net
  - Update to version 1.24.3:
    + bgo#585337 - Fails to install: install: will not overwrite
      just-created
    + bgo#585164 - 'man preload' shows man page for pango-view
    + bgo#584328 - Persian sample text is not good
    + bgo#583250 - pango_font_metrics_get_approximate_char_width is
      wrong when LANG=fa_IR
* Tue Jun 16 2009 vuntz@novell.com
  - Update pango64.patch to also patch Makefile.in, and drop
    autoreconf call: patching Makefile.in is simpler.
* Tue May 05 2009 vuntz@novell.com
  - Update to version 1.24.2:
    + bgo#580987 – SIGFPE in pango_glyph_string_index_to_x
    + bgo#580273 – Font metrics functions incorrectly listed as
      reporting point sizes
    + bgo#579694 – Cygwin parallel-build patch
    + bgo#578944 – pango-1.24.1 fails its testsuite
    + bgo#578935 – Syntax error (missing semicolon) in
      pango/pangowin32-fontmap.c
* Tue Apr 14 2009 vuntz@novell.com
  - Update to version 1.24.1:
    + Fix a couple of crashers
    + Fix minor pangofc API semantics breakage
    + Better handle SFNT fonts in dfont containers
    + Improved docs
    + Improved Indic shaper for new Unicode 5.1 characters
    + Misc bug fixes
    + Bugs fixed in this release:
    - bgo#577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD
    - bgo#578336 – ABI breakage from 1.22 to 1.24 in fontmap field
      of PangoFcFont
    - bgo#556132 – gnome-panel crashed with SIGSEGV in
      g_cclosure_marshal_VOID__BOXED()
    - bgo#571291 – Unicode 5.1 support in pango - Indic Lanuages
    - bgo#576298 – Fails to link pango-view if --without-x is
      specified but cairo has X11 support
* Tue Mar 17 2009 mboman@suse.de
  - Update to version 1.24.0:
    + pango-view improvements:
    * pango-view -q now works without a X server
    * Ability to save to PS, EPS, PDF, and SVG files.  Filetype is
      detected from output file extension
    * New options --foreground, --background, and --annotate
    * Now installs a manual page, thanks to help2man
    + PangoFc API changes:
    * PangoFcFont now has a "fontmap" property that subclasses can
      use at construction time to setup the font->fontmap link
    * New backend-public API:
      o pango_fc_font_map_find_decoder()
    + Misc optimizations
    + Build fixes
    + Misc bug fixes
    + Bugs fixed in this release:
    * bgo#547963 - man page for pango-view
    * bgo#502804 - pango-view or pangocairo-view option to
      annotate
    * bgo#502801 - per-backend pango-view options
    * bgo#502805 - pango-view option for foreground/background
      color
    * rh#490331  - Crash of galeon in libpango
    * bgo#523166 - pango-view opens display even when invoked with
    - q
    * bgo#567160 - Share cmap cache between PangoFcFont's of the
      same face
    * rh#487593  - crash changing language in gdm
    * bgo#572662 - Remove deprecated GTK+ symbols
    * bgo#572529 - Poor -I ordering can break build
  - Remove perl-XML-Parser and sgml-skel from BuildRequires
  - Remove AutoReqProv since it's default
  - Remove %if statements <= 1020
  - Remove xorg-x11-libs from PreReq
  - Remove glibc-devel from Requires in -devel package
  - Merge -doc into -devel since it only contained gtk-doc
  - Remove custom CFLAGS

Files

/usr/include/pango-1.0
/usr/include/pango-1.0/pango
/usr/include/pango-1.0/pango/pango-attributes.h
/usr/include/pango-1.0/pango/pango-bidi-type.h
/usr/include/pango-1.0/pango/pango-break.h
/usr/include/pango-1.0/pango/pango-context.h
/usr/include/pango-1.0/pango/pango-coverage.h
/usr/include/pango-1.0/pango/pango-engine.h
/usr/include/pango-1.0/pango/pango-enum-types.h
/usr/include/pango-1.0/pango/pango-features.h
/usr/include/pango-1.0/pango/pango-font.h
/usr/include/pango-1.0/pango/pango-fontmap.h
/usr/include/pango-1.0/pango/pango-fontset.h
/usr/include/pango-1.0/pango/pango-glyph-item.h
/usr/include/pango-1.0/pango/pango-glyph.h
/usr/include/pango-1.0/pango/pango-gravity.h
/usr/include/pango-1.0/pango/pango-item.h
/usr/include/pango-1.0/pango/pango-language.h
/usr/include/pango-1.0/pango/pango-layout.h
/usr/include/pango-1.0/pango/pango-matrix.h
/usr/include/pango-1.0/pango/pango-modules.h
/usr/include/pango-1.0/pango/pango-ot.h
/usr/include/pango-1.0/pango/pango-renderer.h
/usr/include/pango-1.0/pango/pango-script.h
/usr/include/pango-1.0/pango/pango-tabs.h
/usr/include/pango-1.0/pango/pango-types.h
/usr/include/pango-1.0/pango/pango-utils.h
/usr/include/pango-1.0/pango/pango.h
/usr/include/pango-1.0/pango/pangocairo.h
/usr/include/pango-1.0/pango/pangofc-decoder.h
/usr/include/pango-1.0/pango/pangofc-font.h
/usr/include/pango-1.0/pango/pangofc-fontmap.h
/usr/include/pango-1.0/pango/pangoft2.h
/usr/include/pango-1.0/pango/pangox.h
/usr/include/pango-1.0/pango/pangoxft-render.h
/usr/include/pango-1.0/pango/pangoxft.h
/usr/lib64/libpango-1.0.so
/usr/lib64/libpangocairo-1.0.so
/usr/lib64/libpangoft2-1.0.so
/usr/lib64/libpangox-1.0.so
/usr/lib64/libpangoxft-1.0.so
/usr/lib64/pkgconfig/pango.pc
/usr/lib64/pkgconfig/pangocairo.pc
/usr/lib64/pkgconfig/pangoft2.pc
/usr/lib64/pkgconfig/pangox.pc
/usr/lib64/pkgconfig/pangoxft.pc
/usr/share/gtk-doc/html/pango
/usr/share/gtk-doc/html/pango/PangoEngineLang.html
/usr/share/gtk-doc/html/pango/PangoEngineShape.html
/usr/share/gtk-doc/html/pango/PangoFcDecoder.html
/usr/share/gtk-doc/html/pango/PangoFcFont.html
/usr/share/gtk-doc/html/pango/PangoFcFontMap.html
/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html
/usr/share/gtk-doc/html/pango/PangoRenderer.html
/usr/share/gtk-doc/html/pango/home.png
/usr/share/gtk-doc/html/pango/index-1.10.html
/usr/share/gtk-doc/html/pango/index-1.12.html
/usr/share/gtk-doc/html/pango/index-1.14.html
/usr/share/gtk-doc/html/pango/index-1.16.html
/usr/share/gtk-doc/html/pango/index-1.18.html
/usr/share/gtk-doc/html/pango/index-1.2.html
/usr/share/gtk-doc/html/pango/index-1.20.html
/usr/share/gtk-doc/html/pango/index-1.22.html
/usr/share/gtk-doc/html/pango/index-1.24.html
/usr/share/gtk-doc/html/pango/index-1.26.html
/usr/share/gtk-doc/html/pango/index-1.28.html
/usr/share/gtk-doc/html/pango/index-1.4.html
/usr/share/gtk-doc/html/pango/index-1.6.html
/usr/share/gtk-doc/html/pango/index-1.8.html
/usr/share/gtk-doc/html/pango/index-all.html
/usr/share/gtk-doc/html/pango/index-deprecated.html
/usr/share/gtk-doc/html/pango/index.html
/usr/share/gtk-doc/html/pango/index.sgml
/usr/share/gtk-doc/html/pango/layout.gif
/usr/share/gtk-doc/html/pango/left.png
/usr/share/gtk-doc/html/pango/lowlevel.html
/usr/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html
/usr/share/gtk-doc/html/pango/pango-Bidirectional-Text.html
/usr/share/gtk-doc/html/pango/pango-Cairo-Rendering.html
/usr/share/gtk-doc/html/pango/pango-Coverage-Maps.html
/usr/share/gtk-doc/html/pango/pango-Engines.html
/usr/share/gtk-doc/html/pango/pango-Fonts.html
/usr/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html
/usr/share/gtk-doc/html/pango/pango-Glyph-Storage.html
/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html
/usr/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html
/usr/share/gtk-doc/html/pango/pango-Modules.html
/usr/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html
/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html
/usr/share/gtk-doc/html/pango/pango-Tab-Stops.html
/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html
/usr/share/gtk-doc/html/pango/pango-Text-Processing.html
/usr/share/gtk-doc/html/pango/pango-Version-Checking.html
/usr/share/gtk-doc/html/pango/pango-Vertical-Text.html
/usr/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html
/usr/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html
/usr/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html
/usr/share/gtk-doc/html/pango/pango-hierarchy.html
/usr/share/gtk-doc/html/pango/pango-querymodules.html
/usr/share/gtk-doc/html/pango/pango.devhelp
/usr/share/gtk-doc/html/pango/pango.devhelp2
/usr/share/gtk-doc/html/pango/pango.html
/usr/share/gtk-doc/html/pango/rendering.html
/usr/share/gtk-doc/html/pango/right.png
/usr/share/gtk-doc/html/pango/rotated-text.png
/usr/share/gtk-doc/html/pango/style.css
/usr/share/gtk-doc/html/pango/tools.html
/usr/share/gtk-doc/html/pango/up.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 13 04:23:42 2013