commit gnome-doc-utils for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2020-02-14 16:28:17

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new.26092 (New)


Package is "gnome-doc-utils"

Fri Feb 14 16:28:17 2020 rev:61 rq:772649 version:0.20.10

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2020-01-28 10:50:00.384668084 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-doc-utils.new.26092/gnome-doc-utils.changes   
2020-02-14 16:28:18.611286257 +0100
@@ -1,0 +2,14 @@
+Mon Feb 10 10:47:28 UTC 2020 - Frederic Crozat 
+
+- Set encoding before building to fix a build error in SLE.
+- Adapt BuildRequires for SLE15 / Leap 15.x.
+
+---
+Thu Feb  6 07:30:41 UTC 2020 - Bjørn Lie 
+
+- Add gnome-doc-utils-port-python3.patch: Port to python3.
+  Following this, replace python2-libxml2 with python3-libxml2
+  BuildRequires and Requires.
+- Modernize spec and tweak fdupes call.
+
+---

New:

  gnome-doc-utils-port-python3.patch



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.wwyz8j/_old  2020-02-14 16:28:19.211286583 +0100
+++ /var/tmp/diff_new_pack.wwyz8j/_new  2020-02-14 16:28:19.211286583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-doc-utils
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,14 +22,21 @@
 Summary:A Collection of Documentation Utilities for GNOME
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
-URL:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
+URL:https://www.gnome.org
+Source0:
https://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-doc-utils-fig-path.patch bgo#682776 
dims...@opensuse.org -- Fix linking of figs in subfolders.
 Patch0: gnome-doc-utils-fig-path.patch
+# PATCH-FIX-UPSTREAM gnome-doc-utils-port-python3.patch -- Port to python3
+Patch1: gnome-doc-utils-port-python3.patch
+
 BuildRequires:  docbook_4
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  python2-libxml2
+%if %suse_version > 1500
+BuildRequires:  python3-libxml2
+%else
+BuildRequires:  python3-libxml2-python
+%endif
 # needed for xmllint
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-devel
@@ -48,7 +55,7 @@
 Summary:Tool to extract translatable content from XML documents
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
-Requires:   python2-libxml2
+Requires:   python3-libxml2
 
 %description -n xml2po
 xml2po is a Python program which extracts translatable content from
@@ -70,7 +77,7 @@
 the DocBook XSLT stylesheets that were once distributed with Yelp.
 
 %package -n xml2po-devel
-Summary:pkgconfig file for xml2po
+Summary:Pkgconfig file for xml2po
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 Requires:   xml2po = %{version}
@@ -82,24 +89,22 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 translation-update-upstream
 
 %build
-%configure\
-   --disable-scrollkeeper
-make %{?_smp_mflags} pkgconfigdir=%{_datadir}/pkgconfig
+export LANG=C.UTF-8
+%configure \
+   --disable-scrollkeeper \
+   %{nil}
+%make_build pkgconfigdir=%{_datadir}/pkgconfig
 
 %install
 %make_install pkgconfigdir=%{_datadir}/pkgconfig
-%if 0%{?suse_version} <= 1120
-rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
-%endif
 %find_lang %{name} %{?no_lang_C}
 %find_lang gnome-doc-make %{?no_lang_C} %{name}.lang
 %find_lang gnome-doc-xslt %{?no_lang_C} %{name}.lang
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %files
 %license COPYING
@@ -121,7 +126,7 @@
 %license xml2po/COPYING
 %doc xml2po/AUTHORS xml2po/ChangeLog xml2po/NEWS xml2po/README
 %{_bindir}/xml2po
-%{python_sitelib}/xml2po
+%{python3_sitelib}/xml2po
 %{_mandir}/man?/xml2po*%{ext_man}
 
 %files devel

++ gnome-doc-utils-port-python3.patch ++
Index: gnome-doc-utils-0.20.10/xml2po/xml2po/__init__.py
===
--- gnome-doc-utils-0.20.10.orig/xml2po/xml2po/__init__.py
+++ gnome-doc-utils-0.20.10/xml2po/xml2po/__init__.py
@@ -86,14 +86,14 @@ class MessageOutput:
 self.messages.append(t)
 if 

commit gnome-doc-utils for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2020-01-28 10:49:54

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new.26092 (New)


Package is "gnome-doc-utils"

Tue Jan 28 10:49:54 2020 rev:60 rq:767399 version:0.20.10

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2019-09-13 14:56:52.209273553 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-doc-utils.new.26092/gnome-doc-utils.changes   
2020-01-28 10:50:00.384668084 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:09:44 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.zadsr9/_old  2020-01-28 10:50:02.100670094 +0100
+++ /var/tmp/diff_new_pack.zadsr9/_new  2020-01-28 10:50:02.104670099 +0100
@@ -36,7 +36,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 Requires:   libxslt
-Recommends: %{name}-lang
 BuildArch:  noarch
 
 %description




commit gnome-doc-utils for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2019-09-13 14:56:49

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new.7948 (New)


Package is "gnome-doc-utils"

Fri Sep 13 14:56:49 2019 rev:59 rq:726444 version:0.20.10

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2018-03-08 10:44:57.696419546 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-doc-utils.new.7948/gnome-doc-utils.changes
2019-09-13 14:56:52.209273553 +0200
@@ -1,0 +2,12 @@
+Sat Aug 24 04:14:55 UTC 2019 - Jan Engelhardt 
+
+- Trim filler wording from description. Update summaries.
+
+---
+Fri Aug  2 13:08:20 UTC 2019 - Tomáš Chvátal 
+
+- Use python2-libxml2 as a name for the libxml2 python bindings.
+  This is provided by the new libxml2 package as the python
+  module name should be $PYTHON_INTERP-$PACKAGENAME
+
+---



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.3qYcWO/_old  2019-09-13 14:56:52.685273574 +0200
+++ /var/tmp/diff_new_pack.3qYcWO/_new  2019-09-13 14:56:52.685273574 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-doc-utils
 #
-# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -29,7 +29,7 @@
 BuildRequires:  docbook_4
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  libxml2-python
+BuildRequires:  python2-libxml2
 # needed for xmllint
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-devel
@@ -40,22 +40,20 @@
 BuildArch:  noarch
 
 %description
-The gnome-doc-utils package is a collection of documentation utilities
-for the GNOME project. Notably, it contains utilities for building
-documentation and all auxiliary files in your source tree. It also
-contains the DocBook XSLT stylesheets that were once distributed with
-Yelp.
+The gnome-doc-utils package is a collection of documentation
+utilities for the GNOME project. It contains utilities for building
+documentation and auxiliary files in a source tree. It also contains
+the DocBook XSLT stylesheets that were once distributed with Yelp.
 
 %package -n xml2po
 Summary:Tool to extract translatable content from XML documents
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
-Requires:   libxml2-python
+Requires:   python2-libxml2
 
 %description -n xml2po
-xml2po is a simple Python program which extracts translatable
-content from free-form XML documents and outputs gettext compatible
-POT files.
+xml2po is a Python program which extracts translatable content from
+free-form XML documents and outputs gettext compatible POT files.
 
 %package devel
 Summary:A Collection of Documentation Utilities for GNOME
@@ -67,22 +65,20 @@
 Requires:   xml2po-devel
 
 %description devel
-The gnome-doc-utils package is a collection of documentation utilities
-for the GNOME project. Notably, it contains utilities for building
-documentation and all auxiliary files in your source tree. It also
-contains the DocBook XSLT stylesheets that were once distributed with
-Yelp.
+The gnome-doc-utils package is a collection of documentation
+utilities for the GNOME project. It contains utilities for building
+documentation and auxiliary files in a source tree. It also contains
+the DocBook XSLT stylesheets that were once distributed with Yelp.
 
 %package -n xml2po-devel
-Summary:Tool to extract translatable content from XML documents
+Summary:pkgconfig file for xml2po
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 Requires:   xml2po = %{version}
 
 %description -n xml2po-devel
-xml2po is a simple Python program which extracts translatable
-content from free-form XML documents and outputs gettext compatible
-POT files.
+xml2po is a Python program which extracts translatable content from
+free-form XML documents and outputs gettext compatible POT files.
 
 %lang_package
 




commit gnome-doc-utils for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2018-03-08 10:44:55

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is "gnome-doc-utils"

Thu Mar  8 10:44:55 2018 rev:58 rq:582762 version:0.20.10

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2013-09-23 12:44:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 
2018-03-08 10:44:57.696419546 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:28:06 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.N7BK3F/_old  2018-03-08 10:44:58.188401832 +0100
+++ /var/tmp/diff_new_pack.N7BK3F/_new  2018-03-08 10:44:58.192401688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-doc-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,9 +20,9 @@
 Version:0.20.10
 Release:0
 Summary:A Collection of Documentation Utilities for GNOME
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
-Url:http://www.gnome.org
+URL:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-doc-utils-fig-path.patch bgo#682776 
dims...@opensuse.org -- Fix linking of figs in subfolders.
 Patch0: gnome-doc-utils-fig-path.patch
@@ -33,11 +33,10 @@
 # needed for xmllint
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 Requires:   libxslt
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -49,7 +48,7 @@
 
 %package -n xml2po
 Summary:Tool to extract translatable content from XML documents
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 Requires:   libxml2-python
 
@@ -60,7 +59,7 @@
 
 %package devel
 Summary:A Collection of Documentation Utilities for GNOME
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 # For the validation with xsltproc to use a local DTD
@@ -76,7 +75,7 @@
 
 %package -n xml2po-devel
 Summary:Tool to extract translatable content from XML documents
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 Requires:   xml2po = %{version}
 
@@ -86,6 +85,7 @@
 POT files.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -94,24 +94,21 @@
 %build
 %configure\
--disable-scrollkeeper
-make %{?jobs:-j%jobs} pkgconfigdir=%{_datadir}/pkgconfig
+make %{?_smp_mflags} pkgconfigdir=%{_datadir}/pkgconfig
 
 %install
-%makeinstall pkgconfigdir=%{_datadir}/pkgconfig
+%make_install pkgconfigdir=%{_datadir}/pkgconfig
 %if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
+rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
 %find_lang %{name} %{?no_lang_C}
 %find_lang gnome-doc-make %{?no_lang_C} %{name}.lang
 %find_lang gnome-doc-xslt %{?no_lang_C} %{name}.lang
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/gnome-doc-make/
@@ -126,14 +123,13 @@
 %{_datadir}/xml/mallard
 
 %files -n xml2po
-%defattr (-, root, root)
-%doc xml2po/AUTHORS xml2po/ChangeLog xml2po/COPYING xml2po/NEWS xml2po/README
+%license xml2po/COPYING
+%doc xml2po/AUTHORS xml2po/ChangeLog xml2po/NEWS xml2po/README
 %{_bindir}/xml2po
 %{python_sitelib}/xml2po
-%{_mandir}/man?/xml2po.*
+%{_mandir}/man?/xml2po*%{ext_man}
 
 %files devel
-%defattr (-, root, root)
 %{_bindir}/gnome-doc-prepare
 %dir %{_datadir}/aclocal
 %{_datadir}/aclocal/gnome-doc-utils.m4
@@ -143,7 +139,6 @@
 %{_datadir}/gnome-doc-utils/template*.*
 
 %files -n xml2po-devel
-%defattr (-, root, root)
 %{_datadir}/pkgconfig/xml2po.pc
 
 %files lang -f %{name}.lang




commit gnome-doc-utils for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2013-09-23 12:44:54

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is gnome-doc-utils

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2013-03-28 13:15:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 
2013-09-23 12:44:55.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 14:00:44 UTC 2013 - fcro...@suse.com
+
+- Remove dependency on scrollkeeper in devel package, all packages
+  have migrated to yelp-tools (aka die scrollkeeper die).
+
+---



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.0AKTtV/_old  2013-09-23 12:44:56.0 +0200
+++ /var/tmp/diff_new_pack.0AKTtV/_new  2013-09-23 12:44:56.0 +0200
@@ -65,9 +65,6 @@
 Requires:   %{name} = %{version}
 # For the validation with xsltproc to use a local DTD
 Requires:   docbook_4
-# Needed by packages being built with gnome-doc-utils, unless they
-# use --disable-scrollkeeper
-Requires:   scrollkeeper
 Requires:   xml2po-devel
 
 %description devel

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



commit gnome-doc-utils for openSUSE:Factory

2013-03-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2013-03-28 13:15:21

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is gnome-doc-utils, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2012-10-03 07:20:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 
2013-03-28 13:15:22.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 20 20:48:23 UTC 2013 - dims...@opensuse.org
+
+- Spec-cleanup using format_spec_file service.
+
+---



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.KS0IOx/_old  2013-03-28 13:15:23.0 +0100
+++ /var/tmp/diff_new_pack.KS0IOx/_new  2013-03-28 13:15:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-doc-utils
 #
-# 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
@@ -60,7 +60,7 @@
 
 %package devel
 Summary:A Collection of Documentation Utilities for GNOME
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 # For the validation with xsltproc to use a local DTD

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



commit gnome-doc-utils for openSUSE:Factory

2012-10-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2012-10-03 07:20:45

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is gnome-doc-utils, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2012-03-29 13:53:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 
2012-10-03 07:20:46.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 29 21:25:38 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-doc-utils-fig-path.patch: Fix linking of figures in
+  subfolders, where a relative path to ../../C will not do the
+  right thing (gnome-devel-docs 3.5.90 contains such cases).
+
+---

New:

  gnome-doc-utils-fig-path.patch



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.J6NWiq/_old  2012-10-03 07:20:47.0 +0200
+++ /var/tmp/diff_new_pack.J6NWiq/_new  2012-10-03 07:20:47.0 +0200
@@ -24,6 +24,8 @@
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-doc-utils-fig-path.patch bgo#682776 
dims...@opensuse.org -- Fix linking of figs in subfolders.
+Patch0: gnome-doc-utils-fig-path.patch
 BuildRequires:  docbook_4
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -89,6 +91,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build


++ gnome-doc-utils-fig-path.patch ++
diff --git a/tools/gnome-doc-utils.make b/tools/gnome-doc-utils.make
index 726c5b8..339817f 100644
--- a/tools/gnome-doc-utils.make
+++ b/tools/gnome-doc-utils.make
@@ -640,8 +640,8 @@ install-doc-figs:
fi; \
figbase=`echo $$fig | sed -e 's/^.*\///'`; \
if $$figsymlink; then \
- echo cd $$figdir  $(LN_S) -f ../../C/$$fig $$figbase; \
- ( cd $$figdir  $(LN_S) -f ../../C/$$fig $$figbase ); \
+ echo cd $$figdir  $(LN_S) -f 
$(HELP_DIR)/$(_doc_install_dir)/C/$$fig $$figbase; \
+ ( cd $$figdir  $(LN_S) -f 
$(HELP_DIR)/$(_doc_install_dir)/C/$$fig $$figbase ); \
else \
  echo $(INSTALL_DATA) $$figfile $$figdir$$figbase; \
  $(INSTALL_DATA) $$figfile $$figdir$$figbase; \
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-doc-utils for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2012-03-29 13:53:27

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is gnome-doc-utils, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2012-03-19 09:56:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 
2012-03-29 13:53:31.0 +0200
@@ -1,0 +2,19 @@
+Mon Mar 26 19:02:29 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.20.10:
+  + Fixed problem with dist and install with too many files
+  + Updated translations.
+
+---
+Wed Mar 21 09:33:09 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.20.9:
+  + Temporarily adding RNG files back for compatibility.
+
+---
+Mon Mar 19 21:28:51 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.20.8:
+  + Don't call RNG files, removed in 0.20.7
+
+---

Old:

  gnome-doc-utils-0.20.7.tar.xz

New:

  gnome-doc-utils-0.20.10.tar.xz



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.hK2gi8/_old  2012-03-29 13:53:36.0 +0200
+++ /var/tmp/diff_new_pack.hK2gi8/_new  2012-03-29 13:53:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-doc-utils
-Version:0.20.7
+Version:0.20.10
 Release:0
 Summary:A Collection of Documentation Utilities for GNOME
 License:GPL-2.0+
@@ -123,6 +123,7 @@
 %{_datadir}/gnome-doc-utils/icons
 %{_datadir}/gnome-doc-utils/watermarks
 %{_datadir}/xml/gnome
+%{_datadir}/xml/mallard
 
 %files -n xml2po
 %defattr (-, root, root)

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



commit gnome-doc-utils for openSUSE:Factory

2012-03-19 Thread h_root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2012-03-19 09:56:57

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is gnome-doc-utils, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2012-02-28 14:13:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 
2012-03-19 09:56:58.0 +0100
@@ -1,0 +2,14 @@
+Fri Mar  2 20:10:47 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.20.7:
+  + Use gawk --traditional option instead of -W compat
+  + Added support for silent rules to gnome-doc-utils.make
+  + Fixed xml2po.pc to not Require libxml.pc
+  + Added --disable-documentation build option
+  + Dropped Mallard definitions from gnome-doc-utils
+  + Updated translations.
+- Remove libxml2-devel Requires from xml2po-devel package: the .pc
+  file no longer references libxml.
+- Remove obsoleted conditions for openSUSE = 11.1.
+
+---

Old:

  gnome-doc-utils-0.20.6.tar.bz2

New:

  gnome-doc-utils-0.20.7.tar.xz



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.xNaa0N/_old  2012-03-19 09:56:59.0 +0100
+++ /var/tmp/diff_new_pack.xNaa0N/_new  2012-03-19 09:56:59.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-doc-utils
-Version:0.20.6
+Version:0.20.7
 Release:0
 Summary:A Collection of Documentation Utilities for GNOME
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
 BuildRequires:  docbook_4
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -37,9 +37,6 @@
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%if %suse_version = 1110
-%define python_sitelib %{py_sitedir}
-%endif
 
 %description
 The gnome-doc-utils package is a collection of documentation utilities
@@ -82,7 +79,6 @@
 Summary:Tool to extract translatable content from XML documents
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-Requires:   libxml2-devel
 Requires:   xml2po = %{version}
 
 %description -n xml2po-devel
@@ -118,21 +114,15 @@
 %doc AUTHORS COPYING ChangeLog NEWS README
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
-%dir %{_datadir}/omf/
 %dir %{_datadir}/gnome/help/gnome-doc-make/
 %doc %{_datadir}/gnome/help/gnome-doc-make/C/
-%dir %{_datadir}/omf/gnome-doc-make/
-%doc %{_datadir}/omf/gnome-doc-make/gnome-doc-make-C.omf
 %dir %{_datadir}/gnome/help/gnome-doc-xslt/
 %doc %{_datadir}/gnome/help/gnome-doc-xslt/C/
-%dir %{_datadir}/omf/gnome-doc-xslt/
-%doc %{_datadir}/omf/gnome-doc-xslt/gnome-doc-xslt-C.omf
 %{_bindir}/gnome-doc-tool
 %dir %{_datadir}/gnome-doc-utils
 %{_datadir}/gnome-doc-utils/icons
 %{_datadir}/gnome-doc-utils/watermarks
 %{_datadir}/xml/gnome
-%{_datadir}/xml/mallard
 
 %files -n xml2po
 %defattr (-, root, root)

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



commit gnome-doc-utils for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2012-02-28 14:12:51

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is gnome-doc-utils, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2012-01-06 11:44:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 
2012-02-28 14:13:01.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb 25 10:02:42 UTC 2012 - co...@suse.com
+
+- Add libxml2-tools BuildRequires for xmllint, now that libxml2 got
+  split.
+- Remove python BuildRequires and %py_requires: we only need a
+  minimal python, which libxml2-python will bring in both cases.
+
+---



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.cX2hPx/_old  2012-02-28 14:13:02.0 +0100
+++ /var/tmp/diff_new_pack.cX2hPx/_new  2012-02-28 14:13:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-doc-utils
 #
-# 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnome-doc-utils
 Version:0.20.6
 Release:0
@@ -27,9 +28,10 @@
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libxml2-python
+# needed for xmllint
+BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-devel
 BuildRequires:  pkg-config
-BuildRequires:  python
 BuildRequires:  translation-update-upstream
 Requires:   libxslt
 Recommends: %{name}-lang
@@ -51,7 +53,6 @@
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Requires:   libxml2-python
-%py_requires
 
 %description -n xml2po
 xml2po is a simple Python program which extracts translatable

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



commit gnome-doc-utils for openSUSE:Factory

2012-01-06 Thread h_root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2012-01-06 11:44:25

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is gnome-doc-utils, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2011-09-23 02:00:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 
2012-01-06 11:44:27.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 22 09:54:51 UTC 2011 - vu...@opensuse.org
+
+- Own %{_datadir}/aclocal to fix build without automake/autoconf.
+
+---



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.QSWKP3/_old  2012-01-06 11:44:28.0 +0100
+++ /var/tmp/diff_new_pack.QSWKP3/_new  2012-01-06 11:44:28.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gnome-doc-utils
 Version:0.20.6
-Release:2
-License:GPL-2.0+
+Release:0
 Summary:A Collection of Documentation Utilities for GNOME
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  System/GUI/GNOME
+Url:http://www.gnome.org
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2
 BuildRequires:  docbook_4
 BuildRequires:  fdupes
@@ -49,8 +47,8 @@
 Yelp.
 
 %package -n xml2po
-License:GPL-2.0+
 Summary:Tool to extract translatable content from XML documents
+License:GPL-2.0+
 Group:  System/GUI/GNOME
 Requires:   libxml2-python
 %py_requires
@@ -61,8 +59,8 @@
 POT files.
 
 %package devel
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:A Collection of Documentation Utilities for GNOME
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 # For the validation with xsltproc to use a local DTD
@@ -80,8 +78,8 @@
 Yelp.
 
 %package -n xml2po-devel
-License:GPL-2.0+
 Summary:Tool to extract translatable content from XML documents
+License:GPL-2.0+
 Group:  System/GUI/GNOME
 Requires:   libxml2-devel
 Requires:   xml2po = %{version}
@@ -145,6 +143,7 @@
 %files devel
 %defattr (-, root, root)
 %{_bindir}/gnome-doc-prepare
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/gnome-doc-utils.m4
 %{_datadir}/pkgconfig/gnome-doc-utils.pc
 %{_datadir}/gnome-doc-utils/gnome-doc-utils.make

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



commit gnome-doc-utils for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory 
checked in at 2011-12-06 18:13:51

Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New)


Package is gnome-doc-utils, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.6wgXBM/_old  2011-12-06 18:20:38.0 +0100
+++ /var/tmp/diff_new_pack.6wgXBM/_new  2011-12-06 18:20:38.0 +0100
@@ -20,7 +20,7 @@
 Name:   gnome-doc-utils
 Version:0.20.6
 Release:2
-License:GPLv2+
+License:GPL-2.0+
 Summary:A Collection of Documentation Utilities for GNOME
 Url:http://www.gnome.org
 Group:  System/GUI/GNOME
@@ -49,7 +49,7 @@
 Yelp.
 
 %package -n xml2po
-License:GPLv2+
+License:GPL-2.0+
 Summary:Tool to extract translatable content from XML documents
 Group:  System/GUI/GNOME
 Requires:   libxml2-python
@@ -61,7 +61,7 @@
 POT files.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+
+License:GPL-2.0+ ; LGPL-2.1+
 Summary:A Collection of Documentation Utilities for GNOME
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
@@ -80,7 +80,7 @@
 Yelp.
 
 %package -n xml2po-devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Tool to extract translatable content from XML documents
 Group:  System/GUI/GNOME
 Requires:   libxml2-devel

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



commit gnome-doc-utils for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gnome-doc-utils for openSUSE:Factory
checked in at Mon May 2 12:12:10 CEST 2011.




--- GNOME/gnome-doc-utils/gnome-doc-utils.changes   2011-02-13 
21:10:23.0 +0100
+++ /mounts/work_src_done/STABLE/gnome-doc-utils/gnome-doc-utils.changes
2011-04-26 18:04:07.0 +0200
@@ -1,0 +2,24 @@
+Tue Apr 26 16:02:51 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.20.6:
+  + Updated Mallard schema.
+  + Fixed 'make pot' rule for Mallard.
+  + Updated translations.
+
+---
+Tue Mar 22 16:52:56 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.20.5:
+  + Updated Mallard RNG files
+  + Updated translations.
+
+---
+Thu Mar  3 15:22:29 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.20.4:
+  + Use /bin/bash in gnome-doc-tool
+  + Add xml:lang attribute to translated Mallard pages
+  + Handle title and desc elements in Mallard tables
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gnome-doc-utils-0.20.3.tar.bz2

New:

  gnome-doc-utils-0.20.6.tar.bz2



Other differences:
--
++ gnome-doc-utils.spec ++
--- /var/tmp/diff_new_pack.ikdTaO/_old  2011-05-02 12:11:55.0 +0200
+++ /var/tmp/diff_new_pack.ikdTaO/_new  2011-05-02 12:11:55.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   gnome-doc-utils
-Version:0.20.3
-Release:2
+Version:0.20.6
+Release:1
 License:GPLv2+
 Summary:A Collection of Documentation Utilities for GNOME
 Url:http://www.gnome.org

++ gnome-doc-utils-0.20.3.tar.bz2 - gnome-doc-utils-0.20.6.tar.bz2 ++
 8168 lines of diff (skipped)






Remember to have fun...

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