Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2015-11-04 15:33:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and      /work/SRC/openSUSE:Factory/.qbittorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qbittorrent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2015-10-14 
16:44:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes     
2015-11-04 15:33:23.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Oct 31 17:12:31 UTC 2015 - [email protected]
+
+- Update to 3.2.5:
+  + BUGFIX: Fix difficult to reproduce crash.
+
+-------------------------------------------------------------------

Old:
----
  qbittorrent-3.2.4.tar.gz

New:
----
  qbittorrent-3.2.5.tar.xz

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

Other differences:
------------------
++++++ qbittorrent.spec ++++++
--- /var/tmp/diff_new_pack.p83oEX/_old  2015-11-04 15:33:25.000000000 +0100
+++ /var/tmp/diff_new_pack.p83oEX/_new  2015-11-04 15:33:25.000000000 +0100
@@ -19,13 +19,13 @@
 
 %define _name   qBittorrent
 Name:           qbittorrent
-Version:        3.2.4
+Version:        3.2.5
 Release:        0
 Summary:        A BitTorrent client in Qt
 License:        GPL-2.0+
 Group:          Productivity/Networking/File-Sharing
 Url:            http://qbittorrent.org/
-Source:         
https://github.com/%{name}/%{_name}/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         http://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Patch1:         bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -77,39 +77,35 @@
 as well as many features.
 
 %prep
-%setup -q -n %{_name}-release-%{version}
+%setup -q
 %patch1 -p1
 
 %build
 aclocal -I m4
 autoconf
-
 %global _configure ../configure
 for ui in nox gui; do
     [[ "$ui" == nox ]] && ui_opt='--disable-gui' || ui_opt=
     mkdir $ui
     pushd $ui
     %configure \
+      $ui_opt           \
 %if 0%{?suse_version} >= 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse})
       --with-qt5        \
 %endif
-      $ui_opt           \
       --enable-systemd
     make %{?_smp_mflags}
     popd
 done
 
 %install
-for ui in nox gui; do
-    pushd $ui
-    make INSTALL_ROOT=%{buildroot} install
-    popd
-done
+make INSTALL_ROOT=%{buildroot} install -C nox
+make INSTALL_ROOT=%{buildroot} install -C gui
 
 mkdir -p %{buildroot}%{_sbindir}/
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-nox
 
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}%{_datadir}/
 
 %post
 %desktop_database_post


Reply via email to