Accepting request 1159762 from GNOME:Factory
- Update to version 2.52.0: + FontFamily: Add property_item_type(), property_n_items(), property_name(), property_is_monospace(), property_is_variable(). + FontMap: Add reload_font(), property_item_type(), property_n_items(). - Update to version 2.50.2: + Fontset: Use callback functions with C linkage. + Coverage: Don't use deprecated pango_coverage_ref/unref(). + Documentation: - Doxyfile.in: Don't hide undocumented classes. - README.win32: Convert to MarkDown and rename to README.win32.md. - Make dependencies clearer. - Remove AUTHORS, HACKING, README.SUN; add general info to README.md. + Meson build: - Detect if we build from a git subtree. - Don't copy files with configure_file(). - Fix the evaluation of is_git_build on Windows. - Don't fail if warning_level=everything. OBS-URL: https://build.opensuse.org/request/show/1159762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm?expand=0&rev=48
This commit is contained in:
commit
589927d840
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
|
||||
<param name="revision">refs/tags/2.50.1</param>
|
||||
<param name="revision">2.52.0</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:1bff7d9687d413ab46a6e297035dfeaef889f9a62fd4c19e114686a9f52a48fc
|
||||
size 1063948
|
3
pangomm-2.52.0.obscpio
Normal file
3
pangomm-2.52.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f82a062ca532c2264455a81ae6215e1b71f655b6c2c349ec311f2576dd6a08a3
|
||||
size 1072140
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 20:59:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.52.0:
|
||||
+ FontFamily: Add property_item_type(), property_n_items(),
|
||||
property_name(), property_is_monospace(),
|
||||
property_is_variable().
|
||||
+ FontMap: Add reload_font(), property_item_type(),
|
||||
property_n_items().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 13:20:31 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.50.2:
|
||||
+ Fontset: Use callback functions with C linkage.
|
||||
+ Coverage: Don't use deprecated pango_coverage_ref/unref().
|
||||
+ Documentation:
|
||||
- Doxyfile.in: Don't hide undocumented classes.
|
||||
- README.win32: Convert to MarkDown and rename to
|
||||
README.win32.md.
|
||||
- Make dependencies clearer.
|
||||
- Remove AUTHORS, HACKING, README.SUN; add general info to
|
||||
README.md.
|
||||
+ Meson build:
|
||||
- Detect if we build from a git subtree.
|
||||
- Don't copy files with configure_file().
|
||||
- Fix the evaluation of is_git_build on Windows.
|
||||
- Don't fail if warning_level=everything.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 15:14:25 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pangomm
|
||||
version: 2.50.1
|
||||
mtime: 1663771576
|
||||
commit: 7083b4deaa6401bf1f5b771752a46632ecc8d303
|
||||
version: 2.52.0
|
||||
mtime: 1710522671
|
||||
commit: a767b1b98003ae3d7defa838af789616395d2602
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pangomm
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define libname lib%{name}-2_48-1
|
||||
|
||||
Name: pangomm
|
||||
Version: 2.50.1
|
||||
Version: 2.52.0
|
||||
Release: 0
|
||||
Summary: C++ interface for pango
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-only
|
||||
@ -47,7 +47,7 @@ BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(cairomm-1.16) >= 1.2.2
|
||||
BuildRequires: pkgconfig(giomm-2.68)
|
||||
BuildRequires: pkgconfig(glibmm-2.68)
|
||||
BuildRequires: pkgconfig(pangocairo) >= 1.31.0
|
||||
BuildRequires: pkgconfig(pangocairo) >= 1.52.0
|
||||
|
||||
%description
|
||||
pangomm provides a C++ interface to the pango library.
|
||||
@ -110,7 +110,7 @@ chmod -x NEWS
|
||||
%{_libdir}/pangomm-%{base_ver}
|
||||
|
||||
%files doc
|
||||
%doc AUTHORS README.md
|
||||
%doc README.md
|
||||
%{_datadir}/devhelp/books/pangomm-%{base_ver}/
|
||||
%{_datadir}/doc/pangomm-%{base_ver}/
|
||||
# Avoid BuildRequires on devhelp
|
||||
|
Loading…
Reference in New Issue
Block a user