diff --git a/_service b/_service index 39d62fa..a851165 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.gnome.org/GNOME/pango.git git - refs/tags/1.48.2 + refs/tags/1.48.3 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/pango-1.48.2.obscpio b/pango-1.48.2.obscpio deleted file mode 100644 index 6b9c410..0000000 --- a/pango-1.48.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ab1808c7aac01693dd38c85a2b9cdfca9ad6b12915657bdaec2f0d2354cc849 -size 3200524 diff --git a/pango-1.48.3.obscpio b/pango-1.48.3.obscpio new file mode 100644 index 0000000..7c868a6 --- /dev/null +++ b/pango-1.48.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637ded602bfd6e405e9711b4e5dac75f0dde8dba41aab5f946a757ebecfac516 +size 3250700 diff --git a/pango.changes b/pango.changes index 76d9a68..04d87e1 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 17 21:22:44 UTC 2021 - Matthias Eliasson + +- 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 diff --git a/pango.obsinfo b/pango.obsinfo index 64d88ef..846352c 100644 --- a/pango.obsinfo +++ b/pango.obsinfo @@ -1,5 +1,5 @@ name: pango -version: 1.48.2 -mtime: 1613005434 -commit: a152a56f4ff0784533f4a3cc93b782c653e764c6 +version: 1.48.3 +mtime: 1615497592 +commit: 9d35e956dc7e76cde6cd3ef66f880d33e5624f07 diff --git a/pango.spec b/pango.spec index 6133333..6c24065 100644 --- a/pango.spec +++ b/pango.spec @@ -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