commit docbook5-xsl-stylesheets for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2017-09-04 12:18:50

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets"

Mon Sep  4 12:18:50 2017 rev:31 rq:519313 version:1.79.0

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2016-07-28 23:44:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2017-09-04 12:18:50.958911228 +0200
@@ -1,0 +2,13 @@
+Tue Aug 29 06:45:06 UTC 2017 - thomas.schrai...@suse.com
+
+- Add docbook5-xsl-stylesheets-non-recursive_string_subst.patch
+  Use str:replace from exslt.org to implement string.subst
+
+  string.subst implementation causes recursion issues when building
+  systemd documentation. This issue has been reported in
+  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765567 and
+  https://bugs.archlinux.org/task/54694 .
+
+  Taken from 
https://github.com/fishilico/xslt10-stylesheets/commit/a7df4fbbef3ab0f97d50aa47f2ccfa0630a2686e
 
+
+---

New:

  docbook5-xsl-stylesheets-non-recursive_string_subst.patch



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.UgBz96/_old  2017-09-04 12:18:52.258728498 +0200
+++ /var/tmp/diff_new_pack.UgBz96/_new  2017-09-04 12:18:52.258728498 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook5-xsl-stylesheets
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -40,6 +40,8 @@
 Source0:
http://sourceforge.net/projects/docbook/files/docbook-xsl-ns/%{version}/docbook-xsl-ns-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 # Patch0:%%{name}-dbtoepub.patch
+## PATCH-FIX-OPENSUSE docbook-xsl-stylesheets-non-recursive_string_subst.patch 
Use EXSLT replace function to avoid recursive implementation of string.subst
+Patch1: %{name}-non-recursive_string_subst.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://sourceforge.net/projects/docbook/
 
@@ -56,6 +58,7 @@
 %prep
 %setup -q -n docbook-xsl-ns-%{version}
 # %%patch0 -p1
+%patch1 -p1
 
 # These scripts are available in the docbook-xsl-stylesheet-scripts subpackage
 rm fo/pdf2index slides/images/callouts/gen.sh epub/bin/dbtoepub 

++ docbook5-xsl-stylesheets-non-recursive_string_subst.patch ++
Index: docbook-xsl-ns-1.79.0/lib/lib.xsl
===
--- docbook-xsl-ns-1.79.0.orig/lib/lib.xsl
+++ docbook-xsl-ns-1.79.0/lib/lib.xsl
@@ -10,9 +10,10 @@
  This module implements DTD-independent functions
 
   -->
-http://www.w3.org/1999/XSL/Transform"; 
xmlns:d="http://docbook.org/ns/docbook";
-version="1.0">
+http://www.w3.org/1999/XSL/Transform";
+xmlns:str="http://exslt.org/strings";
+exclude-result-prefixes="str"
+version="1.0">
 
 
   
@@ -58,6 +59,9 @@ version="1.0">
   
 
   
+
+  
+
 
   
 



commit docbook5-xsl-stylesheets for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2016-07-28 23:44:46

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2016-01-08 15:23:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2016-07-28 23:44:47.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 25 08:44:32 UTC 2016 - fv...@suse.com
+
+- Change catalog entry for  consistency with docbook-xsl-stylesheets
+
+---
+Wed Jul 20 12:54:03 UTC 2016 - fv...@suse.com
+
+- Use update-xml-catalog
+
+---



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.vZRbSe/_old  2016-07-28 23:44:48.0 +0200
+++ /var/tmp/diff_new_pack.vZRbSe/_new  2016-07-28 23:44:48.0 +0200
@@ -27,12 +27,14 @@
 License:SUSE-Docbook-XSL and Apache-2.0 and MIT and EPL-1.0 and 
MPL-1.1 and BSD-3-Clause and HPND and Zlib and LGPL-2.1+
 Group:  Productivity/Publishing/DocBook
 BuildRequires:  fdupes
-BuildRequires:  sgml-skel
+BuildRequires:  sgml-skel >= 0.7
 BuildRequires:  unzip
 BuildArch:  noarch
 Requires:   docbook_5
 Requires:   xmlcharent
-Requires(pre):  sgml-skel %{_bindir}/xmlcatalog
+Requires(pre):  sgml-skel >= 0.7
+Requires(post): sgml-skel >= 0.7
+Requires:   sgml-skel >= 0.7
 Version:1.79.0
 Release:0
 Source0:
http://sourceforge.net/projects/docbook/files/docbook-xsl-ns/%{version}/docbook-xsl-ns-%{version}.tar.bz2
@@ -66,7 +68,7 @@
 #
 
 #
-# /etc/xml/docbook-xsl-stylesheets.xml
+# /etc/xml/catalog/docbook5-xsl-stylesheets.xml
 #
 %{xmlcatalog} --noout --create %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteSystem" \
@@ -77,21 +79,10 @@
  "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteSystem" \
  "http://docbook.sourceforge.net/release/xsl-ns/current"; \
- "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
+ "file://%{dbstyle_dir}/current" %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteURI" \
  "http://docbook.sourceforge.net/release/xsl-ns/current"; \
- "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
-
-#
-# temporary file that is added to /etc/xml/suse-catalog.xml
-# during post
-#
-%{xmlcatalog} --noout --create %{dbstyle_catalog_entry}
-%{xmlcatalog} --noout --add "delegateSystem" \
-  "http://docbook.sourceforge.net/release/xsl-ns/"; \
-  "file:///etc/xml/%{dbstyle_catalog}" %{dbstyle_catalog_entry}
-%__sed -i -e '/' \
-   -e '/<\/catalog/i\ ' %{dbstyle_catalog_entry}
+ "file://%{dbstyle_dir}/current" %{dbstyle_catalog}
 
 #--
 %install
@@ -128,10 +119,9 @@
 popd >/dev/null
 fi
 
-# install the catalog files
-#
-%__install -m644 %{dbstyle_catalog} %{buildroot}%{_sysconfdir}/xml
-%__install -m644 %{dbstyle_catalog_entry} %{buildroot}%{_sysconfdir}/xml
+# install the catalog file
+mkdir -p %{buildroot}%{_sysconfdir}/xml/catalog.d/ # It should exist, but it 
doesn't...
+%__install -D -m644 %{dbstyle_catalog} 
%{buildroot}%{_sysconfdir}/xml/catalog.d/
 
 # the docs come last
 #
@@ -139,36 +129,11 @@
 
 %fdupes -s %{buildroot}
 
-#--
 %post
-#
-# XML Catalog entries for daps profiling
-#
-# remove existing entries first (if existing) - needed for
-# zypper in, since it does not call postun
-#
-# in case of an update, remove old
-if [ "2" = "$1" ]; then
-%{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} --del %{name}
-fi
-# ... and (re)add it again
-%{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} \
-  --add %{_sysconfdir}/xml/%{dbstyle_catalog_entry}
+update-xml-catalog
 
-exit 0
-
-#--
 %postun
-#
-# delete catalog entry for daps profiling
-# only run if package is really uninstalled ($1 = 0) and not
-# in case of an update
-#
-if [ "0" = "$1" ]; then
-   %{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} --del %{name}
-fi
-
-exit 0
+update-xml-catalog
 
 #--
 %files
@@ -181,7 +146,7 @@
 %exclude %{dbstyle_dir}/%{version}/slides/slidy/.htaccess
 %exclude %{dbstyle_dir}/%{version}/slides/slidy/*/.htaccess
 
-%config %{_sysconfdir}/xml/*.xml

commit docbook5-xsl-stylesheets for openSUSE:Factory

2016-01-08 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2016-01-08 15:23:23

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2015-02-20 12:01:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2016-01-08 15:23:31.0 +0100
@@ -1,0 +2,13 @@
+Sun Jan  3 08:40:32 UTC 2016 - mplus...@suse.com
+
+- Update download url
+
+---
+Sat Dec 12 18:45:57 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.79.0
+  * Support for most elements in the DocBook Publishers schema extension. 
+  * Support for some FOP 1.1 improvements. 
+  * Many bug fixes.
+
+---

Old:

  docbook-xsl-ns-1.78.1.tar.bz2

New:

  docbook-xsl-ns-1.79.0.tar.bz2



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.S2Kf05/_old  2016-01-08 15:23:33.0 +0100
+++ /var/tmp/diff_new_pack.S2Kf05/_new  2016-01-08 15:23:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook5-xsl-stylesheets
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -32,10 +32,10 @@
 BuildArch:  noarch
 Requires:   docbook_5
 Requires:   xmlcharent
-PreReq: sgml-skel %{_bindir}/xmlcatalog
-Version:1.78.1
+Requires(pre):  sgml-skel %{_bindir}/xmlcatalog
+Version:1.79.0
 Release:0
-Source0:
http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-ns-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/docbook/files/docbook-xsl-ns/%{version}/docbook-xsl-ns-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 # Patch0:%%{name}-dbtoepub.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ docbook-xsl-ns-1.78.1.tar.bz2 -> docbook-xsl-ns-1.79.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook-xsl-ns-1.78.1.tar.bz2
 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook-xsl-ns-1.79.0.tar.bz2
 differ: char 11, line 1




commit docbook5-xsl-stylesheets for openSUSE:Factory

2015-02-20 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2015-02-20 12:01:37

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2013-07-08 12:35:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2015-02-20 12:01:38.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 19 12:46:48 UTC 2015 - t...@opensuse.org
+
+- Slightly adapted %post and %postun section to fix bsc#918565
+
+---



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.POgbAr/_old  2015-02-20 12:01:38.0 +0100
+++ /var/tmp/diff_new_pack.POgbAr/_new  2015-02-20 12:01:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook5-xsl-stylesheets
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -147,9 +147,11 @@
 # remove existing entries first (if existing) - needed for
 # zypper in, since it does not call postun
 #
-# delete ...
+# in case of an update, remove old
+if [ "2" = "$1" ]; then
 %{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} --del %{name}
-# ... and add it again
+fi
+# ... and (re)add it again
 %{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} \
   --add %{_sysconfdir}/xml/%{dbstyle_catalog_entry}
 
@@ -162,10 +164,8 @@
 # only run if package is really uninstalled ($1 = 0) and not
 # in case of an update
 #
-if [ 0 = $1 ]; then 
-if [ -x %{_bindir}/edit-xml-catalog ] ; then
+if [ "0" = "$1" ]; then
 %{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} --del 
%{name}
-fi
 fi
 
 exit 0

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



commit docbook5-xsl-stylesheets for openSUSE:Factory

2013-07-08 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2013-07-08 12:35:53

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2013-07-04 17:57:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2013-07-08 12:35:54.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  5 08:20:51 UTC 2013 - t...@opensuse.org
+
+- Update to 1.78.1, see 
http://snapshots.docbook.org/xsl/RELEASE-NOTES.html#V1.78.1
+  for details
+- Updated spec file to avoid packaging .htaccess files; removed
+  some scripts which are packaged in docbook-xsl-stylesheets-scripts 
+
+---

Old:

  docbook-xsl-ns-1.77.1.tar.bz2

New:

  docbook-xsl-ns-1.78.1.tar.bz2



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.moGGwF/_old  2013-07-08 12:35:56.0 +0200
+++ /var/tmp/diff_new_pack.moGGwF/_new  2013-07-08 12:35:56.0 +0200
@@ -33,7 +33,7 @@
 Requires:   docbook_5
 Requires:   xmlcharent
 PreReq: sgml-skel %{_bindir}/xmlcatalog
-Version:1.77.1
+Version:1.78.1
 Release:0
 Source0:
http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-ns-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
@@ -55,6 +55,9 @@
 %setup -q -n docbook-xsl-ns-%{version}
 # %%patch0 -p1
 
+# These scripts are available in the docbook-xsl-stylesheet-scripts subpackage
+rm fo/pdf2index slides/images/callouts/gen.sh epub/bin/dbtoepub 
+
 #--
 %build
 
@@ -114,7 +117,7 @@
 # fixing permission errors from sources
 find %{buildroot}%{dbstyle_dir}/%{version} -type f -exec %__chmod 644 {} \;
 find %{buildroot}%{dbstyle_dir}/%{version} -type d -exec %__chmod 755 {} \;
-# %%__chmod 755 %%{buildroot}%%{dbstyle_dir}/%%{version}/extensions/xslt.py
+%__chmod 755 %{buildroot}%{dbstyle_dir}/%{version}/extensions/xslt.py
 
 # create current link
 # but not for snapshots
@@ -175,6 +178,9 @@
 %dir %{dbstyle_dir}
 %dir %{dbstyle_dir}/%{version}
 
+%exclude %{dbstyle_dir}/%{version}/slides/slidy/.htaccess
+%exclude %{dbstyle_dir}/%{version}/slides/slidy/*/.htaccess
+
 %config %{_sysconfdir}/xml/*.xml
 
 %doc BUGS NEWS README RELEASE-NOTES.txt TODO

++ docbook-xsl-ns-1.77.1.tar.bz2 -> docbook-xsl-ns-1.78.1.tar.bz2 ++
 126106 lines of diff (skipped)

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



commit docbook5-xsl-stylesheets for openSUSE:Factory

2013-07-04 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2013-07-04 17:57:44

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2013-03-18 07:05:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2013-07-04 17:57:46.0 +0200
@@ -1,0 +2,14 @@
+Fri Jun 28 09:16:03 UTC 2013 - t...@opensuse.org
+
+- Corrected conflict with docbook-xsl-stylesheets:
+  Created subpackage with pdf2index (which raised this conflict)
+  and moved other scripts too (db2epub, callout-gen).
+  This makes it easier to install both variantes of the
+  stylesheets
+
+---
+Fri May 31 16:02:09 UTC 2013 - vark...@suse.com
+
+- Fix spec to avoid conflicts with docbook-xsl-stylesheets 
+
+---



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.6uPB87/_old  2013-07-04 17:57:46.0 +0200
+++ /var/tmp/diff_new_pack.6uPB87/_new  2013-07-04 17:57:46.0 +0200
@@ -100,8 +100,8 @@
 %__mkdir_p -m755 %{buildroot}%{_sysconfdir}/xml
 
 # Install scripts
-%__install -m755 fo/pdf2index   %{buildroot}%{_bindir}
-# %%__install -m755 epub/bin/dbtoepub  %%{buildroot}%%{_bindir}
+# Don't install *any* scripts as these are located now in the 
+# docbook-xsl-stylesheets-scripts subpackage
 
 # VERSION.xsl
 %__install -m644 VERSION.xsl %{buildroot}%{dbstyle_dir}/%{version}
@@ -179,7 +179,8 @@
 
 %doc BUGS NEWS README RELEASE-NOTES.txt TODO
 
-%{_bindir}/*
+# NO bindir
+# %%{_bindir}/*
 %{dbstyle_dir}/current
 %{dbstyle_dir}/%{version}/*
 

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



commit docbook5-xsl-stylesheets for openSUSE:Factory

2013-03-17 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2013-03-18 07:05:40

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets", Maintainer is "thomas.schrai...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2012-09-20 14:58:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2013-03-18 07:05:41.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar 15 12:06:45 UTC 2013 - fsunderme...@opensuse.org
+
+- fixed error in specfile that generated catalog entries pointing
+  to the DocBook4 stylesheets 
+
+---



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.UG3CcN/_old  2013-03-18 07:05:42.0 +0100
+++ /var/tmp/diff_new_pack.UG3CcN/_new  2013-03-18 07:05:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook5-xsl-stylesheets
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -67,16 +67,16 @@
 #
 %{xmlcatalog} --noout --create %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteSystem" \
- "http://docbook.sourceforge.net/release/xsl/%{version}"; \
+ "http://docbook.sourceforge.net/release/xsl-ns/%{version}"; \
  "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteURI" \
- "http://docbook.sourceforge.net/release/xsl/%{version}"; \
+ "http://docbook.sourceforge.net/release/xsl-ns/%{version}"; \
  "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteSystem" \
- "http://docbook.sourceforge.net/release/xsl/current"; \
+ "http://docbook.sourceforge.net/release/xsl-ns/current"; \
  "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteURI" \
- "http://docbook.sourceforge.net/release/xsl/current"; \
+ "http://docbook.sourceforge.net/release/xsl-ns/current"; \
  "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
 
 #
@@ -85,7 +85,7 @@
 #
 %{xmlcatalog} --noout --create %{dbstyle_catalog_entry}
 %{xmlcatalog} --noout --add "delegateSystem" \
-  "http://docbook.sourceforge.net/release/xsl/"; \
+  "http://docbook.sourceforge.net/release/xsl-ns/"; \
   "file:///etc/xml/%{dbstyle_catalog}" %{dbstyle_catalog_entry}
 %__sed -i -e '/' \
-e '/<\/catalog/i\ ' %{dbstyle_catalog_entry}

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



commit docbook5-xsl-stylesheets for openSUSE:Factory

2012-09-20 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2012-09-20 14:58:15

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets", Maintainer is "thomas.schrai...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2011-09-23 01:55:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2012-09-20 14:58:17.0 +0200
@@ -1,0 +2,23 @@
+Tue Sep 18 06:51:36 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Docbook-XSL and Apache-2.0 and MIT and EPL-1.0 and
+  MPL-1.1 and BSD-3-Clause and HPND and Zlib and LGPL-2.1+
+  Package aggregates all of the above licenses. Added SUSE-Docbook-XSL
+  instead of MIT as the COPYING file is not ^pure^ MIT but contains two
+  additional clauses
+
+---
+Fri Sep 14 11:38:34 UTC 2012 - t...@opensuse.org
+
+- Fixed bnc#780451: used docbook_5 instead of docbook_4; fixed typo
+  in summary
+
+---
+Thu Jun 14 12:12:32 UTC 2012 - t...@opensuse.org
+
+- Updated to 1.77.1, see 
http://snapshots.docbook.org/xsl/RELEASE-NOTES.html#V1.77.1
+  for details (Mostly bugfix release)
+- Made spec file consistent with docbook-xsl-stylesheet package
+  (it's mostly the same)
+
+---

Old:

  docbook-xsl-ns-1.76.1.tar.bz2

New:

  docbook-xsl-ns-1.77.1.tar.bz2



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.RPTYhD/_old  2012-09-20 14:58:18.0 +0200
+++ /var/tmp/diff_new_pack.RPTYhD/_new  2012-09-20 14:58:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook5-xsl-stylesheets
 #
-# 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,35 +16,30 @@
 #
 
 
-%define regcat /usr/bin/sgml-register-catalog
-%define pack_vers %{version}
+%define dbstyle_dir%{_datadir}/xml/docbook/stylesheet/nwalsh5
+%define dbstyle_catalog%{name}.xml
+%define suse_catalog   %{_sysconfdir}/xml/suse-catalog.xml
+%define xmlcatalog %{_bindir}/xmlcatalog
+%define dbstyle_catalog_entry  for-catalog-%{name}-%{version}.xml
 
 Name:   docbook5-xsl-stylesheets
-BuildRequires:  bzip2 sgml-skel unzip
-Url:http://www.docbook.org
-License:SUSE-Public-Domain
+Summary:XSL Stylesheets for DocBook 5
+License:SUSE-Docbook-XSL and Apache-2.0 and MIT and EPL-1.0 and 
MPL-1.1 and BSD-3-Clause and HPND and Zlib and LGPL-2.1+
 Group:  Productivity/Publishing/DocBook
-BuildArch:  noarch
 BuildRequires:  fdupes
-Requires:   xmlcharent docbook_5 awk coreutils
-Provides:   docbkxsl
-PreReq: %{regcat} /usr/bin/xmlcatalog
-Summary:XSL Stylesheets for DocBook 5
-Version:1.76.1
-Release:1
+BuildRequires:  sgml-skel
+BuildRequires:  unzip
+BuildArch:  noarch
+Requires:   docbook_5
+Requires:   xmlcharent
+PreReq: sgml-skel %{_bindir}/xmlcatalog
+Version:1.77.1
+Release:0
 Source0:
http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-ns-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-### snap
-#Source100: docbook-xsl-snapshot.zip
-### snap end
-#Source0:  
http://docbook.sourceforge.net/snapshot/docbook-xsl-snapshot.tar.bz2
-#Source10: 
http://docbook.sourceforge.net/snapshot/docbook-xsl-doc-snapshot.tar.bz2
-#Patch:manpages-block-sp.patch
-#Patch1:   manpages-block-sp-2.patch
-# %define pack_vers snapshot
-#Source1:%{name}-README.SuSE
-# Patch: docbkxsl.dif
+# Patch0:%%{name}-dbtoepub.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://sourceforge.net/projects/docbook/
 
 %description
 These are the XSL stylesheets for DocBook. Generally, the stylesheets
@@ -54,184 +49,138 @@
 stylesheet language for both print and online rendering. For more
 information about XSL, see the XSL page at theW3C.
 
-%define INSTALL install -m755 -s
-%define INSTALL_DIR install -d -m755
-%define INSTALL_DATA install -m644
-%define INSTALL_SCRIPT install -m755 -o root -g root
-%define sgml_dir %{_datadir}/sgml
-%define sgml_var_dir /var/lib/sgml
-%defin

commit docbook5-xsl-stylesheets for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2011-12-06 18:06:42

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets", Maintainer is "thomas.schrai...@suse.com"

Changes:




Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.cS5NXU/_old  2011-12-06 18:11:00.0 +0100
+++ /var/tmp/diff_new_pack.cS5NXU/_new  2011-12-06 18:11:00.0 +0100
@@ -22,7 +22,7 @@
 Name:   docbook5-xsl-stylesheets
 BuildRequires:  bzip2 sgml-skel unzip
 Url:http://www.docbook.org
-License:Public Domain, Freeware
+License:SUSE-Public-Domain
 Group:  Productivity/Publishing/DocBook
 BuildArch:  noarch
 BuildRequires:  fdupes

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



commit docbook5-xsl-stylesheets for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory
checked in at Mon Sep 19 16:45:13 CEST 2011.




--- docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes   2010-11-29 
12:10:44.0 +0100
+++ 
/mounts/work_src_done/STABLE/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
  2011-09-18 19:33:46.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.B4Pj7f/_old  2011-09-19 16:45:08.0 +0200
+++ /var/tmp/diff_new_pack.B4Pj7f/_new  2011-09-19 16:45:08.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package docbook5-xsl-stylesheets (Version 1.76.1)
+# spec file for package docbook5-xsl-stylesheets
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define regcat /usr/bin/sgml-register-catalog
 %define pack_vers %{version}
@@ -25,7 +24,6 @@
 Url:http://www.docbook.org
 License:Public Domain, Freeware
 Group:  Productivity/Publishing/DocBook
-AutoReqProv:on
 BuildArch:  noarch
 BuildRequires:  fdupes
 Requires:   xmlcharent docbook_5 awk coreutils
@@ -56,14 +54,6 @@
 stylesheet language for both print and online rendering. For more
 information about XSL, see the XSL page at theW3C.
 
-
-
-Authors:
-
-Norman Walsh 
-Michael Smith 
-Bob Stayton
-
 %define INSTALL install -m755 -s
 %define INSTALL_DIR install -d -m755
 %define INSTALL_DATA install -m644
@@ -146,7 +136,7 @@
   %{FOR_ROOT_CAT}.tmp > %{FOR_ROOT_CAT}
 
 %install
-[ -e %buildroot ] || %{__mkdir} %buildroot
+mkdir -p %buildroot
 # export NO_BRP_CHECK_BYTECODE_VERSION=true
 #export RPM_BUILD_ROOT
 #if [ ! "x" = "x$RPM_BUILD_ROOT" ]; then
@@ -231,9 +221,6 @@
 --del %{name}-%{version}
 fi
 
-%clean
-%{__rm} -fr $RPM_BUILD_ROOT
-
 %files -f %{name}_list
 %defattr(-, root, root)
 # compatibility link; will go away with SuSE Linux >= 8.x






Remember to have fun...

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