Accepting request 583524 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583524 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=182
This commit is contained in:
parent
fa58ff3d63
commit
5e90605bd7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90af1beaa7bf9e4c52db29ec251ec4fd0a8f2cc185d521ad1f88d01b3a6a17e3
|
||||
size 858388
|
3
pango-1.41.1.tar.xz
Normal file
3
pango-1.41.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1353a4cf5227299294955d0c6232326b346b087ebac6496241d54ca5d2e2abc3
|
||||
size 823664
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 02:31:39 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 1.41.1:
|
||||
+ Avoid UTF-32 conversion for fribidi.
|
||||
+ Use external fribidi and drop mini-fribidi.
|
||||
+ Only enable freetype if fontconfig is available.
|
||||
- Add pkgconfig(fribidi) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 11 01:38:17 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 1.41.0:
|
||||
+ Fix up font options from cairo (bgo#790747).
|
||||
+ Add support for font variations.
|
||||
+ Fix compiler warnings (bgo#792231).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 02:09:49 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
26
pango.spec
26
pango.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pango
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,16 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
# 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.14
|
||||
Version: 1.41.1
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Libraries
|
||||
Url: http://www.pango.org/
|
||||
Source: http://download.gnome.org/sources/pango/1.40/%{name}-%{version}.tar.xz
|
||||
URL: http://www.pango.org/
|
||||
Source: http://download.gnome.org/sources/pango/1.41/%{name}-%{version}.tar.xz
|
||||
Source2: macros.pango
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: gcc-c++
|
||||
@ -34,10 +32,11 @@ BuildRequires: help2man
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(cairo) >= 1.12.10
|
||||
BuildRequires: pkgconfig(fontconfig) >= 2.10.91
|
||||
BuildRequires: pkgconfig(fontconfig) >= 2.11.91
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(fribidi) >= 0.19.7
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.33.12
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.33.12
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(harfbuzz) >= 1.2.3
|
||||
BuildRequires: pkgconfig(libthai) >= 0.1.9
|
||||
@ -122,8 +121,7 @@ to develop applications that require these.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Denable_docs=true \
|
||||
%{nil}
|
||||
-Denable_docs=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -136,11 +134,11 @@ rm -rf %{buildroot}%{_libexecdir}/installed-tests
|
||||
rm -rf %{buildroot}%{_datadir}/installed-tests
|
||||
|
||||
%post -n libpango-1_0-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libpango-1_0-0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libpango-1_0-0
|
||||
%license COPYING
|
||||
%doc NEWS README
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files -n typelib-1_0-Pango-1_0
|
||||
@ -154,12 +152,12 @@ rm -rf %{buildroot}%{_datadir}/installed-tests
|
||||
%{_mandir}/man1/pango-view.1%{ext_man}
|
||||
|
||||
%files devel
|
||||
%doc README AUTHORS
|
||||
%doc AUTHORS HACKING MAINTAINERS THANKS
|
||||
%doc %{_datadir}/gtk-doc/html/pango/
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/pango-1.0/
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%doc %{_datadir}/gtk-doc/html/pango/
|
||||
%{_sysconfdir}/rpm/macros.pango
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user