Accepting request 879846 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/879846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=128
This commit is contained in:
Dominique Leuenberger 2021-03-21 22:19:18 +00:00 committed by Git OBS Bridge
commit bf6b1008ad
6 changed files with 22 additions and 12 deletions

View File

@ -2,7 +2,7 @@
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param> <param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
<param name="scm">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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:637ded602bfd6e405e9711b4e5dac75f0dde8dba41aab5f946a757ebecfac516
size 3250700

View File

@ -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> Thu Feb 11 10:57:51 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,5 +1,5 @@
name: pango name: pango
version: 1.48.2 version: 1.48.3
mtime: 1613005434 mtime: 1615497592
commit: a152a56f4ff0784533f4a3cc93b782c653e764c6 commit: 9d35e956dc7e76cde6cd3ef66f880d33e5624f07

View File

@ -17,7 +17,7 @@
Name: pango Name: pango
Version: 1.48.2 Version: 1.48.3
Release: 0 Release: 0
Summary: Library for Layout and Rendering of Text Summary: Library for Layout and Rendering of Text
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -28,7 +28,6 @@ Source2: macros.pango
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gtk-doc
BuildRequires: help2man BuildRequires: help2man
BuildRequires: meson >= 0.55.3 BuildRequires: meson >= 0.55.3
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -122,7 +121,6 @@ to develop applications that require these.
%build %build
%meson \ %meson \
-Dgtk_doc=true \
-Dintrospection=enabled \ -Dintrospection=enabled \
-Dinstall-tests=false \ -Dinstall-tests=false \
%{nil} %{nil}
@ -161,7 +159,6 @@ cp %{SOURCE2} %{buildroot}%_rpmmacrodir
%files devel %files devel
%doc CODING_STYLE.md THANKS %doc CODING_STYLE.md THANKS
%doc %{_datadir}/gtk-doc/html/pango/
%_rpmmacrodir/macros.pango %_rpmmacrodir/macros.pango
%{_includedir}/pango-1.0/ %{_includedir}/pango-1.0/
%{_libdir}/libpango-1.0.so %{_libdir}/libpango-1.0.so