Accepting request 922031 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/922031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm1_4?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-09-29 18:18:12 +00:00 committed by Git OBS Bridge
commit a605c7d96d
5 changed files with 36 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3787d04d6198b606f3efa357b3b452a7140e2a7dee56f9f9ce516d7d5fcec1b
size 672008

3
pangomm-2.46.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c885013fe61a4c5117fda395770d507563411c63e49f4a3aced4c9efe34d9975
size 672952

View File

@ -0,0 +1,13 @@
Index: pangomm-2.46.1/docs/reference/Doxyfile.in
===================================================================
--- pangomm-2.46.1.orig/docs/reference/Doxyfile.in
+++ pangomm-2.46.1/docs/reference/Doxyfile.in
@@ -164,7 +164,7 @@ HTML_EXTRA_FILES =
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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Sep 28 15:33:55 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Add pangomm1_4-docs-without-timestamp.patch: do not add
timestampt to generated doc files.
-------------------------------------------------------------------
Tue Sep 28 14:22:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.46.1:
+ Meson build:
- Make it possible to use pangomm as a subproject.
- No implicit_include_directories.
- Use relative paths to untracked/.
+ pangommconfig.h.*: Don't dllimport on MinGW.
-------------------------------------------------------------------
Wed Jan 27 13:58:48 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
@ -28,7 +44,6 @@ Fri Dec 18 19:00:24 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Meson build: Set default value of the 'warnings' option to
'min'
- Improve NMake support
-
- Improve Visual Studio support
- docs/reference/: Update for Doxygen >= 1.8.16
- Meson build: Fix versioning on macOS

View File

@ -21,7 +21,7 @@
%define _name pangomm
Name: pangomm1_4
Version: 2.46.0
Version: 2.46.1
Release: 0
Summary: C++ interface for pango
License: GPL-2.0-or-later AND LGPL-2.0-or-later
@ -29,7 +29,8 @@ Group: Development/Libraries/C and C++
URL: http://www.gtkmm.org
Source0: https://download.gnome.org/sources/pangomm/2.46/%{_name}-%{version}.tar.xz
Source99: baselibs.conf
# PATCH-FIX-OPENSUSE pangomm1_4-docs-without-timestamp.patch dimstar@opensuse.org -- Do not add timestamps to generated doc files
Patch0: pangomm1_4-docs-without-timestamp.patch
BuildRequires: c++_compiler
BuildRequires: doxygen
BuildRequires: fdupes
@ -68,6 +69,7 @@ pangomm provides a C++ interface to the pango library.
%prep
%autosetup -p1 -n %{_name}-%{version}
chmod -x NEWS
%build
%meson \