Hello community,

here is the log from the commit of package davix for openSUSE:Factory checked 
in at 2020-05-14 23:29:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/davix (Old)
 and      /work/SRC/openSUSE:Factory/.davix.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "davix"

Thu May 14 23:29:00 2020 rev:3 rq:805665 version:0.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/davix/davix.changes      2019-09-02 
13:25:36.665309477 +0200
+++ /work/SRC/openSUSE:Factory/.davix.new.2738/davix.changes    2020-05-14 
23:29:06.145545073 +0200
@@ -1,0 +2,31 @@
+Tue May 12 22:29:44 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 0.7.6:
+  * Bug fixes:
+    - [DMC-1190] - Unhandled DavixException in secondary thread
+      during multi-range simulation.
+    - [DMC-1191] - Memory leak in function trying to detect S3
+      region.
+    - Recognize OpenSSL 'bad decrypt' error message as
+      CredDecryptionError.
+    - Fix error handling for proxy delegation.
+  * [DMC-1181] - Implement proper, abstract data provider class
+    for davix HttpIOChain.
+  * Refactoring and improvements to davix-tester.
+- Changes from version 0.7.5:
+  * Bug fixes:
+    - Enable use of dav:// and davs:// in third party copies.
+    - Fix third party copies when the server presents multiple
+      certificate delegation endpoints.
+    - Prevent davix from infinite-looping when the server abruptly
+      terminates the connection during TPC.
+  * Add ability to cancel ongoing TPC transfers through
+    user-supplied callback.
+  * Continued refactoring to eventually allow the use of libcurl
+    as HTTP backend in davix.
+  * In-source builds are no longer supported, and explicitly
+    prevented by CMake.
+- Minor updates to patches using quilt to apply cleanly (only line
+  number changes).
+
+-------------------------------------------------------------------

Old:
----
  davix-0.7.4.tar.gz

New:
----
  davix-0.7.6.tar.gz

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

Other differences:
------------------
++++++ davix.spec ++++++
--- /var/tmp/diff_new_pack.0Db2NP/_old  2020-05-14 23:29:07.453547928 +0200
+++ /var/tmp/diff_new_pack.0Db2NP/_new  2020-05-14 23:29:07.457547936 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package davix
 #
-# 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
@@ -18,13 +18,13 @@
 
 %define shlib lib%{name}0
 Name:           davix
-Version:        0.7.4
+Version:        0.7.6
 Release:        0
 Summary:        File management over HTTP-based protocols
 License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/Web/Utilities
 URL:            https://dmc.web.cern.ch/projects/davix/home
-Source:         
https://github.com/cern-fts/davix/releases/download/R_0_7_4/davix-%{version}.tar.gz
+Source:         
https://github.com/cern-fts/davix/releases/download/R_0_7_6/davix-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM davix-non-void-function.patch badshah...@gmail.com -- Fix 
non-void function that returns nothing
 Patch0:         davix-non-void-function.patch
 # PATCH-FIX-UPSTREAM davix-link-against-libdl.patch badshah...@gmail.com -- 
Link against libdl; patch taken from debian package build

++++++ davix-0.7.4.tar.gz -> davix-0.7.6.tar.gz ++++++
++++ 3970 lines of diff (skipped)

++++++ davix-link-against-libdl.patch ++++++
--- /var/tmp/diff_new_pack.0Db2NP/_old  2020-05-14 23:29:07.945549001 +0200
+++ /var/tmp/diff_new_pack.0Db2NP/_new  2020-05-14 23:29:07.945549001 +0200
@@ -1,8 +1,8 @@
-Index: davix-0.7.4/src/CMakeLists.txt
+Index: davix-0.7.6/src/CMakeLists.txt
 ===================================================================
---- davix-0.7.4.orig/src/CMakeLists.txt
-+++ davix-0.7.4/src/CMakeLists.txt
-@@ -35,7 +35,7 @@ add_dependencies(libdavix neon)
+--- davix-0.7.6.orig/src/CMakeLists.txt
++++ davix-0.7.6/src/CMakeLists.txt
+@@ -77,7 +77,7 @@ add_dependencies(libdavix neon)
  
  
  target_link_libraries(libdavix  alibxx_core ${HTTPLIB_PKG_LIBRARIES} 
${CRYPTO_PKG_LIBRARIES}


Reply via email to