Accepting request 959650 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/959650 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=233
This commit is contained in:
parent
876032a83c
commit
1f0d74a696
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.50.4</param>
|
<param name="revision">refs/tags/1.50.5</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:1a3d537986999bfaa8895b8d3a7b32e3b022da20bc568e3c3ff839f0d63d8f1f
|
|
||||||
size 6860301
|
|
3
pango-1.50.5.obscpio
Normal file
3
pango-1.50.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5fac0a817fb52588168ab9a8b3a447c600600c9e471fae2498d72063f2eae7b9
|
||||||
|
size 6866445
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 5 18:10:46 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.50.5:
|
||||||
|
+ Fix compiler warnings.
|
||||||
|
+ Enable cairo by default.
|
||||||
|
+ pango-view: Show more baselines.
|
||||||
|
+ layout: Handle baselines.
|
||||||
|
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 9 21:28:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Feb 9 21:28:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: pango
|
name: pango
|
||||||
version: 1.50.4
|
version: 1.50.5
|
||||||
mtime: 1644440254
|
mtime: 1646496147
|
||||||
commit: bcf61fc3a0c30da173c8629d1458fe3440288878
|
commit: 4851f23d6205e9e34ccacb48d02eae5e0f3b2f27
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pango
|
Name: pango
|
||||||
Version: 1.50.4
|
Version: 1.50.5
|
||||||
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
|
||||||
@ -133,8 +133,7 @@ to develop applications that require these.
|
|||||||
mkdir -p %{buildroot}%_rpmmacrodir
|
mkdir -p %{buildroot}%_rpmmacrodir
|
||||||
cp %{SOURCE2} %{buildroot}%_rpmmacrodir
|
cp %{SOURCE2} %{buildroot}%_rpmmacrodir
|
||||||
|
|
||||||
%post -n libpango-1_0-0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libpango-1_0-0
|
||||||
%postun -n libpango-1_0-0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libpango-1_0-0
|
%files -n libpango-1_0-0
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user