- Add pango-fix-default-break-function.patch: Fix
pango_default_break function for sentence start/end (bgo#785978). OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=174
This commit is contained in:
parent
2743b43758
commit
84a69caee4
@ -1,10 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 31 12:33:32 UTC 2017 - pmonrealgonzalez@suse.com
|
||||
|
||||
- Applied upstream patch that fixes build errors in perl-Gtk2
|
||||
introduced after the recent pango update to version 1.40.11
|
||||
+ Commit 33c10cb0c40503630146e4d32de807728d99ab0c
|
||||
- Added patch pango-fix-default-break-function.patch
|
||||
- Add pango-fix-default-break-function.patch: Fix
|
||||
pango_default_break function for sentence start/end (bgo#785978).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 19 15:49:59 UTC 2017 - zaitor@opensuse.org
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
# When updating the binary version, do not forget to also update baselibs.conf
|
||||
%define pango_binary_version 1.8.0
|
||||
|
||||
Name: pango
|
||||
Version: 1.40.11
|
||||
Release: 0
|
||||
@ -29,7 +28,7 @@ Url: http://www.pango.org/
|
||||
Source: https://download.gnome.org/sources/pango/1.40/%{name}-%{version}.tar.xz
|
||||
Source2: macros.pango
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM pango-fix-default-break-function.patch https://bugzilla.gnome.org/show_bug.cgi?id=785978
|
||||
# PATCH-FIX-UPSTREAM pango-fix-default-break-function.patch bgo#785978 pmonrealgonzalez@suse.com -- Fix pango_default_break function for sentence start/end
|
||||
Patch0: pango-fix-default-break-function.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtk-doc
|
||||
@ -103,12 +102,12 @@ Summary: Library for Layout and Rendering of Text -- Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: libpango-1_0-0 = %{version}
|
||||
Requires: typelib-1_0-Pango-1_0 = %{version}
|
||||
Provides: pango-doc = %{version}
|
||||
Obsoletes: pango-doc < %{version}
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: pango-devel-64bit
|
||||
%endif
|
||||
Provides: pango-doc = %{version}
|
||||
Obsoletes: pango-doc < %{version}
|
||||
|
||||
%description devel
|
||||
Pango is a library for layout and rendering of text, with an emphasis
|
||||
@ -155,7 +154,7 @@ rm -rf %{buildroot}%{_datadir}/installed-tests
|
||||
|
||||
%files tools
|
||||
%{_bindir}/pango-view
|
||||
%doc %{_mandir}/man1/pango-view.1%{ext_man}
|
||||
%{_mandir}/man1/pango-view.1%{ext_man}
|
||||
|
||||
%files devel
|
||||
%doc README AUTHORS
|
||||
|
Loading…
Reference in New Issue
Block a user