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}/


Reply via email to