Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2019-05-21 10:37:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filezilla (Old)
 and      /work/SRC/openSUSE:Factory/.filezilla.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filezilla"

Tue May 21 10:37:33 2019 rev:77 rq:704139 version:3.42.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes      2019-05-14 
13:41:08.256356483 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new.5148/filezilla.changes    
2019-05-21 10:37:35.707195784 +0200
@@ -1,0 +2,6 @@
+Wed May 15 11:03:02 UTC 2019 - [email protected]
+
+- Fix build error for Leap.
+- Run spec-cleaner.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ filezilla.spec ++++++
--- /var/tmp/diff_new_pack.lB38Dz/_old  2019-05-21 10:37:37.643194527 +0200
+++ /var/tmp/diff_new_pack.lB38Dz/_new  2019-05-21 10:37:37.647194524 +0200
@@ -22,13 +22,15 @@
 Summary:        A GUI FTP and SFTP Client
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Ftp/Clients
-Url:            https://filezilla-project.org/
+URL:            https://filezilla-project.org/
 Source0:        
https://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 # needs long long support in pugixml
 BuildRequires:  pugixml-devel >= 1.7
 BuildRequires:  update-desktop-files
@@ -36,27 +38,21 @@
 BuildRequires:  xdg-utils
 BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(dbus-1)
-# upstream use gnutls 3.6.6
-%if 0%{?suse_version} > 1500
-BuildRequires:  pkgconfig(gnutls) >= 3.6.5
-%else
-BuildRequires:  pkgconfig(gnutls) >= 3.4.15
-%endif
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libfilezilla) >= 0.16.0
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(nettle) >= 3.1
 # filezilla-team use BuildRequires:  pkgconfig(sqlite3) >= 3.11.1
 BuildRequires:  pkgconfig(sqlite3) >= 3.7.8
+# See boo#966384 filezilla fails to start
+Requires:       libpugixml1 >= 1.7
 Recommends:     %{name}-lang
-%if 0%{?suse_version} <= 1500
-# FileZilla requires C++14 support.
-BuildRequires:  gcc7-c++
+# upstream use gnutls 3.6.6
+%if 0%{?suse_version} > 1500
+BuildRequires:  pkgconfig(gnutls) >= 3.6.5
 %else
-BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig(gnutls) >= 3.4.15
 %endif
-# See boo#966384 filezilla fails to start
-Requires:       libpugixml1 >= 1.7
 
 %description
 FileZilla is a modern and powerful FTP client.
@@ -118,12 +114,6 @@
 done
 
 %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            \
@@ -150,8 +140,8 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
-%doc README NEWS COPYING
+%license COPYING
+%doc README NEWS
 %{_bindir}/%{name}
 %{_bindir}/fzsftp
 %{_bindir}/fzputtygen
@@ -169,6 +159,5 @@
 %{_mandir}/man5/fzdefaults.xml.5%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog


Reply via email to