Hello community,

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

Package is "source-highlight"

Changes:
--------
--- /work/SRC/openSUSE:Factory/source-highlight/source-highlight.changes        
2015-04-02 16:04:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2016-03-09 16:48:37.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Mar  7 09:49:19 UTC 2016 - fcro...@suse.com
+
+- Add use-lessopen.patch: use lessopen.sh instead of lesspipe in
+  src-hilite-lesspipe.sh, since our less package ships with
+  lessopen.sh.
+
+-------------------------------------------------------------------

New:
----
  use-lessopen.patch

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

Other differences:
------------------
++++++ source-highlight.spec ++++++
--- /var/tmp/diff_new_pack.uY9xyR/_old  2016-03-09 16:48:38.000000000 +0100
+++ /var/tmp/diff_new_pack.uY9xyR/_new  2016-03-09 16:48:38.000000000 +0100
@@ -30,6 +30,7 @@
 Source3:        baselibs.conf
 Source4:        source-highlight-apache2.conf
 Patch2:         source-highlight-doxygen_disable_timestamp_in_footer.patch
+Patch3:         use-lessopen.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  ctags
@@ -111,6 +112,7 @@
 %prep
 %setup -q
 %patch2
+%patch3 -p1
 sed -i 's/\r//g' doc/*.css
 
 %build



++++++ use-lessopen.patch ++++++
Index: source-highlight-3.1.8/src/src-hilite-lesspipe.sh.in
===================================================================
--- source-highlight-3.1.8.orig/src/src-hilite-lesspipe.sh.in   2015-03-28 
17:24:29.000000000 +0100
+++ source-highlight-3.1.8/src/src-hilite-lesspipe.sh.in        2016-03-07 
10:30:18.229292034 +0100
@@ -7,7 +7,7 @@
        *Makefile|*makefile) 
         source-highlight --failsafe -f esc --lang-def=makefile.lang 
--style-file=esc.style -i "$source" ;;
        *.tar|*.tgz|*.gz|*.bz2|*.xz)
-        lesspipe "$source" ;;
+        lessopen.sh "$source" ;;
         *) source-highlight --failsafe --infer-lang -f esc 
--style-file=esc.style -i "$source" ;;
     esac
 done

Reply via email to