Accepting request 879816 from home:elimat:branches:GNOME:Factory
- Update to version 1.48.3: + Miscellaneous introspection fixes + Make pango_attr_list_splice clip inserted attrbiutes + Do costly fontconfig calls in threads + markup: Fix issues with accel handling + docs: Convert docs to use gi-docgen + Fix build against harfbuzz < 2.6 - Disable gtk-doc for now since upstream have moved to gi-docgen and it is not in Factory yet OBS-URL: https://build.opensuse.org/request/show/879816 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=217
This commit is contained in:
parent
37a68b80cb
commit
5da204217c
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/1.48.2</param>
|
||||
<param name="revision">refs/tags/1.48.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ab1808c7aac01693dd38c85a2b9cdfca9ad6b12915657bdaec2f0d2354cc849
|
||||
size 3200524
|
3
pango-1.48.3.obscpio
Normal file
3
pango-1.48.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:637ded602bfd6e405e9711b4e5dac75f0dde8dba41aab5f946a757ebecfac516
|
||||
size 3250700
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 21:22:44 UTC 2021 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
- Update to version 1.48.3:
|
||||
+ Miscellaneous introspection fixes
|
||||
+ Make pango_attr_list_splice clip inserted attrbiutes
|
||||
+ Do costly fontconfig calls in threads
|
||||
+ markup: Fix issues with accel handling
|
||||
+ docs: Convert docs to use gi-docgen
|
||||
+ Fix build against harfbuzz < 2.6
|
||||
- Disable gtk-doc for now since upstream have moved to gi-docgen and it is
|
||||
not in Factory yet
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 10:57:51 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: pango
|
||||
version: 1.48.2
|
||||
mtime: 1613005434
|
||||
commit: a152a56f4ff0784533f4a3cc93b782c653e764c6
|
||||
version: 1.48.3
|
||||
mtime: 1615497592
|
||||
commit: 9d35e956dc7e76cde6cd3ef66f880d33e5624f07
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.48.2
|
||||
Version: 1.48.3
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
@ -28,7 +28,6 @@ Source2: macros.pango
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: help2man
|
||||
BuildRequires: meson >= 0.55.3
|
||||
BuildRequires: pkgconfig
|
||||
@ -122,7 +121,6 @@ to develop applications that require these.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dgtk_doc=true \
|
||||
-Dintrospection=enabled \
|
||||
-Dinstall-tests=false \
|
||||
%{nil}
|
||||
@ -161,13 +159,12 @@ cp %{SOURCE2} %{buildroot}%_rpmmacrodir
|
||||
|
||||
%files devel
|
||||
%doc CODING_STYLE.md THANKS
|
||||
%doc %{_datadir}/gtk-doc/html/pango/
|
||||
%_rpmmacrodir/macros.pango
|
||||
%{_includedir}/pango-1.0/
|
||||
%{_libdir}/libpango-1.0.so
|
||||
%{_libdir}/libpangocairo-1.0.so
|
||||
%{_libdir}/libpangoft2-1.0.so
|
||||
%{_libdir}/libpangoxft-1.0.so
|
||||
%{_libdir}/libpangoxft-1.0.so
|
||||
%{_libdir}/pkgconfig/pango.pc
|
||||
%{_libdir}/pkgconfig/pangocairo.pc
|
||||
%{_libdir}/pkgconfig/pangoft2.pc
|
||||
|
Loading…
Reference in New Issue
Block a user