Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2015-11-02 12:54:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-08-01 
11:34:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2015-11-02 
12:54:56.000000000 +0100
@@ -1,0 +2,78 @@
+Tue Oct 27 16:54:16 UTC 2015 - aloi...@gmx.com
+
+- Added requirement for pugixml 1.7
+
+-------------------------------------------------------------------
+Tue Oct 27 11:52:10 UTC 2015 - tchva...@suse.com
+
+- Simply rely on gcc-c++ from system as we won't build on older distros
+  anyway
+
+-------------------------------------------------------------------
+Fri Oct 23 16:32:53 UTC 2015 - aloi...@gmx.com
+
+- Update to version 3.14.1 (2015-10-16)
+  * For third-party builds, add configure flag to allow using
+    system ciphers for FTP over TLS. Display a warning if an
+    insecure cipher is negotiated as result of using system ciphers.
+  * Fixed loading of the directory comparison flag for bookmakrs
+    in the Site Manager
+  * Changing the interface layout and icon theme no longer results
+    in an inconsistent UI state
+  * Some SFTP servers send additional information on errors. This
+    information is now shown in the message log
+  * If the local file cannot be opened on SFTP transfers FileZilla
+    no longer automatically retries
+  * Updated SFTP components from PuTTY
+  3.14.0 (2015-09-16)
+  * When connecting using SFTP, show an error message instead of
+    silently failing when encountering an insecure cipher
+  3.14.0-rc2 (2015-09-09)
+  * Removing selected queue items is now faster
+  * Reduced memory usage of queue
+  * When connecting to hostnames with multiple IPs, reset timeout
+    if trying the next address
+  3.14.0-rc1 (2015-09-04)
+  * Add support for password-protected SSH private keys
+  * SSH private keys not in PuTTY's native format no longer need
+    to be converted if they aren't password-protected
+  * When using synchronized browsing, changing to a directory
+    that does not exist on both sides now asks whether the missing
+    directory should be created
+  * SSH1 support for SFTP has been disabled
+  3.13.1 (2015-08-24)
+  * Fix SFTP component crashing on some combinations of encryption
+    and key exchange algorithm
+  * Fixed Ctrl+Shift+I shortcut to toggle filters
+  * OS X: Fixed Ctrl+, shortcut to open settings dialog
+  * Optimizations to reduce memory footprint
+  * Build system fixes
+
+- Added filezilla-3.14.1_wxstring.patch and filezilla-3.14.1_xml.patch
+  to address build problems
+
+- Dropped tinyxml requirements
+
+-------------------------------------------------------------------
+Fri Sep  4 13:03:25 UTC 2015 - tchva...@suse.com
+
+- Add pugixml as dependency
+
+-------------------------------------------------------------------
+Fri Sep  4 12:43:15 UTC 2015 - tchva...@suse.com
+
+- Version bump to 3.13.1:
+  * Fix SFTP component crashing on some combinations of encryption and key
+  * exchange algorithm
+  * Fixed Ctrl+Shift+I shortcut to toggle filters
+  * OS X: Fixed Ctrl+, shortcut to open settings dialog
+  * Optimizations to reduce memory footprint
+  * Build system fixes
+  * Display home directory instead of root directory if the last used directory
+  * does not exist
+  * Larger initial size of main window if there is no stored size
+  * Slightly increased size of page selection box in settings dialog
+- Refresh patch:
+  * filezilla-3.5.3-buildinfo-no-date.patch
+
+-------------------------------------------------------------------

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

New:
----
  FileZilla_3.14.1_src.tar.bz2
  filezilla-3.14.1_wxstring.patch
  filezilla-3.14.1_xml.patch

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

Other differences:
------------------
++++++ filezilla.spec ++++++
--- /var/tmp/diff_new_pack.uth8Lz/_old  2015-11-02 12:54:57.000000000 +0100
+++ /var/tmp/diff_new_pack.uth8Lz/_new  2015-11-02 12:54:57.000000000 +0100
@@ -17,25 +17,24 @@
 
 
 Name:           filezilla
-Version:        3.12.0.2
+Version:        3.14.1
 Release:        0
 Summary:        A GUI FTP and SFTP Client
 License:        GPL-2.0+
 Group:          Productivity/Networking/Ftp/Clients
 Url:            http://filezilla-project.org/
-Source0:        
http://prdownloads.sourceforge.net/filezilla/FileZilla_%{version}_src.tar.bz2
+Source0:        
http://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2
 Patch0:         putty-no_DATE_and_TIME_.patch
 Patch1:         filezilla-3.5.3-buildinfo-no-date.patch
+Patch2:         filezilla-3.14.1_wxstring.patch
+Patch3:         filezilla-3.14.1_xml.patch
 BuildRequires:  cppunit-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  tinyxml-devel
+# needs long long support in pugixml
+BuildRequires:  pugixml-devel >= 1.7
 BuildRequires:  update-desktop-files
-%if 0%{suse_version} >= 1310
 BuildRequires:  wxWidgets-3_0-devel >= 3.0.2
-%else
-BuildRequires:  wxWidgets-devel >= 3.0.2
-%endif
 BuildRequires:  xdg-utils
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gnutls) >= 3.1.12
@@ -71,6 +70,8 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p1
+%patch3 -p1
 
 # Fix invalid translation locales:
 cd locales
@@ -112,7 +113,6 @@
         --disable-static \
        --disable-manualupdatecheck \
        --disable-autoupdatecheck \
-       --with-tinyxml=system \
        --with-dbus
 make %{?_smp_mflags}
 
@@ -133,6 +133,7 @@
 %{_bindir}/fzputtygen
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/%{name}.png
+%dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/icons/hicolor/16x16/apps/%{name}.png
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png

++++++ FileZilla_3.12.0.2_src.tar.bz2 -> FileZilla_3.14.1_src.tar.bz2 ++++++
++++ 251379 lines of diff (skipped)

++++++ filezilla-3.14.1_wxstring.patch ++++++
Index: filezilla-3.14.1/src/engine/directorylisting.cpp
===================================================================
--- filezilla-3.14.1.orig/src/engine/directorylisting.cpp
+++ filezilla-3.14.1/src/engine/directorylisting.cpp
@@ -4,7 +4,7 @@ wxString CDirentry::dump() const
 {
        wxString str = 
wxString::Format(_T("name=%s\nsize=%lld\npermissions=%s\nownerGroup=%s\ndir=%d\nlink=%d\ntarget=%s\nunsure=%d\n"),
                                name, static_cast<long long>(size), 
*permissions, *ownerGroup, flags & flag_dir, flags & flag_link,
-                               target ? *target : wxString(), flags & 
flag_unsure);
+                               target ? *target : std::wstring(), flags & 
flag_unsure);
 
        if( has_date() ) {
                str += _T("date=") + time.Format(_T("%Y-%m-%d"), 
CDateTime::local) + _T("\n");
++++++ filezilla-3.14.1_xml.patch ++++++
Index: filezilla-3.14.1/src/interface/xmlfunctions.cpp
===================================================================
--- filezilla-3.14.1.orig/src/interface/xmlfunctions.cpp
+++ filezilla-3.14.1/src/interface/xmlfunctions.cpp
@@ -689,7 +689,7 @@ bool CXmlFile::ParseData(char* data)
 {
        Close();
        m_document.load_string(data);
-       m_element = m_document.child(m_rootName);
+       m_element = m_document.child(m_rootName.mb_str());
        if (!m_element) {
                Close();
        }
++++++ filezilla-3.5.3-buildinfo-no-date.patch ++++++
--- /var/tmp/diff_new_pack.uth8Lz/_old  2015-11-02 12:55:00.000000000 +0100
+++ /var/tmp/diff_new_pack.uth8Lz/_new  2015-11-02 12:55:00.000000000 +0100
@@ -1,7 +1,7 @@
 Index: src/interface/buildinfo.cpp
 ===================================================================
---- src/interface/buildinfo.cpp.orig   2010-02-07 15:40:21.000000000 +0000
-+++ src/interface/buildinfo.cpp        2012-04-04 23:53:47.000000000 +0100
+--- src/interface/buildinfo.cpp.orig
++++ src/interface/buildinfo.cpp
 @@ -10,7 +10,7 @@ wxString CBuildInfo::GetBuildDateString(
  {
        // Get build date. Unfortunately it is in the ugly Mmm dd yyyy format.
@@ -11,7 +11,7 @@
        while (date.Replace(_T("  "), _T(" ")));
  
        const wxChar months[][4] = { _T("Jan"), _T("Feb"), _T("Mar"),
-@@ -50,7 +50,7 @@ wxString CBuildInfo::GetBuildDateString(
+@@ -49,7 +49,7 @@ wxString CBuildInfo::GetBuildDateString(
  
  wxString CBuildInfo::GetBuildTimeString()
  {
@@ -19,4 +19,4 @@
 +      return wxString(_T(""), wxConvLocal);
  }
  
- wxDateTime CBuildInfo::GetBuildDate()
+ CDateTime CBuildInfo::GetBuildDate()


Reply via email to