From af2d3afb7f39e2896dae3fe039405549f336b4ac Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 3 Nov 2016 06:43:12 +0000 Subject: [PATCH] upgrading package: highlight 3.32 -> 3.33 --- highlight/highlight.patch | 24 ++++++++++++------------ highlight/highlight.spec | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/highlight/highlight.patch b/highlight/highlight.patch index abaaf4d019..e156b038bb 100644 --- a/highlight/highlight.patch +++ b/highlight/highlight.patch @@ -1,6 +1,6 @@ Index: src/core/datadir.cpp ---- src/core/datadir.cpp.orig 2016-06-24 22:27:52.000000000 +0200 -+++ src/core/datadir.cpp 2016-09-25 11:18:36.889374215 +0200 +--- src/core/datadir.cpp.orig 2016-10-26 21:35:33.000000000 +0200 ++++ src/core/datadir.cpp 2016-11-03 07:39:21.626046690 +0100 @@ -28,6 +28,7 @@ #include #include @@ -10,8 +10,8 @@ Index: src/core/datadir.cpp #include "datadir.h" Index: src/core/rtfgenerator.cpp ---- src/core/rtfgenerator.cpp.orig 2016-06-24 22:27:52.000000000 +0200 -+++ src/core/rtfgenerator.cpp 2016-09-25 11:16:16.729414360 +0200 +--- src/core/rtfgenerator.cpp.orig 2016-10-29 17:46:00.000000000 +0200 ++++ src/core/rtfgenerator.cpp 2016-11-03 07:40:11.406063633 +0100 @@ -32,6 +32,14 @@ #include "version.h" #include "rtfgenerator.h" @@ -28,11 +28,11 @@ Index: src/core/rtfgenerator.cpp { @@ -276,7 +284,7 @@ - - if (!utf8SeqLen){ - string m ( "\\u" ); -- m += to_string(utf16Char); -+ m += my_to_string(utf16Char); - m += '?'; - utf16Char=0L; - return m; + + if (!utf8SeqLen) { + string m ( "\\u" ); +- m += to_string(utf16Char); ++ m += my_to_string(utf16Char); + m += '?'; + utf16Char=0L; + return m; diff --git a/highlight/highlight.spec b/highlight/highlight.spec index 83115f4222..42e0badb05 100644 --- a/highlight/highlight.spec +++ b/highlight/highlight.spec @@ -22,9 +22,9 @@ ## # package version -%define V_opkg 3.32 -%define V_dist 3.32 -%define V_subdir 3.32 +%define V_opkg 3.33 +%define V_dist 3.33 +%define V_subdir 3.33 # package information Name: highlight @@ -37,7 +37,7 @@ Class: PLUS Group: Typesetting License: GPL Version: %{V_opkg} -Release: 20160925 +Release: 20161103 # list of sources Source0: http://www.andre-simon.de/zip/highlight-%{V_dist}.tar.bz2