diff --git a/baselibs.conf b/baselibs.conf index c4109de..17673d6 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,5 +1,5 @@ libpango-1_0-0 - requires "pango-tools- >= 1.31.1" + prereq "pango-tools- >= 1.31.1" provides "pango- = " obsoletes "pango- < " post "%if "%_lib" == "lib64"" 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.34.0.tar.xz b/pango-1.34.0.tar.xz new file mode 100644 index 0000000..2dd945a --- /dev/null +++ b/pango-1.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27 +size 1013600 diff --git a/pango.changes b/pango.changes index 5dfd43a..442b012 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Fri Mar 29 19:48:38 UTC 2013 - dimstar@opensuse.org + +- bnc#792646, bnc#803529#c1: Change requires pango-tools in + baselibs.conf to prereq in order to: + + Match the behavior of the native lib in the .spec file, where + we use (Requires(post). + + Ensure the right version of pango-tools is installed when the + post script is being executed. + +------------------------------------------------------------------- +Tue Mar 26 07:28:55 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.34.0: + + No changes. + +------------------------------------------------------------------- +Tue Mar 19 21:02:58 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.33.9: + + Port PangoWin32 to use GWeakRef. + + Use G_DEFINE_TYPE in pangowin32-fontmap (bgo#682846). + + Fix scale in pangocairo-threads test. + + Misc Win32 build fixes. + +------------------------------------------------------------------- +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..b92ae91 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.34.0 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.34/%{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)