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.changes    2019-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 <[email protected]>
+
+- 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.000000000 +0200
+++ new/yelp-tools-3.32.2/ChangeLog     2019-06-12 22:18:25.000000000 +0200
@@ -1,3 +1,25 @@
+commit 33c0f11607d4aa8404e92fdad09b4fa20eb6a0b2
+Author: Shaun McCance <[email protected]>
+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 <[email protected]>
+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 <[email protected]>
 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.000000000 +0200
+++ new/yelp-tools-3.32.2/NEWS  2019-06-12 22:18:01.000000000 +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.000000000 +0200
+++ new/yelp-tools-3.32.2/configure     2019-06-12 22:18:22.000000000 +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 <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'
-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 while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yelp-tools $as_me 3.32.1, which was
+It was created by yelp-tools $as_me 3.32.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2260,7 +2260,7 @@
 
 # Define the identity of the package.
  PACKAGE='yelp-tools'
- VERSION='3.32.1'
+ VERSION='3.32.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3375,7 +3375,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yelp-tools $as_me 3.32.1, which was
+This file was extended by yelp-tools $as_me 3.32.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3428,7 +3428,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-yelp-tools config.status 3.32.1
+yelp-tools config.status 3.32.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.32.1/configure.ac 
new/yelp-tools-3.32.2/configure.ac
--- old/yelp-tools-3.32.1/configure.ac  2019-05-07 15:43:10.000000000 +0200
+++ new/yelp-tools-3.32.2/configure.ac  2019-06-12 22:18:11.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([yelp-tools], [3.32.1],
+AC_INIT([yelp-tools], [3.32.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-tools])
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-tools-3.32.1/tools/yelp-build.in 
new/yelp-tools-3.32.2/tools/yelp-build.in
--- old/yelp-tools-3.32.1/tools/yelp-build.in   2019-01-14 00:07:13.000000000 
+0100
+++ new/yelp-tools-3.32.2/tools/yelp-build.in   2019-06-12 22:13:25.000000000 
+0200
@@ -195,7 +195,7 @@
                 yelp_cache_in_site "$page"
             else
                 for sub in "$page"/*.page "$page"/*.stack; do
-                    if [ -e "$page" ]; then
+                    if [ -e "$sub" ]; then
                         yelp_cache_in_page "$sub"
                     fi
                 done


Reply via email to