commit libfilezilla for openSUSE:Factory

2020-10-25 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2020-10-25 18:07:18

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.3463 (New)


Package is "libfilezilla"

Sun Oct 25 18:07:18 2020 rev:35 rq:843779 version:0.25.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2020-09-08 22:48:21.219546326 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.3463/libfilezilla.changes  
2020-10-25 18:07:24.543390090 +0100
@@ -1,0 +2,17 @@
+Wed Oct 21 10:37:04 UTC 2020 - ecsos 
+
+- Update to 0.25.0
+  * New features:
+- Added fz::invoker to asynchronously call functions to run in
+  a specific thread independent of the caller's thread
+  * Bugfixes and minor changes:
+- Added additional checks to fz::buffer to leave the buffer in
+  a valid state in out-of-memory situations and to prevent
+  mis-use
+- Detect a particular socket buffer tuning issue under Linux
+  where setting a receiver buffer size shrinks the window scale
+  factor
+- Reordered a few data members to reduce the amount of 
+  structure padding due to alignment
+
+---

Old:

  libfilezilla-0.24.1.tar.bz2

New:

  libfilezilla-0.25.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.ToXx3j/_old  2020-10-25 18:07:25.059390578 +0100
+++ /var/tmp/diff_new_pack.ToXx3j/_new  2020-10-25 18:07:25.063390582 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define major  9
+%define major  10
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.24.1
+Version:0.25.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later
@@ -32,12 +32,17 @@
 BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
+%if 0%{?suse_version} > 1500
 BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc8-c++
+%endif
 BuildRequires:  graphviz
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(gnutls) >= 3.5.7
+BuildRequires:  pkgconfig(hogweed) >= 3.1
 BuildRequires:  pkgconfig(nettle) >= 3.1
 
 %description
@@ -90,6 +95,10 @@
 %patch0
 
 %build
+%if 0%{?suse_version} <= 1500
+export CC="%{_bindir}/gcc-8"
+export CXX="%{_bindir}/g++-8"
+%endif
 autoreconf -fi
 %configure --disable-static
 %make_build

++ libfilezilla-0.24.1.tar.bz2 -> libfilezilla-0.25.0.tar.bz2 ++
 1669 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.24.1/NEWS new/libfilezilla-0.25.0/NEWS
--- old/libfilezilla-0.24.1/NEWS2020-08-27 14:34:32.0 +0200
+++ new/libfilezilla-0.25.0/NEWS2020-10-13 14:16:48.0 +0200
@@ -1,3 +1,10 @@
+0.25.0 (2020-10-13)
+
++ Added fz::invoker to asynchronously call functions to run in a specific 
thread independent of the caller's thread
+- Added additional checks to fz::buffer to leave the buffer in a valid state 
in out-of-memory situations and to prevent mis-use
+- Detect a particular socket buffer tuning issue under Linux where setting a 
receiver buffer size shrinks the window scale factor
+- Reordered a few data members to reduce the amount of structure padding due 
to alignment
+
 0.24.1 (2020-08-27)
 
 - fz::to_integral can now handle strongly typed enum return types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.24.1/config/config.hpp.in 
new/libfilezilla-0.25.0/config/config.hpp.in
--- old/libfilezilla-0.24.1/config/config.hpp.in2020-08-27 
14:34:39.0 +0200
+++ new/libfilezilla-0.25.0/config/config.hpp.in2020-10-13 
14:17:40.0 +0200
@@ -78,6 +78,9 @@
 /* Define to 1 if you have the  header file. */
 #undef HAVE_SYS_TYPES_H
 
+/* Define if TCP_INFO is supported */
+#undef HAVE_TCP_INFO
+
 /* Define to 1 if you have the `timegm' function. */
 #undef HAVE_TIMEGM
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude 

commit libfilezilla for openSUSE:Factory

2020-09-08 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2020-09-08 22:47:38

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.3399 (New)


Package is "libfilezilla"

Tue Sep  8 22:47:38 2020 rev:34 rq:832838 version:0.24.1

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2020-08-24 15:10:55.470622749 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.3399/libfilezilla.changes  
2020-09-08 22:48:21.219546326 +0200
@@ -1,0 +2,7 @@
+Mon Sep  7 17:22:25 UTC 2020 - ecsos 
+
+- Update to 0.24.1
+  * Bugfixes and minor changes:
+- fz::to_integral can now handle strongly typed enum return types
+
+---

Old:

  libfilezilla-0.24.0.tar.bz2

New:

  libfilezilla-0.24.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.N2lL6X/_old  2020-09-08 22:48:23.723547546 +0200
+++ /var/tmp/diff_new_pack.N2lL6X/_new  2020-09-08 22:48:23.723547546 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.24.0
+Version:0.24.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.24.0.tar.bz2 -> libfilezilla-0.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.24.0/NEWS new/libfilezilla-0.24.1/NEWS
--- old/libfilezilla-0.24.0/NEWS2020-08-21 15:35:14.0 +0200
+++ new/libfilezilla-0.24.1/NEWS2020-08-27 14:34:32.0 +0200
@@ -1,3 +1,7 @@
+0.24.1 (2020-08-27)
+
+- fz::to_integral can now handle strongly typed enum return types
+
 0.24.0 (2020-08-21)
 
 + Added fz::equal_consttime
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.24.0/configure 
new/libfilezilla-0.24.1/configure
--- old/libfilezilla-0.24.0/configure   2020-08-21 15:35:21.0 +0200
+++ new/libfilezilla-0.24.1/configure   2020-08-27 14:34:35.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.24.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.24.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.24.0'
-PACKAGE_STRING='libfilezilla 0.24.0'
+PACKAGE_VERSION='0.24.1'
+PACKAGE_STRING='libfilezilla 0.24.1'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1444,7 +1444,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 libfilezilla 0.24.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.24.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1515,7 +1515,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.24.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.24.1:";;
esac
   cat <<\_ACEOF
 
@@ -1666,7 +1666,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.24.0
+libfilezilla configure 0.24.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2111,7 +2111,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.24.0, which was
+It was created by libfilezilla $as_me 0.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2466,7 +2466,7 @@
 # If any interfaces have been added since the last public release, then 
increment age.
 # If any interfaces have been removed or changed since the last public 
release, then set age to 0.
 # CURRENT:REVISION:AGE
-LIBRARY_VERSION=9:0:0
+LIBRARY_VERSION=9:1:0
 
 
 ac_config_headers="$ac_config_headers config/config.hpp"
@@ -2987,7 +2987,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.24.0'
+ VERSION='0.24.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -22238,7 +22238,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.24.0, 

commit libfilezilla for openSUSE:Factory

2020-08-24 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2020-08-24 15:10:13

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.3399 (New)


Package is "libfilezilla"

Mon Aug 24 15:10:13 2020 rev:33 rq:828725 version:0.24.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2020-08-18 15:10:51.044035692 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.3399/libfilezilla.changes  
2020-08-24 15:10:55.470622749 +0200
@@ -1,0 +2,10 @@
+Sat Aug 22 20:15:42 UTC 2020 - ecsos 
+
+- Update to 0.24.0
+  * New features:
+- Added fz::equal_consttime
+  * Bugfixes and minor changes:
+- fz::sprintf now works corrcetly if arguments are passed as 
+  (w)string_view
+
+---

Old:

  libfilezilla-0.23.0.tar.bz2

New:

  libfilezilla-0.24.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.kfINrV/_old  2020-08-24 15:10:57.002623495 +0200
+++ /var/tmp/diff_new_pack.kfINrV/_new  2020-08-24 15:10:57.006623497 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define major  8
+%define major  9
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.23.0
+Version:0.24.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.23.0.tar.bz2 -> libfilezilla-0.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.23.0/Makefile.in 
new/libfilezilla-0.24.0/Makefile.in
--- old/libfilezilla-0.23.0/Makefile.in 2020-07-07 14:09:22.0 +0200
+++ new/libfilezilla-0.24.0/Makefile.in 2020-08-21 15:35:21.0 +0200
@@ -185,8 +185,8 @@
$(top_srcdir)/lib/libfilezilla/version.hpp.in \
$(top_srcdir)/lib/windows/version.rc.in AUTHORS COPYING \
ChangeLog INSTALL NEWS README config/compile \
-   config/config.guess config/config.sub config/install-sh \
-   config/ltmain.sh config/missing
+   config/config.guess config/config.sub config/depcomp \
+   config/install-sh config/ltmain.sh config/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.23.0/NEWS new/libfilezilla-0.24.0/NEWS
--- old/libfilezilla-0.23.0/NEWS2020-07-07 14:07:30.0 +0200
+++ new/libfilezilla-0.24.0/NEWS2020-08-21 15:35:14.0 +0200
@@ -1,3 +1,8 @@
+0.24.0 (2020-08-21)
+
++ Added fz::equal_consttime
+- fz::sprintf now works corrcetly if arguments are passed as (w)string_view
+
 0.23.0 (2020-07-07)
 
 + Added reader/writer locks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.23.0/configure 
new/libfilezilla-0.24.0/configure
--- old/libfilezilla-0.23.0/configure   2020-07-07 14:09:22.0 +0200
+++ new/libfilezilla-0.24.0/configure   2020-08-21 15:35:21.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.23.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.24.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.23.0'
-PACKAGE_STRING='libfilezilla 0.23.0'
+PACKAGE_VERSION='0.24.0'
+PACKAGE_STRING='libfilezilla 0.24.0'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1444,7 +1444,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 libfilezilla 0.23.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.24.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1515,7 +1515,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.23.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.24.0:";;
esac
   cat <<\_ACEOF
 
@@ -1666,7 +1666,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.23.0
+libfilezilla configure 0.24.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, 

commit libfilezilla for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2020-08-18 15:10:49

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.3399 (New)


Package is "libfilezilla"

Tue Aug 18 15:10:49 2020 rev:32 rq:826977 version:0.23.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2020-05-13 22:56:38.567074627 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.3399/libfilezilla.changes  
2020-08-18 15:10:51.044035692 +0200
@@ -1,0 +2,7 @@
+Sun Aug 16 07:53:20 UTC 2020 - Dirk Mueller 
+
+- update to 0.23.0:
+  + Added reader/writer locks
+  - fz::mkdir can now return the the longest created path in case of partial 
failures
+
+---

Old:

  libfilezilla-0.22.0.tar.bz2

New:

  libfilezilla-0.23.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.GDbhP2/_old  2020-08-18 15:10:51.660035947 +0200
+++ /var/tmp/diff_new_pack.GDbhP2/_new  2020-08-18 15:10:51.664035948 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define major  7
+%define major  8
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.22.0
+Version:0.23.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.22.0.tar.bz2 -> libfilezilla-0.23.0.tar.bz2 ++
 4950 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.22.0/NEWS new/libfilezilla-0.23.0/NEWS
--- old/libfilezilla-0.22.0/NEWS2020-05-12 10:21:32.0 +0200
+++ new/libfilezilla-0.23.0/NEWS2020-07-07 14:07:30.0 +0200
@@ -1,3 +1,8 @@
+0.23.0 (2020-07-07)
+
++ Added reader/writer locks
+- fz::mkdir can now return the the longest created path in case of partial 
failures
+
 0.22.0 (2020-05-12)
 
 + Added a flag to fz::file to allow creation of files with permissions only 
granting the current user access
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.22.0/config/compile new/libfilezilla-0.23.0/config/compile
--- old/libfilezilla-0.22.0/config/compile  2015-11-02 14:50:21.0 
+0100
+++ new/libfilezilla-0.23.0/config/compile  2020-07-07 14:09:22.0 
+0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see .
+# along with this program.  If not, see .
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -255,7 +255,8 @@
 echo "compile $scriptversion"
 exit $?
 ;;
-  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+  icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
 func_cl_wrapper "$@"  # Doesn't return...
 ;;
 esac
@@ -339,9 +340,9 @@
 # Local Variables:
 # mode: shell-script
 # sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 

commit libfilezilla for openSUSE:Factory

2020-05-13 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2020-05-13 22:56:37

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.2738 (New)


Package is "libfilezilla"

Wed May 13 22:56:37 2020 rev:31 rq:805254 version:0.22.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2020-03-12 23:12:42.627333498 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.2738/libfilezilla.changes  
2020-05-13 22:56:38.567074627 +0200
@@ -1,0 +2,26 @@
+Wed May 13 08:55:24 UTC 2020 - ecsos 
+
+- Update to 0.22.0
+  * New features:
+- Added a flag to fz::file to allow creation of files with
+  permissions only granting the current user access
+- Added fz::mkdir to create local directories, optionally
+  recursive and with permissions to only grant the current
+  user access to the final directory
+  * Bugfixes and minor changes:
+- MSW: Improvements handling directory reparse points
+- Lengthen partial certificate chains in fz::tls_info to 
+  include any found trust anchor if using the system trust store
+- Mark self-signed certificates in the in fz::x509_certificate
+- Fix constructing fz::uri from default-constructed string_view
+- Changes from 0.21.0
+  * New features:
+- macOS: fz::spawn_detached_process can now start application
+  bundles
+- Changed arguments of fz::local_filesys::get_next_file to be
+  consistent with fz::local_filesys::get_file_info
+  * Bugfixes and minor changes:
+- Improved error detection for fz::spawn_detached-process on
+  *nix systems that support the pipe2 syscall with O_CLOEXEC
+
+---

Old:

  libfilezilla-0.20.2.tar.bz2

New:

  libfilezilla-0.22.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.BaJ7A2/_old  2020-05-13 22:56:39.115075695 +0200
+++ /var/tmp/diff_new_pack.BaJ7A2/_new  2020-05-13 22:56:39.115075695 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define major  4
+%define major  7
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.20.2
+Version:0.22.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.20.2.tar.bz2 -> libfilezilla-0.22.0.tar.bz2 ++
 2383 lines of diff (skipped)




commit libfilezilla for openSUSE:Factory

2020-03-12 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2020-03-12 23:09:54

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.3160 (New)


Package is "libfilezilla"

Thu Mar 12 23:09:54 2020 rev:30 rq:784384 version:0.20.2

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2020-02-07 16:00:38.627703690 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.3160/libfilezilla.changes  
2020-03-12 23:12:42.627333498 +0100
@@ -1,0 +2,24 @@
+Thu Mar 12 15:58:21 UTC 2020 - ec...@opensuse.org
+
+- Update to 0.20.2
+  * New features:
+- Add encrypt_key and decrypt_key to fz::symmetric key
+  * Bugfixes and minor changes:
+- fz::datetime::set_rfc822 now parses the zone offset
+- Removed unneeded asserts from format.hpp
+- Changes from 0.20.1
+  * Bugfixes and minor changes:
+- Fix potential crash after removing the last speed limit 
+  bucket
+- TLS: Fix reported key exchange algorithm and improve details
+- Changes from 0.20.0
+  * New features:
+- Added fz::symmetric_key
+- Added itertions parameter to fz::private_key::from_password
+- Added fz::base32_encode and fz::base32_decode
+- Unified all decode functions to always return a vector, added
+  alternatives returning string with a _s suffix in the 
+  function name
+- Changed equal_insensitive_ascii to take (w)string_view
+
+---

Old:

  libfilezilla-0.19.3.tar.bz2

New:

  libfilezilla-0.20.2.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.WHF4Ij/_old  2020-03-12 23:12:43.311333767 +0100
+++ /var/tmp/diff_new_pack.WHF4Ij/_new  2020-03-12 23:12:43.315333769 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define major  3
+%define major  4
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.19.3
+Version:0.20.2
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.19.3.tar.bz2 -> libfilezilla-0.20.2.tar.bz2 ++
 2124 lines of diff (skipped)




commit libfilezilla for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2020-02-07 15:58:07

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.26092 (New)


Package is "libfilezilla"

Fri Feb  7 15:58:07 2020 rev:29 rq:771213 version:0.19.3

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2019-12-03 12:42:54.554123995 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.26092/libfilezilla.changes 
2020-02-07 16:00:38.627703690 +0100
@@ -1,0 +2,15 @@
+Fri Feb  7 11:16:30 UTC 2020 - ec...@opensuse.org
+
+- Update to 0.19.3
+  * Bugfixes and minor changes:
+- Rate limiting: Fix a divide by zero when distributing
+  overflow
+- Changes from 0.19.2
+  * New features:
+- Rate limiting: Added debt repay mechanism to bucket removal
+  * Bugfixes and minor changes:
+- *nix: Fix returned permissions in 
+  fz::local_filesys::get_file_info/get_next_file
+- Run spec-cleaner.
+
+---
@@ -399 +413,0 @@
-

Old:

  libfilezilla-0.19.1.tar.bz2

New:

  libfilezilla-0.19.3.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.VhR4zD/_old  2020-02-07 16:00:40.611704702 +0100
+++ /var/tmp/diff_new_pack.VhR4zD/_new  2020-02-07 16:00:40.611704702 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfilezilla
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -16,11 +16,11 @@
 #
 
 
-%define major  2
+%define major  3
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.19.1
+Version:0.19.3
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later
@@ -73,21 +73,18 @@
 
 # Need %%lang_package expanded for an extra conflict with an old library 
package
 %package lang 
+# FIXME: consider using %%lang_package macro
 Summary:Translations for package %{name} 
 # in libfilezilla 0.18.x, we wrongly shipped the languages files directly in 
the library package
 Group:  System/Localization 
-Conflicts:  libfilezilla0 < 0.19
-
 Requires:   %{name} = %{version} 
-
+Conflicts:  libfilezilla0 < 0.19
 Provides:   %{name}-lang-all = %{version} 
 BuildArch:  noarch 
 
 %description lang 
 Provides translations for the "%{name}" package.
 
-
-
 %prep
 %setup -q
 %patch0
@@ -95,10 +92,10 @@
 %build
 autoreconf -fi
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 pushd doc
-make %{?_smp_mflags} html
+%make_build html
 popd
 
 %install
@@ -109,7 +106,7 @@
 cp -r doc/doxygen-doc/* %{buildroot}%{_docdir}/%{develname}/
 rm -f %{buildroot}%{_docdir}/%{develname}/latex/refman.tex
 %fdupes -s %{buildroot}%{_docdir}/%{develname}
-%find_lang %name
+%find_lang %{name}
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig

++ libfilezilla-0.19.1.tar.bz2 -> libfilezilla-0.19.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.19.1/NEWS new/libfilezilla-0.19.3/NEWS
--- old/libfilezilla-0.19.1/NEWS2019-11-15 14:21:44.0 +0100
+++ new/libfilezilla-0.19.3/NEWS2019-12-19 16:16:48.0 +0100
@@ -1,3 +1,12 @@
+0.19.3 (2019-12-19)
+
+- Rate limiting: Fix a divide by zero when distributing overflow
+
+0.19.2 (2019-12-19)
+
++ Rate limiting: Added debt repay mechanism to bucket removal
+- *nix: Fix returned permissions in 
fz::local_filesys::get_file_info/get_next_file
+
 0.19.1 (2019-11-15)
 
 + Return error information to fz::local_filesys::begin_find_files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.19.1/configure 
new/libfilezilla-0.19.3/configure
--- old/libfilezilla-0.19.1/configure   2019-11-15 14:21:56.0 +0100
+++ new/libfilezilla-0.19.3/configure   2019-12-19 16:16:53.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.19.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.19.3.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.19.1'
-PACKAGE_STRING='libfilezilla 0.19.1'
+PACKAGE_VERSION='0.19.3'
+PACKAGE_STRING='libfilezilla 0.19.3'
 

commit libfilezilla for openSUSE:Factory

2019-12-03 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2019-12-03 12:42:29

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.4691 (New)


Package is "libfilezilla"

Tue Dec  3 12:42:29 2019 rev:28 rq:752989 version:0.19.1

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2019-11-06 13:58:05.592282810 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.4691/libfilezilla.changes  
2019-12-03 12:42:54.554123995 +0100
@@ -1,0 +2,23 @@
+Sat Nov 30 14:13:21 UTC 2019 - Dominique Leuenberger 
+
+- Split language files properly out into libfilezille-lang in order
+  to avoid file conflicts between multiple versions of the library.
+
+---
+Tue Nov 26 17:40:56 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.19.1
+  * New features:
+- Return error information to
+  fz::local_filesys::begin_find_files
+  * Bugfixes and minor changes:
+- Fix for version.hpp not getting installed
+
+- Changes from 0.19.0
+  * New features:
+- Addded rate limiting code and a new rate-limited socket layer
+- Added fz::mutex::try_lock
+- Implemented libtool's library versioning scheme for shared
+  library builds of libfilezilla
+
+---

Old:

  libfilezilla-0.18.2.tar.bz2

New:

  libfilezilla-0.19.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.Ss0v4K/_old  2019-12-03 12:42:55.354123773 +0100
+++ /var/tmp/diff_new_pack.Ss0v4K/_new  2019-12-03 12:42:55.354123773 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfilezilla
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define major  0
+%define major  2
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.18.2
+Version:0.19.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later
@@ -47,7 +47,9 @@
 
 %package -n%{libname}
 Summary:C++ library for filezilla
+# Provide basename, required for the (unversioned) -lang package.
 Group:  System/Libraries
+Provides:   %{name} = %{version}
 
 %description -n%{libname}
 libfilezilla is C++ library, offering some basic functionality to
@@ -69,6 +71,23 @@
 %description -n%{develname}
 Files needed for development with %{name}.
 
+# Need %%lang_package expanded for an extra conflict with an old library 
package
+%package lang 
+Summary:Translations for package %{name} 
+# in libfilezilla 0.18.x, we wrongly shipped the languages files directly in 
the library package
+Group:  System/Localization 
+Conflicts:  libfilezilla0 < 0.19
+
+Requires:   %{name} = %{version} 
+
+Provides:   %{name}-lang-all = %{version} 
+BuildArch:  noarch 
+
+%description lang 
+Provides translations for the "%{name}" package.
+
+
+
 %prep
 %setup -q
 %patch0
@@ -95,11 +114,13 @@
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %{libname} -f %{name}.lang
+%files -n %{libname}
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README
 %{_libdir}/%{name}.so.%{major}*
 
+%files lang -f %{name}.lang
+
 %files -n %{develname}
 %dir %{_docdir}/%{develname}
 %{_docdir}/%{develname}/*

++ libfilezilla-0.18.2.tar.bz2 -> libfilezilla-0.19.1.tar.bz2 ++
 3845 lines of diff (skipped)




commit libfilezilla for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2019-11-06 13:58:00

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.2990 (New)


Package is "libfilezilla"

Wed Nov  6 13:58:00 2019 rev:27 rq:745236 version:0.18.2

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2019-08-27 10:21:01.691940998 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.2990/libfilezilla.changes  
2019-11-06 13:58:05.592282810 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 16:55:19 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.18.2
+  * New features:
+- Added operator== and != to fz::uri
+
+---

Old:

  libfilezilla-0.18.1.tar.bz2

New:

  libfilezilla-0.18.2.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.dsJsPD/_old  2019-11-06 13:58:06.212283459 +0100
+++ /var/tmp/diff_new_pack.dsJsPD/_new  2019-11-06 13:58:06.216283464 +0100
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.18.1
+Version:0.18.2
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.18.1.tar.bz2 -> libfilezilla-0.18.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.18.1/NEWS new/libfilezilla-0.18.2/NEWS
--- old/libfilezilla-0.18.1/NEWS2019-08-15 09:39:32.0 +0200
+++ new/libfilezilla-0.18.2/NEWS2019-09-16 15:46:58.0 +0200
@@ -1,3 +1,7 @@
+0.18.2 (2019-09-16)
+
++ Added operator== and != to fz::uri
+
 0.18.1 (2019-08-14)
 
 + Added fz::buffer::resize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.18.1/configure 
new/libfilezilla-0.18.2/configure
--- old/libfilezilla-0.18.1/configure   2019-08-15 09:43:49.0 +0200
+++ new/libfilezilla-0.18.2/configure   2019-09-16 15:47:58.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.18.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.18.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.18.1'
-PACKAGE_STRING='libfilezilla 0.18.1'
+PACKAGE_VERSION='0.18.2'
+PACKAGE_STRING='libfilezilla 0.18.2'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1441,7 +1441,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 libfilezilla 0.18.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.18.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1512,7 +1512,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.18.1:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.18.2:";;
esac
   cat <<\_ACEOF
 
@@ -1663,7 +1663,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.18.1
+libfilezilla configure 0.18.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2108,7 +2108,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.18.1, which was
+It was created by libfilezilla $as_me 0.18.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2974,7 +2974,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.18.1'
+ VERSION='0.18.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -22208,7 +22208,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.18.1, which was
+This file was extended by libfilezilla $as_me 0.18.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -22275,7 +22275,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-libfilezilla config.status 0.18.1
+libfilezilla 

commit libfilezilla for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2019-08-27 10:20:57

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.7948 (New)


Package is "libfilezilla"

Tue Aug 27 10:20:57 2019 rev:26 rq:725933 version:0.18.1

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2019-07-03 15:15:04.674973457 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.7948/libfilezilla.changes  
2019-08-27 10:21:01.691940998 +0200
@@ -1,0 +2,33 @@
+Sun Aug 25 08:01:22 UTC 2019 - ec...@opensuse.org
+
+- Update to 0.18.1
+  * New features:
+- Added fz::buffer::resize
+
+- Changes from 0.18.0
+  * New features:
+- Added fz::spawn_detached_process
+- Add operator+ to fz::duration
+- *nix: If available, use eventfd instead of a self-pipe
+- fz::to_integral and fz::hex_decode now work with string
+  literals
+- Added fz::listen_socket::fast_accept that only returns
+  a descriptor instead of a fully-initialized fz::socket for 
+  use in a tight accept-and-dispatch loop
+- Functions in libfilezilla/iputils.hpp now take string_view as
+  arguments
+- Added fz::socket::set_flags which can atomically enable or 
+  disable flags
+  * Bugfixes and minor changes:
+- fz::socket not returns an error instead of silently failing 
+  in case of file descriptor exhaustion
+- Fix socket errors sometimes not being forwarded in 
+  fz::tls_layer when when writing fails in the underlying layer
+- Fix double-closing of socket descriptios if connection 
+  establishment fails
+- fz::tls_layer now fails the handshake instead of waiting 
+  indefinitely if started on a layer that has progressed passed
+  the connected state
+- Small compile-time improvements to fz::sprintf
+
+---

Old:

  libfilezilla-0.17.1.tar.bz2

New:

  libfilezilla-0.18.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.rXOEgh/_old  2019-08-27 10:21:02.207940963 +0200
+++ /var/tmp/diff_new_pack.rXOEgh/_new  2019-08-27 10:21:02.211940963 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.17.1
+Version:0.18.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.17.1.tar.bz2 -> libfilezilla-0.18.1.tar.bz2 ++
 4227 lines of diff (skipped)




commit libfilezilla for openSUSE:Factory

2019-07-03 Thread root
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 - ec...@opensuse.org
+
+- 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)




commit libfilezilla for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2019-05-21 10:37:30

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.5148 (New)


Package is "libfilezilla"

Tue May 21 10:37:30 2019 rev:24 rq:704137 version:0.16.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2019-05-14 13:43:33.324663912 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.5148/libfilezilla.changes  
2019-05-21 10:37:32.291198002 +0200
@@ -1,0 +2,5 @@
+Wed May 15 11:38:06 UTC 2019 - ec...@opensuse.org
+
+- Run spec-cleaner.
+
+---



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.ndq5IN/_old  2019-05-21 10:37:32.975197558 +0200
+++ /var/tmp/diff_new_pack.ndq5IN/_new  2019-05-21 10:37:32.979197556 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfilezilla
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,24 +25,19 @@
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
-Url:https://lib.filezilla-project.org/
+URL:https://lib.filezilla-project.org/
 Source0:
https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
 Patch0: %{name}-date-time.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  graphviz
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(nettle) >= 3.1
-%if 0%{?suse_version} <= 1500
-# FileZilla requires C++14 support.
-BuildRequires:  gcc7-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 
 %description
 libfilezilla is C++ library, offering some basic functionality to
@@ -73,18 +68,11 @@
 %description -n%{develname}
 Files needed for development with %{name}.
 
-
 %prep
 %setup -q
 %patch0
 
 %build
-%if 0%{?suse_version} <= 1500
-export CC="gcc-7"
-export CXX="g++-7"
-# Default ABI through G++4.9, thus the one wxWidgets uses.
-export CXXFLAGS="%{optflags} -fabi-version=2 -fabi-compat-version=2"
-%endif
 autoreconf -fi
 %configure --disable-static
 make %{?_smp_mflags}
@@ -94,7 +82,7 @@
 popd
 
 %install
-%makeinstall
+%make_install
 
 # we don't want this
 find %{buildroot} -type f -name "*.la" -delete -print
@@ -104,17 +92,14 @@
 %fdupes -s %{buildroot}%{_docdir}/%{develname}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README
 %{_libdir}/%{name}.so.%{major}*
 
 %files -n %{develname}
-%defattr(-,root,root)
 %dir %{_docdir}/%{develname}
 %{_docdir}/%{develname}/*
 %{_includedir}/%{name}/




commit libfilezilla for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2019-05-14 13:43:18

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.5148 (New)


Package is "libfilezilla"

Tue May 14 13:43:18 2019 rev:23 rq:702652 version:0.16.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-12-03 10:11:39.407638735 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.5148/libfilezilla.changes  
2019-05-14 13:43:33.324663912 +0200
@@ -1,0 +2,15 @@
+Thu May  9 18:59:44 UTC 2019 - Michael Ströder 
+
+- Update to 0.16.0
+  * New features:
+- Add fz::socket
+- Add operator*= to fz::duration
+- fz::event_loop can now also be created using fz::thread_pool 
+  or threadless.
+  * Bugfixes and minor changes:
+- fz::async_task now releases the thread back to the pool 
+  immediately when the task has completed without waiting for 
+  the join
+- *nix: Fix file descriptor leaks on exec()
+
+---

Old:

  libfilezilla-0.15.1.tar.bz2

New:

  libfilezilla-0.16.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.YEyuvR/_old  2019-05-14 13:43:33.720664749 +0200
+++ /var/tmp/diff_new_pack.YEyuvR/_new  2019-05-14 13:43:33.720664749 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.15.1
+Version:0.16.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.15.1.tar.bz2 -> libfilezilla-0.16.0.tar.bz2 ++
 4091 lines of diff (skipped)




commit libfilezilla for openSUSE:Factory

2018-12-03 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-12-03 10:11:07

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new.19453 (New)


Package is "libfilezilla"

Mon Dec  3 10:11:07 2018 rev:22 rq:653211 version:0.15.1

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-10-29 14:58:52.738017542 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new.19453/libfilezilla.changes 
2018-12-03 10:11:39.407638735 +0100
@@ -1,0 +2,11 @@
+Sat Dec  1 12:05:31 UTC 2018 - ec...@opensuse.org
+
+- Update to 0.15.1
+  * New features:
+- Add argument to fz::strtok to return empty tokens
+  * Bugfixes and minor changes:
+- Fix compatibility issue with Nettle < 3.3
+- Fix fz::random_bytes on MinGW
+- Fix memory leak in fz::buffer
+
+---

Old:

  libfilezilla-0.15.0.tar.bz2

New:

  libfilezilla-0.15.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.Vou4dX/_old  2018-12-03 10:11:40.347637864 +0100
+++ /var/tmp/diff_new_pack.Vou4dX/_new  2018-12-03 10:11:40.351637861 +0100
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.15.0
+Version:0.15.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.15.0.tar.bz2 -> libfilezilla-0.15.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.15.0/NEWS new/libfilezilla-0.15.1/NEWS
--- old/libfilezilla-0.15.0/NEWS2018-10-19 12:12:06.0 +0200
+++ new/libfilezilla-0.15.1/NEWS2018-11-22 16:57:21.0 +0100
@@ -1,3 +1,10 @@
+0.15.1 (2018-11-22)
+
++ Add argument to fz::strtok to return empty tokens
+- Fix compatibility issue with Nettle < 3.3
+- Fix fz::random_bytes on MinGW
+- Fix memory leak in fz::buffer
+
 0.15.0 (2018-10-19)
 
 + libfilezilla now depends on Nettle >= 3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.15.0/configure 
new/libfilezilla-0.15.1/configure
--- old/libfilezilla-0.15.0/configure   2018-10-19 12:14:42.0 +0200
+++ new/libfilezilla-0.15.1/configure   2018-11-22 16:57:28.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.15.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.15.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.15.0'
-PACKAGE_STRING='libfilezilla 0.15.0'
+PACKAGE_VERSION='0.15.1'
+PACKAGE_STRING='libfilezilla 0.15.1'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1421,7 +1421,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 libfilezilla 0.15.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.15.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1492,7 +1492,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.15.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.15.1:";;
esac
   cat <<\_ACEOF
 
@@ -1636,7 +1636,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.15.0
+libfilezilla configure 0.15.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2081,7 +2081,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.15.0, which was
+It was created by libfilezilla $as_me 0.15.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2947,7 +2947,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.15.0'
+ VERSION='0.15.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -21204,7 +21204,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.15.0, which was
+This file was extended by libfilezilla $as_me 0.15.1, which was
 generated by GNU 

commit libfilezilla for openSUSE:Factory

2018-10-29 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-10-29 14:22:31

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Mon Oct 29 14:22:31 2018 rev:21 rq:645011 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-10-15 09:48:06.123059274 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2018-10-29 14:58:52.738017542 +0100
@@ -1,0 +2,17 @@
+Sat Oct 27 08:35:12 UTC 2018 - ec...@opensuse.org
+
+- update to 0.15.0
+  * New features:
+- libfilezilla now depends on Nettle >= 3.1
+- Added fz::sha512, fz::sha256, fz::sha1 and fz::md5 hash 
+  functions
+- Added fz::hash_accumulator
+- Added fz::hmac_sha256 HMAC function
+- Added asymmetric encryption scheme using X25519
+- Added signature scheme using Ed25519
+  * Bugfixes and minor changes:
+- Changed and documented semantics of the return value of 
+  fz::remove_file, removing a non-existing file is not an error
+- Drop extra COPYING file and use it from upstream
+
+---

Old:

  COPYING
  libfilezilla-0.14.0.tar.bz2

New:

  libfilezilla-0.15.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.ZNyW9V/_old  2018-10-29 14:58:53.326018313 +0100
+++ /var/tmp/diff_new_pack.ZNyW9V/_new  2018-10-29 14:58:53.330018318 +0100
@@ -20,14 +20,13 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.14.0
+Version:0.15.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Url:https://lib.filezilla-project.org/
 Source0:
https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
-Source1:COPYING
 Patch0: %{name}-date-time.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -37,6 +36,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(cppunit)
+BuildRequires:  pkgconfig(nettle) >= 3.1
 %if 0%{?suse_version} <= 1500
 # FileZilla requires C++14 support.
 BuildRequires:  gcc7-c++
@@ -77,8 +77,6 @@
 %prep
 %setup -q
 %patch0
-#copy in up to date GPL-2.0 license.
-cp -v %{SOURCE1} .
 
 %build
 %if 0%{?suse_version} <= 1500
@@ -111,7 +109,8 @@
 
 %files -n %{libname}
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog NEWS README COPYING
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/%{name}.so.%{major}*
 
 %files -n %{develname}

++ libfilezilla-0.14.0.tar.bz2 -> libfilezilla-0.15.0.tar.bz2 ++
 2167 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.14.0/INSTALL new/libfilezilla-0.15.0/INSTALL
--- old/libfilezilla-0.14.0/INSTALL 2017-07-10 19:43:37.0 +0200
+++ new/libfilezilla-0.15.0/INSTALL 2018-10-19 12:13:12.0 +0200
@@ -8,6 +8,7 @@
 To compile libfilezilla, the following tools need to be installed:
 - A C++14 compiler, e.g. a recent GCC or Clang
 - GNU make
+- Nettle >= 3.1
 
 Optional tools:
 - recent automake, autoconf, libtool if you plan to change configure.in or 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.14.0/NEWS new/libfilezilla-0.15.0/NEWS
--- old/libfilezilla-0.14.0/NEWS2018-10-04 13:17:12.0 +0200
+++ new/libfilezilla-0.15.0/NEWS2018-10-19 12:12:06.0 +0200
@@ -1,3 +1,13 @@
+0.15.0 (2018-10-19)
+
++ libfilezilla now depends on Nettle >= 3.1
++ Added fz::sha512, fz::sha256, fz::sha1 and fz::md5 hash functions
++ Added fz::hash_accumulator
++ Added fz::hmac_sha256 HMAC function
++ Added asymmetric encryption scheme using X25519
++ Added signature scheme using Ed25519
+- Changed and documented semantics of the return value of fz::remove_file, 
removing a non-existing file is not an error
+
 0.14.0 (2018-10-04)
 
 + Added fz::equal_insensitive_ascii
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit libfilezilla for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-10-15 09:47:07

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Mon Oct 15 09:47:07 2018 rev:20 rq:641965 version:0.14.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-08-07 09:43:44.321378997 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2018-10-15 09:48:06.123059274 +0200
@@ -1,0 +2,24 @@
+Sat Oct 13 21:52:55 UTC 2018 - ec...@opensuse.org
+
+- update to 0.14.0
+  * New features:
+- Added fz::equal_insensitive_ascii
+- Added insensitive_ascii parameter to fz::starts_with 
+  and fz::ends_with
+  * Bugfixes and minor changes:
+- Fixed namespace of to_wstring in wx glue
+
+---
+Mon Sep 24 14:48:37 UTC 2018 - ec...@opensuse.org
+
+- update to 0.13.2
+  * Bugfixes and minor changes:
+- Fix regression in fz::shared_value::clear
+- Fix parsing of URIs without path
+- changes from 0.13.1
+  * New features:
+- Made fz::scoped_lock movable
+  * Bugfixes and minor changes:
+- Fix a few compiler warnings
+
+---

Old:

  libfilezilla-0.13.0.tar.bz2

New:

  libfilezilla-0.14.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.5QsYYh/_old  2018-10-15 09:48:06.807058514 +0200
+++ /var/tmp/diff_new_pack.5QsYYh/_new  2018-10-15 09:48:06.811058509 +0200
@@ -20,13 +20,13 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.13.0
+Version:0.14.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Url:https://lib.filezilla-project.org/
-Source0:
http://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
+Source0:
https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
 Source1:COPYING
 Patch0: %{name}-date-time.patch
 BuildRequires:  autoconf

++ libfilezilla-0.13.0.tar.bz2 -> libfilezilla-0.14.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.13.0/NEWS new/libfilezilla-0.14.0/NEWS
--- old/libfilezilla-0.13.0/NEWS2018-07-16 09:25:57.0 +0200
+++ new/libfilezilla-0.14.0/NEWS2018-10-04 13:17:12.0 +0200
@@ -1,3 +1,19 @@
+0.14.0 (2018-10-04)
+
++ Added fz::equal_insensitive_ascii
++ Added insensitive_ascii parameter to fz::starts_with and fz::ends_with
+- Fixed namespace of to_wstring in wx glue
+
+0.13.2 (2018-09-21)
+
+- Fix regression in fz::shared_value::clear
+- Fix parsing of URIs without path
+
+0.13.1 (2018-09-10)
+
++ Made fz::scoped_lock movable
+- Fix a few compiler warnings
+
 0.13.0 (2018-07-16)
 
 + Add bool return value to replace_substrings to indicate whether something 
has been replaced.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.13.0/configure 
new/libfilezilla-0.14.0/configure
--- old/libfilezilla-0.13.0/configure   2018-07-16 10:17:49.0 +0200
+++ new/libfilezilla-0.14.0/configure   2018-10-04 13:17:18.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.13.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.14.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.13.0'
-PACKAGE_STRING='libfilezilla 0.13.0'
+PACKAGE_VERSION='0.14.0'
+PACKAGE_STRING='libfilezilla 0.14.0'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1413,7 +1413,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 libfilezilla 0.13.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.14.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.13.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.14.0:";;
esac
   cat <<\_ACEOF
 
@@ -1621,7 +1621,7 

commit libfilezilla for openSUSE:Factory

2018-08-07 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-08-07 09:43:41

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Tue Aug  7 09:43:41 2018 rev:19 rq:627721 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-06-20 15:34:20.087593434 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2018-08-07 09:43:44.321378997 +0200
@@ -1,0 +2,12 @@
+Mon Aug  6 14:52:15 UTC 2018 - ec...@opensuse.org
+
+- update to 0.13.0
+  * New features:
+- Add bool return value to replace_substrings to indicate 
+  whether something has been replaced.
+- fz::sprintf: Added %c format specifier
+  * Bugfixes and minor changes:
+- MSW: Work around problematic DLL export of templates, 
+  timers now work if libfilezilla has been built as DLL
+
+---

Old:

  libfilezilla-0.12.3.tar.bz2

New:

  libfilezilla-0.13.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.jmKGWu/_old  2018-08-07 09:43:44.737379721 +0200
+++ /var/tmp/diff_new_pack.jmKGWu/_new  2018-08-07 09:43:44.737379721 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.12.3
+Version:0.13.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later

++ libfilezilla-0.12.3.tar.bz2 -> libfilezilla-0.13.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.12.3/NEWS new/libfilezilla-0.13.0/NEWS
--- old/libfilezilla-0.12.3/NEWS2018-06-08 17:43:23.0 +0200
+++ new/libfilezilla-0.13.0/NEWS2018-07-16 09:25:57.0 +0200
@@ -1,3 +1,9 @@
+0.13.0 (2018-07-16)
+
++ Add bool return value to replace_substrings to indicate whether something 
has been replaced.
++ fz::sprintf: Added %c format specifier
+- MSW: Work around problematic DLL export of templates, timers now work if 
libfilezilla has been built as DLL
+
 0.12.3 (2018-06-08)
 
 + Event handlers can now removed themselves while inside a callback
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.12.3/configure 
new/libfilezilla-0.13.0/configure
--- old/libfilezilla-0.12.3/configure   2018-06-08 17:43:27.0 +0200
+++ new/libfilezilla-0.13.0/configure   2018-07-16 10:17:49.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.12.3.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.13.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.12.3'
-PACKAGE_STRING='libfilezilla 0.12.3'
+PACKAGE_VERSION='0.13.0'
+PACKAGE_STRING='libfilezilla 0.13.0'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1413,7 +1413,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 libfilezilla 0.12.3 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.13.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.12.3:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.13.0:";;
esac
   cat <<\_ACEOF
 
@@ -1621,7 +1621,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.12.3
+libfilezilla configure 0.13.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2066,7 +2066,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.12.3, which was
+It was created by libfilezilla $as_me 0.13.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2932,7 +2932,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.12.3'
+ VERSION='0.13.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17303,7 +17303,7 @@
 int
 main ()
 {
-struct dirent dp; dp.d_type = 0;
+struct dirent 

commit libfilezilla for openSUSE:Factory

2018-06-20 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-06-20 15:34:19

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Wed Jun 20 15:34:19 2018 rev:18 rq:617867 version:0.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-05-10 15:48:37.942951690 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2018-06-20 15:34:20.087593434 +0200
@@ -1,0 +2,9 @@
+Tue Jun 19 21:59:57 UTC 2018 - ec...@opensuse.org
+
+- update to 0.12.3
+  * New features:
+- Event handlers can now removed themselves while inside 
+  a callback
+- Added fz::query_string::pairs()
+
+---

Old:

  libfilezilla-0.12.2.tar.bz2

New:

  libfilezilla-0.12.3.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.RD1Q8c/_old  2018-06-20 15:34:21.843529719 +0200
+++ /var/tmp/diff_new_pack.RD1Q8c/_new  2018-06-20 15:34:21.847529574 +0200
@@ -20,10 +20,10 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.12.2
+Version:0.12.3
 Release:0
 Summary:C++ library for filezilla
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Url:https://lib.filezilla-project.org/
 Source0:
http://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2

++ libfilezilla-0.12.2.tar.bz2 -> libfilezilla-0.12.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.12.2/NEWS new/libfilezilla-0.12.3/NEWS
--- old/libfilezilla-0.12.2/NEWS2018-05-06 11:47:12.0 +0200
+++ new/libfilezilla-0.12.3/NEWS2018-06-08 17:43:23.0 +0200
@@ -1,3 +1,8 @@
+0.12.3 (2018-06-08)
+
++ Event handlers can now removed themselves while inside a callback
++ Added fz::query_string::pairs()
+
 0.12.2 (2018-05-05)
 
 + Added parameters to base64_encode to control alphabet and padding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.12.2/configure 
new/libfilezilla-0.12.3/configure
--- old/libfilezilla-0.12.2/configure   2018-05-06 11:22:50.0 +0200
+++ new/libfilezilla-0.12.3/configure   2018-06-08 17:43:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.12.2.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.12.3.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.12.2'
-PACKAGE_STRING='libfilezilla 0.12.2'
+PACKAGE_VERSION='0.12.3'
+PACKAGE_STRING='libfilezilla 0.12.3'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1413,7 +1413,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 libfilezilla 0.12.2 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.12.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.12.2:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.12.3:";;
esac
   cat <<\_ACEOF
 
@@ -1621,7 +1621,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.12.2
+libfilezilla configure 0.12.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2066,7 +2066,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.12.2, which was
+It was created by libfilezilla $as_me 0.12.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2932,7 +2932,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.12.2'
+ VERSION='0.12.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20908,7 +20908,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.12.2, which was

commit libfilezilla for openSUSE:Factory

2018-05-10 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-05-10 15:48:34

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Thu May 10 15:48:34 2018 rev:17 rq:605297 version:0.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-02-24 16:40:27.359125139 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2018-05-10 15:48:37.942951690 +0200
@@ -1,0 +2,11 @@
+Tue May  8 10:52:07 UTC 2018 - ec...@opensuse.org
+
+- update to 0.12.2
+  * New features:
+- Added parameters to base64_encode to control alphabet and 
+  padding
+- Improved performance of less_insensitive_ascii
+- *nix: Faster conversion between UTF-8 and wchar_t strings.
+
+
+---

Old:

  libfilezilla-0.12.1.tar.bz2

New:

  libfilezilla-0.12.2.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.o9zDNk/_old  2018-05-10 15:48:38.534929993 +0200
+++ /var/tmp/diff_new_pack.o9zDNk/_new  2018-05-10 15:48:38.538929846 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.12.1
+Version:0.12.2
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.12.1.tar.bz2 -> libfilezilla-0.12.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.12.1/NEWS new/libfilezilla-0.12.2/NEWS
--- old/libfilezilla-0.12.1/NEWS2018-02-23 09:29:01.0 +0100
+++ new/libfilezilla-0.12.2/NEWS2018-05-06 11:47:12.0 +0200
@@ -1,3 +1,9 @@
+0.12.2 (2018-05-05)
+
++ Added parameters to base64_encode to control alphabet and padding
++ Improved performance of less_insensitive_ascii
++ *nix: Faster conversion between UTF-8 and wchar_t strings. 
+
 0.12.1 (2018-02-23)
 
 + Added fz::buffer::operator== and operator!=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.12.1/configure 
new/libfilezilla-0.12.2/configure
--- old/libfilezilla-0.12.1/configure   2018-02-23 09:29:12.0 +0100
+++ new/libfilezilla-0.12.2/configure   2018-05-06 11:22:50.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.12.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.12.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.12.1'
-PACKAGE_STRING='libfilezilla 0.12.1'
+PACKAGE_VERSION='0.12.2'
+PACKAGE_STRING='libfilezilla 0.12.2'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1413,7 +1413,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 libfilezilla 0.12.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.12.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.12.1:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.12.2:";;
esac
   cat <<\_ACEOF
 
@@ -1621,7 +1621,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.12.1
+libfilezilla configure 0.12.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2066,7 +2066,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.12.1, which was
+It was created by libfilezilla $as_me 0.12.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2932,7 +2932,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.12.1'
+ VERSION='0.12.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20908,7 +20908,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.12.1, which was
+This file was extended by libfilezilla $as_me 0.12.2, which 

commit libfilezilla for openSUSE:Factory

2018-02-24 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-02-24 16:39:45

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Sat Feb 24 16:39:45 2018 rev:16 rq:579769 version:0.12.1

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-01-26 13:39:21.573687000 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2018-02-24 16:40:27.359125139 +0100
@@ -1,0 +2,13 @@
+Sat Feb 24 09:54:50 UTC 2018 - ec...@opensuse.org
+
+- update to 0.12.1
+  * New features:
+- Added fz::buffer::operator== and operator!=
+  * Bugfixes and minor changes:
+- Fixed bug in fz::buffer::get(size_t)
+- changes from 0.12.0
+  * New features:
+- Added fz::datetime::operator bool
+- Added fz::datetime::get_rfc822 and fz::datetime::set_rfc822
+
+---

Old:

  libfilezilla-0.11.2.tar.bz2

New:

  libfilezilla-0.12.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.yLPlLi/_old  2018-02-24 16:40:28.287091744 +0100
+++ /var/tmp/diff_new_pack.yLPlLi/_new  2018-02-24 16:40:28.291091600 +0100
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.11.2
+Version:0.12.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.11.2.tar.bz2 -> libfilezilla-0.12.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.11.2/NEWS new/libfilezilla-0.12.1/NEWS
--- old/libfilezilla-0.11.2/NEWS2018-01-05 11:43:06.0 +0100
+++ new/libfilezilla-0.12.1/NEWS2018-02-23 09:29:01.0 +0100
@@ -1,3 +1,13 @@
+0.12.1 (2018-02-23)
+
++ Added fz::buffer::operator== and operator!=
+- Fixed bug in fz::buffer::get(size_t)
+
+0.12.0 (2018-02-16)
+
++ Added fz::datetime::operator bool
++ Added fz::datetime::get_rfc822 and fz::datetime::set_rfc822
+
 0.11.2 (2018-01-05)
 
 + Added fz::starts_with and fz::ends_with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.11.2/configure 
new/libfilezilla-0.12.1/configure
--- old/libfilezilla-0.11.2/configure   2018-01-05 11:43:22.0 +0100
+++ new/libfilezilla-0.12.1/configure   2018-02-23 09:29:12.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.11.2.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.12.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.11.2'
-PACKAGE_STRING='libfilezilla 0.11.2'
+PACKAGE_VERSION='0.12.1'
+PACKAGE_STRING='libfilezilla 0.12.1'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1413,7 +1413,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 libfilezilla 0.11.2 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.12.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.11.2:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.12.1:";;
esac
   cat <<\_ACEOF
 
@@ -1621,7 +1621,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.11.2
+libfilezilla configure 0.12.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2066,7 +2066,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.11.2, which was
+It was created by libfilezilla $as_me 0.12.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2932,7 +2932,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.11.2'
+ VERSION='0.12.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20908,7 +20908,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended 

commit libfilezilla for openSUSE:Factory

2018-01-26 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-01-26 13:39:20

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Fri Jan 26 13:39:20 2018 rev:15 rq:569483 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2017-11-12 18:10:59.897912788 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2018-01-26 13:39:21.573687000 +0100
@@ -1,0 +2,7 @@
+Thu Jan 25 11:22:05 UTC 2018 - ec...@opensuse.org
+
+- update to 0.11.2
+  * New features:
+- Added fz::starts_with and fz::ends_with
+
+---

Old:

  libfilezilla-0.11.1.tar.bz2

New:

  libfilezilla-0.11.2.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.lYQJkY/_old  2018-01-26 13:39:22.213657110 +0100
+++ /var/tmp/diff_new_pack.lYQJkY/_new  2018-01-26 13:39:22.217656924 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfilezilla
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.11.1
+Version:0.11.2
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+
@@ -37,9 +37,9 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(cppunit)
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} <= 1500
 # FileZilla requires C++14 support.
-BuildRequires:  gcc5-c++
+BuildRequires:  gcc7-c++
 %else
 BuildRequires:  gcc-c++
 %endif
@@ -81,9 +81,9 @@
 cp -v %{SOURCE1} .
 
 %build
-%if 0%{?suse_version} <= 1320
-export CC="gcc-5"
-export CXX="g++-5"
+%if 0%{?suse_version} <= 1500
+export CC="gcc-7"
+export CXX="g++-7"
 # Default ABI through G++4.9, thus the one wxWidgets uses.
 export CXXFLAGS="%{optflags} -fabi-version=2 -fabi-compat-version=2"
 %endif

++ libfilezilla-0.11.1.tar.bz2 -> libfilezilla-0.11.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.11.1/NEWS new/libfilezilla-0.11.2/NEWS
--- old/libfilezilla-0.11.1/NEWS2017-10-30 18:16:06.0 +0100
+++ new/libfilezilla-0.11.2/NEWS2018-01-05 11:43:06.0 +0100
@@ -1,3 +1,8 @@
+0.11.2 (2018-01-05)
+
++ Added fz::starts_with and fz::ends_with
+- Fix usage of delete in the fz::buffer destructor
+
 0.11.1 (2017-10-30)
 
 + Added fz::file::fsync() to sync data to disk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.11.1/README 
new/libfilezilla-0.11.2/README
--- old/libfilezilla-0.11.1/README  2017-02-20 23:08:59.0 +0100
+++ new/libfilezilla-0.11.2/README  2018-01-05 11:43:06.0 +0100
@@ -1,7 +1,7 @@
  libfilezilla
  -
 
- Copyright (C) 2017  Tim Kosse
+ Copyright (C) 2018  Tim Kosse
https://lib.filezilla-project.org/
 
 Overview
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.11.1/configure 
new/libfilezilla-0.11.2/configure
--- old/libfilezilla-0.11.1/configure   2017-10-30 18:16:32.0 +0100
+++ new/libfilezilla-0.11.2/configure   2018-01-05 11:43:22.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.11.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.11.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.11.1'
-PACKAGE_STRING='libfilezilla 0.11.1'
+PACKAGE_VERSION='0.11.2'
+PACKAGE_STRING='libfilezilla 0.11.2'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1413,7 +1413,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 libfilezilla 0.11.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.11.2 to adapt to many kinds of systems.
 
 

commit libfilezilla for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2017-11-12 18:10:48

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Sun Nov 12 18:10:48 2017 rev:14 rq:541062 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2017-10-03 23:17:49.665835653 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2017-11-12 18:10:59.897912788 +0100
@@ -1,0 +2,7 @@
+Sun Nov 12 10:26:51 UTC 2017 - ec...@opensuse.org
+
+- update to 0.11.1
+  * New features:
+- Added fz::file::fsync() to sync data to disk
+
+---

Old:

  libfilezilla-0.11.0.tar.bz2

New:

  libfilezilla-0.11.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.1ezWpQ/_old  2017-11-12 18:11:00.417893871 +0100
+++ /var/tmp/diff_new_pack.1ezWpQ/_new  2017-11-12 18:11:00.417893871 +0100
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.11.0.tar.bz2 -> libfilezilla-0.11.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.11.0/NEWS new/libfilezilla-0.11.1/NEWS
--- old/libfilezilla-0.11.0/NEWS2017-09-29 10:53:09.0 +0200
+++ new/libfilezilla-0.11.1/NEWS2017-10-30 18:16:06.0 +0100
@@ -1,3 +1,7 @@
+0.11.1 (2017-10-30)
+
++ Added fz::file::fsync() to sync data to disk
+
 0.11.0 (2017-09-29)
 
 + Add fz::buffer class
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.11.0/configure 
new/libfilezilla-0.11.1/configure
--- old/libfilezilla-0.11.0/configure   2017-09-29 10:54:31.0 +0200
+++ new/libfilezilla-0.11.1/configure   2017-10-30 18:16:32.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.11.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.11.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.11.0'
-PACKAGE_STRING='libfilezilla 0.11.0'
+PACKAGE_VERSION='0.11.1'
+PACKAGE_STRING='libfilezilla 0.11.1'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1413,7 +1413,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 libfilezilla 0.11.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.11.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.11.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.11.1:";;
esac
   cat <<\_ACEOF
 
@@ -1621,7 +1621,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.11.0
+libfilezilla configure 0.11.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2066,7 +2066,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.11.0, which was
+It was created by libfilezilla $as_me 0.11.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2932,7 +2932,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.11.0'
+ VERSION='0.11.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20908,7 +20908,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.11.0, which was
+This file was extended by libfilezilla $as_me 0.11.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -20975,7 +20975,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-libfilezilla config.status 

commit libfilezilla for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2017-10-03 23:17:48

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Tue Oct  3 23:17:48 2017 rev:13 rq:530428 version:0.11.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2017-08-28 15:18:29.133594146 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2017-10-03 23:17:49.665835653 +0200
@@ -1,0 +2,10 @@
+Mon Oct  2 11:08:20 UTC 2017 - ec...@opensuse.org
+
+- update to 0.11.0
+  * New features:
+- Add fz::buffer class
+  * Bugfixes and minor changes:
+- *nix: fz::process::spawn no longer calls async-signal-unsafe 
+  functions between forking and calling execv in the child.
+
+---

Old:

  libfilezilla-0.10.1.tar.bz2

New:

  libfilezilla-0.11.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.skDM8E/_old  2017-10-03 23:17:50.341740530 +0200
+++ /var/tmp/diff_new_pack.skDM8E/_new  2017-10-03 23:17:50.349739405 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.10.1
+Version:0.11.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.10.1.tar.bz2 -> libfilezilla-0.11.0.tar.bz2 ++
 1663 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.10.1/NEWS new/libfilezilla-0.11.0/NEWS
--- old/libfilezilla-0.10.1/NEWS2017-08-14 12:33:11.0 +0200
+++ new/libfilezilla-0.11.0/NEWS2017-09-29 10:53:09.0 +0200
@@ -1,3 +1,8 @@
+0.11.0 (2017-09-29)
+
++ Add fz::buffer class
+- *nix: fz::process::spawn no longer calls async-signal-unsafe functions 
between forking and calling execv in the child.
+
 0.10.1 (2017-08-14)
 
 - MSW: Improve handling of reparse points in fz::local_filesys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.10.1/configure.ac new/libfilezilla-0.11.0/configure.ac
--- old/libfilezilla-0.10.1/configure.ac2017-08-14 12:33:11.0 
+0200
+++ new/libfilezilla-0.11.0/configure.ac2017-09-29 10:53:52.0 
+0200
@@ -1,4 +1,4 @@
-AC_INIT([libfilezilla],[0.10.1],[tim.ko...@filezilla-project.org],[],[https://lib.filezilla-project.org/])
+AC_INIT([libfilezilla],[0.11.0],[tim.ko...@filezilla-project.org],[],[https://lib.filezilla-project.org/])
 AC_CONFIG_HEADERS([lib/libfilezilla/private/config.hpp])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR(config)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libfilezilla-0.10.1/demos/demo_events.vcxproj 
new/libfilezilla-0.11.0/demos/demo_events.vcxproj
--- old/libfilezilla-0.10.1/demos/demo_events.vcxproj   2016-07-20 
10:41:55.0 +0200
+++ new/libfilezilla-0.11.0/demos/demo_events.vcxproj   2017-09-29 
10:41:58.0 +0200
@@ -1,5 +1,5 @@
 
-http://schemas.microsoft.com/developer/msbuild/2003;>
+http://schemas.microsoft.com/developer/msbuild/2003;>
   
 
   dll_debug
@@ -38,58 +38,58 @@
 {59E51CBA-EA1F-448F-9DF5-955EECAB8ACD}
 Win32Proj
 demo_events
-8.1
+10.0.15063.0
   
   
   
 Application
 true
-v140
+v141
 Unicode
   
   
 Application
 true
-v140
+v141
 Unicode
   
   
 Application
 false
-v140
+v141
 true
 Unicode
   
   
 Application
 false
-v140
+v141
 true
 Unicode
   
   
 Application
 true
-v140
+v141
 Unicode
   
   
 Application
 true
-v140
+v141
 Unicode
   
   
 Application
 false
-v140
+v141
 true
 Unicode
   
   
 Application
 false
-v140
+

commit libfilezilla for openSUSE:Factory

2017-07-09 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2017-07-09 13:04:20

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Sun Jul  9 13:04:20 2017 rev:11 rq:508948 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2017-02-25 00:54:09.882890417 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2017-07-09 13:04:23.797425530 +0200
@@ -1,0 +2,13 @@
+Sun Jun  4 08:04:34 UTC 2017 - ec...@opensuse.org
+
+- update to 0.9.2
+  * New features:
+- Added fz::random_bytes to obtain a vector of the passed size 
+  of uniformly distributed random bytes
+- Added fz::ltrim and fz::rtim
+- Added parameter to trim functions which characters to trim
+- It is now possible to detach threads from async_task
+- add patch libfilezilla-fix_undefined_reference.patch to prevent
+  build error in filezilla
+
+---

Old:

  libfilezilla-0.9.1.tar.bz2

New:

  libfilezilla-0.9.2.tar.bz2
  libfilezilla-fix_undefined_reference.patch



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.6Zv52Y/_old  2017-07-09 13:04:24.377343715 +0200
+++ /var/tmp/diff_new_pack.6Zv52Y/_new  2017-07-09 13:04:24.381343152 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+
@@ -28,7 +28,8 @@
 Url:https://lib.filezilla-project.org/
 Source0:
http://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
 Source1:COPYING
-Patch0: libfilezilla-date-time.patch
+Patch0: %{name}-date-time.patch
+Patch1: %{name}-fix_undefined_reference.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -88,6 +89,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 #copy in up to date GPL-2.0 license.
 cp -v %{SOURCE1} .
 

++ libfilezilla-0.9.1.tar.bz2 -> libfilezilla-0.9.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.9.1/NEWS new/libfilezilla-0.9.2/NEWS
--- old/libfilezilla-0.9.1/NEWS 2017-02-20 23:08:47.0 +0100
+++ new/libfilezilla-0.9.2/NEWS 2017-05-25 20:35:14.0 +0200
@@ -1,3 +1,10 @@
+0.9.2 (2017-05-25)
+
++ Added fz::random_bytes to obtain a vector of the passed size of uniformly 
distributed random bytes
++ Added fz::ltrim and fz::rtim
++ Added parameter to trim functions which characters to trim
++ It is now possible to detach threads from async_task
+
 0.9.1 (2017-02-20)
 
 + Added a small helper function to fz::file to get the current position in the 
file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.9.1/configure 
new/libfilezilla-0.9.2/configure
--- old/libfilezilla-0.9.1/configure2017-02-20 23:10:00.0 +0100
+++ new/libfilezilla-0.9.2/configure2017-05-25 20:35:21.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.9.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.9.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.9.1'
-PACKAGE_STRING='libfilezilla 0.9.1'
+PACKAGE_VERSION='0.9.2'
+PACKAGE_STRING='libfilezilla 0.9.2'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1396,7 +1396,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 libfilezilla 0.9.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.9.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1466,7 +1466,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.9.1:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.9.2:";;
esac
   cat <<\_ACEOF
 
@@ -1591,7 +1591,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.9.1
+libfilezilla configure 0.9.2
 generated by GNU Autoconf 2.69
 
 

commit libfilezilla for openSUSE:Factory

2017-02-24 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2017-02-25 00:54:08

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-12-09 09:38:38.596918173 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2017-02-25 00:54:09.882890417 +0100
@@ -1,0 +2,12 @@
+Thu Feb 23 07:35:49 UTC 2017 - ec...@opensuse.org
+
+- update to 0.9.1
+  * New features:
+- Added a small helper function to fz::file to get the current 
+  position in the file
+- Added another version of fz::to_wstring_from_utf8 that takes 
+  a char buffer + length
+  * Bugfixes and minor changes:
+- Fixed extraction of single-character tokens in fz::strtok
+
+---

Old:

  libfilezilla-0.9.0.tar.bz2

New:

  libfilezilla-0.9.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.FF2JFq/_old  2017-02-25 00:54:10.786751738 +0100
+++ /var/tmp/diff_new_pack.FF2JFq/_new  2017-02-25 00:54:10.786751738 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfilezilla
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.9.0.tar.bz2 -> libfilezilla-0.9.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.9.0/NEWS new/libfilezilla-0.9.1/NEWS
--- old/libfilezilla-0.9.0/NEWS 2016-11-28 17:34:31.0 +0100
+++ new/libfilezilla-0.9.1/NEWS 2017-02-20 23:08:47.0 +0100
@@ -1,3 +1,9 @@
+0.9.1 (2017-02-20)
+
++ Added a small helper function to fz::file to get the current position in the 
file
++ Added another version of fz::to_wstring_from_utf8 that takes a char buffer + 
length
+- Fixed extraction of single-character tokens in fz::strtok
+
 0.9.0 (2016-11-28)
 
 + Added parameter to fz::to_integral to specify which value is returned on 
error.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.9.0/README 
new/libfilezilla-0.9.1/README
--- old/libfilezilla-0.9.0/README   2016-01-31 11:35:01.0 +0100
+++ new/libfilezilla-0.9.1/README   2017-02-20 23:08:59.0 +0100
@@ -1,7 +1,7 @@
  libfilezilla
  -
 
- Copyright (C) 2016  Tim Kosse
+ Copyright (C) 2017  Tim Kosse
https://lib.filezilla-project.org/
 
 Overview
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.9.0/configure 
new/libfilezilla-0.9.1/configure
--- old/libfilezilla-0.9.0/configure2016-11-28 17:34:57.0 +0100
+++ new/libfilezilla-0.9.1/configure2017-02-20 23:10:00.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.9.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.9.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.9.0'
-PACKAGE_STRING='libfilezilla 0.9.0'
+PACKAGE_VERSION='0.9.1'
+PACKAGE_STRING='libfilezilla 0.9.1'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1396,7 +1396,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 libfilezilla 0.9.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.9.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1466,7 +1466,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.9.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.9.1:";;
esac
   cat <<\_ACEOF
 
@@ 

commit libfilezilla for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-11-24 21:22:24

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-10-18 10:42:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-11-24 21:22:25.0 +0100
@@ -1,0 +2,22 @@
+Sun Nov 20 20:34:29 UTC 2016 - ec...@opensuse.org
+
+- update to 0.8.0
+  * New features:
+- Added fz::str_toupper_ascii to complement 
+  fz::str_tolower_ascii
+- Added fz::trim and fz::trimmed for removing leading and 
+  trailing whitespace from string
+- Added fz::str_is_ascii
+  * Bugfixes and minor changes:
+- Fixed zero-padding for x and X string format conversion 
+  specifiers
+
+- update to 0.7.1
+  * Bugfixes and minor changes:
+- OS X: Work around a nasty bug in XCode where programs 
+  explicitly compiled for older versions of OS X were silently
+  pulling in features exclusive to the new version, resulting 
+  in crashes at runtime
+- MSW: Fix detection of thread creation failures
+
+---

Old:

  libfilezilla-0.7.0.tar.bz2

New:

  libfilezilla-0.8.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.BraiQJ/_old  2016-11-24 21:22:26.0 +0100
+++ /var/tmp/diff_new_pack.BraiQJ/_new  2016-11-24 21:22:26.0 +0100
@@ -20,13 +20,13 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.7.0
+Version:0.8.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+
 Group:  System/Libraries
 Url:https://lib.filezilla-project.org/
-Source0:
http://downloads.sourceforge.net/project/filezilla/libfilezilla/%{version}/%{name}-%{version}.tar.bz2
+Source0:
http://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
 Source1:COPYING
 Patch0: libfilezilla-date-time.patch
 BuildRequires:  autoconf

++ libfilezilla-0.7.0.tar.bz2 -> libfilezilla-0.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.7.0/Makefile.in 
new/libfilezilla-0.8.0/Makefile.in
--- old/libfilezilla-0.7.0/Makefile.in  2016-09-24 15:18:34.0 +0200
+++ new/libfilezilla-0.8.0/Makefile.in  2016-10-25 15:06:53.0 +0200
@@ -92,8 +92,11 @@
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
$(top_srcdir)/config/missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_link_flag.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \
+   $(top_srcdir)/m4/ax_check_compile_flag.m4 \
+   $(top_srcdir)/m4/ax_check_link_flag.m4 \
$(top_srcdir)/m4/ax_prog_doxygen.m4 \
+   $(top_srcdir)/m4/check_clock_gettime.m4 \
$(top_srcdir)/m4/check_iconv.m4 \
$(top_srcdir)/m4/check_libc++.m4 \
$(top_srcdir)/m4/check_steady_clock.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.7.0/NEWS new/libfilezilla-0.8.0/NEWS
--- old/libfilezilla-0.7.0/NEWS 2016-09-24 15:17:31.0 +0200
+++ new/libfilezilla-0.8.0/NEWS 2016-10-25 15:06:27.0 +0200
@@ -1,3 +1,15 @@
+0.8.0 (2016-10-25)
+
++ Added fz::str_toupper_ascii to complement fz::str_tolower_ascii
++ Added fz::trim and fz::trimmed for removing leading and trailing whitespace 
from string
++ Added fz::str_is_ascii
+- Fixed zero-padding for x and X string format conversion specifiers
+
+0.7.1 (2016-10-03)
+
+- OS X: Work around a nasty bug in XCode where programs explicitly compiled 
for older versions of OS X were silently pulling in features exclusive to the 
new version, resulting in crashes at runtime
+- MSW: Fix detection of thread creation failures
+
 0.7.0 (2016-09-24)
 
 + Add fz::base64_decode and fz::base64_encode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.7.0/aclocal.m4 
new/libfilezilla-0.8.0/aclocal.m4
--- old/libfilezilla-0.7.0/aclocal.m4   2016-09-24 15:18:34.0 +0200
+++ new/libfilezilla-0.8.0/aclocal.m4   2016-10-25 15:06:53.0 +0200
@@ -1147,8 +1147,11 @@
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
 
+m4_include([m4/ax_append_flag.m4])
+m4_include([m4/ax_check_compile_flag.m4])
 m4_include([m4/ax_check_link_flag.m4])
 

commit libfilezilla for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-10-18 10:42:51

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-08-05 18:18:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-10-18 10:42:54.0 +0200
@@ -1,0 +2,11 @@
+Sun Oct  2 12:08:54 UTC 2016 - ec...@opensuse.org
+
+- update to 0.7.0
+  * New features:
+- Add fz::base64_decode and fz::base64_encode
+- Add fz::strtok string tokenizer
+- Added non-throwing fz::to_integral
+- Implemented + (always sign) and - (left align) flags for 
+  fz::sprintf
+
+---

Old:

  libfilezilla-0.6.1.tar.bz2

New:

  libfilezilla-0.7.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.DD506c/_old  2016-10-18 10:42:55.0 +0200
+++ /var/tmp/diff_new_pack.DD506c/_new  2016-10-18 10:42:55.0 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.6.1
+Version:0.7.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.6.1.tar.bz2 -> libfilezilla-0.7.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.6.1/NEWS new/libfilezilla-0.7.0/NEWS
--- old/libfilezilla-0.6.1/NEWS 2016-07-27 14:07:50.0 +0200
+++ new/libfilezilla-0.7.0/NEWS 2016-09-24 15:17:31.0 +0200
@@ -1,3 +1,10 @@
+0.7.0 (2016-09-24)
+
++ Add fz::base64_decode and fz::base64_encode
++ Add fz::strtok string tokenizer
++ Added non-throwing fz::to_integral
++ Implemented + (always sign) and - (left align) flags for fz::sprintf
+
 0.6.1 (2016-07-27)
 
 - Fix UTF-8 conversion functions and added a testcase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.6.1/configure 
new/libfilezilla-0.7.0/configure
--- old/libfilezilla-0.6.1/configure2016-07-27 14:08:39.0 +0200
+++ new/libfilezilla-0.7.0/configure2016-09-24 15:18:35.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.6.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.7.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.6.1'
-PACKAGE_STRING='libfilezilla 0.6.1'
+PACKAGE_VERSION='0.7.0'
+PACKAGE_STRING='libfilezilla 0.7.0'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1396,7 +1396,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 libfilezilla 0.6.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.7.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1466,7 +1466,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.6.1:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.7.0:";;
esac
   cat <<\_ACEOF
 
@@ -1591,7 +1591,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.6.1
+libfilezilla configure 0.7.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2036,7 +2036,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.6.1, which was
+It was created by libfilezilla $as_me 0.7.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2902,7 +2902,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.6.1'
+ VERSION='0.7.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19665,7 +19665,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.6.1, which was
+This file was extended by libfilezilla $as_me 0.7.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   

commit libfilezilla for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-08-05 18:18:14

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-07-12 23:51:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-08-05 18:18:15.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 29 15:45:32 UTC 2016 - ec...@opensuse.org
+
+- update to 0.6.1
+  * Bugfixes and minor changes:
+- Fix UTF-8 conversion functions and added a testcase
+  
+- update to 0.6.0
+  * New features:
+- Add fz::sprintf, a safe replacement for for the C sprintf 
+  function
+
+---

Old:

  libfilezilla-0.5.3.tar.bz2

New:

  libfilezilla-0.6.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.svdjc5/_old  2016-08-05 18:18:16.0 +0200
+++ /var/tmp/diff_new_pack.svdjc5/_new  2016-08-05 18:18:16.0 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.5.3
+Version:0.6.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.5.3.tar.bz2 -> libfilezilla-0.6.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.3/NEWS new/libfilezilla-0.6.1/NEWS
--- old/libfilezilla-0.5.3/NEWS 2016-06-20 10:11:27.0 +0200
+++ new/libfilezilla-0.6.1/NEWS 2016-07-27 14:07:50.0 +0200
@@ -1,6 +1,14 @@
+0.6.1 (2016-07-27)
+
+- Fix UTF-8 conversion functions and added a testcase
+
+0.6.0 (2016-07-20)
+
++ Add fz::sprintf, a safe replacement for for the C sprintf function
+
 0.5.3 (2016-06-20)
 
-+ Add fz::replace_substrincs to search and replace substrings in std::(w)string
++ Add fz::replace_substrings to search and replace substrings in std::(w)string
 - Explicitly request large file support on 32bit systems
 
 0.5.2 (2016-05-20)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.3/configure 
new/libfilezilla-0.6.1/configure
--- old/libfilezilla-0.5.3/configure2016-06-20 10:12:34.0 +0200
+++ new/libfilezilla-0.6.1/configure2016-07-27 14:08:39.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.3.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.6.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.5.3'
-PACKAGE_STRING='libfilezilla 0.5.3'
+PACKAGE_VERSION='0.6.1'
+PACKAGE_STRING='libfilezilla 0.6.1'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1396,7 +1396,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 libfilezilla 0.5.3 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.6.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1466,7 +1466,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.5.3:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.6.1:";;
esac
   cat <<\_ACEOF
 
@@ -1591,7 +1591,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.5.3
+libfilezilla configure 0.6.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2036,7 +2036,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.5.3, which was
+It was created by libfilezilla $as_me 0.6.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2902,7 +2902,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.5.3'
+ VERSION='0.6.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19665,7 +19665,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.5.3, which was
+This 

commit libfilezilla for openSUSE:Factory

2016-07-12 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-07-12 23:51:00

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-05-30 09:58:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-07-12 23:51:04.0 +0200
@@ -1,0 +2,10 @@
+Tue Jun 28 20:27:51 UTC 2016 - ec...@opensuse.org
+
+- update to 0.5.3
+  * New features:
+- Add fz::replace_substrincs to search and replace substrings 
+  in std::(w)string
+  * Bugfixes and minor changes:
+- Explicitly request large file support on 32bit systems
+
+---

Old:

  libfilezilla-0.5.2.tar.bz2

New:

  libfilezilla-0.5.3.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.Sf5WH2/_old  2016-07-12 23:51:05.0 +0200
+++ /var/tmp/diff_new_pack.Sf5WH2/_new  2016-07-12 23:51:05.0 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.5.2
+Version:0.5.3
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.5.2.tar.bz2 -> libfilezilla-0.5.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.2/NEWS new/libfilezilla-0.5.3/NEWS
--- old/libfilezilla-0.5.2/NEWS 2016-05-20 18:35:50.0 +0200
+++ new/libfilezilla-0.5.3/NEWS 2016-06-20 10:11:27.0 +0200
@@ -1,3 +1,8 @@
+0.5.3 (2016-06-20)
+
++ Add fz::replace_substrincs to search and replace substrings in std::(w)string
+- Explicitly request large file support on 32bit systems
+
 0.5.2 (2016-05-20)
 
 + Add fz::shared_optional::is_same that checks whether two instances share the 
same underlying pointer value, like a shallow equal.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.2/configure 
new/libfilezilla-0.5.3/configure
--- old/libfilezilla-0.5.2/configure2016-05-20 18:37:02.0 +0200
+++ new/libfilezilla-0.5.3/configure2016-06-20 10:12:34.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.2.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.3.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.5.2'
-PACKAGE_STRING='libfilezilla 0.5.2'
+PACKAGE_VERSION='0.5.3'
+PACKAGE_STRING='libfilezilla 0.5.3'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -828,6 +828,7 @@
 with_gnu_ld
 with_sysroot
 enable_libtool_lock
+enable_largefile
 with_cppunit_prefix
 with_cppunit_exec_prefix
 enable_doxygen_doc
@@ -1395,7 +1396,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 libfilezilla 0.5.2 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.5.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1465,7 +1466,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.5.2:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.5.3:";;
esac
   cat <<\_ACEOF
 
@@ -1484,6 +1485,7 @@
   --enable-fast-install[=PKGS]
   optimize for fast installation [default=yes]
   --disable-libtool-lock  avoid locking (might break parallel builds)
+  --disable-largefile omit support for large files
   --disable-doxygen-doc   don't generate any doxygen documentation
   --enable-doxygen-dotgenerate graphics for doxygen documentation
   --enable-doxygen-mangenerate doxygen manual pages
@@ -1589,7 +1591,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.5.2
+libfilezilla configure 0.5.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2034,7 +2036,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.5.2, which was
+It was created by 

commit libfilezilla for openSUSE:Factory

2016-05-30 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-05-30 09:58:04

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-05-14 12:23:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-05-30 09:58:08.0 +0200
@@ -1,0 +2,10 @@
+Sat May 28 09:12:49 UTC 2016 - ec...@opensuse.org
+
+- update to 0.5.2
+  * New features:
+- Add fz::shared_optional::is_same that checks whether 
+  two instances share the same underlying pointer value, like 
+  a shallow equal.
+- Add fz::int_to_hex_char as reverse to fz::hex_char_to_int
+
+---

Old:

  libfilezilla-0.5.1.tar.bz2

New:

  libfilezilla-0.5.2.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.5uz1wP/_old  2016-05-30 09:58:09.0 +0200
+++ /var/tmp/diff_new_pack.5uz1wP/_new  2016-05-30 09:58:09.0 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.5.1.tar.bz2 -> libfilezilla-0.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.1/NEWS new/libfilezilla-0.5.2/NEWS
--- old/libfilezilla-0.5.1/NEWS 2016-05-09 17:30:15.0 +0200
+++ new/libfilezilla-0.5.2/NEWS 2016-05-20 18:35:50.0 +0200
@@ -1,3 +1,8 @@
+0.5.2 (2016-05-20)
+
++ Add fz::shared_optional::is_same that checks whether two instances share the 
same underlying pointer value, like a shallow equal.
++ Add fz::int_to_hex_char as reverse to fz::hex_char_to_int
+
 0.5.1 (2016-05-09)
 
 + Add constructore to sparse_optional taking pointers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.1/configure 
new/libfilezilla-0.5.2/configure
--- old/libfilezilla-0.5.1/configure2016-05-09 17:31:41.0 +0200
+++ new/libfilezilla-0.5.2/configure2016-05-20 18:37:02.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.5.1'
-PACKAGE_STRING='libfilezilla 0.5.1'
+PACKAGE_VERSION='0.5.2'
+PACKAGE_STRING='libfilezilla 0.5.2'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1395,7 +1395,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 libfilezilla 0.5.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.5.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1465,7 +1465,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.5.1:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.5.2:";;
esac
   cat <<\_ACEOF
 
@@ -1589,7 +1589,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.5.1
+libfilezilla configure 0.5.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2034,7 +2034,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.5.1, which was
+It was created by libfilezilla $as_me 0.5.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2900,7 +2900,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.5.1'
+ VERSION='0.5.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19461,7 +19461,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libfilezilla $as_me 0.5.1, which was
+This file was extended by libfilezilla $as_me 0.5.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   

commit libfilezilla for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-05-14 12:23:37

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-04-28 17:02:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-05-14 12:23:38.0 +0200
@@ -1,0 +2,8 @@
+Tue May 10 22:30:56 UTC 2016 - ec...@opensuse.org
+
+- Update to version 0.5.1
+  - Add constructore to sparse_optional taking pointers
+  - Fix compilation on systems where iconv's second argument is 
+const
+
+---

Old:

  libfilezilla-0.5.0.tar.bz2

New:

  libfilezilla-0.5.1.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.JZMvH6/_old  2016-05-14 12:23:39.0 +0200
+++ /var/tmp/diff_new_pack.JZMvH6/_new  2016-05-14 12:23:39.0 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.5.0
+Version:0.5.1
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+
@@ -34,9 +34,9 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  graphviz
-BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(cppunit)
 %if 0%{?suse_version} <= 1320
 # FileZilla requires C++14 support.
 BuildRequires:  gcc5-c++

++ libfilezilla-0.5.0.tar.bz2 -> libfilezilla-0.5.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.0/NEWS new/libfilezilla-0.5.1/NEWS
--- old/libfilezilla-0.5.0/NEWS 2016-04-15 09:52:25.0 +0200
+++ new/libfilezilla-0.5.1/NEWS 2016-05-09 17:30:15.0 +0200
@@ -1,3 +1,8 @@
+0.5.1 (2016-05-09)
+
++ Add constructore to sparse_optional taking pointers
+- Fix compilation on systems where iconv's second argument is const
+
 0.5.0 (2016-04-15)
 
 - Handle timestamps where midnight is represented as 24:00:00.000 of the 
previous day
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.5.0/configure 
new/libfilezilla-0.5.1/configure
--- old/libfilezilla-0.5.0/configure2016-04-15 09:52:38.0 +0200
+++ new/libfilezilla-0.5.1/configure2016-05-09 17:31:41.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.5.0'
-PACKAGE_STRING='libfilezilla 0.5.0'
+PACKAGE_VERSION='0.5.1'
+PACKAGE_STRING='libfilezilla 0.5.1'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1395,7 +1395,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 libfilezilla 0.5.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.5.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1465,7 +1465,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.5.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.5.1:";;
esac
   cat <<\_ACEOF
 
@@ -1589,7 +1589,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.5.0
+libfilezilla configure 0.5.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2034,7 +2034,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.5.0, which was
+It was created by libfilezilla $as_me 0.5.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2900,7 +2900,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.5.0'
+ VERSION='0.5.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19461,7 +19461,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was 

commit libfilezilla for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-04-28 16:57:21

Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old)
 and  /work/SRC/openSUSE:Factory/.libfilezilla.new (New)


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-03-26 15:22:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-04-28 17:02:36.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 27 11:53:21 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Update to version 0.5.0
+  - Handle timestamps where midnight is represented as 24:00:00.000
+of the previous day.
+  - Fix inverted return value of fz::datetime::empty().
+  - Increase performance of event loop if not using timers.
+  - Better compatibility with runtimes that change the src pointer
+passed to mbsrtowcs or wcsrtombs.
+
+---

Old:

  libfilezilla-0.4.0.1.tar.bz2

New:

  libfilezilla-0.5.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.pBIVko/_old  2016-04-28 17:02:38.0 +0200
+++ /var/tmp/diff_new_pack.pBIVko/_new  2016-04-28 17:02:38.0 +0200
@@ -20,7 +20,7 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.4.0.1
+Version:0.5.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+

++ libfilezilla-0.4.0.1.tar.bz2 -> libfilezilla-0.5.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.4.0.1/NEWS new/libfilezilla-0.5.0/NEWS
--- old/libfilezilla-0.4.0.1/NEWS   2016-02-22 14:42:19.0 +0100
+++ new/libfilezilla-0.5.0/NEWS 2016-04-15 09:52:25.0 +0200
@@ -1,3 +1,10 @@
+0.5.0 (2016-04-15)
+
+- Handle timestamps where midnight is represented as 24:00:00.000 of the 
previous day
+- Fix inverted return value of fz::datetime::empty()
+- Increase performance of event loop if not using timers
+- Better compatibility with runtimes that change the src pointer passed to 
mbsrtowcs or wcsrtombs
+
 0.4.0.1 (2016-02-22)
 
 - Fix compile error in testcase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.4.0.1/configure 
new/libfilezilla-0.5.0/configure
--- old/libfilezilla-0.4.0.1/configure  2016-02-22 14:42:38.0 +0100
+++ new/libfilezilla-0.5.0/configure2016-04-15 09:52:38.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.4.0.1.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.5.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.4.0.1'
-PACKAGE_STRING='libfilezilla 0.4.0.1'
+PACKAGE_VERSION='0.5.0'
+PACKAGE_STRING='libfilezilla 0.5.0'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1395,7 +1395,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 libfilezilla 0.4.0.1 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.5.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1465,7 +1465,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.4.0.1:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.5.0:";;
esac
   cat <<\_ACEOF
 
@@ -1589,7 +1589,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libfilezilla configure 0.4.0.1
+libfilezilla configure 0.5.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2034,7 +2034,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libfilezilla $as_me 0.4.0.1, which was
+It was created by libfilezilla $as_me 0.5.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2900,7 +2900,7 @@
 
 # Define the identity of the package.
  PACKAGE='libfilezilla'
- VERSION='0.4.0.1'
+ VERSION='0.5.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19461,7 +19461,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after