Accepting request 953074 from GNOME:Next
- Update to version 2.50.0: * CI: Comment out 'meson test' * Attribute: Add some create_attr_*() methods * AttrList: Add to_string() and from_string() * Regenerate docs.xml and .defs files, using files from pango 1.50.0 * build: Support Visual Studio 2022 builds * Add FontMap::get_family() * Add the CairoFontMapImpl class * CI: Switching to debian:testing * AttrList: Add get_attributes(), update(), equal() * docs/reference/Doxyfile.in: Remove obsolete entry * CI: Add .gitlab-ci.yml * Don't include individual pango headers, part 2 * Don't include individual pango headers * Use pango from the main branch * 2.49.1 * Add dependencies to Doxygen tag files in subprojects * Fix build as subproject without building documentation * Visual Studio builds: Clean up build files * Subprojects can use meson.add_dist_script() if meson.version() >= 0.58.0 * Meson build: No implicit_include_directories * Meson build: No implicit_include_directories * Meson build: Make it possible to use pangomm as a subproject * pangommconfig.h.*: Don't dllimport on MinGW * Meson build: Use relative paths to untracked/ * GlyphItem: Make most methods public * Layout, LayoutIter: Add get_const_line() and get_const_lines() OBS-URL: https://build.opensuse.org/request/show/953074 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=77
This commit is contained in:
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
|
||||
<param name="revision">2.48.2</param>
|
||||
<param name="revision">refs/tags/2.50.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
|
||||
<param name="changesrevision">a801d44602b1c41e485050caf8c83f5931504acd</param></service></servicedata>
|
||||
<param name="changesrevision">cd00ba55a53b71a41fb566827db8b7d7c28c36b6</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:375027d1e54d30c1c64709f76e4e5bce3e595648ca208b3c09d29ed49569bede
|
||||
size 992780
|
3
pangomm-2.50.0.obscpio
Normal file
3
pangomm-2.50.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26d14984746746e41067ebe3e046b61d74df3f892744e9c2923f7d77a0677d63
|
||||
size 1061388
|
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 9 20:38:02 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.50.0:
|
||||
* CI: Comment out 'meson test'
|
||||
* Attribute: Add some create_attr_*() methods
|
||||
* AttrList: Add to_string() and from_string()
|
||||
* Regenerate docs.xml and .defs files, using files from pango
|
||||
1.50.0
|
||||
* build: Support Visual Studio 2022 builds
|
||||
* Add FontMap::get_family()
|
||||
* Add the CairoFontMapImpl class
|
||||
* CI: Switching to debian:testing
|
||||
* AttrList: Add get_attributes(), update(), equal()
|
||||
* docs/reference/Doxyfile.in: Remove obsolete entry
|
||||
* CI: Add .gitlab-ci.yml
|
||||
* Don't include individual pango headers, part 2
|
||||
* Don't include individual pango headers
|
||||
* Use pango from the main branch
|
||||
* 2.49.1
|
||||
* Add dependencies to Doxygen tag files in subprojects
|
||||
* Fix build as subproject without building documentation
|
||||
* Visual Studio builds: Clean up build files
|
||||
* Subprojects can use meson.add_dist_script() if meson.version()
|
||||
>= 0.58.0
|
||||
* Meson build: No implicit_include_directories
|
||||
* Meson build: No implicit_include_directories
|
||||
* Meson build: Make it possible to use pangomm as a subproject
|
||||
* pangommconfig.h.*: Don't dllimport on MinGW
|
||||
* Meson build: Use relative paths to untracked/
|
||||
* GlyphItem: Make most methods public
|
||||
* Layout, LayoutIter: Add get_const_line() and get_const_lines()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 05 17:44:57 UTC 2021 - bjorn.lie@gmail.com
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
name: pangomm
|
||||
version: 2.48.2
|
||||
mtime: 1638725508
|
||||
commit: a801d44602b1c41e485050caf8c83f5931504acd
|
||||
|
||||
version: 2.50.0
|
||||
mtime: 1638814514
|
||||
commit: cd00ba55a53b71a41fb566827db8b7d7c28c36b6
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pangomm
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@
|
||||
%define libname lib%{name}-2_48-1
|
||||
|
||||
Name: pangomm
|
||||
Version: 2.48.2
|
||||
Version: 2.50.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
|
||||
|
Reference in New Issue
Block a user