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:
commit
bf6b1008ad
2
_service
2
_service
@ -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>
|
||||||
|
@ -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>
|
Thu Feb 11 10:57:51 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: pango
|
name: pango
|
||||||
version: 1.48.2
|
version: 1.48.3
|
||||||
mtime: 1613005434
|
mtime: 1615497592
|
||||||
commit: a152a56f4ff0784533f4a3cc93b782c653e764c6
|
commit: 9d35e956dc7e76cde6cd3ef66f880d33e5624f07
|
||||||
|
|
||||||
|
@ -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,13 +159,12 @@ 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
|
||||||
%{_libdir}/libpangocairo-1.0.so
|
%{_libdir}/libpangocairo-1.0.so
|
||||||
%{_libdir}/libpangoft2-1.0.so
|
%{_libdir}/libpangoft2-1.0.so
|
||||||
%{_libdir}/libpangoxft-1.0.so
|
%{_libdir}/libpangoxft-1.0.so
|
||||||
%{_libdir}/pkgconfig/pango.pc
|
%{_libdir}/pkgconfig/pango.pc
|
||||||
%{_libdir}/pkgconfig/pangocairo.pc
|
%{_libdir}/pkgconfig/pangocairo.pc
|
||||||
%{_libdir}/pkgconfig/pangoft2.pc
|
%{_libdir}/pkgconfig/pangoft2.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user