Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2016-05-14 12:23:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filezilla (Old)
 and      /work/SRC/openSUSE:Factory/.filezilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filezilla"

Changes:
--------
--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes      2016-04-30 
23:31:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2016-05-14 
12:23:33.000000000 +0200
@@ -1,0 +2,12 @@
+Tue May 10 22:13:09 UTC 2016 - ec...@opensuse.org
+
+- update to 3.17.0.1
+  - SFTP: Fixed resuming SFTP transfers
+  - MSW: Loading the system default locale no longer fails on 
+    systems that have any English locale installed, yet do not have
+    the US-English locale installed
+  - Fixed crash if update dialog is opened at the very same moment 
+    FileZilla is being closed.
+- Add Patch filezilla-wxstring.patch for wxString conversion bug.
+
+-------------------------------------------------------------------

Old:
----
  FileZilla_3.17.0_src.tar.bz2

New:
----
  FileZilla_3.17.0.1_src.tar.bz2
  filezilla-wxstring.patch

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

Other differences:
------------------
++++++ filezilla.spec ++++++
--- /var/tmp/diff_new_pack.Egpp2P/_old  2016-05-14 12:23:35.000000000 +0200
+++ /var/tmp/diff_new_pack.Egpp2P/_new  2016-05-14 12:23:35.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           filezilla
-Version:        3.17.0
+Version:        3.17.0.1
 Release:        0
 Summary:        A GUI FTP and SFTP Client
 License:        GPL-2.0+
@@ -28,6 +28,8 @@
 Patch0:         putty-no_DATE_and_TIME_.patch
 # PATCH-FIX-OPENSUSE filezilla-3.5.3-buildinfo-no-date.patch
 Patch1:         filezilla-3.5.3-buildinfo-no-date.patch
+# PATCH-FIX-OPENSUSE filezilla-wxstring.patch
+Patch2:         filezilla-wxstring.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -82,6 +84,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p0
 
 # Fix invalid translation locales:
 cd locales

++++++ FileZilla_3.17.0_src.tar.bz2 -> FileZilla_3.17.0.1_src.tar.bz2 ++++++
++++ 10745 lines of diff (skipped)

++++++ filezilla-wxstring.patch ++++++
--- src/engine/serverpath.cpp~  2016-05-09 02:15:19.000000000 -0500
+++ src/engine/serverpath.cpp   2016-05-09 10:53:49.364540531 -0500
@@ -344,7 +344,7 @@
                return false;
        }
        if (prefix_len) {
-               data.m_prefix = fz::sparse_optional<wxString>(new wxString(p, p 
+ prefix_len));
+               data.m_prefix = fz::sparse_optional<wxString>(wxString(p, p + 
prefix_len));
                p += prefix_len + 1;
        }
 

Reply via email to