commit highlight for openSUSE:Factory

2020-09-18 Thread root
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 - antoine.belv...@opensuse.org
+
+- 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/makefile2019-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)





commit highlight for openSUSE:Factory

2020-05-16 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2020-05-16 22:26:18

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.2738 (New)


Package is "highlight"

Sat May 16 22:26:18 2020 rev:30 rq:805800 version:3.57

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2020-04-15 
20:07:41.406153916 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.2738/highlight.changes
2020-05-16 22:26:25.773284849 +0200
@@ -1,0 +2,13 @@
+Fri May 15 10:39:30 UTC 2020 - antoine.belv...@opensuse.org
+
+- Update to version 3.57:
+  * Added support for Haml (gl#saalen/highlight#140).
+  * Added support for Wren.
+  * Added Lua function `OverrideParam`.
+  * Fixed regression in xterm256 or truecolor output
+(gl#saalen/highlight#152).
+  * Fixed `--list-scripts` with read-only language definitions
+(gl#saalen/highlight#154).
+  * Improved several language definitions.
+
+---

Old:

  highlight-3.56.tar.bz2
  highlight-3.56.tar.bz2.asc

New:

  highlight-3.57.tar.bz2
  highlight-3.57.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.c1dO1b/_old  2020-05-16 22:26:26.801286959 +0200
+++ /var/tmp/diff_new_pack.c1dO1b/_new  2020-05-16 22:26:26.801286959 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.56
+Version:3.57
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later

++ highlight-3.56.tar.bz2 -> highlight-3.57.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.56/ChangeLog.adoc 
new/highlight-3.57/ChangeLog.adoc
--- old/highlight-3.56/ChangeLog.adoc   2020-04-07 20:17:39.0 +0200
+++ new/highlight-3.57/ChangeLog.adoc   2020-05-14 21:44:20.0 +0200
@@ -6,6 +6,18 @@
 :toc: left
 :toclevels: 1
 
+== highlight 3.57
+
+12.05.2020
+
+  - added support for Haml (https://gitlab.com/saalen/highlight/-/issues/140)
+  - added support for Wren
+  - added Lua function `OverrideParam`
+  - fixed regression in xterm256 or truecolor output 
(https://gitlab.com/saalen/highlight/-/issues/152)
+  - fixed `--list-scripts` with read-only language definitions 
(https://gitlab.com/saalen/highlight/-/issues/154)
+  - improved several language definitions
+  - Windows GUI: added dark mode
+
 == highlight 3.56
 
 06.04.2020
@@ -66,7 +78,7 @@
   - CLI: added optional fallback syntax to `--force` 
(https://gitlab.com/saalen/highlight/issues/126)
   - CLI: added option `--max-size` 
(https://gitlab.com/saalen/highlight/issues/127)
   - GUI: added multibyte path trace window
-  - GUI: fixed superflouos creation of the same stylesheet file
+  - GUI: fixed superfluous creation of the same stylesheet file
   
 == highlight 3.52
 
@@ -113,14 +125,13 @@
 
 06.02.2019
 
- - fixed more problems with syntax test indicators reporting wrong states 
- (https://gitlab.com/saalen/highlight/issues/102)
+ - fixed more problems with syntax test indicators reporting wrong states 
(https://gitlab.com/saalen/highlight/issues/102)
  - added support for Meson, Solidity, TOML and Terraform
  - improved Perl and Yaml highlighting
  - added Categories field to all config files
- - CLI: added category info in --list-scripts output
- - CLI: added --list-cat option (https://gitlab.com/saalen/highlight/issues/99)
- - CLI: added optional topic parameter to --help
+ - CLI: added category info in `--list-scripts` output
+ - CLI: added `--list-cat` option 
(https://gitlab.com/saalen/highlight/issues/99)
+ - CLI: added optional topic parameter to `--help`
  - GUI: added theme category selection
  - GUI: display categories of selected syntax or theme 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.56/README.adoc 
new/highlight-3.57/README.adoc
--- old/highlight-3.56/README.adoc  2020-04-07 20:17:39.0 +0200
+++ new/highlight-3.57/README.adoc  2020-05-14 21:44:20.0 +0200
@@ -888,9 +888,6 @@
 it possible to apply custom settings without the need to edit installed
 configuration files.
 You can apply multiple plugins by using the `--plug-in` option more than once.
-If your syntax supports persistent states, use `--two-pass` to generate a 
-plug-in file which can be used in subsequent invocations.
-
 See {README_PLUGINS} for a detailed description and examples of packaged 
plugins.
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.56/README_DE.adoc 

commit highlight for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2020-04-15 20:05:19

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.2738 (New)


Package is "highlight"

Wed Apr 15 20:05:19 2020 rev:29 rq:792533 version:3.56

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2020-02-03 
11:12:07.181808583 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new.2738/highlight.changes
2020-04-15 20:07:41.406153916 +0200
@@ -1,0 +2,20 @@
+Wed Apr  8 17:52:05 UTC 2020 - antoine.belv...@opensuse.org
+
+- Update to version 3.56:
+  * Added support for Sequence Alignment Maps (SAM files).
+  * Added empty-file mode to --no-trailing-nl
+(gl#saalen/highlight#147).
+  * Fixed issue with --syntax-by-name waiting for stdin
+(gl#saalen/highlight#151).
+  * Fixed issue with --syntax reading matching files in the
+current working directory (gl#saalen/highlight#151).
+  * Fixed string parsing in lisp.lang (gl#saalen/highlight#150).
+  * Fixed output of UTF-8 text in xterm256 or truecolor output
+(gl#saalen/highlight#152).
+  * Fixed regex in js.lang.
+  * Fixed calculation of testcase markers with UTF-8 input.
+  * Allowed number literals with underscores in Java, Scala, D,
+Julia, C#, Perl and Ada definitions.
+  * Added Nord theme.
+
+---

Old:

  highlight-3.55.tar.bz2
  highlight-3.55.tar.bz2.asc

New:

  highlight-3.56.tar.bz2
  highlight-3.56.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.7DZxqu/_old  2020-04-15 20:07:41.954154288 +0200
+++ /var/tmp/diff_new_pack.7DZxqu/_new  2020-04-15 20:07:41.958154292 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.55
+Version:3.56
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later

++ highlight-3.55.tar.bz2 -> highlight-3.56.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.55/ChangeLog.adoc 
new/highlight-3.56/ChangeLog.adoc
--- old/highlight-3.55/ChangeLog.adoc   2020-01-29 19:05:28.0 +0100
+++ new/highlight-3.56/ChangeLog.adoc   2020-04-07 20:17:39.0 +0200
@@ -6,6 +6,21 @@
 :toc: left
 :toclevels: 1
 
+== highlight 3.56
+
+06.04.2020
+  
+  - added support for Sequence Alignment Maps (SAM files)
+  - added empty-file mode to `--no-trailing-nl` 
(https://gitlab.com/saalen/highlight/issues/147)
+  - fixed issue with `--syntax-by-name` waiting for stdin 
(https://gitlab.com/saalen/highlight/-/issues/151)
+  - fixed issue with `--syntax` reading matching files in the current working 
directory (https://gitlab.com/saalen/highlight/-/issues/151)
+  - fixed string parsing in lisp.lang 
(https://gitlab.com/saalen/highlight/-/issues/150)
+  - fixed output of UTF-8 text in xterm256 or truecolor output 
(https://gitlab.com/saalen/highlight/-/issues/152)
+  - fixed regex in js.lang (thanks to Jens Schleusener)
+  - fixed calculation of testcase markers with UTF-8 input
+  - allowed number literals with underscores in Java, Scala, D, Julia, C#, 
Perl and Ada definitions
+  - added Nord theme (https://gitlab.com/saalen/highlight/-/merge_requests/125)
+
 == highlight 3.55
 
 29.01.2020
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.55/README.adoc 
new/highlight-3.56/README.adoc
--- old/highlight-3.55/README.adoc  2020-01-29 19:05:28.0 +0100
+++ new/highlight-3.56/README.adoc  2020-04-07 20:17:39.0 +0200
@@ -1,6 +1,6 @@
 = HIGHLIGHT MANUAL
 André Simon
-v3.55, January 2020
+v3.56, April 2020
 :lang: en
 :toc: left
 :toc-title: Contents
@@ -192,7 +192,7 @@
  -o, --output=name of single output file
  -P, --progress print progress bar in batch mode
  -q, --quietsuppress progress info in batch mode
- -S, --syntax=specify type of source code
+ -S, --syntax=   specify type of source code or syntax file path
  --syntax-by-name=specify type of source code by given name
   will not read a file of this name, useful 
for stdin
  -v, --verbose  print debug info
@@ -242,7 +242,7 @@
  -K, --font-size= set font size (specific to output format)
  -l, --line-numbers print line numbers in output file
  -m, --line-number-start=  start line numbering with cnt (assumes -l)
- -s, 

commit highlight for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2020-02-03 11:11:55

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.26092 (New)


Package is "highlight"

Mon Feb  3 11:11:55 2020 rev:28 rq:768443 version:3.55

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2019-11-17 
19:20:30.846933267 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new.26092/highlight.changes   
2020-02-03 11:12:07.181808583 +0100
@@ -1,0 +2,12 @@
+Wed Jan 29 19:37:53 UTC 2020 - antoine.belv...@opensuse.org
+
+- Update to version 3.55:
+  * Improved handling of empty files in xterm256 and truecolor
+output (gl#saalen/highlight#147).
+  * Added EncodingHint attributes to filetypes.conf and language
+definitions (gl#saalen/highlight#141).
+  * CLI: Allowed file paths as --theme and --syntax argument
+(gl#saalen/highlight#145).
+  * GUI: Removed deprecated QTime API call.
+
+---

Old:

  highlight-3.54.tar.bz2
  highlight-3.54.tar.bz2.asc

New:

  highlight-3.55.tar.bz2
  highlight-3.55.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.MxlyfX/_old  2020-02-03 11:12:09.005809505 +0100
+++ /var/tmp/diff_new_pack.MxlyfX/_new  2020-02-03 11:12:09.005809505 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package highlight
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.54
+Version:3.55
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later

++ highlight-3.54.tar.bz2 -> highlight-3.55.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.54/.gitlab-ci.yml 
new/highlight-3.55/.gitlab-ci.yml
--- old/highlight-3.54/.gitlab-ci.yml   2019-11-11 17:57:10.0 +0100
+++ new/highlight-3.55/.gitlab-ci.yml   2020-01-29 19:05:28.0 +0100
@@ -6,15 +6,33 @@
 before_script:
   - apt-get update
   - apt-get install -y make gcc g++ libboost-dev liblua5.3-dev git
+  # ==
+  # EditorConfig Toolchain
+  # ==
+  # Install Node.js:
+  - apt-get install -y curl
+  - curl -sL https://deb.nodesource.com/setup_13.x | bash
+  - apt-get install -y nodejs
+  - node -v
+  - npm -v
+  # Install EClint:
+  - npm install -g eclint
 
 compile:
   script:
-  - make
-  - make install
-  # Verify that our compiled app works properly with a custom "test" script
-  - bash ./src/ci_test.sh
+- make
+- make install
+# Verify that our compiled app works properly with a custom "test" script
+- bash ./src/ci_test.sh
 
   # Save the compiled output from the above for downloading via GitLab and in 
Gitlab 8.6 to use in future build steps
   #artifacts:
   #  paths:
   #  - ansifilter
+
+validate:
+  script:
+# Validate committed files against EditorConfig settings via EClint using
+# a custom script that in case of error lists only the problematic files:
+- bash ./validate.sh
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.54/ChangeLog.adoc 
new/highlight-3.55/ChangeLog.adoc
--- old/highlight-3.54/ChangeLog.adoc   2019-11-11 17:57:10.0 +0100
+++ new/highlight-3.55/ChangeLog.adoc   2020-01-29 19:05:28.0 +0100
@@ -6,6 +6,21 @@
 :toc: left
 :toclevels: 1
 
+== highlight 3.55
+
+29.01.2020
+
+  - improved handling of empty files in xterm256 and truecolor output 
(https://gitlab.com/saalen/highlight/issues/147)
+  - added EncodingHint attributes to filetypes.conf and language definitions 
(https://gitlab.com/saalen/highlight/issues/141)
+  - CLI: allowed file paths as --theme and --syntax argument 
(https://gitlab.com/saalen/highlight/issues/145)
+  - GUI: removed deprecated QTime API call
+
+== highlight 3.54.1
+
+21.11.2019
+
+  - W32 CLI: fixed two pass mode if executed in Mingw shell
+
 == highlight 3.54
 
 11.11.2019
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.54/README.adoc 
new/highlight-3.55/README.adoc
--- old/highlight-3.54/README.adoc  2019-11-11 17:57:10.0 +0100
+++ new/highlight-3.55/README.adoc  2020-01-29 19:05:28.0 +0100
@@ -1,6 +1,6 @@
 = HIGHLIGHT MANUAL
 André Simon
-v3.54, November 2019
+v3.55, January 2020
 :lang: en
 

commit highlight for openSUSE:Factory

2019-11-17 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2019-11-17 19:20:26

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.26869 (New)


Package is "highlight"

Sun Nov 17 19:20:26 2019 rev:27 rq:747436 version:3.54

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2019-08-09 
16:51:22.849497327 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.26869/highlight.changes   
2019-11-17 19:20:30.846933267 +0100
@@ -1,0 +2,24 @@
+Mon Nov 11 19:43:49 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 3.54:
+  * Fixed default colour output in BBCode
+(gl#saalen/highlight#134).
+  * Fixed corner case in sh.lang.
+  * Fixed syntax tests with UTF-8 input (gl#saalen/highlight#123).
+  * Added support for Bash in outhtml_codefold.lua plug-in.
+  * Added ballerina.lang.
+  * Added block strings to java.lang.
+  * Added author hints in themes and language definitions.
+  * Added C++20 reserved words in c.lang.
+  * Added editorconfig file and validated all files accordingly.
+  * CLI: Fixed --list-scripts with -d or HIGHLIGHT_DATADIR env
+variable (gl#saalen/highlight#139).
+  * GUI: Removed AsciiDoc instruction lines from the README popup
+window.
+
+---
+Fri Aug 16 17:14:32 UTC 2019 - antoine.belv...@opensuse.org
+
+- Use lang_package macro for highlight-gui-lang declaration.
+
+---

Old:

  highlight-3.53.tar.bz2
  highlight-3.53.tar.bz2.asc

New:

  highlight-3.54.tar.bz2
  highlight-3.54.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.dIzI6X/_old  2019-11-17 19:20:31.642932929 +0100
+++ /var/tmp/diff_new_pack.dIzI6X/_new  2019-11-17 19:20:31.646932927 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.53
+Version:3.54
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later
@@ -55,16 +55,8 @@
 %description gui
 This package provides graphical interface for %{name}.
 
-%package gui-lang
-Summary:Translations for %{name}-gui
-Group:  System/Localization
-Requires:   %{name}-gui = %{version}
-Supplements:%{name}-gui
-Provides:   %{name}-gui-lang-all = %{version}
-BuildArch:  noarch
+%lang_package -n highlight-gui
 
-%description gui-lang
-This package provides translations for %{name}-gui.
 %endif
 
 %prep

++ highlight-3.53.tar.bz2 -> highlight-3.54.tar.bz2 ++
 34119 lines of diff (skipped)





commit highlight for openSUSE:Factory

2019-08-09 Thread root
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 - antoine.belv...@opensuse.org
+
+- 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.orig2018-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/makefile2019-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)





commit highlight for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2019-08-05 11:17:51

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.4126 (New)


Package is "highlight"

Mon Aug  5 11:17:51 2019 rev:25 rq:717136 version:3.52

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2019-06-12 
13:02:22.853282378 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.4126/highlight.changes
2019-08-05 11:17:53.286523161 +0200
@@ -1,0 +2,5 @@
+Fri Jul 19 18:04:50 UTC 2019 - antoine.belv...@opensuse.org
+
+- Fix build instability (boo#1142155).
+
+---



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.EGMDpn/_old  2019-08-05 11:17:53.878522919 +0200
+++ /var/tmp/diff_new_pack.EGMDpn/_new  2019-08-05 11:17:53.882522917 +0200
@@ -74,12 +74,12 @@
 dos2unix extras/pandoc/* extras/themes-resources/base16/*
 
 %build
-make OPTFLAGS="%{optflags}" \
-  all cli \
+%make_build OPTFLAGS="%{optflags}" cli
 %if %{with gui}
-  gui \
+# Don't call gui and cli targets in the same make invocation
+# as it leads to concurrency issues.
+%make_build OPTFLAGS="%{optflags}" gui
 %endif
-  %{?_smp_mflags}
 
 %install
 %makeinstall \






commit highlight for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2019-06-12 13:02:21

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.4811 (New)


Package is "highlight"

Wed Jun 12 13:02:21 2019 rev:24 rq:706187 version:3.52

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2019-05-21 
10:35:33.943274859 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.4811/highlight.changes
2019-06-12 13:02:22.853282378 +0200
@@ -1,0 +2,16 @@
+Wed May 29 05:31:04 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 3.52:
+  * Added negation `~` to test state indicators
+(gl#saalen/highlight#122).
+  * Added support for Hugo.
+  * Added 5 duotone themes.
+  * CLI: fixed segfault with `--force` (gl#saalen/highlight#125).
+  * GUI: limited font selection to monospace fonts
+(gl#saalen/highlight#124).
+- Rebase optflags patch:
+  * Remove highlight-3.42-use_optflags.patch.
+  * Add highlight-3.52-use_optflags.patch.
+- Remove obsolete conditionals.
+
+---

Old:

  highlight-3.42-use_optflags.patch
  highlight-3.51.tar.bz2
  highlight-3.51.tar.bz2.asc

New:

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



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.LtFLLO/_old  2019-06-12 13:02:23.393282152 +0200
+++ /var/tmp/diff_new_pack.LtFLLO/_new  2019-06-12 13:02:23.393282152 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.51
+Version:3.52
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later
@@ -29,16 +29,12 @@
 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.42-use_optflags.patch
-Patch1: highlight-3.42-use_optflags.patch
+# PATCH-FIX-OPENSUSE highlight-3.52-use_optflags.patch
+Patch1: highlight-3.52-use_optflags.patch
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
-BuildRequires:  lua-devel
-%if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
+BuildRequires:  lua-devel
 
 %description
 A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML or ANSI
@@ -55,10 +51,6 @@
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  update-desktop-files
 Requires:   %{name} = %{version}
-%if 0%{?suse_version} < 1330
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
-%endif
 
 %description gui
 This package provides graphical interface for %{name}.
@@ -99,14 +91,6 @@
 
 rm %{buildroot}%{_docdir}/%{name}/INSTALL
 
-%if %{with gui} && 0%{?suse_version} < 1330
-%post gui
-%desktop_database_post
-
-%postun gui
-%desktop_database_postun
-%endif
-
 %files
 %{_bindir}/%{name}
 %{_docdir}/%{name}

++ highlight-3.42-use_optflags.patch -> highlight-3.52-use_optflags.patch 
++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.42-use_optflags.patch  
2018-01-26 13:56:09.506619519 +0100
+++ 
/work/SRC/openSUSE:Factory/.highlight.new.4811/highlight-3.52-use_optflags.patch
2019-06-12 13:02:22.677282452 +0200
@@ -12,7 +12,7 @@
 -CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11
 +OPTFLAGS=-O2
 +CFLAGS:=-Wall -DNDEBUG -std=c++11 $(OPTFLAGS)
- #CFLAGS:=-ggdb ${CFLAGS} -std=c++11
+ #CFLAGS:=-ggdb -O0 ${CFLAGS} -std=c++11
  
  CFLAGS_DILU=-fno-strict-aliasing
 @@ -114,7 +115,7 @@ gui-qt: highlight-gui

++ highlight-3.51.tar.bz2 -> highlight-3.52.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.51/ChangeLog.adoc 
new/highlight-3.52/ChangeLog.adoc
--- old/highlight-3.51/ChangeLog.adoc   2019-05-17 21:04:13.0 +0200
+++ new/highlight-3.52/ChangeLog.adoc   2019-05-28 20:47:06.0 +0200
@@ -6,6 +6,17 @@
 :toc: left
 :toclevels: 1
 
+
+== highlight 3.52
+
+28.05.2019
+
+  - added negation `~` to test state indicators 
(https://gitlab.com/saalen/highlight/issues/122)
+  - added support for Hugo 
(https://gitlab.com/saalen/highlight/merge_requests/113)
+  - added 5 duotone themes 
(https://gitlab.com/saalen/highlight/merge_requests/115)
+  - CLI: fixed segfault with `--force` 
(https://gitlab.com/saalen/highlight/issues/125)
+  - GUI: limited font selection to monospace fonts 
(https://gitlab.com/saalen/highlight/issues/124)
+  
   
 == highlight 3.51
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit highlight for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2019-05-21 10:35:32

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.5148 (New)


Package is "highlight"

Tue May 21 10:35:32 2019 rev:23 rq:704318 version:3.51

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2019-04-02 
09:17:13.784462296 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.5148/highlight.changes
2019-05-21 10:35:33.943274859 +0200
@@ -1,0 +2,17 @@
+Sat May 18 07:38:29 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 3.51:
+  * SVG output: Added `white-space: pre` in styles.
+  * HTML output: Replaced  by  (deb#927410).
+  * HTML output: Fixed index file format (missing close tags).
+  * CLI: Moved syntax recognition functions to DataDir class.
+  * CLI: Added regular expressions and default false values to
+--verbose output.
+  * CLI: Fixed `--list-cat` without `--list-scripts`
+(gl#saalen/highlight#107).
+  * CLI: Added optional argument to `--base16`
+(gl#saalen/highlight#113).
+  * CLI: Added default base16 themes (gl#saalen/highlight#113).
+  * CLI: Added `--isolate` option (gl#saalen/highlight#118).
+
+---

Old:

  highlight-3.50.tar.bz2
  highlight-3.50.tar.bz2.asc

New:

  highlight-3.51.tar.bz2
  highlight-3.51.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.k02SA4/_old  2019-05-21 10:35:34.667274389 +0200
+++ /var/tmp/diff_new_pack.k02SA4/_new  2019-05-21 10:35:34.671274387 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.50
+Version:3.51
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later

++ highlight-3.50.tar.bz2 -> highlight-3.51.tar.bz2 ++
 4037 lines of diff (skipped)





commit highlight for openSUSE:Factory

2019-04-02 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2019-04-02 09:17:05

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.25356 (New)


Package is "highlight"

Tue Apr  2 09:17:05 2019 rev:22 rq:690033 version:3.50

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2019-02-11 
21:15:59.663381551 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new.25356/highlight.changes   
2019-04-02 09:17:13.784462296 +0200
@@ -1,0 +2,14 @@
+Sat Mar 30 08:23:39 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 3.50:
+  * Added lineno, column parameters to OnStateChange hook.
+  * Added support for Crystal.
+  * Added support for Slim.
+  * Fixed several typos in documentaion and manpages.
+  * CLI: Added `--syntax-by-name` option.
+  * CLI: Removed deprecated `--list-langs` and`--list-themes`
+options.
+  * GUI: Added terminal sequence output options
+(gl#saalen/highlight#110).
+
+---

Old:

  highlight-3.49.tar.bz2
  highlight-3.49.tar.bz2.asc

New:

  highlight-3.50.tar.bz2
  highlight-3.50.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.a92I6R/_old  2019-04-02 09:17:15.460464181 +0200
+++ /var/tmp/diff_new_pack.a92I6R/_new  2019-04-02 09:17:15.460464181 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.49
+Version:3.50
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later

++ highlight-3.49.tar.bz2 -> highlight-3.50.tar.bz2 ++
 7654 lines of diff (skipped)





commit highlight for openSUSE:Factory

2019-02-11 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2019-02-11 21:15:58

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.28833 (New)


Package is "highlight"

Mon Feb 11 21:15:58 2019 rev:21 rq:672689 version:3.49

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2018-12-27 
00:24:44.819890873 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new.28833/highlight.changes   
2019-02-11 21:15:59.663381551 +0100
@@ -1,0 +2,15 @@
+Fri Feb  8 06:56:27 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 3.49:
+  * Fixed more problems with syntax test indicators reporting wrong
+states (gl#saalen/highlight#102).
+  * Added support for Meson, Solidity, TOML and Terraform.
+  * Improved Perl and Yaml highlighting.
+  * Added Categories field to all config files.
+  * CLI: added category info in --list-scripts output.
+  * CLI: added --list-cat option (gl#saalen/highlight/99).
+  * CLI: added optional topic parameter to --help.
+  * GUI: added theme category selection.
+  * GUI: display categories of selected syntax or theme.
+
+---

Old:

  highlight-3.48.tar.bz2
  highlight-3.48.tar.bz2.asc

New:

  highlight-3.49.tar.bz2
  highlight-3.49.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.sjEIW5/_old  2019-02-11 21:16:00.459381129 +0100
+++ /var/tmp/diff_new_pack.sjEIW5/_new  2019-02-11 21:16:00.467381125 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package highlight
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.48
+Version:3.49
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later

++ highlight-3.48.tar.bz2 -> highlight-3.49.tar.bz2 ++
 16124 lines of diff (skipped)





commit highlight for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2018-12-27 00:24:42

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new.28833 (New)


Package is "highlight"

Thu Dec 27 00:24:42 2018 rev:20 rq:658089 version:3.48

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2018-10-15 
10:06:45.325838565 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new.28833/highlight.changes   
2018-12-27 00:24:44.819890873 +0100
@@ -1,0 +2,12 @@
+Fri Dec 14 16:25:18 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.48:
+  * Fixed --list-scripts abortion with Fedora default compilation
+options (gl#saalen/highlight#84).
+  * Fixed a problem with syntax test indicators reporting wrong
+states after comments.
+  * Improved Verilog syntax.
+  * Improved quoted string highlighting for Perl and Ruby.
+  * Detection of pkg-config's Lua version in src/makefile.
+
+---

Old:

  highlight-3.47.tar.bz2
  highlight-3.47.tar.bz2.asc

New:

  highlight-3.48.tar.bz2
  highlight-3.48.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.Ea3Hno/_old  2018-12-27 00:24:45.263890510 +0100
+++ /var/tmp/diff_new_pack.Ea3Hno/_new  2018-12-27 00:24:45.263890510 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:   highlight
-Version:3.47
+Version:3.48
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later

++ highlight-3.47.tar.bz2 -> highlight-3.48.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.47/.gitlab-ci.yml 
new/highlight-3.48/.gitlab-ci.yml
--- old/highlight-3.47/.gitlab-ci.yml   1970-01-01 01:00:00.0 +0100
+++ new/highlight-3.48/.gitlab-ci.yml   2018-12-14 11:49:21.0 +0100
@@ -0,0 +1,20 @@
+# Specify the docker image to use (only used if using docker runners)
+# See: http://doc.gitlab.com/ee/ci/docker/using_docker_images.html
+image: debian:stable-slim
+
+# Define commands that run before each job's script
+before_script:
+  - apt-get update
+  - apt-get install -y make gcc g++ libboost-dev liblua5.3-dev 
+
+compile:
+  script:
+  - make
+  - make install
+  # Verify that our compiled app works properly with a custom "test" script
+  - bash ./src/ci_test.sh
+
+  # Save the compiled output from the above for downloading via GitLab and in 
Gitlab 8.6 to use in future build steps
+  #artifacts:
+  #  paths:
+  #  - ansifilter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.47/ChangeLog.adoc 
new/highlight-3.48/ChangeLog.adoc
--- old/highlight-3.47/ChangeLog.adoc   2018-10-13 21:26:45.0 +0200
+++ new/highlight-3.48/ChangeLog.adoc   2018-12-14 11:49:21.0 +0100
@@ -1,5 +1,15 @@
 = Highlight CHANGELOG
 
+=== highlight 3.48
+
+14.12.2018
+
+ - fixed --list-scripts abortion with Fedora default compilation options 
+ (https://gitlab.com/saalen/highlight/issues/84)
+ - fixed a problem with syntax test indicators reporting wrong states after 
comments
+ - improved Verilog syntax
+ - improved quoted string highlighting for Perl and Ruby
+ - detection of pkg-config's Lua version in src/makefile
 
 === highlight 3.47
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.47/README_TESTCASES.adoc 
new/highlight-3.48/README_TESTCASES.adoc
--- old/highlight-3.47/README_TESTCASES.adoc2018-10-13 21:26:45.0 
+0200
+++ new/highlight-3.48/README_TESTCASES.adoc2018-12-14 11:49:21.0 
+0100
@@ -69,36 +69,36 @@
 

 #include 
 #include "myheader"
-// ^ ppc ^^ pps   <1>
+// ^ ppc ^^ pps   1)
 
 int main() {
-//   kwd  <2>
+//   kwd  2)
 /* comment comment comment
- * <  com ^ ws ^ com  <3>
+ * <  com ^ ws ^ com  3)
  */
 
 int var =   0x1234;
 /*  ^^^ std ^^ num */
-//  ^ opt <4>
+//  ^ opt 4)
 std::cout << "whatever: " << var <<   "\n";
 //    str^^opt ^^ esc
 return 0;
-//  <   kwa   <5>
+//  <   kwa   5)
 }
 

 
-<1> This line contains a test for preprocessor and a preprocessor string.
-The `^` indicators point at the tested string sections of the previous 
line.
+1) This line 

commit highlight for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2018-10-15 10:06:36

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Mon Oct 15 10:06:36 2018 rev:19 rq:641905 version:3.47

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2018-07-23 
17:58:46.913096674 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2018-10-15 
10:06:45.325838565 +0200
@@ -1,0 +2,45 @@
+Sun Oct 14 07:32:17 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.47:
+  * Fixed xterm256 and truecolor whitespace output #2
+(gl#saalen/highlight#90).
+  * Fixed LaTeX, TeX, SVG and ODT whitespace output (regression of
+3.45).
+  * Added darkplus theme.
+  * Converted ChangeLog to AsciiDoc.
+  * Allowed state test indicators to match both whitespace (ws) and
+the enclosing state (others).
+  * CLI: Default output changed to xterm256 or truecolor if run in
+a terminal with color support and only a single file is
+outputted.
+  * GUI: Added checkbox in the clipboard tab to output selected
+lines only.
+
+---
+Sun Oct  7 15:31:19 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.46:
+  * Fixed xterm256 and truecolor whitespace output
+(gl#saalen/highlight#90).
+  * Converted manuals to AsciiDoc.
+
+---
+Fri Oct  5 19:37:00 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.45:
+  * Added DocumentHeader and DocumentFooter plug-in hooks.
+  * Added RemoveKeyword Lua function for syntax definitions.
+  * Added syntax test indicators (see README_TESTCASES).
+  * Added support for ISO and R10 variants of Modula2.
+  * Fixed R identifiers.
+  * Fixed ALAN IF identifiers.
+  * Fixed issue with Bash string interpolation.
+  * Fixed some bugs found by coverity tool
+(gl#saalen/highlight#82).
+  * Added Swift keywords and types.
+  * Added filetypes.conf.5 man page (gl#saalen/highlight#83).
+  * Added Gradle extension mapping.
+- Renamed highlight-3.43-fix-doc-dir.patch to
+  highlight-3.45-fix-doc-dir.patch: Rebased patch to 3.45.
+
+---

Old:

  highlight-3.43-fix-doc-dir.patch
  highlight-3.44.tar.bz2
  highlight-3.44.tar.bz2.asc

New:

  highlight-3.45-fix-doc-dir.patch
  highlight-3.47.tar.bz2
  highlight-3.47.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.zQwb6Y/_old  2018-10-15 10:06:47.165836593 +0200
+++ /var/tmp/diff_new_pack.zQwb6Y/_new  2018-10-15 10:06:47.169836589 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without gui
 Name:   highlight
-Version:3.44
+Version:3.47
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later
@@ -27,8 +27,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-3.43-fix-doc-dir.patch
-Patch0: highlight-3.43-fix-doc-dir.patch
+# PATCH-FIX-OPENSUSE highlight-3.45-fix-doc-dir.patch
+Patch0: highlight-3.45-fix-doc-dir.patch
 # PATCH-FIX-OPENSUSE highlight-3.42-use_optflags.patch
 Patch1: highlight-3.42-use_optflags.patch
 BuildRequires:  dos2unix
@@ -117,6 +117,7 @@
 %{_datadir}/%{name}/plugins
 %{_datadir}/%{name}/themes
 %{_mandir}/man1/%{name}.1%{?ext_man}
+%{_mandir}/man5/filetypes.conf.5%{?ext_man}
 
 %if %{with gui}
 %files gui

++ highlight-3.43-fix-doc-dir.patch -> highlight-3.45-fix-doc-dir.patch 
++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.43-fix-doc-dir.patch   
2018-05-02 12:17:17.702648148 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight-3.45-fix-doc-dir.patch  
2018-10-15 10:06:43.205840837 +0200
@@ -2,7 +2,7 @@
 --- highlight-2.10-orig//makefile  2009-07-22 23:49:45.0 +0200
 +++ highlight-2.10//makefile   2009-07-22 23:50:33.0 +0200
 @@ -20,7 +20,7 @@
- man_dir = ${PREFIX}/share/man/man1/
+ man_dir = ${PREFIX}/share/man/
  
  # Location of the highlight documentation:
 -doc_dir = ${PREFIX}/share/doc/highlight/

++ highlight-3.44.tar.bz2 -> highlight-3.47.tar.bz2 ++
 22319 lines of 

commit highlight for openSUSE:Factory

2018-07-23 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2018-07-23 17:58:45

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Mon Jul 23 17:58:45 2018 rev:18 rq:624522 version:3.44

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2018-05-02 
12:17:18.266627571 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2018-07-23 
17:58:46.913096674 +0200
@@ -1,0 +2,23 @@
+Sat Jul 21 22:40:47 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.44:
+  * Fixed gcc 8 compilation warnings.
+  * Fixed Ruby string interpolation (gh#andre-simon/higlight#70).
+  * Added support for ALAN IF.
+  * Added 107 Base16 themes.
+  * Updated Rust and Java reserved words lists.
+  * Revised documentation.
+  * Moved extras/css-themes into extras/themes-resources.
+  * Added extras/themes-resources/base16.
+  * GUI: added Base16 theme selection checkbox.
+  * CLI: added --base16 option to enable the new themes.
+  * CLI: accept - as argument to read from stdin
+(gh#andre-simon/highlight#73).
+
+---
+Fri May  4 06:10:46 UTC 2018 - antoine.belv...@opensuse.org
+
+- Make the build of gui subpackage conditional (built by default).
+- Clean spec file with spec-cleaner.
+
+---

Old:

  highlight-3.43.tar.bz2
  highlight-3.43.tar.bz2.asc

New:

  highlight-3.44.tar.bz2
  highlight-3.44.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.bXT2Fk/_old  2018-07-23 17:58:47.365096111 +0200
+++ /var/tmp/diff_new_pack.bXT2Fk/_new  2018-07-23 17:58:47.365096111 +0200
@@ -16,13 +16,14 @@
 #
 
 
+%bcond_without gui
 Name:   highlight
-Version:3.43
+Version:3.44
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later
 Group:  Development/Tools/Other
-Url:http://www.andre-simon.de/
+URL:http://www.andre-simon.de/
 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
@@ -30,15 +31,14 @@
 Patch0: highlight-3.43-fix-doc-dir.patch
 # PATCH-FIX-OPENSUSE highlight-3.42-use_optflags.patch
 Patch1: highlight-3.42-use_optflags.patch
+BuildRequires:  dos2unix
+BuildRequires:  gcc-c++
+BuildRequires:  lua-devel
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  dos2unix
-BuildRequires:  gcc-c++
-BuildRequires:  lua-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML or ANSI
@@ -48,16 +48,17 @@
 The utility offers indentation and reformatting capabilities.
 It is easily possible to create new language definitions and colour themes.
 
+%if %{with gui}
 %package gui
 Summary:Graphical Interface for %{name}
 Group:  Development/Tools/Other
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  update-desktop-files
-%if 0%{suse_version} < 1330
+Requires:   %{name} = %{version}
+%if 0%{?suse_version} < 1330
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 %endif
-Requires:   %{name} = %{version}
 
 %description gui
 This package provides graphical interface for %{name}.
@@ -66,30 +67,39 @@
 Summary:Translations for %{name}-gui
 Group:  System/Localization
 Requires:   %{name}-gui = %{version}
-Provides:   %{name}-gui-lang-all = %{version}
-Supplements:packageand(bundle-lang-other:%{name}-gui)
+Supplements:%{name}-gui
 Provides:   %{name}-gui-lang-all = %{version}
 BuildArch:  noarch
 
 %description gui-lang
 This package provides translations for %{name}-gui.
+%endif
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1
-dos2unix extras/pandoc/*
+dos2unix extras/pandoc/* extras/themes-resources/base16/*
 
 %build
-make OPTFLAGS="%{optflags}" %{?_smp_mflags}
-make gui OPTFLAGS="%{optflags}" %{?_smp_mflags}
+make OPTFLAGS="%{optflags}" \
+  all cli \
+%if %{with gui}
+  gui \
+%endif
+  %{?_smp_mflags}
 
 %install
-%makeinstall install-gui
+%makeinstall \
+%if %{with gui}
+  install-gui
 %suse_update_desktop_file -G "Text converter" -r %{name} Utility TextEditor
 %find_lang %{name} --with-qt
+%endif
+
+rm %{buildroot}%{_docdir}/%{name}/INSTALL
 
-%if 0%{suse_version} < 1330
+%if %{with gui} && 0%{?suse_version} < 1330
 %post gui
 

commit highlight for openSUSE:Factory

2018-05-02 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2018-05-02 12:17:13

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Wed May  2 12:17:13 2018 rev:17 rq:602828 version:3.43

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2018-01-26 
13:56:10.258584410 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2018-05-02 
12:17:18.266627571 +0200
@@ -1,0 +2,18 @@
+Tue May  1 10:16:05 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.43:
+  * Updated astyle code to release 3.1 (Rev. 655).
+  * Added webkit reformatting style.
+  * Improved several language definitions.
+  * Fixed Matlab string recognition (#61).
+  * Fixed Autohotkey escape sequence recognition.
+  * Added excel.lang (#60).
+  * Improved Qt pro file (#59).
+  * CLI: Added --reformat-option (#62).
+  * CLI: Added --line-range (#64).
+  * GUI: Added Bulgarian translation.
+- Rebase docdir patch on 3.43:
+  * Remove highlight-3.41-fix-doc-dir.patch.
+  * Add highlight-3.43-fix-doc-dir.patch.
+
+---

Old:

  highlight-3.41-fix-doc-dir.patch
  highlight-3.42.tar.bz2
  highlight-3.42.tar.bz2.asc

New:

  highlight-3.43-fix-doc-dir.patch
  highlight-3.43.tar.bz2
  highlight-3.43.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.UgNLl0/_old  2018-05-02 12:17:18.834606848 +0200
+++ /var/tmp/diff_new_pack.UgNLl0/_new  2018-05-02 12:17:18.838606702 +0200
@@ -17,17 +17,17 @@
 
 
 Name:   highlight
-Version:3.42
+Version:3.43
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Development/Tools/Other
 Url:http://www.andre-simon.de/
 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-3.41-fix-doc-dir.patch
-Patch0: highlight-3.41-fix-doc-dir.patch
+# PATCH-FIX-OPENSUSE highlight-3.43-fix-doc-dir.patch
+Patch0: highlight-3.43-fix-doc-dir.patch
 # PATCH-FIX-OPENSUSE highlight-3.42-use_optflags.patch
 Patch1: highlight-3.42-use_optflags.patch
 %if 0%{?suse_version} > 1325

++ highlight-3.41-fix-doc-dir.patch -> highlight-3.43-fix-doc-dir.patch 
++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.41-fix-doc-dir.patch   
2017-12-06 08:51:35.400358080 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight-3.43-fix-doc-dir.patch  
2018-05-02 12:17:17.702648148 +0200
@@ -16,7 +16,7 @@
 @@ -47,7 +47,7 @@ unix {
  DEFINES+=CONFIG_DIR=\\\"/etc/highlight/\\\"
  }
- !contains(DEFINES, DOC_DIR) {
+ !contains(DEFINES, DOC_DIR.*) {
 -DEFINES+=DOC_DIR=\\\"/usr/share/doc/highlight/\\\"
 +DEFINES+=DOC_DIR=\\\"/usr/share/doc/packages/highlight/\\\"
  }

++ highlight-3.42.tar.bz2 -> highlight-3.43.tar.bz2 ++
 5487 lines of diff (skipped)





commit highlight for openSUSE:Factory

2018-01-26 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2018-01-26 13:56:08

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Fri Jan 26 13:56:08 2018 rev:16 rq:568816 version:3.42

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2017-12-06 
08:51:41.284142677 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2018-01-26 
13:56:10.258584410 +0100
@@ -1,0 +2,24 @@
+Wed Jan 24 06:49:16 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.42:
+  * Fix HL_OUTPUT in Lua state for HL_FORMAT_XHTML and
+HL_FORMAT_TRUECOLOR values.
+  * Fix lib-shared make target.
+  * Update astyle code to release 3.1.0 beta.
+  * Add Polygen and EBNF2 syntax definitions.
+  * Add pywal terminal colouring template in extras/pywal.
+  * Add reformatting style ratliff (replaces banner).
+  * Add extras/langDefs-resources/cleanslate.lang.
+  * Improve Perl6 compatibility.
+  * Improve PHP string interpolation.
+  * Improve Haskell definition.
+  * CLI: Add --canvas option to define background color padding in
+ANSI output.
+  * GUI: Add French translation.
+  * GUI: Add Scripts tab.
+  * GUI: Minor bugfixes.
+- Rebase optflags patch on 3.42:
+  * Remove highlight-3.34-use_optflags.patch.
+  * Add highlight-3.42-use_optflags.patch.
+
+---

Old:

  highlight-3.34-use_optflags.patch
  highlight-3.41.tar.bz2
  highlight-3.41.tar.bz2.asc

New:

  highlight-3.42-use_optflags.patch
  highlight-3.42.tar.bz2
  highlight-3.42.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.0bT7FM/_old  2018-01-26 13:56:11.066546686 +0100
+++ /var/tmp/diff_new_pack.0bT7FM/_new  2018-01-26 13:56:11.070546499 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package highlight
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.41
+Version:3.42
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0+
@@ -28,8 +28,8 @@
 Source99:   highlight.keyring
 # PATCH-FIX-OPENSUSE highlight-3.41-fix-doc-dir.patch
 Patch0: highlight-3.41-fix-doc-dir.patch
-# PATCH-FIX-OPENSUSE highlight-3.34-use_optflags.patch
-Patch1: highlight-3.34-use_optflags.patch
+# PATCH-FIX-OPENSUSE highlight-3.42-use_optflags.patch
+Patch1: highlight-3.42-use_optflags.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else

++ highlight-3.34-use_optflags.patch -> highlight-3.42-use_optflags.patch 
++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.34-use_optflags.patch  
2017-02-08 10:40:52.371718745 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight-3.42-use_optflags.patch 
2018-01-26 13:56:09.506619519 +0100
@@ -1,7 +1,6 @@
-diff -up ./makefile.orig ./makefile
 diff -up ./src/makefile.orig ./src/makefile
 ./src/makefile.orig2017-01-24 22:13:39.387629452 +0100
-+++ ./src/makefile 2017-01-24 22:14:54.979632586 +0100
+--- ./src/makefile.orig2018-01-24 07:34:40.730387118 +0100
 ./src/makefile 2018-01-24 07:37:47.886394877 +0100
 @@ -16,10 +16,11 @@
  CXX=g++
  
@@ -13,7 +12,7 @@
 -CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11
 +OPTFLAGS=-O2
 +CFLAGS:=-Wall -DNDEBUG -std=c++11 $(OPTFLAGS)
- #CFLAGS:=-ggdb ${CFLAGS}
+ #CFLAGS:=-ggdb ${CFLAGS} -std=c++11
  
  CFLAGS_DILU=-fno-strict-aliasing
 @@ -114,7 +115,7 @@ gui-qt: highlight-gui
@@ -21,7 +20,7 @@
  highlight-gui: libhighlight.a ${GUI_OBJECTS}
cd gui-qt && \
 -  ${QMAKE} 'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" 
CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" DOC_DIR=\\\"${HL_DOC_DIR}\\\" ' && \
-+   ${QMAKE} QMAKE_CXXFLAGS="$(OPTFLAGS)" 
'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" 
DOC_DIR=\\\"${HL_DOC_DIR}\\\" ' && \
++  ${QMAKE} QMAKE_CXXFLAGS="$(OPTFLAGS)" 
'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" 
DOC_DIR=\\\"${HL_DOC_DIR}\\\" ' && \
$(MAKE)
  
  $(OBJECTFILES) : makefile

++ highlight-3.41.tar.bz2 -> highlight-3.42.tar.bz2 ++
 11055 lines of diff (skipped)





commit highlight for openSUSE:Factory

2017-12-05 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2017-12-06 08:51:35

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Wed Dec  6 08:51:35 2017 rev:15 rq:546531 version:3.41

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2017-11-14 
14:21:20.418605539 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2017-12-06 
08:51:41.284142677 +0100
@@ -1,0 +2,21 @@
+Wed Nov 29 18:30:58 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to version 3.41:
+  * Rename examples directory to extras.
+  * Line anchors (-a) are attached as id attribute to the first
+span or li tag in HTML output.
+  * Rename ID prefix in outhtml_codefold plug-in to be compatible
+with -a IDs.
+  * Add fstab.lang and add anacrontab in filetypes.conf.
+  * Remove references to OutputType::HTML32.
+  * Add extras/css-themes and extras/langDefs-resources.
+  * CLI: Remove deprecated indicator of --data-dir option.
+  * CLI: Add --no-version-info option.
+  * GUI: Fix initial theme selection.
+  * GUI: Add "Omit version info comment" option.
+  * GUI: Add "Copy with MIME type" option for HTML output.
+- Rebase patch about documentation directory:
+  * Remove highlight-3.32-fix-doc-dir.patch.
+  * Add highlight-3.41-fix-doc-dir.patch.
+
+---

Old:

  highlight-3.32-fix-doc-dir.patch
  highlight-3.40.tar.bz2
  highlight-3.40.tar.bz2.asc

New:

  highlight-3.41-fix-doc-dir.patch
  highlight-3.41.tar.bz2
  highlight-3.41.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.HBt0z9/_old  2017-12-06 08:51:42.400101822 +0100
+++ /var/tmp/diff_new_pack.HBt0z9/_new  2017-12-06 08:51:42.400101822 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.40
+Version:3.41
 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-3.32-fix-doc-dir.patch
-Patch0: highlight-3.32-fix-doc-dir.patch
+# PATCH-FIX-OPENSUSE highlight-3.41-fix-doc-dir.patch
+Patch0: highlight-3.41-fix-doc-dir.patch
 # PATCH-FIX-OPENSUSE highlight-3.34-use_optflags.patch
 Patch1: highlight-3.34-use_optflags.patch
 %if 0%{?suse_version} > 1325
@@ -78,7 +78,7 @@
 %setup -q
 %patch0 -p1
 %patch1
-dos2unix examples/pandoc/*
+dos2unix extras/pandoc/*
 
 %build
 make OPTFLAGS="%{optflags}" %{?_smp_mflags}

++ highlight-3.32-fix-doc-dir.patch -> highlight-3.41-fix-doc-dir.patch 
++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.32-fix-doc-dir.patch   
2016-10-03 09:35:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight-3.41-fix-doc-dir.patch  
2017-12-06 08:51:35.400358080 +0100
@@ -8,8 +8,8 @@
 -doc_dir = ${PREFIX}/share/doc/highlight/
 +doc_dir = ${PREFIX}/share/doc/packages/highlight/
  
- # Location of the highlight examples:
- examples_dir = ${doc_dir}examples/
+ # Location of the highlight extras:
+ examples_dir = ${doc_dir}extras/
 diff -up ./src/gui-qt/highlight.pro.orig ./src/gui-qt/highlight.pro
 --- ./src/gui-qt/highlight.pro.orig2016-09-27 11:46:50.559943746 +0200
 +++ ./src/gui-qt/highlight.pro 2016-09-27 11:47:14.663942558 +0200

++ highlight-3.40.tar.bz2 -> highlight-3.41.tar.bz2 ++
 11570 lines of diff (skipped)





commit highlight for openSUSE:Factory

2017-11-14 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2017-11-14 14:21:17

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Tue Nov 14 14:21:17 2017 rev:14 rq:540691 version:3.40

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2017-07-28 
09:45:30.666278808 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2017-11-14 
14:21:20.418605539 +0100
@@ -1,0 +2,12 @@
+Wed Oct 25 19:03:57 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to version 3.40:
+  * Fix Ruby string parsing.
+  * Fix segfault on sparc64.
+  * Fix PureBasic definition.
+  * Add CMake definition.
+  * Add email definition.
+  * Link scm suffix to lisp definition.
+- Remove _service file (not used after all).
+
+---

Old:

  _service
  highlight-3.39.tar.bz2
  highlight-3.39.tar.bz2.asc

New:

  highlight-3.40.tar.bz2
  highlight-3.40.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.WAUq7B/_old  2017-11-14 14:21:21.166578252 +0100
+++ /var/tmp/diff_new_pack.WAUq7B/_new  2017-11-14 14:21:21.166578252 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.39
+Version:3.40
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0+

++ highlight-3.39.tar.bz2 -> highlight-3.40.tar.bz2 ++
 4855 lines of diff (skipped)





commit highlight for openSUSE:Factory

2017-07-28 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2017-07-28 09:45:10

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Fri Jul 28 09:45:10 2017 rev:13 rq:512709 version:3.39

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2017-06-23 
09:15:08.157809070 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2017-07-28 
09:45:30.666278808 +0200
@@ -1,0 +2,18 @@
+Wed Jul 26 22:46:18 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to version 3.39:
+  * Add syntax for Docker and Elixir.
+  * Improve HTML, Julia, Kotlin and Smalltalk syntax definitions.
+  * GUI: Add "Paste, Convert and Copy" button.
+
+---
+Sun Jul 23 08:19:51 UTC 2017 - antoine.belv...@opensuse.org
+
+- Fix rpmlint warnings:
+  * Convert some files to Unix end-of-line format using dos2unix.
+  * Shorten subpackage summaries.
+  * Add conditional in order not to call desktop_database_post(un)
+macros on Tumbleweed, as it's now handled by RPM filetriggers.
+- Move Qt build dependency to gui subpackage.
+
+---
@@ -127 +145 @@
-Thu Aug 11 16:14:10 UTC 2016 - antoine.belv...@laposte.net
+Thu Aug 11 16:14:10 UTC 2016 - antoine.belv...@opensuse.org
@@ -132 +150 @@
-Thu Aug 11 09:08:32 UTC 2016 - antoine.belv...@laposte.net
+Thu Aug 11 09:08:32 UTC 2016 - antoine.belv...@opensuse.org
@@ -146 +164 @@
-Mon Aug  1 10:58:12 UTC 2016 - antoine.belv...@laposte.net
+Mon Aug  1 10:58:12 UTC 2016 - antoine.belv...@opensuse.org
@@ -155 +173 @@
-Wed Jul  6 17:14:06 UTC 2016 - antoine.belv...@laposte.net
+Wed Jul  6 17:14:06 UTC 2016 - antoine.belv...@opensuse.org
@@ -174 +192 @@
-Tue May 24 18:59:48 UTC 2016 - antoine.belv...@laposte.net
+Tue May 24 18:59:48 UTC 2016 - antoine.belv...@opensuse.org
@@ -186 +204 @@
-Mon Mar 21 21:57:47 UTC 2016 - antoine.belv...@laposte.net
+Mon Mar 21 21:57:47 UTC 2016 - antoine.belv...@opensuse.org
@@ -191 +209 @@
-Sat Mar 12 10:13:57 UTC 2016 - antoine.belv...@laposte.net
+Sat Mar 12 10:13:57 UTC 2016 - antoine.belv...@opensuse.org
@@ -231 +249 @@
-Sun Dec 27 13:10:23 UTC 2015 - antoine.belv...@laposte.net
+Sun Dec 27 13:10:23 UTC 2015 - antoine.belv...@opensuse.org
@@ -245 +263 @@
-Fri Nov  6 21:33:02 UTC 2015 - antoine.belv...@laposte.net
+Fri Nov  6 21:33:02 UTC 2015 - antoine.belv...@opensuse.org
@@ -262 +280 @@
-Thu Sep 17 17:17:42 UTC 2015 - antoine.belv...@laposte.net
+Thu Sep 17 17:17:42 UTC 2015 - antoine.belv...@opensuse.org
@@ -272 +290 @@
-Wed May 27 21:55:02 UTC 2015 - antoine.belv...@laposte.net
+Wed May 27 21:55:02 UTC 2015 - antoine.belv...@opensuse.org
@@ -287 +305 @@
-Sun Feb  1 18:09:19 UTC 2015 - antoine.belv...@laposte.net
+Sun Feb  1 18:09:19 UTC 2015 - antoine.belv...@opensuse.org

Old:

  highlight-3.38.tar.bz2
  highlight-3.38.tar.bz2.asc

New:

  highlight-3.39.tar.bz2
  highlight-3.39.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.xnHLD2/_old  2017-07-28 09:45:32.673996019 +0200
+++ /var/tmp/diff_new_pack.xnHLD2/_new  2017-07-28 09:45:32.677995456 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.38
+Version:3.39
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0+
@@ -35,12 +35,9 @@
 %else
 BuildRequires:  boost-devel
 %endif
+BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
-BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  lua-devel
-BuildRequires:  update-desktop-files
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,15 +49,21 @@
 It is easily possible to create new language definitions and colour themes.
 
 %package gui
-Summary:Universal Source Code to Formatted Text Converter -- Graphical 
Interface
+Summary:Graphical Interface for %{name}
 Group:  Development/Tools/Other
+BuildRequires:  libqt5-qtbase-devel
+BuildRequires:  update-desktop-files
+%if 0%{suse_version} < 1330
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
+%endif
 Requires:   %{name} = %{version}
 
 %description gui
 This package provides graphical interface for %{name}.
 
 %package gui-lang
-Summary:Universal Source Code to Formatted Text Converter -- GUI 
Translations
+Summary:Translations for %{name}-gui
 Group:  System/Localization
 Requires:   %{name}-gui = %{version}
 Provides:   %{name}-gui-lang-all = %{version}
@@ -75,6 +78,7 @@
 %setup 

commit highlight for openSUSE:Factory

2017-06-23 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2017-06-23 09:15:04

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Fri Jun 23 09:15:04 2017 rev:12 rq:505584 version:3.38

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2017-06-04 
01:48:29.768268220 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2017-06-23 
09:15:08.157809070 +0200
@@ -1,0 +2,12 @@
+Wed Jun 21 21:36:29 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to version 3.38:
+  * Fix Bash variable highlighting issue
+  * Update astyle code to release 3.0.1
+  * Add bash_ref_man7_org.lua plugin
+- Improve spec file:
+  * Create separate gui-lang subpackage for gui translations
+  * Use find_lang macro
+  * Add desktop database update calls in pre and post
+
+---

Old:

  highlight-3.37.tar.bz2
  highlight-3.37.tar.bz2.asc

New:

  highlight-3.38.tar.bz2
  highlight-3.38.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.o98tpE/_old  2017-06-23 09:15:08.801718089 +0200
+++ /var/tmp/diff_new_pack.o98tpE/_new  2017-06-23 09:15:08.805717524 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.37
+Version:3.38
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0+
@@ -39,6 +39,8 @@
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  lua-devel
 BuildRequires:  update-desktop-files
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,17 +52,24 @@
 It is easily possible to create new language definitions and colour themes.
 
 %package gui
-Summary:Universal Source Code to Formatted Text Converter
+Summary:Universal Source Code to Formatted Text Converter -- Graphical 
Interface
 Group:  Development/Tools/Other
 Requires:   %{name} = %{version}
 
 %description gui
-A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML or ANSI
-escape sequences with syntax highlighting.
-It supports several programming and markup languages.
-Language descriptions are configurable and support regular expressions.
-The utility offers indentation and reformatting capabilities.
-It is easily possible to create new language definitions and colour themes.
+This package provides graphical interface for %{name}.
+
+%package gui-lang
+Summary:Universal Source Code to Formatted Text Converter -- GUI 
Translations
+Group:  System/Localization
+Requires:   %{name}-gui = %{version}
+Provides:   %{name}-gui-lang-all = %{version}
+Supplements:packageand(bundle-lang-other:%{name}-gui)
+Provides:   %{name}-gui-lang-all = %{version}
+BuildArch:  noarch
+
+%description gui-lang
+This package provides translations for %{name}-gui.
 
 %prep
 %setup -q
@@ -74,18 +83,13 @@
 %install
 %makeinstall install-gui
 %suse_update_desktop_file -G "Text converter" -r %{name} Utility TextEditor
+%find_lang %{name} --with-qt
+
+%post gui
+%desktop_database_post
 
-L="$PWD/%{name}.lang"
-LDIR="%{_datadir}/%{name}/gui_files/l10n"
-echo -n >"$L"
-pushd "%{buildroot}$LDIR"
-/bin/ls -1 *.qm | while read qm; do
-[ -f "$qm" ] || continue
-l="${qm#*_}"
-l="${l%.qm}"
-echo "%lang($l) $LDIR/$qm" >>"$L"
-done
-popd
+%postun gui
+%desktop_database_postun
 
 %files
 %defattr(-,root,root,-)
@@ -104,14 +108,16 @@
 %{_mandir}/man1/%{name}.1%{ext_man}
 %exclude %{_docdir}/%{name}/INSTALL
 
-%files gui -f "%{name}.lang"
+%files gui
 %defattr(-,root,root,-)
 %{_bindir}/%{name}-gui
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/%{name}/gui_files
 %dir %{_datadir}/%{name}/gui_files/ext
 %{_datadir}/%{name}/gui_files/ext/fileopenfilter.conf
-%dir %{_datadir}/%{name}/gui_files/l10n
 %{_datadir}/pixmaps/%{name}.xpm
 
+%files gui-lang -f %{name}.lang
+%dir %{_datadir}/%{name}/gui_files/l10n
+
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.o98tpE/_old  2017-06-23 09:15:08.837713003 +0200
+++ /var/tmp/diff_new_pack.o98tpE/_new  2017-06-23 09:15:08.837713003 +0200
@@ -1,6 +1,6 @@
 
   
-3.37
+3.38
   
   
 enable

++ highlight-3.37.tar.bz2 -> highlight-3.38.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlight-3.37/ChangeLog new/highlight-3.38/ChangeLog
--- old/highlight-3.37/ChangeLog2017-05-30 20:27:16.0 +0200
+++ new/highlight-3.38/ChangeLog2017-06-21 11:05:22.0 +0200

commit highlight for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2017-06-04 01:48:26

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Sun Jun  4 01:48:26 2017 rev:11 rq:500278 version:3.37

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2017-05-31 
12:11:23.479128657 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2017-06-04 
01:48:29.768268220 +0200
@@ -1,0 +2,15 @@
+Wed May 31 22:17:04 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to version 3.37:
+  * Fix Perl string highlighting issue
+  * Fix highlighting if a line continues after the nested code
+delimiter
+  * Update astyle code to release 3.0
+  * Add examples/pandoc
+  * Add syntax mapping for markdown
+  * Add syntax mapping for clj
+  * Improve Java definition
+  * Add theme to JSON converter in examples/json
+  * CLI: Add support for environment variable HIGHLIGHT_OPTIONS
+
+---

Old:

  highlight-3.36.tar.bz2
  highlight-3.36.tar.bz2.asc

New:

  highlight-3.37.tar.bz2
  highlight-3.37.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.LO1awO/_old  2017-06-04 01:48:31.875970419 +0200
+++ /var/tmp/diff_new_pack.LO1awO/_new  2017-06-04 01:48:31.879969854 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.36
+Version:3.37
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0+

++ _service ++
--- /var/tmp/diff_new_pack.LO1awO/_old  2017-06-04 01:48:31.907965899 +0200
+++ /var/tmp/diff_new_pack.LO1awO/_new  2017-06-04 01:48:31.911965334 +0200
@@ -1,6 +1,6 @@
 
   
-3.36
+3.37
   
   
 enable

++ highlight-3.36.tar.bz2 -> highlight-3.37.tar.bz2 ++
 29290 lines of diff (skipped)





commit highlight for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2017-05-31 12:11:23

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Wed May 31 12:11:23 2017 rev:10 rq:498870 version:3.36

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2017-04-24 
09:46:51.676272104 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2017-05-31 
12:11:23.479128657 +0200
@@ -1,0 +2,8 @@
+Sun May 21 22:07:49 UTC 2017 - antoine.belv...@opensuse.org
+
+- Add service file
+  * set_version (disabled)
+  * download_files (disabled)
+- Update highlight.keyring: Key had expired in 2017/02
+
+---

New:

  _service



Other differences:
--
++ _service ++

  
3.36
  
  
enable
  


++ highlight.keyring ++
 1101 lines (skipped)
 between highlight.keyring
 and /work/SRC/openSUSE:Factory/.highlight.new/highlight.keyring




commit highlight for openSUSE:Factory

2017-04-24 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2017-04-24 09:46:50

Comparing /work/SRC/openSUSE:Factory/highlight (Old)
 and  /work/SRC/openSUSE:Factory/.highlight.new (New)


Package is "highlight"

Mon Apr 24 09:46:50 2017 rev:9 rq:488007 version:3.36

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2017-02-08 
10:40:52.571690884 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2017-04-24 
09:46:51.676272104 +0200
@@ -1,0 +2,29 @@
+Fri Apr 14 20:09:00 UTC 2017 - antoine.belv...@opensuse.org
+
+- Update to version 3.36:
+  * Fix code folding plugin to support more Ruby conditional
+modifiers
+  * Fix Perl quoted string highlighting
+  * Add new GeneratorOverride syntax definition parameter
+  * Add Filenames parameter in filetypes.conf to assign input
+filenames to syntax types
+  * Add FASM definition and edit-fasm theme
+  * Add outhtml_ie7_webctrl plug-in
+  * GUI: File extensions can be configured for multiple languages,
+triggers syntax selection prompt
+  * GUI: Added Italian translation
+- Changes from version 3.35:
+  * Fix code folding plugin to support Ruby conditional modifiers
+  * Fix JSON definition
+  * Fix output of unknown syntax warning with applied force switch
+  * Add state trace parameter to Decorate plug-in function 
+  * Add GDScript definition and edit-godot theme
+  * Update SWIG code samples
+  * Update Artistic Style lib
+  * Revise docs
+  * CLI: Fix creation of hidden files if output filename is
+prepended by its input path
+  * CLI: added switch --stdout
+- Drop highlight-3.34-use-default-compiler.patch (fixed upstream).
+
+---

Old:

  highlight-3.34-use-default-compiler.patch
  highlight-3.34.tar.bz2
  highlight-3.34.tar.bz2.asc

New:

  highlight-3.36.tar.bz2
  highlight-3.36.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.3o4fV9/_old  2017-04-24 09:46:52.532151051 +0200
+++ /var/tmp/diff_new_pack.3o4fV9/_new  2017-04-24 09:46:52.532151051 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.34
+Version:3.36
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0+
@@ -30,8 +30,6 @@
 Patch0: highlight-3.32-fix-doc-dir.patch
 # PATCH-FIX-OPENSUSE highlight-3.34-use_optflags.patch
 Patch1: highlight-3.34-use_optflags.patch
-# PATCH-FIX-UPSTREAM highlight-3.34-use-default-compiler.patch -- Don't force 
the use of clang for gui code without reason
-Patch2: highlight-3.34-use-default-compiler.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -68,7 +66,6 @@
 %setup -q
 %patch0 -p1
 %patch1
-%patch2
 
 %build
 make OPTFLAGS="%{optflags}" %{?_smp_mflags}

++ highlight-3.34.tar.bz2 -> highlight-3.36.tar.bz2 ++
 15296 lines of diff (skipped)





commit highlight for openSUSE:Factory

2017-02-08 Thread root


binI9SiUDIAm9.bin
Description: Binary data


commit highlight for openSUSE:Factory

2016-11-08 Thread h_root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2016-11-08 18:25:43

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-10-03 
09:35:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2016-11-08 
18:25:44.0 +0100
@@ -1,0 +2,19 @@
+Sat Nov  5 21:16:41 UTC 2016 - antoine.belv...@opensuse.org
+
+- Update to 3.33:
+  * Fix highlighting of nested section delimiters
+  * Fix PHP definition
+  * Fix font family declaration in SVG
+  * Fix user defined encoding in ODT
+  * Fix unnecessary output of style file with --inline-css
+  * Add vimscript language definition
+  * Add Coffeescript language definition
+  * Add PureBasic definition and theme
+  * Add JSX language definition
+  * Add PO translation definition
+  * Add plug-in outhtml_add_figure.lua
+  * Update js definition
+  * Update Artistic Style lib
+  * Improve various color themes and syntax definitions
+
+---

Old:

  highlight-3.32.tar.bz2
  highlight-3.32.tar.bz2.asc

New:

  highlight-3.33.tar.bz2
  highlight-3.33.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.hKAMVB/_old  2016-11-08 18:25:45.0 +0100
+++ /var/tmp/diff_new_pack.hKAMVB/_new  2016-11-08 18:25:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.32
+Version:3.33
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0+

++ highlight-3.32.tar.bz2 -> highlight-3.33.tar.bz2 ++
 29541 lines of diff (skipped)





commit highlight for openSUSE:Factory

2016-10-03 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2016-10-03 
09:35:58.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.PvX7on/_new  2016-10-03 09:35:59.0 +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.0 +0200
+++ highlight-2.10//makefile2009-07-22 23:50:33.0 +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)





commit highlight for openSUSE:Factory

2016-08-24 Thread h_root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2016-08-24 10:08:22

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-03 
11:45:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2016-08-24 
10:08:25.0 +0200
@@ -1,0 +2,19 @@
+Thu Aug 11 16:14:10 UTC 2016 - antoine.belv...@laposte.net
+
+- Build highlight-gui with Qt5 instead of Qt4.
+
+---
+Thu Aug 11 09:08:32 UTC 2016 - antoine.belv...@laposte.net
+
+- Add signature verification:
+  * Add highlight.keyring (highlight's main developer Andre Simon
+public key)
+  * Add highlight-3.31.tar.bz2.asc
+- Update highlight-3.31.tar.bz2:
+  * Updated by upstream
+  * Windows line endings has been replaced by UNIX ones
+  * A useless file has been removed
+- Update highlight-3.30-use_optflags.patch:
+  * Switch to UNIX line endings
+
+---

New:

  highlight-3.31.tar.bz2.asc
  highlight.keyring



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.JYiXOi/_old  2016-08-24 10:08:26.0 +0200
+++ /var/tmp/diff_new_pack.JYiXOi/_new  2016-08-24 10:08:26.0 +0200
@@ -24,13 +24,15 @@
 Group:  Development/Tools/Other
 Url:http://www.andre-simon.de/
 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.30-use_optflags.patch
 Patch1: highlight-3.30-use_optflags.patch
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libqt4-devel
+BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  lua-devel
 BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,8 +64,8 @@
 %patch1
 
 %build
-make QMAKE="qmake" OPTFLAGS="%{optflags}" %{?_smp_mflags}
-make gui QMAKE="qmake" OPTFLAGS="%{optflags}" %{?_smp_mflags}
+make OPTFLAGS="%{optflags}" %{?_smp_mflags}
+make gui OPTFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
 %makeinstall install-gui

++ highlight-3.30-use_optflags.patch ++
--- /var/tmp/diff_new_pack.JYiXOi/_old  2016-08-24 10:08:26.0 +0200
+++ /var/tmp/diff_new_pack.JYiXOi/_new  2016-08-24 10:08:26.0 +0200
@@ -2,27 +2,27 @@
 --- src/makefile.orig  2016-07-06 19:30:36.100010149 +0200
 +++ src/makefile   2016-07-06 19:31:54.433504417 +0200
 @@ -13,12 +13,11 @@
- # See src/gui-qt/highlight.pro for the Qt GUI compilation options
- 
- CXX=g++
--
--# was: 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
-+OPTFLAGS=-O2
-+CFLAGS:=-Wall -DNDEBUG -std=c++11 $(OPTFLAGS)
- #CFLAGS:=-ggdb ${CFLAGS}
- 
- CFLAGS_DILU=-fno-strict-aliasing
+ # See src/gui-qt/highlight.pro for the Qt GUI compilation options
+ 
+ CXX=g++
+-
+-# was: 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
++OPTFLAGS=-O2
++CFLAGS:=-Wall -DNDEBUG -std=c++11 $(OPTFLAGS)
+ #CFLAGS:=-ggdb ${CFLAGS}
+ 
+ CFLAGS_DILU=-fno-strict-aliasing
 @@ -113,7 +112,7 @@ gui-qt: highlight-gui
- 
- highlight-gui: libhighlight.a ${GUI_OBJECTS}
-   cd gui-qt && \
--  ${QMAKE} 'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" 
CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" DOC_DIR=\\\"${HL_DOC_DIR}\\\" ' && \
-+  ${QMAKE} QMAKE_CXXFLAGS="$(OPTFLAGS)" 
'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" 
DOC_DIR=\\\"${HL_DOC_DIR}\\\" ' && \
-   $(MAKE)
- 
- $(OBJECTFILES) : makefile
+ 
+ highlight-gui: libhighlight.a ${GUI_OBJECTS}
+   cd gui-qt && \
+-  ${QMAKE} 'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" 
CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" DOC_DIR=\\\"${HL_DOC_DIR}\\\" ' && \
++  ${QMAKE} QMAKE_CXXFLAGS="$(OPTFLAGS)" 
'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" 
DOC_DIR=\\\"${HL_DOC_DIR}\\\" ' && \
+   $(MAKE)
+ 
+ $(OBJECTFILES) : makefile

++ highlight-3.31.tar.bz2 ++
 6398 lines of diff (skipped)




commit highlight for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2016-08-03 11:45:05

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-07-14 
09:50:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2016-08-03 
11:45:19.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug  1 10:58:12 UTC 2016 - antoine.belv...@laposte.net
+
+- Update to 3.31:
+  * Revise documentation
+  * GUI: fix minor layout issues
+- Change arguments order for suse_update_desktop_file: GenericName
+  was not set.
+
+---

Old:

  highlight-3.30.tar.bz2

New:

  highlight-3.31.tar.bz2



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.LafGjN/_old  2016-08-03 11:45:20.0 +0200
+++ /var/tmp/diff_new_pack.LafGjN/_new  2016-08-03 11:45:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.30
+Version:3.31
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0+
@@ -67,7 +67,7 @@
 
 %install
 %makeinstall install-gui
-%suse_update_desktop_file -r %{name} Utility TextEditor -G "Text converter"
+%suse_update_desktop_file -G "Text converter" -r %{name} Utility TextEditor
 
 L="$PWD/%{name}.lang"
 LDIR="%{_datadir}/%{name}/gui_files/l10n"

++ highlight-3.30.tar.bz2 -> highlight-3.31.tar.bz2 ++
 4350 lines of diff (skipped)




commit highlight for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2016-07-14 09:50:54

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-05-30 
09:57:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2016-07-14 
09:50:56.0 +0200
@@ -1,0 +2,19 @@
+Wed Jul  6 17:14:06 UTC 2016 - antoine.belv...@laposte.net
+
+- Update to 3.30:
+  * The data directory can be defined with the HIGHLIGHT_DATADIR
+environment variable
+  * Fix RTF output of UTF-8 input; needs input encoding set to
+utf-8
+  * Fix XML comment recognition
+  * Data search directories is appended to the result of
+--list-scripts
+  * Revise older syntax definitions
+  * Update base URLs of bash_ref_linuxmanpages and
+cpp_ref_qtproject plug-ins
+  * GUI: add system copy and paste shortcuts for clipboard
+functions 
+- Remove highlight-3.29-use_optflags.patch
+- Add highlight-3.30-use_optflags.patch (rebased)
+
+---

Old:

  highlight-3.29-use_optflags.patch
  highlight-3.29.tar.bz2

New:

  highlight-3.30-use_optflags.patch
  highlight-3.30.tar.bz2



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.PbLgrd/_old  2016-07-14 09:50:57.0 +0200
+++ /var/tmp/diff_new_pack.PbLgrd/_new  2016-07-14 09:50:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.29
+Version:3.30
 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
 # PATCH-FIX-OPENSUSE highlight-2.10-makefile_suse.patch
 Patch0: highlight-2.10-makefile_suse.patch
-# PATCH-FIX-OPENSUSE highlight-3.29-use_optflags.patch
-Patch1: highlight-3.29-use_optflags.patch
+# PATCH-FIX-OPENSUSE highlight-3.30-use_optflags.patch
+Patch1: highlight-3.30-use_optflags.patch
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel

++ highlight-3.29-use_optflags.patch -> highlight-3.30-use_optflags.patch 
++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.29-use_optflags.patch  
2016-05-30 09:57:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight-3.30-use_optflags.patch 
2016-07-14 09:50:56.0 +0200
@@ -1,8 +1,14 @@
-diff -up highlight-3.29/src/makefile.orig highlight-3.29/src/makefile
 src/makefile.orig  2015-05-26 21:29:17.980518646 +0200
-+++ src/makefile   2015-05-26 21:33:46.229507365 +0200
-@@ -18,7 +18,8 @@ CXX=c++
- QMAKE=qmake-qt5
+diff -up highlight-3.30/src/makefile.orig highlight-3.30/src/makefile
+--- src/makefile.orig  2016-07-06 19:30:36.100010149 +0200
 src/makefile   2016-07-06 19:31:54.433504417 +0200
+@@ -13,12 +13,11 @@
+ # See src/gui-qt/highlight.pro for the Qt GUI compilation options
+ 
+ CXX=g++
+-
+-# was: 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
@@ -11,7 +17,7 @@
  #CFLAGS:=-ggdb ${CFLAGS}
  
  CFLAGS_DILU=-fno-strict-aliasing
-@@ -113,7 +114,7 @@ gui-qt: highlight-gui
+@@ -113,7 +112,7 @@ gui-qt: highlight-gui
  
  highlight-gui: libhighlight.a ${GUI_OBJECTS}
cd gui-qt && \

++ highlight-3.29.tar.bz2 -> highlight-3.30.tar.bz2 ++
 41624 lines of diff (skipped)




commit highlight for openSUSE:Factory

2016-05-30 Thread h_root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2016-05-30 09:56:56

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-05-08 
10:45:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2016-05-30 
09:57:08.0 +0200
@@ -1,0 +2,12 @@
+Tue May 24 18:59:48 UTC 2016 - antoine.belv...@laposte.net
+
+- Update to 3.29:
+  * Add Ansible Yaml definition (thanks to Raphael Droz)
+  * Add Chapel definition (thanks to Lydia Duncan)
+  * Fix gcc 6 warnings about deprecated auto_ptr usage
+  * GUI: fix style file output if "write to source directory"
+option is checked (thanks to Jim Pattee)
+- Remove highlight-3.25-use_optflags.patch
+- Add highlight-3.29-use_optflags.patch (rebased)
+
+---

Old:

  highlight-3.25-use_optflags.patch
  highlight-3.28.tar.bz2

New:

  highlight-3.29-use_optflags.patch
  highlight-3.29.tar.bz2



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.Qy9d4H/_old  2016-05-30 09:57:09.0 +0200
+++ /var/tmp/diff_new_pack.Qy9d4H/_new  2016-05-30 09:57:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package highlight
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   highlight
-Version:3.28
+Version:3.29
 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
 # PATCH-FIX-OPENSUSE highlight-2.10-makefile_suse.patch
 Patch0: highlight-2.10-makefile_suse.patch
-# PATCH-FIX-OPENSUSE highlight-3.25-use_optflags.patch
-Patch1: highlight-3.25-use_optflags.patch
+# PATCH-FIX-OPENSUSE highlight-3.29-use_optflags.patch
+Patch1: highlight-3.29-use_optflags.patch
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel

++ highlight-3.25-use_optflags.patch -> highlight-3.29-use_optflags.patch 
++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.25-use_optflags.patch  
2016-05-08 10:45:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight-3.29-use_optflags.patch 
2016-05-30 09:57:06.0 +0200
@@ -1,17 +1,17 @@
-diff -up highlight-3.22/src/makefile.orig highlight-3.22/src/makefile
+diff -up highlight-3.29/src/makefile.orig highlight-3.29/src/makefile
 --- src/makefile.orig  2015-05-26 21:29:17.980518646 +0200
 +++ src/makefile   2015-05-26 21:33:46.229507365 +0200
-@@ -17,7 +17,8 @@ CXX=c++
- # Added -qt4 because of Arch Linux Qt5 migration
+@@ -18,7 +18,8 @@ CXX=c++
  QMAKE=qmake-qt5
  
--CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG
+ # Added -std=c++11 because of auto_ptr to unique_ptr transition
+-CFLAGS:=-Wall -O2 ${CFLAGS} -DNDEBUG -std=c++11
 +OPTFLAGS=-O2
-+CFLAGS:=-Wall -DNDEBUG $(OPTFLAGS)
++CFLAGS:=-Wall -DNDEBUG -std=c++11 $(OPTFLAGS)
  #CFLAGS:=-ggdb ${CFLAGS}
  
  CFLAGS_DILU=-fno-strict-aliasing
-@@ -108,7 +109,7 @@ gui-qt: highlight-gui
+@@ -113,7 +114,7 @@ gui-qt: highlight-gui
  
  highlight-gui: libhighlight.a ${GUI_OBJECTS}
cd gui-qt && \

++ highlight-3.28.tar.bz2 -> highlight-3.29.tar.bz2 ++
 30335 lines of diff (skipped)