Hello community, here is the log from the commit of package susedoc for openSUSE:Factory checked in at 2012-02-16 10:10:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/susedoc (Old) and /work/SRC/openSUSE:Factory/.susedoc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "susedoc", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/susedoc/susedoc.changes 2011-09-23 12:47:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.susedoc.new/susedoc.changes 2012-02-16 10:10:45.000000000 +0100 @@ -1,0 +2,15 @@ +Fri Jan 27 12:26:23 UTC 2012 - [email protected] + +Switched from a callout font to callout graphics (format .pdf) + +------------------------------------------------------------------- +Mon Dec 12 15:11:17 UTC 2011 - [email protected] + +- there is no GPL1 in here + +------------------------------------------------------------------- +Mon Sep 19 14:15:45 UTC 2011 - [email protected] + +- Specfile: requires fam + +------------------------------------------------------------------- Old: ---- susedoc-4.3.32.tar.bz2 New: ---- susedoc-4.3.33.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ susedoc.spec ++++++ --- /var/tmp/diff_new_pack.s5fuFC/_old 2012-02-16 10:10:46.000000000 +0100 +++ /var/tmp/diff_new_pack.s5fuFC/_new 2012-02-16 10:10:46.000000000 +0100 @@ -1,22 +1,14 @@ # # spec file for package susedoc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010, 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. # -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# 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/ # - +# # norootforbuild - %define dtdversion 1.0 %define packageversion 4.3 %define dtdname novdoc @@ -25,8 +17,8 @@ %define fontdir /usr/share/fonts/truetype Name: susedoc -Version: 4.3.32 -Release: 1 +Version: 4.3.33 +Release: 0 Summary: XML Build Mechanics for Novell, SUSE, and openSUSE Documentation BuildRequires: sgml-skel BuildRequires: trang @@ -38,7 +30,7 @@ Requires: python-optcomplete xmlstarlet Requires: subversion unzip zip exiftool Requires: dejavu LinuxLibertine mplus-fonts liberation-fonts -Requires: python-xml +Requires: python-xml fam # #%%if 0%%{?opensuse_bs} @@ -62,9 +54,9 @@ BuildRequires: xorg-x11-devel BuildRequires: sgml-skel unzip BuildRequires: fdupes -License: GPL +License: GPL-2.0 Group: Productivity/Publishing/XML -Url: http://svn.berlios.de/viewvc/opensuse-doc/trunk/tools/docmaker/ +URL: http://svn.berlios.de/viewvc/opensuse-doc/trunk/tools/docmaker/ Source0: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc Patch1: %{name}-prefer-xmlformat-t.diff @@ -72,6 +64,7 @@ BuildArch: noarch PreReq: libxml2 sgml-skel + %description This RPM consists of a set of stylesheets, scripts and makefiles that are used to create HTML, PDF and Wiki documents from Novdoc/DocBook XML. @@ -108,7 +101,6 @@ %define xml_sysconf_dir %{_sysconfdir}/xml #---------------------- - %prep %setup -q -n %{name} # susedoc-prefer-xmlformat-t.diff @@ -117,7 +109,6 @@ # %%patch2 -p0 #---------------------- - %build %define FOR_ROOT_CAT for-catalog-%{dtdname}-%{version}.xml %define FOR_XSLT_CAT for-catalog-%{dtdname}xslt-%{version}.xml @@ -140,6 +131,7 @@ </group>' \ %{FOR_ROOT_CAT}.tmp > %{FOR_ROOT_CAT} + # Register different URNs: $xmlcatbin --noout --create %{FOR_XSLT_CAT}.tmp $xmlcatbin --noout --add "system" "urn:x-suse:xslt:profiling:docbook41-profile.xsl" \ @@ -165,8 +157,8 @@ ## moved to libsusedoc rm -f bin/project_files.p* bin/dmstat.pl -#---------------------- +#---------------------- %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] \ && %{__rm} -rf $RPM_BUILD_ROOT @@ -208,6 +200,7 @@ $RPM_BUILD_ROOT/%{xml_dir}/%{dtdname}/schema/rng/%{dtdversion}/novdocx.rng rm novdocx2.dtd + #%%{__mv} $RPM_BUILD_ROOT/usr/share/%%{name}/schema/*.rn{g,c} \ # $RPM_BUILD_ROOT/%%{xml_dir}/%%{dtdname}/schema/rng/%%{dtdversion}/ @@ -249,7 +242,6 @@ %endif #---------------------- - %post if [ -x %{regcat} ]; then for c in %{all_cat}; do @@ -261,11 +253,11 @@ edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \ --add /etc/xml/%{FOR_XSLT_CAT} + %run_suseconfig_fonts exit 0 #---------------------- - %postun if [ ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] ; then for c in %{all_cat}; do @@ -281,13 +273,13 @@ %run_suseconfig_fonts exit 0 -#---------------------- +#---------------------- %clean %{__rm} -rf $RPM_BUILD_ROOT -#---------------------- +#---------------------- %files %defattr(-,root,root) # %%dir %%{sgml_dir} @@ -302,4 +294,5 @@ %dir %{fontdir} %{fontdir}/* + %changelog ++++++ susedoc-4.3.32.tar.bz2 -> susedoc-4.3.33.tar.bz2 ++++++ ++++ 4708 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
