From 2385199dc9622b6efa2ce8f71c7dc2e7da04ef46a4ce7f158db142d1514cf349 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 22:44:54 +0000 Subject: [PATCH 1/4] Accepting request 158481 from GNOME:Next Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158481 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=103 --- pango-1.32.5.tar.xz | 3 --- pango-1.33.8.tar.xz | 3 +++ pango.changes | 23 +++++++++++++++++++++++ pango.spec | 6 +++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 pango-1.32.5.tar.xz create mode 100644 pango-1.33.8.tar.xz 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) From ef77794fc93245b41a99015b2ec8cf6a0f288e6757d9f9d85edab42633e6d289 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 20 Mar 2013 18:02:48 +0000 Subject: [PATCH 2/4] Accepting request 160119 from home:dimstar:branches:GNOME:Factory Update to 1.33.9 OBS-URL: https://build.opensuse.org/request/show/160119 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=104 --- pango-1.33.8.tar.xz | 3 --- pango-1.33.9.tar.xz | 3 +++ pango.changes | 9 +++++++++ pango.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pango-1.33.8.tar.xz create mode 100644 pango-1.33.9.tar.xz diff --git a/pango-1.33.8.tar.xz b/pango-1.33.8.tar.xz deleted file mode 100644 index ded5e36..0000000 --- a/pango-1.33.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d622ded550d130a22ae7053fb1a5a6b56301134f9de30e962570eebd985c380 -size 1009200 diff --git a/pango-1.33.9.tar.xz b/pango-1.33.9.tar.xz new file mode 100644 index 0000000..ece7984 --- /dev/null +++ b/pango-1.33.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc781b8a5a3fee958d671d3c8f6eb1a0ed60b28f8b9ae3e6adfda9ef66c4aef +size 1013188 diff --git a/pango.changes b/pango.changes index 5a33a85..47c7114 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/pango.spec b/pango.spec index 2d6b368..37d2346 100644 --- a/pango.spec +++ b/pango.spec @@ -20,7 +20,7 @@ %define pango_binary_version 1.8.0 Name: pango -Version: 1.33.8 +Version: 1.33.9 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1+ From e055adfd87d4b90bc5a4bb8f9d7dc5d84d62702856c02a862c77df1a45641e91 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Mar 2013 20:14:00 +0000 Subject: [PATCH 3/4] Accepting request 161093 from home:Zaitor:branches:GNOME:Factory Update OBS-URL: https://build.opensuse.org/request/show/161093 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=105 --- pango-1.33.9.tar.xz | 3 --- pango-1.34.0.tar.xz | 3 +++ pango.changes | 6 ++++++ pango.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pango-1.33.9.tar.xz create mode 100644 pango-1.34.0.tar.xz diff --git a/pango-1.33.9.tar.xz b/pango-1.33.9.tar.xz deleted file mode 100644 index ece7984..0000000 --- a/pango-1.33.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbc781b8a5a3fee958d671d3c8f6eb1a0ed60b28f8b9ae3e6adfda9ef66c4aef -size 1013188 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 47c7114..92d3e2f 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/pango.spec b/pango.spec index 37d2346..b92ae91 100644 --- a/pango.spec +++ b/pango.spec @@ -20,13 +20,13 @@ %define pango_binary_version 1.8.0 Name: pango -Version: 1.33.9 +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.33/%{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 From c31d545e12df4c17a0e86abeb561edc6f4b1b451a0b642395ca7afe28a2dcbc3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 29 Mar 2013 20:59:21 +0000 Subject: [PATCH 4/4] Accepting request 161766 from home:dimstar:branches:GNOME:Factory - 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. OBS-URL: https://build.opensuse.org/request/show/161766 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=106 --- baselibs.conf | 2 +- pango.changes | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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.changes b/pango.changes index 92d3e2f..442b012 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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