Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2019-07-03 15:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and      /work/SRC/openSUSE:Factory/.libfilezilla.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfilezilla"

Wed Jul  3 15:15:02 2019 rev:25 rq:713092 version:0.17.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes        
2019-05-21 10:37:32.291198002 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.4615/libfilezilla.changes      
2019-07-03 15:15:04.674973457 +0200
@@ -1,0 +2,26 @@
+Sat Jun 29 08:16:28 UTC 2019 - [email protected]
+
+- Update to 0.17.1
+  * New features:
+    - Added support for detached signatures
+  * Bugfixes and minor changes:
+    - Fixed crash if using the system trust store
+
+- Changes from 0.17.0
+  * New features:
+    - libfilezilla now requires C++17
+    - Changed a lot of functions to use std::string_view
+    - Added fz::socket_layer as base class for layers on top of 
+      sockets
+    - Added fz::tls_layer, a Transport Layer Security layer, 
+      requiring GnuTLS 3.5.7 or later
+    - Added fz::translate for gettext-style translatable strings. 
+      GNU Gettext is now a built-time (but not runtime) dependency
+    - Added fz::bitscan and fz::bitscan_reverse to get the index of
+      least and most significant bit set
+    - Added fz::logger_interface as a base for logging system
+  * Bugfixes and minor changes:
+    - *nix: Small speed-up of fz::local_filesys through the use of 
+      fstatat()
+
+-------------------------------------------------------------------

Old:
----
  libfilezilla-0.16.0.tar.bz2

New:
----
  libfilezilla-0.17.1.tar.bz2

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

Other differences:
------------------
++++++ libfilezilla.spec ++++++
--- /var/tmp/diff_new_pack.AwpRYV/_old  2019-07-03 15:15:06.010976175 +0200
+++ /var/tmp/diff_new_pack.AwpRYV/_new  2019-07-03 15:15:06.022976200 +0200
@@ -20,7 +20,7 @@
 %define libname                %{name}%{major}
 %define develname      %{name}-devel
 Name:           libfilezilla
-Version:        0.16.0
+Version:        0.17.1
 Release:        0
 Summary:        C++ library for filezilla
 License:        GPL-2.0-or-later
@@ -37,6 +37,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cppunit)
+BuildRequires:  pkgconfig(gnutls) >= 3.5.7
 BuildRequires:  pkgconfig(nettle) >= 3.1
 
 %description
@@ -83,18 +84,18 @@
 
 %install
 %make_install
-
 # we don't want this
 find %{buildroot} -type f -name "*.la" -delete -print
 mkdir -p %{buildroot}%{_docdir}/%{develname}
 cp -r doc/doxygen-doc/* %{buildroot}%{_docdir}/%{develname}/
 rm -f %{buildroot}%{_docdir}/%{develname}/latex/refman.tex
 %fdupes -s %{buildroot}%{_docdir}/%{develname}
+%find_lang %name
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %{libname}
+%files -n %{libname} -f %{name}.lang
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README
 %{_libdir}/%{name}.so.%{major}*

++++++ libfilezilla-0.16.0.tar.bz2 -> libfilezilla-0.17.1.tar.bz2 ++++++
++++ 25477 lines of diff (skipped)


Reply via email to