commit source-highlight for openSUSE:Factory

2020-08-21 Thread root
Hello community,

here is the log from the commit of package source-highlight for 
openSUSE:Factory checked in at 2020-08-21 19:07:58

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


Package is "source-highlight"

Fri Aug 21 19:07:58 2020 rev:16 rq:828325 version:3.1.9

Changes:

--- /work/SRC/openSUSE:Factory/source-highlight/source-highlight.changes
2017-02-03 20:02:13.822659525 +0100
+++ 
/work/SRC/openSUSE:Factory/.source-highlight.new.3399/source-highlight.changes  
2020-08-21 19:08:55.528525466 +0200
@@ -1,0 +2,13 @@
+Thu Aug 20 19:31:20 UTC 2020 - Dirk Mueller 
+
+- update to 3.1.9:
+  * changed esc.style to work better with dark theme terminals
+  * updated C and C++ to more recent standards
+  * fixed zsh.lang
+  * added new Python keywords
+  * added Rust
+  * added ixpe
+  * added vim
+- remove keyring as sig no longer is available
+
+---

Old:

  source-highlight-3.1.8.tar.gz
  source-highlight-3.1.8.tar.gz.sig
  source-highlight.keyring

New:

  source-highlight-3.1.9.tar.gz



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.zFpnN5/_old  2020-08-21 19:08:59.636527907 +0200
+++ /var/tmp/diff_new_pack.zFpnN5/_new  2020-08-21 19:08:59.636527907 +0200
@@ -18,15 +18,13 @@
 
 %define soname  4
 Name:   source-highlight
-Version:3.1.8
+Version:3.1.9
 Release:0
 Summary:Source Code Highlighter with Support for Many Languages
 License:GPL-3.0
 Group:  Productivity/Publishing/Other
 Url:http://www.gnu.org/software/src-highlite
 Source0:
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
-Source1:
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz.sig
-Source2:%{name}.keyring
 Source3:baselibs.conf
 Source4:source-highlight-apache2.conf
 Patch2: source-highlight-doxygen_disable_timestamp_in_footer.patch

++ source-highlight-3.1.8.tar.gz -> source-highlight-3.1.9.tar.gz ++
 43787 lines of diff (skipped)




commit source-highlight for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package source-highlight for 
openSUSE:Factory checked in at 2017-02-03 16:29:51

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
2017-01-09 10:48:13.939463280 +0100
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2017-02-03 20:02:13.822659525 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 14:51:06 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.WxEG6e/_old  2017-02-03 20:02:14.342586343 +0100
+++ /var/tmp/diff_new_pack.WxEG6e/_new  2017-02-03 20:02:14.342586343 +0100
@@ -33,7 +33,11 @@
 # PATCH-FIX-OPENSUSE use-lessopen.patch boo#1016309 fcro...@suse.com -- use 
lessopen, not lesspipe
 Patch3: use-lessopen.patch
 BuildRequires:  bison
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_regex-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  ctags
 BuildRequires:  doxygen
 BuildRequires:  flex






commit source-highlight for openSUSE:Factory

2016-03-09 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2016-03-09 16:48:37.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.uY9xyR/_new  2016-03-09 16:48:38.0 +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.0 +0100
+++ source-highlight-3.1.8/src/src-hilite-lesspipe.sh.in2016-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



commit source-highlight for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package source-highlight for 
openSUSE:Factory checked in at 2015-04-02 16:04:39

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-03-18 13:08:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2015-04-02 16:04:40.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr  1 13:54:12 UTC 2015 - mplus...@suse.com
+
+- Update to 3.1.8
+  * src/lang.map: .f mapped to fotran
+  * src/sh.lang: do not consider $' a variable
+  * https://savannah.gnu.org/bugs/?36613
+- Use correct requires for info
+
+---

Old:

  source-highlight-3.1.7.tar.gz
  source-highlight-3.1.7.tar.gz.sig

New:

  source-highlight-3.1.8.tar.gz
  source-highlight-3.1.8.tar.gz.sig



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.hOSsxC/_old  2015-04-02 16:04:41.0 +0200
+++ /var/tmp/diff_new_pack.hOSsxC/_new  2015-04-02 16:04:41.0 +0200
@@ -18,7 +18,7 @@
 
 %define soname  4
 Name:   source-highlight
-Version:3.1.7
+Version:3.1.8
 Release:0
 Summary:Source Code Highlighter with Support for Many Languages
 License:GPL-3.0
@@ -41,9 +41,10 @@
 BuildRequires:  libicu-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  texinfo
 BuildRequires:  pkg-config
-PreReq: %{install_info_prereq}
+BuildRequires:  texinfo
+Requires(preun): %{install_info_prereq}
+Requires(post): %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1030
 BuildRequires:  fdupes
@@ -77,8 +78,8 @@
 Summary:Source Code Highlighting C++ Library
 Group:  Development/Libraries/C and C++
 Requires:   libsource-highlight%{soname} = %{version}-%{release}
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq: %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
+Requires(post):%{install_info_prereq}
 
 %description -n libsource-highlight-devel
 Source-highlight reads source language specifications dynamically, thus it can
@@ -154,13 +155,13 @@
 %post
 %install_info --info-dir=%{_infodir} 
%{_infodir}/source-highlight.info%{ext_info}
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/source-highlight.info%{ext_info}
 
 %post -n libsource-highlight-devel
 %install_info --info-dir=%{_infodir} 
%{_infodir}/source-highlight-lib.info%{ext_info}
 
-%postun -n libsource-highlight-devel
+%preun -n libsource-highlight-devel
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/source-highlight-lib.info%{ext_info}
 
 %post   -n libsource-highlight%{soname} -p /sbin/ldconfig

++ source-highlight-3.1.7.tar.gz - source-highlight-3.1.8.tar.gz ++
 55436 lines of diff (skipped)

++ source-highlight-doxygen_disable_timestamp_in_footer.patch ++
--- /var/tmp/diff_new_pack.hOSsxC/_old  2015-04-02 16:04:41.0 +0200
+++ /var/tmp/diff_new_pack.hOSsxC/_new  2015-04-02 16:04:41.0 +0200
@@ -1,6 +1,8 @@
 lib/srchilite/srchilite.doxyfile.in.orig   2010-06-15 15:09:28.0 
+0200
-+++ lib/srchilite/srchilite.doxyfile.in2010-06-15 15:09:52.0 
+0200
-@@ -727,6 +727,7 @@
+Index: lib/srchilite/srchilite.doxyfile.in
+===
+--- lib/srchilite/srchilite.doxyfile.in.orig
 lib/srchilite/srchilite.doxyfile.in
+@@ -727,6 +727,7 @@ HTML_HEADER =
  # standard footer.
  
  HTML_FOOTER = 





commit source-highlight for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package source-highlight for 
openSUSE:Factory checked in at 2015-03-18 13:08:52

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
2014-03-31 20:45:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2015-03-18 13:08:53.0 +0100
@@ -1,0 +2,14 @@
+Wed Mar 18 07:48:00 UTC 2015 - mplus...@suse.com
+
+- Add baselibs.conf to sources
+
+---
+Tue Mar 17 16:58:03 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+- Use graphviz-gd instead of graphiz-gnome
+- Disable build of static library
+- Remove source-highlight-rpmlintrc
+
+---

Old:

  source-highlight-rpmlintrc

New:

  source-highlight-3.1.7.tar.gz.sig
  source-highlight.keyring



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.OS7ypR/_old  2015-03-18 13:08:54.0 +0100
+++ /var/tmp/diff_new_pack.OS7ypR/_new  2015-03-18 13:08:54.0 +0100
@@ -1,8 +1,7 @@
-# vim: set ts=4 sw=4 et:
 #
 # spec file for package source-highlight
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,42 +16,38 @@
 #
 
 
+%define soname  4
 Name:   source-highlight
 Version:3.1.7
 Release:0
-%define soname  4
 Summary:Source Code Highlighter with Support for Many Languages
 License:GPL-3.0
 Group:  Productivity/Publishing/Other
-Source: 
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
-Source1:source-highlight-apache2.conf
-Source99:   %{name}-rpmlintrc
-Patch2: source-highlight-doxygen_disable_timestamp_in_footer.patch
 Url:http://www.gnu.org/software/src-highlite
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  apache2
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source0:
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
+Source1:
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz.sig
+Source2:%{name}.keyring
+Source3:   baselibs.conf
+Source4:source-highlight-apache2.conf
+Patch2: source-highlight-doxygen_disable_timestamp_in_footer.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  ctags
 BuildRequires:  doxygen
 BuildRequires:  flex
 BuildRequires:  gcc-c++
-BuildRequires:  glibc-devel
-BuildRequires:  graphviz
-BuildRequires:  graphviz-gnome
+BuildRequires:  graphviz-gd
 BuildRequires:  help2man
 BuildRequires:  libicu-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  make
-BuildRequires:  pkgconfig
 BuildRequires:  texinfo
+BuildRequires:  pkg-config
+PreReq: %{install_info_prereq}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1030
 BuildRequires:  fdupes
 %endif
-PreReq: %install_info_prereq
 
 %description
 Source-highlight reads source language specifications dynamically, thus it can
@@ -82,7 +77,8 @@
 Summary:Source Code Highlighting C++ Library
 Group:  Development/Libraries/C and C++
 Requires:   libsource-highlight%{soname} = %{version}-%{release}
-PreReq: %install_info_prereq
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq: %{install_info_prereq}
 
 %description -n libsource-highlight-devel
 Source-highlight reads source language specifications dynamically, thus it can
@@ -114,7 +110,7 @@
 %prep
 %setup -q
 %patch2
-%__sed -i 's/\r//g' doc/*.css
+sed -i 's/\r//g' doc/*.css
 
 %build
 BOOST_REGEX=$(/bin/ls -1 %{_libdir}/libboost_regex*mt*.so 2/dev/null | head 
-1)
@@ -130,25 +126,26 @@
 %configure \
 $BOOST_REGEX_PARAM \
 --with-bash-completion=%{_sysconfdir}/bash_completion.d \
---with-doxygen
+   --with-doxygen \
+   --enable-static=no
 
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
-%__make %{?_smp_flags} -C src source-highlight-cgi
+make %{?_smp_mflags} -C src source-highlight-cgi
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-%__install -d %{buildroot}/srv/source-highlight
+install -d %{buildroot}/srv/source-highlight
 libtool --mode=install install 

commit source-highlight for openSUSE:Factory

2014-03-31 Thread h_root
Hello community,

here is the log from the commit of package source-highlight for 
openSUSE:Factory checked in at 2014-03-31 20:44:59

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
2013-12-30 10:44:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2014-03-31 20:45:00.0 +0200
@@ -1,0 +2,5 @@
+Fri Mar 28 15:51:31 UTC 2014 - sch...@suse.de
+
+- Build with graphiz-gnome, needed for png support in dot
+
+---



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.BzFJbV/_old  2014-03-31 20:45:01.0 +0200
+++ /var/tmp/diff_new_pack.BzFJbV/_new  2014-03-31 20:45:01.0 +0200
@@ -41,6 +41,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
 BuildRequires:  graphviz
+BuildRequires:  graphviz-gnome
 BuildRequires:  help2man
 BuildRequires:  libicu-devel
 BuildRequires:  libstdc++-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit source-highlight for openSUSE:Factory

2013-12-30 Thread h_root
Hello community,

here is the log from the commit of package source-highlight for 
openSUSE:Factory checked in at 2013-12-30 10:44: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
2012-05-21 07:32:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2013-12-30 10:44:11.0 +0100
@@ -1,0 +2,10 @@
+Sun Dec 29 15:33:29 UTC 2013 - benoit.mo...@gmx.fr
+
+- update to 3.1.7:
+  * language definition for Lilypond
+  * language definition for R statistics programming language
+  * language definition for ISLISP
+  * improved Erlang definition file
+  * new output format: ESC 256 ascii code
+
+---

Old:

  source-highlight-3.1.6.tar.gz

New:

  source-highlight-3.1.7.tar.gz



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.GgQySR/_old  2013-12-30 10:44:12.0 +0100
+++ /var/tmp/diff_new_pack.GgQySR/_new  2013-12-30 10:44:12.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   source-highlight
-Version:3.1.6
+Version:3.1.7
 Release:0
 %define soname  4
 Summary:Source Code Highlighter with Support for Many Languages
@@ -177,6 +177,7 @@
 %{_bindir}/java2html
 %{_bindir}/source-highlight
 %{_bindir}/src-hilite-lesspipe.sh
+%{_bindir}/source-highlight-esc.sh
 %{_bindir}/source-highlight-settings
 %dir %{_datadir}/source-highlight
 %{_datadir}/source-highlight/*

++ source-highlight-3.1.6.tar.gz - source-highlight-3.1.7.tar.gz ++
 9582 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit source-highlight for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

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

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


Package is source-highlight, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/source-highlight/source-highlight.changes
2011-09-23 12:46:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2012-05-21 07:32:39.0 +0200
@@ -1,0 +2,47 @@
+Wed May 16 08:39:18 UTC 2012 - co...@suse.com
+
+- remove explicit lib requires that are even wrong in parts
+
+---
+Wed May  9 13:10:28 UTC 2012 - co...@suse.com
+
+- format sources to readd preamble
+
+---
+Mon Feb 13 10:56:15 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Jan 02 20:20:09 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 3.1.6:
+  * language definition file for T/Foswiki TML markup
+  * new output format: ODF (e.g. for LibreOffice or to generate ODF
+color-highlighted snippets to be used by ODF back-ends, like asciidoc-odf)
+  * new output format: MediaWiki
+
+---
+Sun Sep 04 14:36:55 UTC 2011 - pascal.ble...@opensuse.org
+
+- soname bumped from 3 to 4
+- dropped source-highlight-boost_ldflags_lib64.patch, was merged upstream
+
+- update to 3.1.5:
+  * boost m4 macro finds boost in lib64
+  * boost m4 macro files are not installed
+  * updated php lang definition with new php 5 keywords
+  * language definition for Scheme
+  * language definition for Po files
+  * language definition for Opa
+  * language definition for Javalog
+  * language definition for UPC
+  * fixed a bug in scala.lang dealing with keywords
+  * updated sql.lang
+  * Emacs lisp files highlighted as Lisp
+  * improved logtalk.lang
+  * embed inputlang in the output file
+  * highlight _ in variable declarations
+  * correctly highlight for less when filenames contain spaces
+
+---

Old:

  source-highlight-3.1.4.tar.bz2
  source-highlight-boost_ldflags_lib64.patch

New:

  source-highlight-3.1.6.tar.gz



Other differences:
--
++ source-highlight.spec ++
--- /var/tmp/diff_new_pack.fJTJ2P/_old  2012-05-21 07:32:41.0 +0200
+++ /var/tmp/diff_new_pack.fJTJ2P/_new  2012-05-21 07:32:41.0 +0200
@@ -1,7 +1,8 @@
+# vim: set ts=4 sw=4 et:
 #
 # spec file for package source-highlight
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +17,41 @@
 #
 
 
-
 Name:   source-highlight
-Version:3.1.4
-Release:1
+Version:3.1.6
+Release:0
+%define soname  4
 Summary:Source Code Highlighter with Support for Many Languages
-# ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
-Source: source-highlight-%{version}.tar.bz2
+License:GPL-3.0
+Group:  Productivity/Publishing/Other
+Source: 
ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-%{version}.tar.gz
 Source1:source-highlight-apache2.conf
 Source99:   %{name}-rpmlintrc
-Patch1: source-highlight-boost_ldflags_lib64.patch
 Patch2: source-highlight-doxygen_disable_timestamp_in_footer.patch
 Url:http://www.gnu.org/software/src-highlite
-Group:  Productivity/Publishing/Other
-License:GNU General Public License version 3 (GPLv3)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex gcc-c++ glibc-devel libstdc++-devel make
-BuildRequires:  boost-devel help2man libicu-devel texinfo
-BuildRequires:  ctags doxygen graphviz
-BuildRequires:  autoconf automake libtool pkgconfig
 BuildRequires:  apache2
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  boost-devel
+BuildRequires:  ctags
+BuildRequires:  doxygen
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
+BuildRequires:  graphviz
+BuildRequires:  help2man
+BuildRequires:  libicu-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
+BuildRequires:  make
+BuildRequires:  pkgconfig
+BuildRequires:  texinfo
 %if 0%{?suse_version} = 1030
 BuildRequires:  fdupes
 

commit source-highlight for openSUSE:Factory

2011-02-22 Thread h_root

Hello community,

here is the log from the commit of package source-highlight for openSUSE:Factory
checked in at Tue Feb 22 16:11:01 CET 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/source-highlight/source-highlight.changes  
2011-02-19 16:33:33.0 +0100
@@ -0,0 +1,117 @@
+---
+Tue Jun 15 15:37:20 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 3.1.4:
+  * php handles embedded html
+  * html handles embedded css and javascript
+  * Google's Protocol Buffers language definition added
+  * CakePhp template files highlighted as php
+  * haskell literate programming highlighting
+  * vala language definition
+  * lisp language definition
+
+---
+Wed Jan 20 00:14:29 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 3.1.3:
+  * --tab option is correcly handled
+  * bash is highlighted
+
+---
+Thu Dec 24 23:03:38 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 3.1.2:
+  * language for files starting with ? and !doctype is now
+inferred
+  * some language definitions were added: manifest files, asm,
+applescript, vbscript, awk, bat, clipper, cobol, D, Erlang, and
+compiler output errors
+  * a style for label and path was added
+  * label elements are recognized in C/C++
+  * logtalk.lang was improved
+  * email regular expression in url.lang was improved
+
+---
+Thu Sep 24 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- SONAME change from 1 to 3
+- added baselibs.conf
+- update to 3.1.1:
+  * access to static global LangDefManager, LangMaps is provided through the
+class Instances
+  * a mechanism for setting a global data directory value was added, together
+with library utility functions to retrieve .lang and .outlang files
+  * the SourceHighlight class returns the output file extension
+  * the background color for the document is kept empty if it is not specified
+in the style file
+  * the utils.h file is installed in the header directory
+  * White is a standard color in style files
+  * language definition files for Texinfo and Haskell were added
+
+---
+Sat Jun 13 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- update to 3.1:
+  * some library utility functions to retrieve .style and .css files were added
+  * a language definition for Oz was added
+
+---
+Thu May 21 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- moved to openSUSE Build Service (devel:tools)
+
+---
+Wed May 20 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- package the CGI into a -cgi subpackage
+- update to 3.0.1:
+  * fixed library manual link in index.html
+  * doxyfile is now distributed
+  * better formatting for  and  in latex output
+  * doxygen documentation can be built even when building in a separate
+directory
+  * added man page for source-highlight-settings
+
+---
+Sun May 10 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- update to 3.0:
+  * source-highlight now also provides a C++ library
+  * --regex-range has been added (highlight only specified lines of an input
+file)
+  * --docdir is used for the documentation directory
+  * the --binary-output command line option has been added
+  * the program source-highlight-settings has been added to write a
+configuration file for source-highlight
+  * language definitions for generic configuration files and for pkg-config
+files have been added
+  * the input language is now also discovered using the whole file name
+  * in .lang files, it is now possible to specify the exit level
+
+- changes from 2.11.1:
+  * language definitions for Fortran, Caml, and JavaScript were improved
+  * ada language definition file was added
+
+- changes from 2.11:
+  * language definitions for Scala and Xorg configuration files were added
+  * the procedure for regular expression matching was improved
+  * boost regex library discovery in the configure script was improved
+  * the configuration file for bash_completion was added
+  * it is now possible to highlight only specific ranges of lines
+
+---
+Wed Sep 10 00:00:00 CEST 2008 - g...@unixtech.be
+
+- update to 2.10:
+  * formatting is applied even when generating anchors and references
+  * noref is handled also for output languages using onestyle (e.g., xhtml)
+  * improved fortran highlighting
+  * improved python highlighting
+  * fixed title in docbook output
+  * language definition for ldap files (e.g.,