Accepting request 695759 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 695594 from dimstar) OBS-URL: https://build.opensuse.org/request/show/695759 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=120
This commit is contained in:
commit
ea43d2e559
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d2b74cd63e8bd41961f2f8d952355aa0f9be6002b52c8aa7699d9f5da597c9d
|
||||
size 833876
|
3
pango-1.43.0.tar.xz
Normal file
3
pango-1.43.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2c0c253a5328a0eccb00cdd66ce2c8713fabd2c9836000b6e22a8b06ba3ddd2
|
||||
size 441252
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 22:54:42 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.43.0:
|
||||
+ Drop autotools.
|
||||
+ Drop Visual Studio build.
|
||||
+ Build with meson everywhere.
|
||||
+ Update Emoji tables for Unicode 11.
|
||||
+ Update test data for Unicode 11.
|
||||
+ Fix a crash with Thai breaking.
|
||||
+ Fix a crash with font variations.
|
||||
+ Deprecate bidi apis in favor of fribidi.
|
||||
+ Add a variable font family api.
|
||||
+ Improve font fallback handling on win32.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 18:18:25 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
12
pango.spec
12
pango.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pango
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.42.4
|
||||
Version: 1.43.0
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://www.pango.org/
|
||||
Source0: https://download.gnome.org/sources/pango/1.42/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/pango/1.43/%{name}-%{version}.tar.xz
|
||||
Source2: macros.pango
|
||||
Source99: baselibs.conf
|
||||
|
||||
@ -141,7 +141,7 @@ rm -rf %{buildroot}%{_datadir}/installed-tests
|
||||
|
||||
%files -n libpango-1_0-0
|
||||
%license COPYING
|
||||
%doc NEWS README
|
||||
%doc NEWS README.md
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files -n typelib-1_0-Pango-1_0
|
||||
@ -156,7 +156,7 @@ rm -rf %{buildroot}%{_datadir}/installed-tests
|
||||
%{_mandir}/man1/pango-view.1%{ext_man}
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS HACKING MAINTAINERS THANKS
|
||||
%doc CODING_STYLE.md THANKS
|
||||
%doc %{_datadir}/gtk-doc/html/pango/
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
Loading…
Reference in New Issue
Block a user