Accepting request 922032 from home:iznogood:branches:GNOME:Factory
- Update to version 2.48.1: + GlyphItem: Fix a memory leak in split() + Layout: Speed up get_log_attrs() + Build: - Meson build: Use relative paths to untracked/ - pangommconfig.h.*: Don't dllimport on MinGW - Meson build: Make it possible to use pangomm as a subproject - Meson build: No implicit_include_directories - Add pangomm-docs-without-timestamp.patch: Do not add timestamp to generated doc files. OBS-URL: https://build.opensuse.org/request/show/922032 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=75
This commit is contained in:
parent
0289477d6d
commit
f2b538e42d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e0ed474c33f8c2002ca9e2b61ca0d1f3d8e409e09e99f4d8c19eeafccf55b78
|
|
||||||
size 674516
|
|
3
pangomm-2.48.1.tar.xz
Normal file
3
pangomm-2.48.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:776ad53e791e43106b7f40ff0834bee6e4eb1c6ad7cb6d215546f7a3df0edc4d
|
||||||
|
size 675452
|
11
pangomm-docs-without-timestamp.patch
Normal file
11
pangomm-docs-without-timestamp.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- orig-pangomm-2.48.1/docs/reference/Doxyfile.in 2021-05-21 13:14:18.019759000 +0200
|
||||||
|
+++ pangomm-2.48.1/docs/reference/Doxyfile.in 2021-09-28 17:38:18.771942311 +0200
|
||||||
|
@@ -164,7 +164,7 @@
|
||||||
|
HTML_COLORSTYLE_HUE = 220
|
||||||
|
HTML_COLORSTYLE_SAT = 100
|
||||||
|
HTML_COLORSTYLE_GAMMA = 80
|
||||||
|
-HTML_TIMESTAMP = YES
|
||||||
|
+HTML_TIMESTAMP = NO
|
||||||
|
HTML_DYNAMIC_SECTIONS = NO
|
||||||
|
HTML_INDEX_NUM_ENTRIES = 100
|
||||||
|
GENERATE_DOCSET = NO
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 28 15:06:30 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.48.1:
|
||||||
|
+ GlyphItem: Fix a memory leak in split()
|
||||||
|
+ Layout: Speed up get_log_attrs()
|
||||||
|
+ Build:
|
||||||
|
- Meson build: Use relative paths to untracked/
|
||||||
|
- pangommconfig.h.*: Don't dllimport on MinGW
|
||||||
|
- Meson build: Make it possible to use pangomm as a subproject
|
||||||
|
- Meson build: No implicit_include_directories
|
||||||
|
- Add pangomm-docs-without-timestamp.patch: Do not add timestamp to
|
||||||
|
generated doc files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 19 10:14:55 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Dec 19 10:14:55 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pangomm
|
# spec file for package pangomm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,14 +21,16 @@
|
|||||||
%define libname lib%{name}-2_48-1
|
%define libname lib%{name}-2_48-1
|
||||||
|
|
||||||
Name: pangomm
|
Name: pangomm
|
||||||
Version: 2.48.0
|
Version: 2.48.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ interface for pango
|
Summary: C++ interface for pango
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-only
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.gtkmm.org
|
URL: https://www.gtkmm.org
|
||||||
Source0: https://download.gnome.org/sources/%{name}/%{base_ver}/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/%{base_ver}/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
# PATCH-FIX-UPSTREAM pangomm-docs-without-timestamp.patch -- Do not add timestamp to generated doc files.
|
||||||
|
Patch0: pangomm-docs-without-timestamp.patch
|
||||||
|
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -74,6 +76,7 @@ This package contains the developer documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
chmod -x NEWS
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
|
Loading…
Reference in New Issue
Block a user