Accepting request 228052 from GNOME:Next
Prefer the GNOME:Next variant OBS-URL: https://build.opensuse.org/request/show/228052 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=125
This commit is contained in:
parent
e54fbcf5bd
commit
89fee0fd44
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f07f9392c9cf20daf5c17a210b2c3f3823d517e1917b72f20bb19353b2bc2c63
|
||||
size 1025208
|
3
pango-1.36.3.tar.xz
Normal file
3
pango-1.36.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad48e32917f94aa9d507486d44366e59355fcfd46ef86d119ddcba566ada5d22
|
||||
size 1021656
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 09:20:21 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.36.3:
|
||||
+ Fix builddir != srdir builds.
|
||||
+ Avoid a crash when FT_Face is NULL (bgo#724006).
|
||||
+ Win32 build fixes.
|
||||
+ Update pango_color_parse docs (bgo#711061).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 10:16:40 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Pass --with-cairo to configure, to ensure we build the cairo
|
||||
backend.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 19:37:59 CET 2014 - sbrabec@suse.cz
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define pango_binary_version 1.8.0
|
||||
|
||||
Name: pango
|
||||
Version: 1.36.2
|
||||
Version: 1.36.3
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1+
|
||||
@ -139,7 +139,7 @@ cp -a %{SOURCE1} .
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-pic
|
||||
%configure --disable-static --with-pic --with-cairo
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user