Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2016-10-03 09:35:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and      /work/SRC/openSUSE:Factory/.highlight.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "highlight"

Changes:
--------
--- /work/SRC/openSUSE:Factory/highlight/highlight.changes      2016-08-24 
10:08:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2016-10-03 
09:35:58.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Sep 27 09:49:58 UTC 2016 - antoine.belv...@opensuse.org
+
+- Patch to actually fix doc directory for GUI package:
+  * Change default value of DOC_DIR to %{_docdir}/%{name} in
+    highlight.pro as custom values are not correctly taken into
+    account.
+  * Rename highlight-2.10-makefile_suse.patch into
+    highlight-3.32-fix-doc-dir.patch.
+
+-------------------------------------------------------------------
+Mon Sep 26 13:47:50 UTC 2016 - antoine.belv...@opensuse.org
+
+- Update to 3.32:
+  * Add support for true color escape codes (--out-format
+    truecolor)
+  * Fix xterm256 output for paging with less
+  * Fix operator regex in rnc.lang, crk.lang and yaml.lang
+  * Add Pony and Whiley definitions
+  * Update Ceylon, Julia and TypeScript definitions
+  * Add Go, AutoHotKey, TypeScript and R to the foldable list in
+    the outhtml_codefold.lua plug-in
+  * Remove plugins/bash_ref_linuxmanpages_com.lua
+  * GUI: fix README, ChangeLog and License file paths on Linux
+
+-------------------------------------------------------------------

Old:
----
  highlight-2.10-makefile_suse.patch
  highlight-3.31.tar.bz2
  highlight-3.31.tar.bz2.asc

New:
----
  highlight-3.32-fix-doc-dir.patch
  highlight-3.32.tar.bz2
  highlight-3.32.tar.bz2.asc

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

Other differences:
------------------
++++++ highlight.spec ++++++
--- /var/tmp/diff_new_pack.PvX7on/_old  2016-10-03 09:35:59.000000000 +0200
+++ /var/tmp/diff_new_pack.PvX7on/_new  2016-10-03 09:35:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           highlight
-Version:        3.31
+Version:        3.32
 Release:        0
 Summary:        Universal Source Code to Formatted Text Converter
 License:        GPL-3.0+
@@ -26,8 +26,8 @@
 Source0:        http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
 Source1:        http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2.asc
 Source99:       highlight.keyring
-# PATCH-FIX-OPENSUSE highlight-2.10-makefile_suse.patch
-Patch0:         highlight-2.10-makefile_suse.patch
+# PATCH-FIX-OPENSUSE highlight-3.32-fix-doc-dir.patch
+Patch0:         highlight-3.32-fix-doc-dir.patch
 # PATCH-FIX-OPENSUSE highlight-3.30-use_optflags.patch
 Patch1:         highlight-3.30-use_optflags.patch
 BuildRequires:  boost-devel

++++++ highlight-3.32-fix-doc-dir.patch ++++++
diff -Nur highlight-2.10-orig//makefile highlight-2.10//makefile
--- highlight-2.10-orig//makefile       2009-07-22 23:49:45.000000000 +0200
+++ highlight-2.10//makefile    2009-07-22 23:50:33.000000000 +0200
@@ -20,7 +20,7 @@
 man_dir = ${PREFIX}/share/man/man1/
 
 # Location of the highlight documentation:
-doc_dir = ${PREFIX}/share/doc/highlight/
+doc_dir = ${PREFIX}/share/doc/packages/highlight/
 
 # Location of the highlight examples:
 examples_dir = ${doc_dir}examples/
diff -up ./src/gui-qt/highlight.pro.orig ./src/gui-qt/highlight.pro
--- ./src/gui-qt/highlight.pro.orig     2016-09-27 11:46:50.559943746 +0200
+++ ./src/gui-qt/highlight.pro  2016-09-27 11:47:14.663942558 +0200
@@ -47,7 +47,7 @@ unix {
         DEFINES+=CONFIG_DIR=\\\"/etc/highlight/\\\"
     }
     !contains(DEFINES, DOC_DIR) {
-        DEFINES+=DOC_DIR=\\\"/usr/share/doc/highlight/\\\"
+        DEFINES+=DOC_DIR=\\\"/usr/share/doc/packages/highlight/\\\"
     }
 }
 
++++++ highlight-3.31.tar.bz2 -> highlight-3.32.tar.bz2 ++++++
++++ 2515 lines of diff (skipped)



Reply via email to