commit docbook_4 for openSUSE:Factory

2019-04-17 Thread root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2019-04-17 11:21:57

Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_4.new.17052 (New)


Package is "docbook_4"

Wed Apr 17 11:21:57 2019 rev:32 rq:694190 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2017-12-05 
01:28:07.017922106 +0100
+++ /work/SRC/openSUSE:Factory/.docbook_4.new.17052/docbook_4.changes   
2019-04-17 11:21:58.926321937 +0200
@@ -1,0 +2,7 @@
+Mon Apr 15 08:12:37 UTC 2019 - Karl Eichwalder 
+
+- Enable 4.5 SGML and XML DTD for processing with SGML tools;
+  bsc#1072957.
+- Do not install catalogs in /var/lib/sgml; bsc#1093345.
+
+---



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.4CGZ6i/_old  2019-04-17 11:22:00.746324078 +0200
+++ /var/tmp/diff_new_pack.4CGZ6i/_new  2019-04-17 11:22:00.750324083 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_4
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -197,7 +197,7 @@
 exit 0
 
 %files
-%config %{sgml_config_dir}/CATALOG.*
+# %%config %%{sgml_config_dir}/CATALOG.*
 %config %{_sysconfdir}/xml/catalog.d/%{name}.xml
 
 %doc README.SUSE

++ CATALOG.docbook_4 ++
--- /var/tmp/diff_new_pack.4CGZ6i/_old  2019-04-17 11:22:00.854324206 +0200
+++ /var/tmp/diff_new_pack.4CGZ6i/_new  2019-04-17 11:22:00.854324206 +0200
@@ -2,6 +2,10 @@
 -- Load iso_ent early to prevent docbook.cat from biting --
 CATALOG  "/var/lib/sgml/CATALOG.iso_ent"
 
+DTDDECL "-//OASIS//DTD DocBook CALS Table Model V4.5//EN" 
/usr/share/sgml/docbook/dtd/4.5/docbook.dcl
+DTDDECL "-//OASIS//DTD DocBook V4.5//EN" 
"/usr/share/sgml/docbook/dtd/4.5/docbook.dcl"
+CATALOG "/usr/share/sgml/docbook/dtd/4.5/docbook.cat"
+
 DTDDECL "-//OASIS//DTD DocBook CALS Table Model V4.4//EN" 
/usr/share/sgml/docbook/dtd/4.4/docbook.dcl
 DTDDECL "-//OASIS//DTD DocBook V4.4//EN" 
"/usr/share/sgml/docbook/dtd/4.4/docbook.dcl"
 CATALOG "/usr/share/sgml/docbook/dtd/4.4/docbook.cat"
@@ -37,12 +41,14 @@
 PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.1.2//EN" 
"/usr/share/sgml/docbook/dtd/4.1/dbhier.mod"
 PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.0//EN" 
"/usr/share/sgml/docbook/dtd/4.1/dbhier.mod"
 PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN" 
"/usr/share/sgml/docbook/dtd/4.2/soextblx.dtd"
+PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"/usr/share/sgml/docbook/dtd/4.5/docbookx.dtd"
 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
"/usr/share/sgml/docbook/dtd/4.4/docbookx.dtd"
 PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
"/usr/share/sgml/docbook/dtd/4.2/docbookx.dtd"
 PUBLIC "-//OASIS//DTD DocBook V4.2//EN" 
"/usr/share/sgml/docbook/dtd/4.2/docbook.dtd"
 PUBLIC "-//OASIS//DTD DocBook V4.1//EN" 
"/usr/share/sgml/docbook/dtd/4.1/docbook.dtd"
 PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN" 
"/usr/share/sgml/docbook/dtd/4.1/docbook.dtd"
 PUBLIC "-//OASIS//DTD DocBook V4.0//EN" 
"/usr/share/sgml/docbook/dtd/4.1/docbook.dtd"
+PUBLIC "-//OASIS//ELEMENTS DocBook XML HTML Tables V4.5//EN" 
"/usr/share/sgml/docbook/dtd/4.5/htmltblx.mod"
 PUBLIC "-//OASIS//ELEMENTS DocBook XML HTML Tables V4.4//EN" 
"/usr/share/sgml/docbook/dtd/4.4/htmltblx.mod"
 PUBLIC "-//OASIS//ELEMENTS DocBook XML HTML Tables V4.3//EN" 
"/usr/share/sgml/docbook/dtd/4.3/htmltblx.mod"
 -- PUBLIC "-//OASIS//DTD DocBook CALS Table Model V4.4//EN" 
"/usr/share/sgml/docbook/dtd/4.4/calstblx.dtd" --

++ Makefile ++
--- /var/tmp/diff_new_pack.4CGZ6i/_old  2019-04-17 11:22:00.878324233 +0200
+++ /var/tmp/diff_new_pack.4CGZ6i/_new  2019-04-17 11:22:00.878324233 +0200
@@ -94,7 +94,8 @@
 
 $(SGML_CONFIG_DIR)/CATALOG.%: CATALOG.% | $(SGML_CONFIG_DIR) 
$(SGML_CATALOG_DIR)
@echo "# Installing SGML catalog $<..."
-   cp $< $(dir $@)
+# No longer wanted in /var hierarchy; see bsc#1093345
+#  cp $< $(dir $@)
cp $< $(SGML_CATALOG_DIR)
 
 $(XML_IN_SGML_DIRS): | $(INST_DIRECTORIES)
@@ -116,7 +117,7 @@
 $(XML_SCHEMA_DIR)/xsd/%/docbook.xsd: docbook-xsd-%
@echo "# Copying $<"
@cp -a $

commit docbook_4 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2017-12-05 01:28:05

Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_4.new (New)


Package is "docbook_4"

Tue Dec  5 01:28:05 2017 rev:31 rq:546051 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2015-02-22 
17:25:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2017-12-05 
01:28:07.017922106 +0100
@@ -1,0 +2,19 @@
+Mon Nov 13 15:56:39 UTC 2017 - thomas.schrai...@suse.com
+
+- Fix XML catalog problems (missing or mistyped identifiers)
+- Fix version 4.1.2 link in SGML (yes!) directory
+- Add missing docbook-xml-4.1.2-catalog.xml
+- 
+
+---
+Tue Oct 17 09:05:19 UTC 2017 - thomas.schrai...@suse.com
+
+- Spec file changes:
+  * Adapted patches (only directory)
+  * Used spec-cleaner
+  * Removed obsolete stuff
+  * Installed files through Makefile
+  * Used/require sgml-skel >= 0.7
+  * Used update-xml-catalog
+
+---

New:

  Makefile
  docbook-xml-4.1.2-catalog.xml
  docbook_4.xml
  generate-docbook_4-xmlcat.py



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.cTC4FZ/_old  2017-12-05 01:28:08.289875897 +0100
+++ /var/tmp/diff_new_pack.cTC4FZ/_new  2017-12-05 01:28:08.293875751 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_4
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -16,27 +16,25 @@
 #
 
 
+%define regcat %{_bindir}/sgml-register-catalog
 Name:   docbook_4
-BuildRequires:  fdupes
-BuildRequires:  sgml-skel
-BuildRequires:  unzip
-Provides:   docbook
-Provides:   docbook-dtd
-Provides:   docbook-dtds
-Requires:   iso_ent
-%define regcat /usr/bin/sgml-register-catalog
-PreReq: %{regcat} /usr/bin/xmlcatalog sgml-skel
-PreReq: sed grep awk
-Summary:DocBook DTD Version 4.x
-License:BSD-3-Clause and MIT
-Group:  Productivity/Publishing/DocBook
 Version:4.5
 Release:0
+Summary:DocBook DTD Version 4.x
+License:BSD-3-Clause AND MIT
+Group:  Productivity/Publishing/DocBook
+Url:http://www.oasis-open.org/docbook/
 Source2:docbook_4-README.SUSE
+Source3:%{name}.xml
 Source7:CATALOG.docbook_4
+Source8:Makefile
+# Only needed to regenerate docbook_4.xml
+Source9:generate-docbook_4-xmlcat.py
+
 # DocBook 4.1
 Source410:  http://www.oasis-open.org/docbook/sgml/4.1/docbk41.zip
-Source411:  http://www.oasis-open.org/docbook/xml/4.1/docbkx412.zip
+Source411:  docbook-xml-4.1.2-catalog.xml
+Source412:  http://www.oasis-open.org/docbook/xml/4.1/docbkx412.zip
 # No RNG and XSD files for DB4.1
 Source414:  CATALOG.db41xml
 # DocBook 4.2
@@ -67,9 +65,22 @@
 Patch1: docbook-4-3.diff
 Patch2: docbook-4-3-xml-cat.diff
 Patch3: docbook.4.4.dcl.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#
+BuildRequires:  fdupes
+BuildRequires:  sgml-skel >= 0.7
+BuildRequires:  unzip
+Requires:   iso_ent
+PreReq: %{_bindir}/xmlcatalog
+PreReq: awk
+PreReq: grep
+PreReq: sed
+PreReq: sgml-skel
+Requires(post): sgml-skel >= 0.7
+Requires(postun): sgml-skel >= 0.7
+Provides:   docbook
+Provides:   docbook-dtd
+Provides:   docbook-dtds
 BuildArch:  noarch
-Url:http://www.oasis-open.org/docbook/
 
 %description
 DocBook is a schema. It is particularly well-suited to books and papers
@@ -94,263 +105,60 @@
 %define xml_docbook_xsd_dir %{xml_docbook_dir}/schema/xsd
 %define xml_docbook_custom_dir %{xml_docbook_dir}/custom
 %define xml_docbook_style_dir %{xml_docbook_dir}/stylesheet
-%define sgml_config_dir /var/lib/sgml
+%define sgml_config_dir %{_localstatedir}/lib/sgml
 %define sgml_sysconf_dir %{_sysconfdir}/sgml
-%define xml_config_dir /var/lib/xml
+%define xml_config_dir %{_localstatedir}/lib/xml
 %define xml_sysconf_dir %{_sysconfdir}/xml
+%define FOR_ROOT_CAT for-catalog-%{name}-%{version}.xml
+%define my_all_cat docbook_4 db41xml db42xml db43xml db44xml db45xml
 
 %prep
-%setup -n %{name} -c -T
+%setup -q -n %{name} -c -T
 cp -p $RPM_SOURCE_DIR/%{name}-README.SUSE README.SUSE
-%{INSTALL_DIR} dtd/4.{1,2,3,4,5} 4.{1,2,3,4,5}xml
-echo " %{S:410}"
-pushd dtd/4.1
-  unzip -q -a %{S:410}
-popd
-pus

commit docbook_4 for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2015-02-22 17:25:05

Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_4.new (New)


Package is "docbook_4"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2013-07-22 
12:58:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2015-02-22 
17:25:07.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 19 09:42:19 UTC 2015 - t...@opensuse.org
+
+- Fixed subtle XML catalog bug (bsc#918565)
+- Renamed docbook_4-README.SuSE  -> docbook_4-README.SUSE to
+  avoid rpmlint warnings
+
+---

Old:

  docbook_4-README.SuSE

New:

  docbook_4-README.SUSE



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.afELJm/_old  2015-02-22 17:25:08.0 +0100
+++ /var/tmp/diff_new_pack.afELJm/_new  2015-02-22 17:25:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_4
 #
-# 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
@@ -32,7 +32,7 @@
 Group:  Productivity/Publishing/DocBook
 Version:4.5
 Release:0
-Source2:docbook_4-README.SuSE
+Source2:docbook_4-README.SUSE
 Source7:CATALOG.docbook_4
 # DocBook 4.1
 Source410:  http://www.oasis-open.org/docbook/sgml/4.1/docbk41.zip
@@ -101,7 +101,7 @@
 
 %prep
 %setup -n %{name} -c -T
-cp -p $RPM_SOURCE_DIR/%{name}-README.SuSE README.SuSE
+cp -p $RPM_SOURCE_DIR/%{name}-README.SUSE README.SUSE
 %{INSTALL_DIR} dtd/4.{1,2,3,4,5} 4.{1,2,3,4,5}xml
 echo " %{S:410}"
 pushd dtd/4.1
@@ -359,10 +359,14 @@
   >/dev/null 2>&1 || true
   done
 fi
-if [ -x /usr/bin/edit-xml-catalog ]; then
+
+# in case of an update, remove old
+if [ "2" = "$1" ]; then
   /usr/bin/edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
-  --add /etc/xml/%{FOR_ROOT_CAT}
+  --del %{name}-%{version} || true
 fi
+/usr/bin/edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
+  --add /etc/xml/%{FOR_ROOT_CAT}
 
 %postun
 if [ "$1" = "0" -a -x %{regcat} ]; then
@@ -372,7 +376,7 @@
   done
 fi
 # remove entries only on removal of file
-if [ ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] 
; then
+if [ "0" = "$1" -a ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} ] ; then
   /usr/bin/edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
   --del %{name}-%{version}
 fi
@@ -380,7 +384,7 @@
 %files
 %defattr(-, root, root)
 %config %{sgml_config_dir}/CATALOG.*
-%doc README.SuSE
+%doc README.SUSE
 %{sgml_dir}/CATALOG.*
 %{sgml_docbook_dtd_dir}/4.1
 %{sgml_docbook_dtd_dir}/4.2



















++ docbook_4-README.SUSE ++
README.SuSE (2005-02-02 13:52:09 CET)
=


SGML CATALOG Files
--

SGML


The default CATALOG file for DocBook 4 is
/usr/share/sgml/CATALOG.docbook_4; it is valid for DocBook DTD 4.1, 4.2,
4.3, and 4.4.


XML
...

The name of the SGML CATALOG file for the XML versions are:

/usr/share/sgml/CATALOG.db41xml
/usr/share/sgml/CATALOG.db42xml
/usr/share/sgml/CATALOG.db43xml
/usr/share/sgml/CATALOG.db44xml


XML CATALOG Files
--

XML catalogs are available through /etc/xml/catalog which points to
/etc/xml/suse-catalog.xml.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit docbook_4 for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2013-07-22 12:58:00

Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_4.new (New)


Package is "docbook_4"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2013-02-04 
21:09:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2013-07-22 
12:58:01.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul 15 06:02:47 UTC 2013 - t...@opensuse.org
+
+- Fixed bnc#828872: 
+  Missing system identifier http://www.docbook.org/xml/$VER/ added
+
+- Spec file:
+  Removed docbook-4-3-cat.diff patch as it is obsolete now
+  Removed obsoletes and provides of docbk_4; don't use it anymore!
+  Removed libxml2 dependency; this is already covered with xml-catalog
+
+---

Old:

  docbook-4-3-cat.diff



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.Q6l3Cd/_old  2013-07-22 12:58:02.0 +0200
+++ /var/tmp/diff_new_pack.Q6l3Cd/_new  2013-07-22 12:58:02.0 +0200
@@ -20,13 +20,10 @@
 BuildRequires:  fdupes
 BuildRequires:  sgml-skel
 BuildRequires:  unzip
-Provides:   docbk_4
 Provides:   docbook
 Provides:   docbook-dtd
 Provides:   docbook-dtds
-Obsoletes:  docbk_4
 Requires:   iso_ent
-Requires:   libxml2
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog sgml-skel
 PreReq: sed grep awk
@@ -66,7 +63,7 @@
 Source452:  http://www.docbook.org/rng/4.5/docbook-rng-4.5.zip
 Source453:  http://www.docbook.org/xsd/4.5/docbook-xsd-4.5.zip
 Source454:  CATALOG.db45xml
-Patch0: docbook-4-3-cat.diff
+# Patches
 Patch1: docbook-4-3.diff
 Patch2: docbook-4-3-xml-cat.diff
 Patch3: docbook.4.4.dcl.diff
@@ -178,6 +175,9 @@
 $xmlcatbin --noout --add "rewriteSystem" \
 "http://www.oasis-open.org/docbook/xml/4.1.2"; \
 "file://$docbookdir" $CATALOG
+$xmlcatbin --noout --add "rewriteSystem" \
+"http://www.docbook.org/xml/4.1.2"; \
+"file://$docbookdir" $CATALOG
 $xmlcatbin --noout --add "rewriteURI" \
 "http://www.oasis-open.org/docbook/xml/4.1.2"; \
 "file://$docbookdir" $CATALOG
@@ -272,12 +272,18 @@
   $xmlcatbin --noout --add "delegateSystem" \
 "http://www.oasis-open.org/docbook/xml/${v}"; \
 "file://$cat42" %{FOR_ROOT_CAT}.tmp
+  $xmlcatbin --noout --add "delegateSystem" \
+"http://www.docbook.org/xml/${v}"; \
+"file://$cat42" %{FOR_ROOT_CAT}.tmp
   $xmlcatbin --noout --add "delegateURI" \
 "http://www.oasis-open.org/docbook/xml/${v}"; \
 "file://$cat42" %{FOR_ROOT_CAT}.tmp
   $xmlcatbin --noout --add "rewriteSystem" \
 "http://www.oasis-open.org/docbook/xml/${v}"; \
 "file://%{xml_docbook_dtd_dir}/${v}" %{FOR_ROOT_CAT}.tmp
+ $xmlcatbin --noout --add "rewriteSystem" \
+"http://www.docbook.org/xml/${v}"; \
+"file://%{xml_docbook_dtd_dir}/${v}" %{FOR_ROOT_CAT}.tmp
   $xmlcatbin --noout --add "delegatePublic" \
 "ISO 8879:1986" \
 "file:///$CATALOG" %{FOR_ROOT_CAT}.tmp
@@ -408,8 +414,6 @@
 %config %{xml_sysconf_dir}/%{FOR_ROOT_CAT}
 %dir %{sgml_dir}/docbook/dtd
 %{sgml_dir}/docbook_4.1
-# %dir %{xml_dir}
-# %dir %{xml_docbook_dir}
 %dir %{xml_docbook_dir}/schema
 %dir %{xml_docbook_dtd_dir}
 %dir %{xml_docbook_rng_dir}



















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



commit docbook_4 for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2013-02-04 21:09:32

Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_4.new (New)


Package is "docbook_4", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2012-06-13 
13:10:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2013-02-04 
21:09:33.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb  1 18:52:07 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.i1tyZv/_old  2013-02-04 21:09:39.0 +0100
+++ /var/tmp/diff_new_pack.i1tyZv/_new  2013-02-04 21:09:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_4
 #
-# 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
@@ -31,7 +31,7 @@
 PreReq: %{regcat} /usr/bin/xmlcatalog sgml-skel
 PreReq: sed grep awk
 Summary:DocBook DTD Version 4.x
-License:BSD-3-Clause ; MIT
+License:BSD-3-Clause and MIT
 Group:  Productivity/Publishing/DocBook
 Version:4.5
 Release:0



















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



commit docbook_4 for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2012-06-13 13:10:19

Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_4.new (New)


Package is "docbook_4", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2012-06-06 
16:06:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2012-06-13 
13:10:20.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 11:24:50 UTC 2012 - co...@suse.com
+
+- iso_ent is required for SGML, so readd it as long as it's supported
+
+---



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.jIsAaT/_old  2012-06-13 13:10:22.0 +0200
+++ /var/tmp/diff_new_pack.jIsAaT/_new  2012-06-13 13:10:22.0 +0200
@@ -15,13 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   docbook_4
 BuildRequires:  fdupes
 BuildRequires:  sgml-skel
 BuildRequires:  unzip
-Provides:   docbk_4 docbook docbook-dtd docbook-dtds
+Provides:   docbk_4
+Provides:   docbook
+Provides:   docbook-dtd
+Provides:   docbook-dtds
 Obsoletes:  docbk_4
-Recommends: iso_ent
+Requires:   iso_ent
 Requires:   libxml2
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog sgml-skel



















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



commit docbook_4 for openSUSE:Factory

2012-06-06 Thread h_root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2012-06-06 16:06:17

Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_4.new (New)


Package is "docbook_4", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes  2011-09-23 
01:55:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_4.new/docbook_4.changes 2012-06-06 
16:06:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  5 12:58:29 UTC 2012 - k...@suse.de
+
+- spec: No longer Requires iso_ent (now Recommends) and xmlcharent
+  (xml entities are shipped together with the DTD).
+
+---



Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.7kCLfT/_old  2012-06-06 16:06:19.0 +0200
+++ /var/tmp/diff_new_pack.7kCLfT/_new  2012-06-06 16:06:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_4
 #
-# 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
@@ -15,22 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   docbook_4
-BuildRequires:  fdupes sgml-skel unzip
-License:BSD-3-Clause ; MIT
-Group:  Productivity/Publishing/DocBook
+BuildRequires:  fdupes
+BuildRequires:  sgml-skel
+BuildRequires:  unzip
 Provides:   docbk_4 docbook docbook-dtd docbook-dtds
 Obsoletes:  docbk_4
-Requires:   iso_ent xmlcharent
+Recommends: iso_ent
 Requires:   libxml2
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog sgml-skel
 PreReq: sed grep awk
 Summary:DocBook DTD Version 4.x
+License:BSD-3-Clause ; MIT
+Group:  Productivity/Publishing/DocBook
 Version:4.5
-Release:123
+Release:0
 Source2:docbook_4-README.SuSE
 Source7:CATALOG.docbook_4
 # DocBook 4.1



















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



commit docbook_4 for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2011-12-06 18:06:38

Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and  /work/SRC/openSUSE:Factory/.docbook_4.new (New)


Package is "docbook_4", Maintainer is "k...@suse.com"

Changes:




Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.I7ctUv/_old  2011-12-06 18:10:58.0 +0100
+++ /var/tmp/diff_new_pack.I7ctUv/_new  2011-12-06 18:10:58.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   docbook_4
 BuildRequires:  fdupes sgml-skel unzip
-License:BSD3c(or similar) ; MIT License (or similar)
+License:BSD-3-Clause ; MIT
 Group:  Productivity/Publishing/DocBook
 Provides:   docbk_4 docbook docbook-dtd docbook-dtds
 Obsoletes:  docbk_4



















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



commit docbook_4 for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory
checked in at Mon Sep 19 16:45:41 CEST 2011.




--- docbook_4/docbook_4.changes 2011-04-05 09:15:29.0 +0200
+++ /mounts/work_src_done/STABLE/docbook_4/docbook_4.changes2011-09-18 
19:33:50.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:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.S18pNb/_old  2011-09-19 16:45:36.0 +0200
+++ /var/tmp/diff_new_pack.S18pNb/_new  2011-09-19 16:45:36.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   docbook_4
@@ -29,7 +28,6 @@
 %define regcat /usr/bin/sgml-register-catalog
 PreReq: %{regcat} /usr/bin/xmlcatalog sgml-skel
 PreReq: sed grep awk
-AutoReqProv:on
 Summary:DocBook DTD Version 4.x
 Version:4.5
 Release:123
@@ -79,14 +77,6 @@
 included. Some versions of DocBook contain also a RELAX NG and W3C
 Schema.
 
-
-
-Authors:
-
-Eve L. Maler 
-Terry Allen 
-Norman Walsh 
-
 %define INSTALL install -m755 -s
 %define INSTALL_DIR install -d -m755
 %define INSTALL_DATA install -m644
@@ -377,9 +367,6 @@
   --del %{name}-%{version}
 fi
 
-%clean
-rm -fr $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %config %{sgml_config_dir}/CATALOG.*
























Remember to have fun...

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



commit docbook_4 for openSUSE:Factory

2011-04-05 Thread h_root

Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory
checked in at Tue Apr 5 17:54:42 CEST 2011.




--- docbook_4/docbook_4.changes 2009-08-17 10:09:28.0 +0200
+++ docbook_4/docbook_4.changes 2011-04-05 09:15:29.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr  5 09:14:27 CEST 2011 - k...@suse.de
+
+- Also provide docbook-dtds; bnc#674044.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ docbook_4.spec ++
--- /var/tmp/diff_new_pack.DhtOKL/_old  2011-04-05 17:53:05.0 +0200
+++ /var/tmp/diff_new_pack.DhtOKL/_new  2011-04-05 17:53:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package docbook_4 (Version 4.5)
+# spec file for package docbook_4
 #
-# Copyright (c) 2009 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
@@ -20,9 +20,9 @@
 
 Name:   docbook_4
 BuildRequires:  fdupes sgml-skel unzip
-License:BSD 3-clause (or similar) ; MIT License (or similar)
+License:BSD3c(or similar) ; MIT License (or similar)
 Group:  Productivity/Publishing/DocBook
-Provides:   docbk_4 docbook docbook-dtd
+Provides:   docbk_4 docbook docbook-dtd docbook-dtds
 Obsoletes:  docbk_4
 Requires:   iso_ent xmlcharent
 Requires:   libxml2
@@ -32,7 +32,7 @@
 AutoReqProv:on
 Summary:DocBook DTD Version 4.x
 Version:4.5
-Release:112
+Release:123
 Source2:docbook_4-README.SuSE
 Source7:CATALOG.docbook_4
 # DocBook 4.1
























Remember to have fun...

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