Hello community, here is the log from the commit of package qbittorrent for openSUSE:Factory checked in at 2012-03-26 14:02:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old) and /work/SRC/openSUSE:Factory/.qbittorrent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbittorrent", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes 2012-02-29 14:10:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 2012-03-26 14:03:12.000000000 +0200 @@ -1,0 +2,10 @@ +Sun Mar 25 12:35:32 UTC 2012 - [email protected] + +- Add qbittorrent-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- +Mon Mar 19 12:06:29 UTC 2012 - [email protected] + +- Upstream update to 2.9.7, bugfix release. + +------------------------------------------------------------------- Old: ---- qbittorrent-2.9.5.tar.gz New: ---- qbittorrent-2.9.7.tar.xz qbittorrent-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qbittorrent.spec ++++++ --- /var/tmp/diff_new_pack.OOT3O5/_old 2012-03-26 14:03:14.000000000 +0200 +++ /var/tmp/diff_new_pack.OOT3O5/_new 2012-03-26 14:03:14.000000000 +0200 @@ -17,15 +17,17 @@ Name: qbittorrent -Version: 2.9.5 +Version: 2.9.7 Release: 0 Summary: A Bittorrent Client built with C++ / Qt4 License: GPL-2.0+ Group: Productivity/Networking/File-Sharing Url: http://sourceforge.net/projects/qbittorrent -Source: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +Source: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.xz +Patch0: qbittorrent-gcc47.patch BuildRequires: boost-devel >= 1.35 BuildRequires: update-desktop-files +BuildRequires: xz BuildRequires: pkgconfig(QtCore) >= 4.6 BuildRequires: pkgconfig(QtDBus) >= 4.6 BuildRequires: pkgconfig(QtGui) >= 4.6 @@ -52,7 +54,7 @@ %prep %setup -q # apply patches -# none atm +%patch0 -p1 %build echo -e "\n# openSUSE way optflags\nQMAKE_CFLAGS += %{optflags}\nQMAKE_CXXFLAGS += %{optflags}" >> unixconf.pri ++++++ qbittorrent-gcc47.patch ++++++ Index: qbittorrent-2.9.7/src/qtsingleapp/qtlocalpeer.cpp =================================================================== --- qbittorrent-2.9.7.orig/src/qtsingleapp/qtlocalpeer.cpp +++ qbittorrent-2.9.7/src/qtsingleapp/qtlocalpeer.cpp @@ -58,7 +58,7 @@ static PProcessIdToSessionId pProcessIdT #if defined(Q_OS_UNIX) #include <time.h> #endif -#if defined(Q_OS_OS2) +#if defined(Q_OS_OS2) || defined(Q_OS_UNIX) #include <unistd.h> #endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
