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
This commit is contained in:
parent
3b230dc04a
commit
2385199dc9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821
|
|
||||||
size 999156
|
|
3
pango-1.33.8.tar.xz
Normal file
3
pango-1.33.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d622ded550d130a22ae7053fb1a5a6b56301134f9de30e962570eebd985c380
|
||||||
|
size 1009200
|
@ -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
|
Mon Jan 14 18:04:57 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@
|
|||||||
%define pango_binary_version 1.8.0
|
%define pango_binary_version 1.8.0
|
||||||
|
|
||||||
Name: pango
|
Name: pango
|
||||||
Version: 1.32.5
|
Version: 1.33.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Layout and Rendering of Text
|
Summary: Library for Layout and Rendering of Text
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.pango.org/
|
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
|
Source1: README.SuSE
|
||||||
Source2: macros.pango
|
Source2: macros.pango
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@ -34,7 +34,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig) >= 2.10.91
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.33.12
|
BuildRequires: pkgconfig(glib-2.0) >= 2.33.12
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user