Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2019-08-09 16:51:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and      /work/SRC/openSUSE:Factory/.highlight.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "highlight"

Fri Aug  9 16:51:19 2019 rev:26 rq:721510 version:3.53

Changes:
--------
--- /work/SRC/openSUSE:Factory/highlight/highlight.changes      2019-08-05 
11:17:53.286523161 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.9556/highlight.changes    
2019-08-09 16:51:22.849497327 +0200
@@ -1,0 +2,21 @@
+Wed Aug  7 11:43:40 UTC 2019 - [email protected]
+
+- Update to version 3.53:
+  * Fixed out-of-range exception with repeated AddKeyword calls.
+  * Added KeywordFormatHints, Priority and Constraints elements to
+    syntax definitions.
+  * Added Lua function AddPersistentState
+    (gl#saalen/highlight#112).
+  * Renamed md.lang to markdown.lang.
+  * Added Fish syntax definition.
+  * Makefile: added _FILE_OFFSET_BITS=64 flag.
+  * CLI: added optional fallback syntax to --force
+    (gl#saalen/highlight#126).
+  * CLI: added option --max-size (gl#saalen/highlight#127).
+  * GUI: added multibyte path trace window.
+  * GUI: fixed superfluous creation of the same stylesheet file.
+- Rebase optflags patch:
+  * Remove highlight-3.52-use_optflags.patch.
+  * Add highlight-3.53-use_optflags.patch.
+
+-------------------------------------------------------------------

Old:
----
  highlight-3.52-use_optflags.patch
  highlight-3.52.tar.bz2
  highlight-3.52.tar.bz2.asc

New:
----
  highlight-3.53-use_optflags.patch
  highlight-3.53.tar.bz2
  highlight-3.53.tar.bz2.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ highlight.spec ++++++
--- /var/tmp/diff_new_pack.LsiDIu/_old  2019-08-09 16:51:24.317497037 +0200
+++ /var/tmp/diff_new_pack.LsiDIu/_new  2019-08-09 16:51:24.345497031 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:           highlight
-Version:        3.52
+Version:        3.53
 Release:        0
 Summary:        Universal Source Code to Formatted Text Converter
 License:        GPL-3.0-or-later
@@ -29,8 +29,8 @@
 Source99:       highlight.keyring
 # PATCH-FIX-OPENSUSE highlight-3.45-fix-doc-dir.patch
 Patch0:         highlight-3.45-fix-doc-dir.patch
-# PATCH-FIX-OPENSUSE highlight-3.52-use_optflags.patch
-Patch1:         highlight-3.52-use_optflags.patch
+# PATCH-FIX-OPENSUSE highlight-3.53-use_optflags.patch
+Patch1:         highlight-3.53-use_optflags.patch
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_headers-devel
@@ -68,9 +68,7 @@
 %endif
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1
+%autosetup -p1
 dos2unix extras/pandoc/* extras/themes-resources/base16/*
 
 %build

++++++ highlight-3.52-use_optflags.patch -> highlight-3.53-use_optflags.patch 
++++++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.52-use_optflags.patch      
2019-06-12 13:02:22.677282452 +0200
+++ 
/work/SRC/openSUSE:Factory/.highlight.new.9556/highlight-3.53-use_optflags.patch
    2019-08-09 16:51:22.321497432 +0200
@@ -1,6 +1,6 @@
-diff -up ./src/makefile.orig ./src/makefile
---- ./src/makefile.orig        2018-01-24 07:34:40.730387118 +0100
-+++ ./src/makefile     2018-01-24 07:37:47.886394877 +0100
+diff -up highlight-3.53/src/makefile.orig highlight-3.53/src/makefile
+--- highlight-3.53/src/makefile.orig   2019-08-07 13:50:48.200090303 +0200
++++ highlight-3.53/src/makefile        2019-08-07 13:53:17.972096513 +0200
 @@ -16,10 +16,11 @@
  CXX=g++
  
@@ -9,13 +9,13 @@
 +QMAKE=qmake-qt5
  
  # Added -std=c++11 because of auto_ptr to unique_ptr transition
--CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11
+-CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11 -D_FILE_OFFSET_BITS=64
 +OPTFLAGS=-O2
-+CFLAGS:=-Wall -DNDEBUG -std=c++11 $(OPTFLAGS)
- #CFLAGS:=-ggdb -O0 ${CFLAGS} -std=c++11
++CFLAGS:=-Wall -DNDEBUG -std=c++11 -D_FILE_OFFSET_BITS=64 $(OPTFLAGS)
  
- CFLAGS_DILU=-fno-strict-aliasing
-@@ -114,7 +115,7 @@ gui-qt: highlight-gui
+ #CFLAGS:= -fPIC -O2 -g -pipe -Wall -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions 
-fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables 
-fstack-clash-protection
+ 
+@@ -118,7 +119,7 @@ gui-qt: highlight-gui
  
  highlight-gui: libhighlight.a ${GUI_OBJECTS}
        cd gui-qt && \

++++++ highlight-3.52.tar.bz2 -> highlight-3.53.tar.bz2 ++++++
++++ 2588 lines of diff (skipped)



Reply via email to