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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.source-highlight.new/source-highlight.changes 2012-05-21 07:32:39.000000000 +0200 @@ -1,0 +2,47 @@ +Wed May 16 08:39:18 UTC 2012 - [email protected] + +- remove explicit lib requires that are even wrong in parts + +------------------------------------------------------------------- +Wed May 9 13:10:28 UTC 2012 - [email protected] + +- format sources to readd preamble + +------------------------------------------------------------------- +Mon Feb 13 10:56:15 UTC 2012 - [email protected] + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- +Mon Jan 02 20:20:09 UTC 2012 - [email protected] + +- 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 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.fJTJ2P/_new 2012-05-21 07:32:41.000000000 +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 %endif PreReq: %install_info_prereq -Requires: libsource-highlight3 = %{version}-%{release} %description Source-highlight reads source language specifications dynamically, thus it can @@ -50,20 +61,12 @@ output formats. The syntax for these specifications is quite easy (take a look at the manual). - - - -Authors: --------- - Lorenzo Bettini <[email protected]> - -%package -n libsource-highlight3 -License: GNU General Public License version 3 (GPLv3) +%package -n libsource-highlight%{soname} Summary: Source Code Highlighting C++ Library Group: System/Libraries Requires: ctags -%description -n libsource-highlight3 +%description -n libsource-highlight%{soname} Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages. It also reads output format specifications dynamically, and thus it @@ -74,17 +77,10 @@ libsource-highlight is a C++ library that provides the features of Source-highlight. - - -Authors: --------- - Lorenzo Bettini <[email protected]> - %package -n libsource-highlight-devel -License: GNU General Public License version 3 (GPLv3) Summary: Source Code Highlighting C++ Library Group: Development/Libraries/C and C++ -Requires: libsource-highlight3 = %{version}-%{release} +Requires: libsource-highlight%{soname} = %{version}-%{release} PreReq: %install_info_prereq %description -n libsource-highlight-devel @@ -99,10 +95,8 @@ Source-highlight. %package cgi -License: GNU General Public License version 3 (GPLv3) Summary: Source Code Highlighting CGI Group: Productivity/Networking/Web/Utilities -Requires: libsource-highlight3 = %{version}-%{release} Requires: apache2 %description cgi @@ -118,9 +112,6 @@ %prep %setup -q -%if "%{_lib}"=="lib64" -%patch1 -%endif %patch2 %__sed -i 's/\r//g' doc/*.css @@ -140,9 +131,9 @@ --with-bash-completion="%{_sysconfdir}/bash_completion.d" \ --with-doxygen -%__make %{?jobs:-j%{jobs}} +%__make %{?_smp_mflags} -%__make %{?jobs:-j%{jobs}} -C src source-highlight-cgi +%__make %{?_smp_flags} -C src source-highlight-cgi %install %makeinstall @@ -152,7 +143,6 @@ %__install -D -m0644 "%{SOURCE1}" "%{buildroot}/etc/apache2/conf.d/%{name}.conf" %__rm "%{buildroot}%{_libdir}"/*.la -%__rm "%{buildroot}%{_datadir}/aclocal"/*boost*.m4 %__rm -rf "%{buildroot}%{_docdir}/%{name}/html" %__rm -rf "%{buildroot}%{_datadir}/doc" @@ -175,17 +165,13 @@ %postun -n libsource-highlight-devel %install_info_delete --info-dir="%{_infodir}" "%{_infodir}/source-highlight-lib".info%{ext_info} -%post -n libsource-highlight3 -p /sbin/ldconfig - -%postun -n libsource-highlight3 -p /sbin/ldconfig - -%clean -%__rm -rf "%{buildroot}" +%post -n libsource-highlight%{soname} -p /sbin/ldconfig +%postun -n libsource-highlight%{soname} -p /sbin/ldconfig %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING CREDITS NEWS README THANKS TODO.txt -%config %{_sysconfdir}/bash_completion.d/source-highlight-bash-completion +%config %{_sysconfdir}/bash_completion.d/source-highlight %{_bindir}/check-regexp %{_bindir}/cpp2html %{_bindir}/java2html @@ -199,10 +185,10 @@ %doc %{_mandir}/man1/source-highlight-settings.1%{ext_man} %doc %{_infodir}/source-highlight.info%{ext_man} -%files -n libsource-highlight3 +%files -n libsource-highlight%{soname} %defattr(-,root,root) -%{_libdir}/libsource-highlight.so.3 -%{_libdir}/libsource-highlight.so.3.*.* +%{_libdir}/libsource-highlight.so.%{soname} +%{_libdir}/libsource-highlight.so.%{soname}.*.* %files -n libsource-highlight-devel %defattr(-,root,root) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.fJTJ2P/_old 2012-05-21 07:32:41.000000000 +0200 +++ /var/tmp/diff_new_pack.fJTJ2P/_new 2012-05-21 07:32:41.000000000 +0200 @@ -1 +1 @@ -libsource-highlight3 +libsource-highlight4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
