Accepting request 922030 from GNOME:Next

- Add pangomm1_4-docs-without-timestamp.patch: do not add
  timestampt to generated doc files.

OBS-URL: https://build.opensuse.org/request/show/922030
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=15
This commit is contained in:
Bjørn Lie 2021-09-28 15:36:39 +00:00 committed by Git OBS Bridge
parent 46f7f2407e
commit 96371723ef
3 changed files with 21 additions and 1 deletions

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,9 @@
-------------------------------------------------------------------
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> Tue Sep 28 14:22:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -29,7 +29,8 @@ Group: Development/Libraries/C and C++
URL: http://www.gtkmm.org URL: http://www.gtkmm.org
Source0: https://download.gnome.org/sources/pangomm/2.46/%{_name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/pangomm/2.46/%{_name}-%{version}.tar.xz
Source99: baselibs.conf 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: c++_compiler
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: fdupes BuildRequires: fdupes