commit yelp-tools for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2019-06-22 11:20:53

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new.4615 (New)


Package is "yelp-tools"

Sat Jun 22 11:20:53 2019 rev:28 rq:710127 version:3.32.2

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2019-05-10 
09:18:15.120322062 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new.4615/yelp-tools.changes  
2019-06-22 11:20:54.681175094 +0200
@@ -1,0 +2,6 @@
+Thu Jun 13 21:33:08 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.2:
+  + yelp-build: Fix spurious warning about missing stack files.
+
+---

Old:

  yelp-tools-3.32.1.tar.xz

New:

  yelp-tools-3.32.2.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.da8pOj/_old  2019-06-22 11:20:55.273175744 +0200
+++ /var/tmp/diff_new_pack.da8pOj/_new  2019-06-22 11:20:55.277175749 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yelp-tools
-Version:3.32.1
+Version:3.32.2
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0-or-later

++ yelp-tools-3.32.1.tar.xz -> yelp-tools-3.32.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.32.1/ChangeLog 
new/yelp-tools-3.32.2/ChangeLog
--- old/yelp-tools-3.32.1/ChangeLog 2019-05-07 15:43:25.0 +0200
+++ new/yelp-tools-3.32.2/ChangeLog 2019-06-12 22:18:25.0 +0200
@@ -1,3 +1,25 @@
+commit 33c0f11607d4aa8404e92fdad09b4fa20eb6a0b2
+Author: Shaun McCance 
+Date:   Wed Jun 12 16:14:46 2019 -0400
+
+Fully fix warnings when there are no stack files
+
+Previous fix had a mistake. I added a check in two places, did some copy 
pasta,
+and failed to change a variable name.
+
+ tools/yelp-build.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 44313ba356e1384f9dd07123ccc1c8be64e7f241
+Author: Shaun McCance 
+Date:   Tue May 7 09:44:19 2019 -0400
+
+Version 3.32.1
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
 commit d08118955f2e29c7d263d79aff2580baaeabe576
 Author: Shaun McCance 
 Date:   Fri Apr 26 12:11:13 2019 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.32.1/NEWS new/yelp-tools-3.32.2/NEWS
--- old/yelp-tools-3.32.1/NEWS  2019-05-07 15:42:54.0 +0200
+++ new/yelp-tools-3.32.2/NEWS  2019-06-12 22:18:01.0 +0200
@@ -1,3 +1,7 @@
+3.32.2
+==
+* yelp-build: Fix spurious warning about missing stack files
+
 3.32.1
 ==
 * yelp-check: Fix validation for DocBook 5 with https redirects
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.32.1/configure 
new/yelp-tools-3.32.2/configure
--- old/yelp-tools-3.32.1/configure 2019-05-07 15:43:21.0 +0200
+++ new/yelp-tools-3.32.2/configure 2019-06-12 22:18:22.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yelp-tools 3.32.1.
+# Generated by GNU Autoconf 2.69 for yelp-tools 3.32.2.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='yelp-tools'
 PACKAGE_TARNAME='yelp-tools'
-PACKAGE_VERSION='3.32.1'
-PACKAGE_STRING='yelp-tools 3.32.1'
+PACKAGE_VERSION='3.32.2'
+PACKAGE_STRING='yelp-tools 3.32.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools'
 PACKAGE_URL=''
 
@@ -1226,7 +1226,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yelp-tools 3.32.1 to adapt to many kinds of systems.
+\`configure' configures yelp-tools 3.32.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1292,7 +1292,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yelp-tools 3.32.1:";;
+ short | recursive ) echo "Configuration of yelp-tools 3.32.2:";;
esac
   cat <<\_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yelp-tools configure 3.32.1
+yelp-tools configure 3.32.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1397,7 +1397,7 @@
 This file contains any messages produced by compilers 

commit yelp-tools for openSUSE:Factory

2019-05-10 Thread root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2019-05-10 09:18:11

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new.5148 (New)


Package is "yelp-tools"

Fri May 10 09:18:11 2019 rev:27 rq:701619 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2019-05-03 
22:09:43.763191201 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new.5148/yelp-tools.changes  
2019-05-10 09:18:15.120322062 +0200
@@ -1,0 +2,6 @@
+Wed May  8 09:37:35 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + yelp-check: Fix validation for DocBook 5 with https redirects.
+
+---

Old:

  yelp-tools-3.32.0.tar.xz

New:

  yelp-tools-3.32.1.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.hJEuYI/_old  2019-05-10 09:18:15.888323250 +0200
+++ /var/tmp/diff_new_pack.hJEuYI/_new  2019-05-10 09:18:15.892323256 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yelp-tools
-Version:3.32.0
+Version:3.32.1
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0-or-later

++ yelp-tools-3.32.0.tar.xz -> yelp-tools-3.32.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.32.0/ChangeLog 
new/yelp-tools-3.32.1/ChangeLog
--- old/yelp-tools-3.32.0/ChangeLog 2019-03-11 15:55:22.0 +0100
+++ new/yelp-tools-3.32.1/ChangeLog 2019-05-07 15:43:25.0 +0200
@@ -1,3 +1,28 @@
+commit d08118955f2e29c7d263d79aff2580baaeabe576
+Author: Shaun McCance 
+Date:   Fri Apr 26 12:11:13 2019 -0400
+
+yelp-check: Fix validation for DocBook 5 with https redirects
+
+At some point, docbook.org starting doing 301 redirects to send all
+requests thru https. Unfortunately, neither jing nor xmllint likes
+these redirects, and xmllint doesn't do https at all. So, we have
+to do some special casing depending on the validator and on whether
+we have local copies in the catalogs. Fun stuff.
+
+ tools/yelp-check.in | 22 --
+ 1 file changed, 20 insertions(+), 2 deletions(-)
+
+commit ff8c59f30f31cccf344c35b70962ac4e9bccb577
+Author: Shaun McCance 
+Date:   Mon Mar 11 10:55:49 2019 -0400
+
+Version 3.32.0
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
 commit 2f0118eea1fc0921252efd389bd74da95b949f5c
 Author: Shaun McCance 
 Date:   Mon Feb 4 11:59:44 2019 -0500
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.32.0/Makefile.in 
new/yelp-tools-3.32.1/Makefile.in
--- old/yelp-tools-3.32.0/Makefile.in   2019-03-11 15:55:19.0 +0100
+++ new/yelp-tools-3.32.1/Makefile.in   2019-05-07 15:43:22.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -131,7 +131,7 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-   cscope distdir dist dist-all distcheck
+   cscope distdir distdir-am dist dist-all distcheck
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
@@ -317,8 +317,8 @@
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
  *) \
-   echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__depfiles_maybe)'; \
-   cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__depfiles_maybe);; \
+   echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__maybe_remake_depfiles)'; \
+   cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__maybe_remake_depfiles);; \
esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
@@ -436,7 +436,10 @@
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+   $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
$(am__remove_distdir)

commit yelp-tools for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2019-05-03 22:09:42

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new.5148 (New)


Package is "yelp-tools"

Fri May  3 22:09:42 2019 rev:26 rq:695677 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2018-03-14 
19:29:19.797889144 +0100
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new.5148/yelp-tools.changes  
2019-05-03 22:09:43.763191201 +0200
@@ -1,0 +2,12 @@
+Mon Mar 11 15:06:31 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Stable release version bump.
+
+---
+Thu Feb 14 22:20:31 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Initial support for Mallard 1.2 stack files.
+
+---

Old:

  yelp-tools-3.28.0.tar.xz

New:

  yelp-tools-3.32.0.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.9qRWyh/_old  2019-05-03 22:09:44.623192922 +0200
+++ /var/tmp/diff_new_pack.9qRWyh/_new  2019-05-03 22:09:44.659192994 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yelp-tools
 #
-# 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,18 +12,18 @@
 # 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/
 #
 
 
 Name:   yelp-tools
-Version:3.28.0
+Version:3.32.0
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0-or-later
 Group:  Development/Tools/Other
-URL:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.28/%{name}-%{version}.tar.xz
+URL:https://projects.gnome.org/yelp/
+Source: 
https://download.gnome.org/sources/yelp-tools/3.32/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt

++ yelp-tools-3.28.0.tar.xz -> yelp-tools-3.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.28.0/ChangeLog 
new/yelp-tools-3.32.0/ChangeLog
--- old/yelp-tools-3.28.0/ChangeLog 2018-03-12 16:57:41.0 +0100
+++ new/yelp-tools-3.32.0/ChangeLog 2019-03-11 15:55:22.0 +0100
@@ -1,3 +1,53 @@
+commit 2f0118eea1fc0921252efd389bd74da95b949f5c
+Author: Shaun McCance 
+Date:   Mon Feb 4 11:59:44 2019 -0500
+
+Version 3.31.90
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 794feea447da856d32d10fd74582b0af86a887d1
+Author: Shaun McCance 
+Date:   Sun Jan 13 18:06:06 2019 -0500
+
+yelp-build: Don't spit out error about missing stack files
+
+Bare sh doesn't have nullglob, so we have to check the existence of
+filenames we got from iterating over a glob.
+
+ tools/yelp-build.in | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit da3f6f774917d82bcd153bc73356bec67a383896
+Author: Andre Klapper 
+Date:   Thu Dec 13 11:20:29 2018 +0100
+
+ Replace Bugzilla by Gitlab URL in DOAP file
+
+ yelp-tools.doap | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8a8cef72836e37f36d5bb5d1dabad392c2ee4e0c
+Author: Shaun McCance 
+Date:   Sat Oct 20 11:02:11 2018 -0400
+
+yelp-build: Support Mallard stacks
+
+ tools/yelp-build.in | 17 -
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+commit 54a1bd6142d367b18a36d1ba96705840042747be
+Author: Shaun McCance 
+Date:   Mon Mar 12 11:58:58 2018 -0400
+
+Version 3.28.0
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
 commit c0e9669fbbeddbeac7dd3778abfbbd68d85d93ba
 Author: Shaun McCance 
 Date:   Tue Feb 6 08:22:37 2018 -0500
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.28.0/INSTALL 
new/yelp-tools-3.32.0/INSTALL
--- old/yelp-tools-3.28.0/INSTALL   2018-03-12 16:57:38.0 +0100
+++ new/yelp-tools-3.32.0/INSTALL   2019-03-11 15:55:19.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software 

commit yelp-tools for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2018-03-14 19:29:18

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is "yelp-tools"

Wed Mar 14 19:29:18 2018 rev:25 rq:586222 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2016-06-03 
16:33:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2018-03-14 19:29:19.797889144 +0100
@@ -1,0 +2,22 @@
+Mon Mar 12 19:23:36 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.28.0:
+  + Stable release. No changes since 3.27.90.
+
+---
+Mon Feb 26 11:29:14 UTC 2018 - dims...@opensuse.org
+
+- Use SPDX3.0 license tags and package COPYING as %license
+
+---
+Tue Feb  6 14:14:52 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.27.90:
+  + Adapt to recent major changes in yelp-xsl.
+  + yelp.m4: Disable net access in make check.
+  + yelp-check:
+- Add --jing option to validate command to use jing.
+- Add style command to list page styles.
+- Remember URLs we already checked in `hrefs`.
+
+---

Old:

  yelp-tools-3.18.0.tar.xz

New:

  yelp-tools-3.28.0.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.bItXcc/_old  2018-03-14 19:29:21.673822528 +0100
+++ /var/tmp/diff_new_pack.bItXcc/_new  2018-03-14 19:29:21.677822386 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yelp-tools
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,22 +17,21 @@
 
 
 Name:   yelp-tools
-Version:3.18.0
+Version:3.28.0
 Release:0
 Summary:Collection of utilities to help create documentation
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Other
-Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.18/%{name}-%{version}.tar.xz
+URL:http://projects.gnome.org/yelp/
+Source: 
http://download.gnome.org/sources/yelp-tools/3.28/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(yelp-xsl)
 Requires:   itstool
 Requires:   libxml2-tools
 Requires:   libxslt
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -51,12 +50,9 @@
 %install
 %make_install
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING COPYING.GPL NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/yelp-build
 %{_bindir}/yelp-check
 %{_bindir}/yelp-new

++ yelp-tools-3.18.0.tar.xz -> yelp-tools-3.28.0.tar.xz ++
 5308 lines of diff (skipped)




commit yelp-tools for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2016-06-03 16:33:16

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is "yelp-tools"

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2015-10-06 
16:27:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2016-06-03 16:33:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 20:52:00 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.5nX0NL/_old  2016-06-03 16:33:18.0 +0200
+++ /var/tmp/diff_new_pack.5nX0NL/_new  2016-06-03 16:33:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yelp-tools
 #
-# Copyright (c) 2015 SUSE LINUX 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




commit yelp-tools for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2015-10-06 16:27:09

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is "yelp-tools"

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2015-04-23 
08:03:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2015-10-06 16:27:10.0 +0200
@@ -1,0 +2,24 @@
+Mon Sep 21 19:25:11 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.0:
+  + Stable release. No changes since 3.17.4.
+
+---
+Tue Jul 21 09:32:06 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.4:
+  + yelp-check: Sites support for orphans, links, media, status.
+
+---
+Wed Jul  1 11:28:22 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.3:
+  + yelp-build:
+- Fix some broken and non-portable expr usage (bgo#743911).
+- Fixed media copying with -i for Mallard.
+- Added support for Mallard Sites to cache generator.
+  + yelp-check:
+- Sites support for ids, hrefs, validate, comments, license.
+- Accept -h as well as --help.
+
+---

Old:

  yelp-tools-3.16.1.tar.xz

New:

  yelp-tools-3.18.0.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.01niko/_old  2015-10-06 16:27:10.0 +0200
+++ /var/tmp/diff_new_pack.01niko/_new  2015-10-06 16:27:10.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   yelp-tools
-Version:3.16.1
+Version:3.18.0
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.16/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/yelp-tools/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt

++ yelp-tools-3.16.1.tar.xz -> yelp-tools-3.18.0.tar.xz ++
 30193 lines of diff (skipped)




commit yelp-tools for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2015-04-23 08:02:59

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2014-10-15 
16:27:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2015-04-23 08:03:00.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 00:40:03 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.1:
+  + yelp-check: Check media correctly in subdirs (bgo #727557).
+
+---

Old:

  yelp-tools-3.14.1.tar.xz

New:

  yelp-tools-3.16.1.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.vsi8U3/_old  2015-04-23 08:03:00.0 +0200
+++ /var/tmp/diff_new_pack.vsi8U3/_new  2015-04-23 08:03:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yelp-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,13 +17,13 @@
 
 
 Name:   yelp-tools
-Version:3.14.1
+Version:3.16.1
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.14/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/yelp-tools/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt

++ yelp-tools-3.14.1.tar.xz - yelp-tools-3.16.1.tar.xz ++
 27978 lines of diff (skipped)




commit yelp-tools for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2014-10-15 16:26:50

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2014-09-30 
19:37:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2014-10-15 16:27:04.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 13 22:12:19 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + yelp.m4: Fixed issues with make distcheck and install not
+running correclty unless make is run first (bgo#701959 and
+bgo#738142).
+
+---

Old:

  yelp-tools-3.14.0.tar.xz

New:

  yelp-tools-3.14.1.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.iHyvry/_old  2014-10-15 16:27:05.0 +0200
+++ /var/tmp/diff_new_pack.iHyvry/_new  2014-10-15 16:27:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yelp-tools
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+

++ yelp-tools-3.14.0.tar.xz - yelp-tools-3.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.14.0/ChangeLog 
new/yelp-tools-3.14.1/ChangeLog
--- old/yelp-tools-3.14.0/ChangeLog 2014-09-23 04:32:42.0 +0200
+++ new/yelp-tools-3.14.1/ChangeLog 2014-10-13 23:11:37.0 +0200
@@ -1,3 +1,49 @@
+commit 772643215db9c841ae31016b5e0fa12fca8ede61
+Author: Sebastian Geiger sbas...@gmx.net
+Date:   Thu Oct 9 13:43:05 2014 +0200
+
+Fixing make install issue
+
+ * This patch fixes bug #701959  which describes
+   and issue that prevents make install from being
+   successfully run if make has not been run first.
+ * The problem is that make install requires some
+   generated files to be present that are only generated
+   by make. The solution was to add $(_HELP_LC_FILES) as
+   a dependency to install-help so that these
+   files are always generated when make install is run.
+
+ tools/yelp.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit d18d4ff5cb67a07977aa9957fe82322b22380ef3
+Author: Sebastian Geiger sbas...@gmx.net
+Date:   Wed Oct 8 15:31:23 2014 +0200
+
+Fixing make distcheck issue
+
+ * This patch fixes bug #738142 which describes
+   and issue that prevents make distcheck from being
+   successfully run if make has not been run first.
+ * The problem is that make distcheck requires some
+   generated files to be present that are only generated
+   by make. The solution was to add $(_HELP_LC_FILES) as
+   a dependency to distdir-help-files so that these
+   files are always generated when make distcheck is run.
+
+ tools/yelp.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9c5c8be6e99060ac0192001905dfd10d8a7332d8
+Author: Shaun McCance sha...@gnome.org
+Date:   Mon Sep 22 22:35:32 2014 -0400
+
+Version 3.14.0
+
+ NEWS | 4 
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
 commit 195c828d6211ac44fe6824368b87e4e602450e64
 Author: Andre Klapper a9016...@gmx.de
 Date:   Thu Jul 31 21:32:56 2014 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.14.0/NEWS new/yelp-tools-3.14.1/NEWS
--- old/yelp-tools-3.14.0/NEWS  2014-09-23 04:32:24.0 +0200
+++ new/yelp-tools-3.14.1/NEWS  2014-10-13 23:11:08.0 +0200
@@ -1,3 +1,8 @@
+3.14.1
+==
+* yelp.m4: Fixed issues with make distcheck and install not running correclty
+  unless make is run first, #701959 and #738142 (Sebastian Geiger)
+
 3.14.0
 ==
 * Stable release. No changes since 3.13.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.14.0/configure 
new/yelp-tools-3.14.1/configure
--- old/yelp-tools-3.14.0/configure 2014-09-23 04:32:39.0 +0200
+++ new/yelp-tools-3.14.1/configure 2014-10-13 23:11:33.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yelp-tools 3.14.0.
+# Generated by GNU Autoconf 2.69 for yelp-tools 3.14.1.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='yelp-tools'
 PACKAGE_TARNAME='yelp-tools'

commit yelp-tools for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2014-09-30 19:37:11

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2014-05-05 
21:18:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2014-09-30 19:37:28.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep 23 09:17:44 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.0:
+  + Stable release. No changes since 3.13.3.
+
+---
+Sat Jul 12 14:14:36 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.3:
+  + Added support for .page.stub files in yelp-check.
+
+---

Old:

  yelp-tools-3.12.1.tar.xz

New:

  yelp-tools-3.14.0.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.wQCZaA/_old  2014-09-30 19:37:29.0 +0200
+++ /var/tmp/diff_new_pack.wQCZaA/_new  2014-09-30 19:37:29.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   yelp-tools
-Version:3.12.1
+Version:3.14.0
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.12/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/yelp-tools/3.14/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt

++ yelp-tools-3.12.1.tar.xz - yelp-tools-3.14.0.tar.xz ++
 27878 lines of diff (skipped)

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



commit yelp-tools for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2013-09-27 19:46:21

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2013-08-30 
17:19:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2013-09-27 19:46:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 23 19:12:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Stable release. No changes since 3.9.90.
+
+---

Old:

  yelp-tools-3.9.90.tar.xz

New:

  yelp-tools-3.10.0.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.Zhb7Ya/_old  2013-09-27 19:46:23.0 +0200
+++ /var/tmp/diff_new_pack.Zhb7Ya/_new  2013-09-27 19:46:23.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   yelp-tools
-Version:3.9.90
+Version:3.10.0
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.9/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/yelp-tools/3.10/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt

++ yelp-tools-3.9.90.tar.xz - yelp-tools-3.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.9.90/ChangeLog 
new/yelp-tools-3.10.0/ChangeLog
--- old/yelp-tools-3.9.90/ChangeLog 2013-08-19 23:16:26.0 +0200
+++ new/yelp-tools-3.10.0/ChangeLog 2013-09-23 20:05:34.0 +0200
@@ -1,3 +1,13 @@
+commit cc781f1f1f0a51bdb5814bba58459a264e38b106
+Author: Shaun McCance sha...@gnome.org
+Date:   Mon Aug 19 17:17:09 2013 -0400
+
+Version 3.9.90
+
+ NEWS |5 +
+ configure.ac |2 +-
+ 2 files changed, 6 insertions(+), 1 deletions(-)
+
 commit b9e67601ca2666da8f548cad9582357890370c3b
 Author: Shaun McCance sha...@gnome.org
 Date:   Mon Aug 19 17:07:47 2013 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.9.90/NEWS new/yelp-tools-3.10.0/NEWS
--- old/yelp-tools-3.9.90/NEWS  2013-08-19 23:16:07.0 +0200
+++ new/yelp-tools-3.10.0/NEWS  2013-09-23 20:05:16.0 +0200
@@ -1,3 +1,7 @@
+3.10.0
+==
+* Stable release. No changes since 3.9.90
+
 3.9.90
 ==
 * yelp-build: Fix directionality issues for Mallard
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.9.90/configure 
new/yelp-tools-3.10.0/configure
--- old/yelp-tools-3.9.90/configure 2013-08-19 23:16:20.0 +0200
+++ new/yelp-tools-3.10.0/configure 2013-09-23 20:05:29.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.66 for yelp-tools 3.9.90.
+# Generated by GNU Autoconf 2.66 for yelp-tools 3.10.0.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools.
 #
@@ -552,8 +552,8 @@
 # Identity of this package.
 PACKAGE_NAME='yelp-tools'
 PACKAGE_TARNAME='yelp-tools'
-PACKAGE_VERSION='3.9.90'
-PACKAGE_STRING='yelp-tools 3.9.90'
+PACKAGE_VERSION='3.10.0'
+PACKAGE_STRING='yelp-tools 3.10.0'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools'
 PACKAGE_URL=''
 
@@ -1194,7 +1194,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yelp-tools 3.9.90 to adapt to many kinds of systems.
+\`configure' configures yelp-tools 3.10.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1260,7 +1260,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yelp-tools 3.9.90:;;
+ short | recursive ) echo Configuration of yelp-tools 3.10.0:;;
esac
   cat \_ACEOF
 
@@ -1341,7 +1341,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yelp-tools configure 3.9.90
+yelp-tools configure 3.10.0
 generated by GNU Autoconf 2.66
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1358,7 +1358,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yelp-tools $as_me 3.9.90, 

commit yelp-tools for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2013-08-30 17:19:54

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2013-08-16 
12:33:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2013-08-30 17:19:55.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 20 06:51:09 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.90:
+  + yelp-build: Fix directionality issues for Mallard.
+  + yelp-check: Allow xml: attributes when validating in strict
+mode.
+
+---

Old:

  yelp-tools-3.9.1.tar.xz

New:

  yelp-tools-3.9.90.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.hDzzUd/_old  2013-08-30 17:19:56.0 +0200
+++ /var/tmp/diff_new_pack.hDzzUd/_new  2013-08-30 17:19:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yelp-tools
-Version:3.9.1
+Version:3.9.90
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+

++ yelp-tools-3.9.1.tar.xz - yelp-tools-3.9.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.9.1/ChangeLog 
new/yelp-tools-3.9.90/ChangeLog
--- old/yelp-tools-3.9.1/ChangeLog  2013-07-30 06:02:46.0 +0200
+++ new/yelp-tools-3.9.90/ChangeLog 2013-08-19 23:16:26.0 +0200
@@ -1,3 +1,35 @@
+commit b9e67601ca2666da8f548cad9582357890370c3b
+Author: Shaun McCance sha...@gnome.org
+Date:   Mon Aug 19 17:07:47 2013 -0400
+
+mal-rng.xsl: Allow xml: namespace attrs in strict mode
+
+ xslt/mal-rng.xsl |   11 ++-
+ 1 files changed, 10 insertions(+), 1 deletions(-)
+
+commit a136765214efd9d7854b6849229ac3d0003fd8d2
+Author: Shaun McCance sha...@gnome.org
+Date:   Mon Aug 19 12:49:39 2013 -0400
+
+yelp-build: Fix directionality issues for Mallard
+
+yelp-build actually uses the cache as the primary input document
+for Mallard docs. A lot of the globals in l10n don't work, because
+they don't get their info from each page element.
+
+ tools/yelp-build.in |   34 +-
+ 1 files changed, 21 insertions(+), 13 deletions(-)
+
+commit 546ef7384880ac840f52c0eec7ab81f204200868
+Author: Shaun McCance sha...@gnome.org
+Date:   Tue Jul 30 00:03:14 2013 -0400
+
+Version 3.9.1
+
+ NEWS |8 
+ configure.ac |2 +-
+ 2 files changed, 9 insertions(+), 1 deletions(-)
+
 commit 5769c06360989f54b44761eb50cb708ea36663e1
 Author: Shaun McCance sha...@gnome.org
 Date:   Mon Jul 29 10:07:39 2013 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.9.1/NEWS new/yelp-tools-3.9.90/NEWS
--- old/yelp-tools-3.9.1/NEWS   2013-07-30 06:02:30.0 +0200
+++ new/yelp-tools-3.9.90/NEWS  2013-08-19 23:16:07.0 +0200
@@ -1,3 +1,8 @@
+3.9.90
+==
+* yelp-build: Fix directionality issues for Mallard
+* yelp-check: Allow xml: attributes when validating in strict mode
+
 3.9.1
 =
 * Fixed BSD compatibility issue in calling mktemp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.9.1/configure 
new/yelp-tools-3.9.90/configure
--- old/yelp-tools-3.9.1/configure  2013-07-30 06:02:42.0 +0200
+++ new/yelp-tools-3.9.90/configure 2013-08-19 23:16:20.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.66 for yelp-tools 3.9.1.
+# Generated by GNU Autoconf 2.66 for yelp-tools 3.9.90.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools.
 #
@@ -552,8 +552,8 @@
 # Identity of this package.
 PACKAGE_NAME='yelp-tools'
 PACKAGE_TARNAME='yelp-tools'
-PACKAGE_VERSION='3.9.1'
-PACKAGE_STRING='yelp-tools 3.9.1'
+PACKAGE_VERSION='3.9.90'
+PACKAGE_STRING='yelp-tools 3.9.90'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools'
 PACKAGE_URL=''
 
@@ -1194,7 +1194,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yelp-tools 3.9.1 to adapt to many kinds of systems.
+\`configure' configures yelp-tools 3.9.90 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1260,7 +1260,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | 

commit yelp-tools for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2013-08-16 12:33:15

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2012-10-19 
10:13:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2013-08-16 12:33:20.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul 30 07:11:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.1:
+  + Fixed BSD compatibility issue in calling mktemp.
+  + Fixed 'make pot' when srcdir != builddir.
+  + yelp-check validate: Validate cache files.
+  + yelp-check ids: New command to check Mallard page IDs.
+  + yelp-build epub: Fixed issue with directory for media.
+
+---

Old:

  yelp-tools-3.6.1.tar.xz

New:

  yelp-tools-3.9.1.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.wcTn5F/_old  2013-08-16 12:33:21.0 +0200
+++ /var/tmp/diff_new_pack.wcTn5F/_new  2013-08-16 12:33:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yelp-tools
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:   yelp-tools
-Version:3.6.1
+Version:3.9.1
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.6/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/yelp-tools/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt

++ yelp-tools-3.6.1.tar.xz - yelp-tools-3.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.6.1/ChangeLog 
new/yelp-tools-3.9.1/ChangeLog
--- old/yelp-tools-3.6.1/ChangeLog  2012-10-15 17:03:56.0 +0200
+++ new/yelp-tools-3.9.1/ChangeLog  2013-07-30 06:02:46.0 +0200
@@ -1,3 +1,76 @@
+commit 5769c06360989f54b44761eb50cb708ea36663e1
+Author: Shaun McCance sha...@gnome.org
+Date:   Mon Jul 29 10:07:39 2013 -0400
+
+Always pass a template to mktemp for BSD compatibility
+
+ tools/yelp-build.in |8 
+ tools/yelp-check.in |   16 
+ 2 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 3d238cca529e10803fe4af05b1e9fba37b1bbb33
+Author: Shaun McCance sha...@gnome.org
+Date:   Sat Jul 27 11:39:09 2013 -0400
+
+Validate Mallard cache files
+
+ tools/yelp-check.in |6 +-
+ xslt/mal-rng.xsl|6 +-
+ 2 files changed, 10 insertions(+), 2 deletions(-)
+
+commit a43c830b303c117214201d4af37e67baa6e455e5
+Author: Shaun McCance sha...@gnome.org
+Date:   Sat Jul 13 16:36:53 2013 -0400
+
+yelp-check: Added command to check Mallard page IDs
+
+ tools/yelp-check.in |   52 +++
+ 1 files changed, 52 insertions(+), 0 deletions(-)
+
+commit c67421d646c9d1e6afc0d8095dd2a473c9881366
+Author: Michael Terry michael.te...@canonical.com
+Date:   Thu Nov 1 09:20:05 2012 +0100
+
+Fix 'make pot' when srcdir != builddir
+
+https://bugzilla.gnome.org/show_bug.cgi?id=655350
+
+ tools/yelp.m4 |3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+commit f37331e70dd1268127445b5715f8defdee004517
+Author: Shaun McCance sha...@gnome.org
+Date:   Fri Jul 5 10:54:54 2013 -0400
+
+yelp-build epub: Fixed extra dir prefix on media
+
+I'd added an extra yelp/ dir to hold yelp's autogenerated files
+for epub builds, but due to the way I'd structured the code, the
+copied media files were also put in that directory. Except the
+references to them in the XHTML didn't use the extra prefix.
+
+ tools/yelp-build.in |   42 --
+ 1 files changed, 24 insertions(+), 18 deletions(-)
+
+commit 758fc9f914de88dfae80aa43d25c089dde0a8a15
+Author: Javier jjar...@gnome.org
+Date:   Tue Jan 8 16:08:04 2013 +
+
+autogen.sh: Use autoreconf instead gnome-common
+
+ autogen.sh |   26 --
+ 1 files changed, 12 insertions(+), 14 deletions(-)
+
+commit 7fd129fa30587ebc004ad05df7f8380e83c27b5d
+Author: Shaun McCance sha...@gnome.org
+Date: 

commit yelp-tools for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2012-10-03 10:46:45

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2012-04-20 
15:21:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2012-10-03 10:46:47.0 +0200
@@ -1,0 +2,20 @@
+Mon Sep 24 21:17:16 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Stable release - no changes compared to 3.5.92.
+
+---
+Mon Sep 17 21:18:01 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.5.92:
+  + yelp-check: Updated usage for 'yelp-check status'.
+  + yelp-build: Fixed 'yelp-build epub --help'.
+
+---
+Tue Sep  4 15:09:41 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.91:
+  + yelp-check: Handle local files in hrefs (bgo#673746)
+  + Fixed xmllint/xsltproc version checks.
+
+---

Old:

  yelp-tools-3.4.1.tar.xz

New:

  yelp-tools-3.6.0.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.Pt6dFQ/_old  2012-10-03 10:46:50.0 +0200
+++ /var/tmp/diff_new_pack.Pt6dFQ/_new  2012-10-03 10:46:50.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   yelp-tools
-Version:3.4.1
+Version:3.6.0
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.4/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/yelp-tools/3.6/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt

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



commit yelp-tools for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2012-04-20 15:21:24

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2012-03-29 
14:09:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2012-04-20 15:21:59.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 05:53:18 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + yelp.m4: Fix dist when using the LINGUAS envar
+
+---

Old:

  yelp-tools-3.4.0.tar.xz

New:

  yelp-tools-3.4.1.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.OIbCie/_old  2012-04-20 15:22:00.0 +0200
+++ /var/tmp/diff_new_pack.OIbCie/_new  2012-04-20 15:22:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yelp-tools
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+

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



commit yelp-tools for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2012-03-29 14:09:35

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2012-02-28 
14:17:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2012-03-29 14:09:37.0 +0200
@@ -1,0 +2,12 @@
+Mon Mar 26 21:05:31 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.0:
+  + yelp-check: links and hrefs commands now work for DocBook.
+
+---
+Mon Mar 19 18:22:27 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.3.4:
+  + yelp-check: Added --strict option to validate.
+
+---

Old:

  yelp-tools-3.3.3.tar.xz

New:

  yelp-tools-3.4.0.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.aUbrdn/_old  2012-03-29 14:09:38.0 +0200
+++ /var/tmp/diff_new_pack.aUbrdn/_new  2012-03-29 14:09:38.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   yelp-tools
-Version:3.3.3
+Version:3.4.0
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/yelp-tools/3.4/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt

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



commit yelp-tools for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2012-02-28 14:17:06

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2012-01-25 
12:19:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2012-02-28 14:17:24.0 +0100
@@ -1,0 +2,18 @@
+Sun Feb 26 13:59:18 UTC 2012 - vu...@opensuse.org
+
+- Change libxml2 BuildRequires and Requires to libxml2-tools for
+  xmllint, now that tools got split from libxml2 package.
+
+---
+Thu Feb 23 19:37:32 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + yelp.m4:
+- Fixed install/uninstall targets with lots of files
+- Only call mkdir_p once per directory
+- Dist all linguas, regardless of LINGUAS
+  + yelp-build: Call html.js.custom
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  yelp-tools-3.3.2.tar.xz

New:

  yelp-tools-3.3.3.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.UW5PGv/_old  2012-02-28 14:17:25.0 +0100
+++ /var/tmp/diff_new_pack.UW5PGv/_new  2012-02-28 14:17:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yelp-tools
-Version:3.3.2
+Version:3.3.3
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
@@ -25,14 +25,12 @@
 Url:http://projects.gnome.org/yelp/
 Source: 
http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
-BuildRequires:  libxml2
+BuildRequires:  libxml2-tools
 BuildRequires:  libxslt
 BuildRequires:  pkg-config
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(yelp-xsl)
 Requires:   itstool
-Requires:   libxml2
+Requires:   libxml2-tools
 Requires:   libxslt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

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



commit yelp-tools for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2012-01-25 12:19:43

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2012-01-06 
11:47:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2012-01-25 12:19:49.0 +0100
@@ -1,0 +2,10 @@
+Mon Jan 23 19:24:46 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.2:
+  + yelp.m4: Custom distdir target to work around Argument list
+too long
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

Old:

  yelp-tools-3.3.1.tar.bz2

New:

  yelp-tools-3.3.2.tar.xz



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.7hMdqa/_old  2012-01-25 12:19:51.0 +0100
+++ /var/tmp/diff_new_pack.7hMdqa/_new  2012-01-25 12:19:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yelp-tools
 #
-# 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,18 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   yelp-tools
-Version:3.3.1
+Version:3.3.2
 Release:0
 Summary:Collection of utilities to help create documentation
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://projects.gnome.org/yelp/
-Source: 
http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  itstool
 BuildRequires:  libxml2
 BuildRequires:  libxslt
 BuildRequires:  pkg-config
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(yelp-xsl)
 Requires:   itstool
 Requires:   libxml2

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



commit yelp-tools for openSUSE:Factory

2012-01-06 Thread h_root
Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory 
checked in at 2012-01-06 11:47:02

Comparing /work/SRC/openSUSE:Factory/yelp-tools (Old)
 and  /work/SRC/openSUSE:Factory/.yelp-tools.new (New)


Package is yelp-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yelp-tools/yelp-tools.changes2011-10-19 
00:57:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp-tools.new/yelp-tools.changes   
2012-01-06 11:47:05.0 +0100
@@ -1,0 +2,13 @@
+Thu Dec 22 09:37:11 UTC 2011 - vu...@opensuse.org
+
+- Own %{_datadir}/aclocal to fix build without automake/autoconf.
+
+---
+Mon Nov 21 16:50:24 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + yelp.m4: Use stamp files to reduce rebuilds.
+  + yelp-check: Add hrefs command to test external links.
+  + Bugs fixed: bgo#651252, bgo#659421.
+
+---

Old:

  yelp-tools-3.2.1.tar.bz2

New:

  yelp-tools-3.3.1.tar.bz2



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.a5BKO2/_old  2012-01-06 11:47:05.0 +0100
+++ /var/tmp/diff_new_pack.a5BKO2/_new  2012-01-06 11:47:05.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   yelp-tools
-Version:3.2.1
-Release:1
-License:GPL-2.0+
+Version:3.3.1
+Release:0
 Summary:Collection of utilities to help create documentation
-Url:http://projects.gnome.org/yelp/
+License:GPL-2.0+
 Group:  Development/Tools/Other
-Source: 
http://download.gnome.org/sources/yelp-tools/3.2/%{name}-%{version}.tar.bz2
+Url:http://projects.gnome.org/yelp/
+Source: 
http://download.gnome.org/sources/yelp-tools/3.3/%{name}-%{version}.tar.bz2
 BuildRequires:  itstool
 BuildRequires:  libxml2
 BuildRequires:  libxslt
@@ -61,6 +59,7 @@
 %{_bindir}/yelp-build
 %{_bindir}/yelp-check
 %{_bindir}/yelp-new
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/yelp.m4
 %{_datadir}/yelp-tools/
 

++ yelp-tools-3.2.1.tar.bz2 - yelp-tools-3.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.2.1/ChangeLog 
new/yelp-tools-3.3.1/ChangeLog
--- old/yelp-tools-3.2.1/ChangeLog  2011-10-17 17:57:44.0 +0200
+++ new/yelp-tools-3.3.1/ChangeLog  2011-11-21 16:01:34.0 +0100
@@ -1,3 +1,31 @@
+commit 933dbdf7b77aa705c6f1fe17197274d2c18511f3
+Author: Shaun McCance sha...@gnome.org
+Date:   Thu Sep 15 10:20:40 2011 -0400
+
+yelp.m4: Use stamp files to reduce rebuilds, #651252
+
+ tools/yelp.m4 |   16 ++--
+ 1 files changed, 10 insertions(+), 6 deletions(-)
+
+commit 3182d5625cb0e4f84c9140cc11ad731110012e7b
+Author: Shaun McCance sha...@gnome.org
+Date:   Wed Oct 19 20:24:49 2011 -0400
+
+yelp-check: Add hrefs command to test external links
+
+ tools/yelp-check.in |   59 +++
+ 1 files changed, 59 insertions(+), 0 deletions(-)
+
+commit 6414d738e8684c68bdf27a509763b572d79172fd
+Author: Shaun McCance sha...@gnome.org
+Date:   Mon Oct 17 11:58:06 2011 -0400
+
+Version 3.2.1
+
+ NEWS |4 
+ configure.ac |2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
 commit 551beb67539d0b8cc662bae36f25018deb793771
 Author: Shaun McCance sha...@gnome.org
 Date:   Wed Oct 5 14:49:03 2011 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.2.1/NEWS new/yelp-tools-3.3.1/NEWS
--- old/yelp-tools-3.2.1/NEWS   2011-10-17 17:57:18.0 +0200
+++ new/yelp-tools-3.3.1/NEWS   2011-11-21 16:01:15.0 +0100
@@ -1,3 +1,8 @@
+3.3.1
+=
+* yelp.m4: Use stamp files to reduce rebuilds, #651252 #659421
+* yelp-check: Add hrefs command to test external links
+
 3.2.1:
 ==
 * yelp-check status: Accept commas as a delimiter for options (Shaun McCance)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.2.1/configure 
new/yelp-tools-3.3.1/configure
--- old/yelp-tools-3.2.1/configure  2011-10-17 17:57:40.0 +0200
+++ new/yelp-tools-3.3.1/configure  2011-11-21 16:01:30.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.66 for yelp-tools 3.2.1.
+# Generated by GNU Autoconf 2.66 for yelp-tools 3.3.1.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools.
 #
@@ -552,8 +552,8 @@
 # Identity of this package.
 

commit yelp-tools for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory
checked in at Tue Oct 18 14:36:31 CEST 2011.




--- openSUSE:Factory/yelp-tools/yelp-tools.changes  2011-10-02 
11:19:21.0 +0200
+++ /mounts/work_src_done/STABLE/yelp-tools/yelp-tools.changes  2011-10-17 
20:12:55.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 17 20:08:14 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1:
+  + yelp-check status: Accept commas as a delimiter for options.
+
+---

calling whatdependson for head-i586


Old:

  yelp-tools-3.2.0.tar.bz2

New:

  yelp-tools-3.2.1.tar.bz2



Other differences:
--
++ yelp-tools.spec ++
--- /var/tmp/diff_new_pack.4bsYaq/_old  2011-10-18 14:36:24.0 +0200
+++ /var/tmp/diff_new_pack.4bsYaq/_new  2011-10-18 14:36:24.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   yelp-tools
-Version:3.2.0
+Version:3.2.1
 Release:1
 License:GPL-2.0+
 Summary:Collection of utilities to help create documentation

++ yelp-tools-3.2.0.tar.bz2 - yelp-tools-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.2.0/ChangeLog 
new/yelp-tools-3.2.1/ChangeLog
--- old/yelp-tools-3.2.0/ChangeLog  2011-09-27 00:05:36.0 +0200
+++ new/yelp-tools-3.2.1/ChangeLog  2011-10-17 17:57:44.0 +0200
@@ -1,3 +1,22 @@
+commit 551beb67539d0b8cc662bae36f25018deb793771
+Author: Shaun McCance sha...@gnome.org
+Date:   Wed Oct 5 14:49:03 2011 -0400
+
+mal-status.xsl: Accept commas as delimiter for options
+
+ xslt/mal-status.xsl |   43 ---
+ 1 files changed, 32 insertions(+), 11 deletions(-)
+
+commit 5fe13ba49a5306406991a94e6bbe228bd9b846e7
+Author: Shaun McCance sha...@gnome.org
+Date:   Mon Sep 26 18:05:42 2011 -0400
+
+Version 3.2.0
+
+ NEWS |4 
+ configure.ac |2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
 commit 791a07d7b7096b4da849c0a988ea224b77b3f705
 Author: Shaun McCance sha...@gnome.org
 Date:   Tue Sep 20 11:06:10 2011 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.2.0/NEWS new/yelp-tools-3.2.1/NEWS
--- old/yelp-tools-3.2.0/NEWS   2011-09-27 00:05:19.0 +0200
+++ new/yelp-tools-3.2.1/NEWS   2011-10-17 17:57:18.0 +0200
@@ -1,3 +1,7 @@
+3.2.1:
+==
+* yelp-check status: Accept commas as a delimiter for options (Shaun McCance)
+
 3.2.0:
 ==
 * No changes since 3.1.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.2.0/configure 
new/yelp-tools-3.2.1/configure
--- old/yelp-tools-3.2.0/configure  2011-09-27 00:05:31.0 +0200
+++ new/yelp-tools-3.2.1/configure  2011-10-17 17:57:40.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.66 for yelp-tools 3.2.0.
+# Generated by GNU Autoconf 2.66 for yelp-tools 3.2.1.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools.
 #
@@ -552,8 +552,8 @@
 # Identity of this package.
 PACKAGE_NAME='yelp-tools'
 PACKAGE_TARNAME='yelp-tools'
-PACKAGE_VERSION='3.2.0'
-PACKAGE_STRING='yelp-tools 3.2.0'
+PACKAGE_VERSION='3.2.1'
+PACKAGE_STRING='yelp-tools 3.2.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools'
 PACKAGE_URL=''
 
@@ -1194,7 +1194,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yelp-tools 3.2.0 to adapt to many kinds of systems.
+\`configure' configures yelp-tools 3.2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1260,7 +1260,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yelp-tools 3.2.0:;;
+ short | recursive ) echo Configuration of yelp-tools 3.2.1:;;
esac
   cat \_ACEOF
 
@@ -1341,7 +1341,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yelp-tools configure 3.2.0
+yelp-tools configure 3.2.1
 generated by GNU Autoconf 2.66
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1358,7 +1358,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yelp-tools $as_me 3.2.0, which was
+It was created by yelp-tools $as_me 3.2.1, which was
 generated by GNU Autoconf 2.66.  Invocation command line was
 
   $ $0 $@
@@ -2173,7 +2173,7 @@
 
 # Define the identity of the package.
  PACKAGE='yelp-tools'
- VERSION='3.2.0'
+ VERSION='3.2.1'
 
 
 cat confdefs.h _ACEOF

commit yelp-tools for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package yelp-tools for openSUSE:Factory
checked in at Fri Sep 9 12:55:19 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/yelp-tools/yelp-tools.changes  2011-09-06 
12:35:51.0 +0200
@@ -0,0 +1,13 @@
+---
+Tue Sep  6 10:35:15 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.6:
+  + Speed up cache generation in yelp-build
+  + Added HELP_POT variable to specify pot name
+  + Fixed --pkgversion lookup in 'yelp-check status'
+
+---
+Mon Sep  5 15:05:33 UTC 2011 - vu...@opensuse.org
+
+- Initial package, version 3.1.5.
+

calling whatdependson for head-i586


New:

  yelp-tools-3.1.6.tar.bz2
  yelp-tools.changes
  yelp-tools.spec



Other differences:
--
++ yelp-tools.spec ++
#
# spec file for package yelp-tools
#
# 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
# 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/
#



Name:   yelp-tools
Version:3.1.6
Release:1
License:GPL-2.0+
Summary:Collection of utilities to help create documentation
Url:http://projects.gnome.org/yelp/
Group:  Development/Tools/Other
Source: 
http://download.gnome.org/sources/yelp-tools/3.1/%{name}-%{version}.tar.bz2
BuildRequires:  itstool
BuildRequires:  libxml2
BuildRequires:  libxslt
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(yelp-xsl)
Requires:   itstool
Requires:   libxml2
Requires:   libxslt
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
yelp-tools is a collection of scripts and build utilities to help create,
manage, and publish documentation for Yelp and the web. Most of the heavy
lifting is done by packages like yelp-xsl and itstool. This package just
wraps things up in a developer-friendly way.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING COPYING.GPL NEWS README
%{_bindir}/yelp-build
%{_bindir}/yelp-check
%{_bindir}/yelp-new
%{_datadir}/aclocal/yelp.m4
%{_datadir}/yelp-tools/

%changelog





Remember to have fun...

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