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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes   
2015-04-02 16:04:40.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Apr  1 13:54:12 UTC 2015 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.hOSsxC/_new  2015-04-02 16:04:41.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.hOSsxC/_new  2015-04-02 16:04:41.000000000 +0200
@@ -1,6 +1,8 @@
---- lib/srchilite/srchilite.doxyfile.in.orig   2010-06-15 15:09:28.000000000 
+0200
-+++ lib/srchilite/srchilite.doxyfile.in        2010-06-15 15:09:52.000000000 
+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 = 



Reply via email to