Hello community,

here is the log from the commit of package npth for openSUSE:Factory checked in 
at 2017-06-10 17:50:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/npth (Old)
 and      /work/SRC/openSUSE:Factory/.npth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "npth"

Sat Jun 10 17:50:42 2017 rev:13 rq:501060 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/npth/npth.changes        2017-05-20 
14:31:06.329457032 +0200
+++ /work/SRC/openSUSE:Factory/.npth.new/npth.changes   2017-06-10 
17:50:45.665859767 +0200
@@ -1,0 +2,7 @@
+Sun Jun  4 19:31:19 UTC 2017 - astie...@suse.com
+
+- update to 1.5:
+  * Fix the busy waiting emulation of pthread_mutex_timedlock for
+    Unices lacking that function
+
+-------------------------------------------------------------------

Old:
----
  npth-1.4.tar.bz2
  npth-1.4.tar.bz2.sig

New:
----
  npth-1.5.tar.bz2
  npth-1.5.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ npth.spec ++++++
--- /var/tmp/diff_new_pack.KCSP3B/_old  2017-06-10 17:50:46.421753036 +0200
+++ /var/tmp/diff_new_pack.KCSP3B/_new  2017-06-10 17:50:46.421753036 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libnpth0
 Name:           npth
-Version:        1.4
+Version:        1.5
 Release:        0
 Summary:        New GNU Portable Threads library
 License:        LGPL-2.0+

++++++ npth-1.4.tar.bz2 -> npth-1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/ChangeLog new/npth-1.5/ChangeLog
--- old/npth-1.4/ChangeLog      2017-05-16 09:46:47.000000000 +0200
+++ new/npth-1.5/ChangeLog      2017-06-02 10:42:13.000000000 +0200
@@ -1,3 +1,15 @@
+2017-06-02  Werner Koch  <w...@gnupg.org>
+
+       Release 1.5.
+       + commit 77c094e606b3952c470ccfa21b546bb13e4de1db
+       * configure.ac: Set LT version to C1/A1/R1.
+
+2017-06-01  NIIBE Yutaka  <gni...@fsij.org>
+
+       Fix busy_wait_for.
+       + commit 4fae99976c31bae53183aeec8df2032aaba2e689
+       * src/npth.c (busy_wait_for): Remove comparison negation.
+
 2017-05-16  Werner Koch  <w...@gnupg.org>
 
        Release 1.4.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/NEWS new/npth-1.5/NEWS
--- old/npth-1.4/NEWS   2017-05-16 09:42:14.000000000 +0200
+++ new/npth-1.5/NEWS   2017-06-02 10:38:49.000000000 +0200
@@ -1,3 +1,10 @@
+Noteworthy changes in version 1.5 (2017-06-02)  [C1/A1/R1]
+----------------------------------------------
+
+ * Fix the busy waiting emulation of pthread_mutex_timedlock for
+   Unices lacking that function; e.g. macOS Sierra.
+
+
 Noteworthy changes in version 1.4 (2017-05-16)  [C1/A1/R0]
 ----------------------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/VERSION new/npth-1.5/VERSION
--- old/npth-1.4/VERSION        2017-05-16 09:46:47.000000000 +0200
+++ new/npth-1.5/VERSION        2017-06-02 10:42:13.000000000 +0200
@@ -1 +1 @@
-1.4
+1.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/configure new/npth-1.5/configure
--- old/npth-1.4/configure      2017-05-16 09:45:34.000000000 +0200
+++ new/npth-1.5/configure      2017-06-02 10:41:45.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for npth 1.4.
+# Generated by GNU Autoconf 2.69 for npth 1.5.
 #
 # Report bugs to <gnupg-de...@gnupg.org>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='npth'
 PACKAGE_TARNAME='npth'
-PACKAGE_VERSION='1.4'
-PACKAGE_STRING='npth 1.4'
+PACKAGE_VERSION='1.5'
+PACKAGE_STRING='npth 1.5'
 PACKAGE_BUGREPORT='gnupg-de...@gnupg.org'
 PACKAGE_URL=''
 
@@ -1349,7 +1349,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 npth 1.4 to adapt to many kinds of systems.
+\`configure' configures npth 1.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1419,7 +1419,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of npth 1.4:";;
+     short | recursive ) echo "Configuration of npth 1.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1531,7 +1531,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-npth configure 1.4
+npth configure 1.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1954,7 +1954,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by npth $as_me 1.4, which was
+It was created by npth $as_me 1.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2312,7 +2312,7 @@
 #
 LIBNPTH_LT_CURRENT=1
 LIBNPTH_LT_AGE=1
-LIBNPTH_LT_REVISION=0
+LIBNPTH_LT_REVISION=1
 
 # If the API is changed in an incompatible way: increment the next counter.
 NPTH_CONFIG_API_VERSION=1
@@ -2840,7 +2840,7 @@
 
 # Define the identity of the package.
  PACKAGE='npth'
- VERSION='1.4'
+ VERSION='1.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13142,7 +13142,7 @@
 if test "$have_w32_system" = yes; then
     BUILD_ISODATE=`date --iso-8601`
         BUILD_FILEVERSION=`echo "$VERSION" | sed 
's/\([0-9.]*\).*/\1./;s/\./,/g'`
-        BUILD_FILEVERSION="${BUILD_FILEVERSION}40908"
+        BUILD_FILEVERSION="${BUILD_FILEVERSION}30656"
 fi
 
 
@@ -14333,7 +14333,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by npth $as_me 1.4, which was
+This file was extended by npth $as_me 1.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14399,7 +14399,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-npth config.status 1.4
+npth config.status 1.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -16393,6 +16393,6 @@
 echo "
         $PACKAGE_NAME-$PACKAGE_VERSION prepared for make
 
-        Revision: 9fcc113  (40908)
+        Revision: 77c094e  (30656)
         Platform: $host
 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/configure.ac new/npth-1.5/configure.ac
--- old/npth-1.4/configure.ac   2017-05-16 09:41:21.000000000 +0200
+++ new/npth-1.5/configure.ac   2017-06-02 10:39:01.000000000 +0200
@@ -26,7 +26,7 @@
 # the version number immediately after the release and do another
 # commit and push so that the git magic is able to work.
 # See below for the LT versions.
-m4_define(my_version, [1.4])
+m4_define(my_version, [1.5])
 
 # Below is m4 magic to extract and compute the git revision number,
 # the decimalized short revision number, a beta version string and a
@@ -52,7 +52,7 @@
 #
 LIBNPTH_LT_CURRENT=1
 LIBNPTH_LT_AGE=1
-LIBNPTH_LT_REVISION=0
+LIBNPTH_LT_REVISION=1
 
 # If the API is changed in an incompatible way: increment the next counter.
 NPTH_CONFIG_API_VERSION=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/npth.spec new/npth-1.5/npth.spec
--- old/npth-1.4/npth.spec      2017-05-16 09:46:47.000000000 +0200
+++ new/npth-1.5/npth.spec      2017-06-02 10:42:13.000000000 +0200
@@ -1,7 +1,7 @@
 # This is a template.  The dist target uses it to create the real file.
 Summary: NPTH - the new GNU Portable Threads Library
 Name: npth
-Version: 1.4
+Version: 1.5
 Release: 1
 URL: http://www.gnupg.org/
 Source: ftp://ftp.gnupg.org/gcrypt/alpha
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/src/npth.c new/npth-1.5/src/npth.c
--- old/npth-1.4/src/npth.c     2017-05-16 09:21:45.000000000 +0200
+++ new/npth-1.5/src/npth.c     2017-06-02 10:34:22.000000000 +0200
@@ -156,7 +156,7 @@
          break;
        }
 
-      if (! npth_timercmp (abstime, &ts, <))
+      if (npth_timercmp (abstime, &ts, <))
        {
          err = ETIMEDOUT;
          break;


Reply via email to