Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2020-09-18 14:22:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and      /work/SRC/openSUSE:Factory/.highlight.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "highlight"

Fri Sep 18 14:22:02 2020 rev:31 rq:833340 version:3.58

Changes:
--------
--- /work/SRC/openSUSE:Factory/highlight/highlight.changes      2020-05-16 
22:26:25.773284849 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.4249/highlight.changes    
2020-09-18 14:22:39.922943816 +0200
@@ -1,0 +2,23 @@
+Wed Sep  9 21:28:54 UTC 2020 - [email protected]
+
+- Update to version 3.58:
+  * Improved `--force` fallback argument handling
+    (gl#saalen/highlight#163).
+  * Added C++ attribute syntax support.
+  * Added Lua fuction `StoreValue` to set and retrieve information
+    across Lua states.
+  * Added `extras/eclipse-themes/eclipse_color_themes.py` script to
+    retrieve themes from eclipsecolorthemes.org.
+  * Added support for Web Assembly Text.
+  * Updated mark_lines.lua to output 16m terminal sequences
+    (gl#saalen/highlight#164).
+  * Fixed issues in bash.lang (gl#saalen/highlight#161).
+  * Fixed Bash heredoc highlighting in bash_functions.lua
+    (gl#saalen/highlight#156).
+  * CLI: `highlight --version -q` only prints the version number.
+  * GUI: Added theme contrast indicator.
+- Rebase optflags patch:
+  * Remove highlight-3.53-use_optflags.patch.
+  * Add highlight-3.58-use_optflags.patch.
+
+-------------------------------------------------------------------

Old:
----
  highlight-3.53-use_optflags.patch
  highlight-3.57.tar.bz2
  highlight-3.57.tar.bz2.asc

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

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

Other differences:
------------------
++++++ highlight.spec ++++++
--- /var/tmp/diff_new_pack.BhzleM/_old  2020-09-18 14:22:43.142947059 +0200
+++ /var/tmp/diff_new_pack.BhzleM/_new  2020-09-18 14:22:43.146947063 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:           highlight
-Version:        3.57
+Version:        3.58
 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.53-use_optflags.patch
-Patch1:         highlight-3.53-use_optflags.patch
+# PATCH-FIX-OPENSUSE highlight-3.58-use_optflags.patch
+Patch1:         highlight-3.58-use_optflags.patch
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_headers-devel

++++++ highlight-3.53-use_optflags.patch -> highlight-3.58-use_optflags.patch 
++++++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.53-use_optflags.patch      
2019-08-09 16:51:22.321497432 +0200
+++ 
/work/SRC/openSUSE:Factory/.highlight.new.4249/highlight-3.58-use_optflags.patch
    2020-09-18 14:22:27.378931183 +0200
@@ -1,12 +1,11 @@
-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++
+diff -up highlight-3.58/src/makefile.orig highlight-3.58/src/makefile
+--- highlight-3.58/src/makefile.orig
++++ highlight-3.58/src/makefile
+@@ -16,9 +16,10 @@
+ CXX ?= g++
  
- # was: qmake-qt5
--QMAKE=qmake
-+QMAKE=qmake-qt5
+-QMAKE ?= qmake
++QMAKE ?= qmake-qt5
  
  # Added -std=c++11 because of auto_ptr to unique_ptr transition
 -CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11 -D_FILE_OFFSET_BITS=64
@@ -15,7 +14,7 @@
  
  #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
+@@ -117,7 +118,7 @@ gui-qt: highlight-gui
  
  highlight-gui: libhighlight.a ${GUI_OBJECTS}
        cd gui-qt && \

++++++ highlight-3.57.tar.bz2 -> highlight-3.58.tar.bz2 ++++++
++++ 10009 lines of diff (skipped)



Reply via email to