Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2018-09-17 14:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and      /work/SRC/openSUSE:Factory/.qbittorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qbittorrent"

Mon Sep 17 14:27:25 2018 rev:65 rq:635956 version:4.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2018-08-27 
13:48:33.668483995 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes     
2018-09-17 14:27:45.999714077 +0200
@@ -1,0 +2,8 @@
+Sun Sep 16 17:13:11 UTC 2018 - [email protected]
+
+- Hardcode building with the C++14 ABI for now, as otherwise
+  qbittorrent gets built with the C++11 one for odd reasons, which
+  is not what boost and libtorrent-rasterbar are built with
+  (boo#1108567).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qbittorrent.spec ++++++
--- /var/tmp/diff_new_pack.7FuUrx/_old  2018-09-17 14:27:48.351712059 +0200
+++ /var/tmp/diff_new_pack.7FuUrx/_new  2018-09-17 14:27:48.355712056 +0200
@@ -13,7 +13,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/
 #
 
 
@@ -27,19 +27,19 @@
 Source:         https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:        https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqt5-linguist-devel >= 5.5.1
+BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Core) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Network) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Svg) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.5.1
-BuildRequires:  pkgconfig(Qt5Xml) >= 5.5.1
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(libtorrent-rasterbar) >= 1.1.4
 BuildRequires:  pkgconfig(systemd)
 # For geolocalisation.
@@ -74,6 +74,7 @@
 
 %prep
 %setup -q
+sed -i '/^set(CMAKE_CXX_STANDARD "/s/11/14/' src/CMakeLists.txt
 
 %build
 for ui in nox gui; do
@@ -82,7 +83,7 @@
       $ui_opt      \
       -DSYSTEMD=ON \
       -DSystemd_SERVICES_INSTALL_DIR=%{_unitdir}
-    make %{?_smp_mflags} V=1
+    %make_jobs
     cd ..
     mv build build.$ui
 done
@@ -99,16 +100,6 @@
 
 %fdupes %{buildroot}%{_datadir}/
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %preun nox
 %service_del_preun %{name}[email protected]
 
@@ -121,6 +112,16 @@
 %post nox
 %service_add_post %{name}[email protected]
 
+%if 0%{?suse_version} < 1500
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+%endif
+
 %files
 %license COPYING
 %doc AUTHORS Changelog README.md TODO




Reply via email to