diff --git a/pango-1.32.5.tar.xz b/pango-1.32.5.tar.xz deleted file mode 100644 index 933e00d..0000000 --- a/pango-1.32.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821 -size 999156 diff --git a/pango-1.33.8.tar.xz b/pango-1.33.8.tar.xz new file mode 100644 index 0000000..ded5e36 --- /dev/null +++ b/pango-1.33.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d622ded550d130a22ae7053fb1a5a6b56301134f9de30e962570eebd985c380 +size 1009200 diff --git a/pango.changes b/pango.changes index 5dfd43a..5a33a85 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Mar 5 09:38:03 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.33.8: + + Bugs fixed: bgo#694095, bgo#668154, bgo#694626, bgo#694626, + bgo#694830, bgo#694918, bgo#694882. + +------------------------------------------------------------------- +Mon Feb 4 22:27:38 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.33.7: + + Allow enabling font features through fontconfig snipplets. + + Fix an infinite loop when starting Inkscape. + +------------------------------------------------------------------- +Mon Jan 14 19:10:45 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.32.6: + + Make pango threadsafe. + + Pass down BOT/EOT flags to HarfBuzz. + + Broken relocation of modules (bgo#690279). + + Build with automake-1.13 broken (bgo#691263). + ------------------------------------------------------------------- Mon Jan 14 18:04:57 UTC 2013 - dimstar@opensuse.org diff --git a/pango.spec b/pango.spec index 6f0475d..2d6b368 100644 --- a/pango.spec +++ b/pango.spec @@ -20,13 +20,13 @@ %define pango_binary_version 1.8.0 Name: pango -Version: 1.32.5 +Version: 1.33.8 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1+ Group: System/Libraries Url: http://www.pango.org/ -Source: http://download.gnome.org/sources/pango/1.32/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pango/1.33/%{name}-%{version}.tar.xz Source1: README.SuSE Source2: macros.pango Source99: baselibs.conf @@ -34,7 +34,7 @@ BuildRequires: gcc-c++ BuildRequires: gtk-doc BuildRequires: pkg-config BuildRequires: pkgconfig(cairo) -BuildRequires: pkgconfig(fontconfig) +BuildRequires: pkgconfig(fontconfig) >= 2.10.91 BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glib-2.0) >= 2.33.12 BuildRequires: pkgconfig(gobject-2.0)