From 1b5c5a8b6e80518826d7d10e81f204316edbfa6c Mon Sep 17 00:00:00 2001 From: nucleo Date: Jun 14 2010 22:53:03 +0000 Subject: ktorrent-4.0.1 --- diff --git a/.cvsignore b/.cvsignore index 269ebee..ae8be74 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ktorrent-4.0.0.tar.bz2 +ktorrent-4.0.1.tar.bz2 diff --git a/ktorrent-4.0.1-dso.patch b/ktorrent-4.0.1-dso.patch new file mode 100644 index 0000000..bdb110c --- /dev/null +++ b/ktorrent-4.0.1-dso.patch @@ -0,0 +1,10 @@ +--- ktorrent-4.0.1/ktupnptest/CMakeLists.txt 2010-06-14 19:29:36.000000000 +0300 ++++ ktorrent-4.0.1/ktupnptest/CMakeLists.txt 2010-06-15 01:06:57.000000000 +0300 +@@ -6,6 +6,6 @@ + kde4_add_ui_files(ktupnptest_SRC upnptestwidget.ui) + kde4_add_executable(ktupnptest ${ktupnptest_SRC}) + +-target_link_libraries(ktupnptest ${LIBKTORRENT_LIBRARIES} ktupnp ${QT_QTNETWORK_LIBRARY} ${KDE4_KDEUI_LIBS}) ++target_link_libraries(ktupnptest ${LIBKTORRENT_LIBRARIES} ktupnp ktcore ${QT_QTNETWORK_LIBRARY} ${KDE4_KDEUI_LIBS}) + install(TARGETS ktupnptest ${INSTALL_TARGETS_DEFAULT_ARGS}) + diff --git a/ktorrent.spec b/ktorrent.spec index 596e63a..582e460 100644 --- a/ktorrent.spec +++ b/ktorrent.spec @@ -2,13 +2,14 @@ # Fedora pkg review: http://bugzilla.redhat.com/187818 Name: ktorrent -Version: 4.0.0 +Version: 4.0.1 Release: 1%{?dist} Summary: A BitTorrent program Group: Applications/Internet License: GPLv2+ URL: http://ktorrent.org/ Source0: http://ktorrent.org/downloads/4.0%{?pre}/ktorrent-%{version}%{?pre}.tar.bz2 +Patch0: ktorrent-4.0.1-dso.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: avahi-devel @@ -57,6 +58,7 @@ Requires: plasma-engine-ktorrent = %{version}-%{release} %prep %setup -q -n %{name}-%{version}%{?pre} +%patch0 -p1 %build mkdir -p %{_target_platform} @@ -146,6 +148,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 15 2010 Alexey Kurov - 4.0.1-1 +- ktorrent-4.0.1 +- fix DSO linking + * Mon May 24 2010 Rex Dieter - 4.0.0-1 - ktorrent-4.0.0 diff --git a/sources b/sources index ece041a..1ee92d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7862b09dfc1282053c7304f98f3ce0cf ktorrent-4.0.0.tar.bz2 +462f45e6cc682bbcedccc6ae582ae800 ktorrent-4.0.1.tar.bz2