Hello community,

here is the log from the commit of package libnfs for openSUSE:Factory checked 
in at 2017-03-15 01:04:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnfs (Old)
 and      /work/SRC/openSUSE:Factory/.libnfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnfs"

Wed Mar 15 01:04:25 2017 rev:4 rq:478638 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnfs/libnfs.changes    2016-08-10 
19:55:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libnfs.new/libnfs.changes       2017-03-15 
01:59:42.681284100 +0100
@@ -1,0 +2,24 @@
+Fri Mar 10 22:22:17 UTC 2017 - [email protected]
+
+- Update to version 1.11.0:
+  + Reduce the number of memory allocations in the ZDR layer.
+  + Check both seconds and nanoseconds field when validating dir
+    cache.
+  + Invalidate the dir cache immediately if we do something that
+    would cause it to become stale, such as adding/removing objects
+    from the cache.
+  + Add options to enable/disable dir caching.
+  + Discard readahead cache on [p]write and truncate.
+  + Android fixes.
+  + Windows fixes.
+  + Support timeouts for sync functions.
+  + Add an internal pagecache.
+  + Add nfs_rewinddir(), nfs_seekdir() and nfs_telldir().
+  + Fix crash in nfs_truncate().
+  + Fix segfault that can trigger if we rpc_disconnect() during the
+    mount.
+  + Add support to bind to a specific interface (linux only).
+- Pass --disable-werror to configure, needed after glibc 2.25
+  update.
+
+-------------------------------------------------------------------

Old:
----
  libnfs-1.10.0.tar.gz

New:
----
  libnfs-1.11.0.tar.gz

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

Other differences:
------------------
++++++ libnfs.spec ++++++
--- /var/tmp/diff_new_pack.DRhj3n/_old  2017-03-15 01:59:43.169215118 +0100
+++ /var/tmp/diff_new_pack.DRhj3n/_new  2017-03-15 01:59:43.173214553 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnfs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define soname 8
 
 Name:           libnfs
-Version:        1.10.0
+Version:        1.11.0
 Release:        0
 Summary:        Client library for accessing NFS shares over a network
 License:        LGPL-2.1+ and BSD-2-Clause and GPL-3.0+
@@ -59,8 +59,8 @@
 
 %package -n utils-libnfs
 Summary:        Utilities for accessing NFS servers
-Group:          Productivity/Networking/NFS
 # Handle libnfs from packman, which contained both binaries and lib
+Group:          Productivity/Networking/NFS
 Provides:       libnfs = %{version}-%{release}
 Obsoletes:      libnfs < %{version}-%{release}
 
@@ -72,7 +72,10 @@
 %setup -q
 
 %build
-%configure --disable-static --disable-examples
+%configure \
+       --disable-werror \
+       --disable-static \
+       --disable-examples
 make %{?_smp_mflags}
 
 %install

++++++ libnfs-1.10.0.tar.gz -> libnfs-1.11.0.tar.gz ++++++
++++ 7674 lines of diff (skipped)


Reply via email to