rpms/ktorrent/F-9 ktorrent-3.1.2-kdeinit.patch, NONE, 1.1 .cvsignore, 1.21, 1.22 ktorrent.spec, 1.61, 1.62 sources, 1.21, 1.22

Rex Dieter rdieter at fedoraproject.org
Tue Oct 14 20:09:31 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/ktorrent/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv322

Modified Files:
	.cvsignore ktorrent.spec sources 
Added Files:
	ktorrent-3.1.2-kdeinit.patch 
Log Message:
* Tue Oct 14 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.1.3-4
- KDEDInit could not launch .../ktorrent (#451559, kde#157853)


ktorrent-3.1.2-kdeinit.patch:

--- NEW FILE ktorrent-3.1.2-kdeinit.patch ---
diff -up ktorrent-3.1.2/ktorrent/ktorrent.desktop.kdeinit ktorrent-3.1.2/ktorrent/ktorrent.desktop
--- ktorrent-3.1.2/ktorrent/ktorrent.desktop.kdeinit	2008-08-05 10:59:56.000000000 -0500
+++ ktorrent-3.1.2/ktorrent/ktorrent.desktop	2008-10-14 15:00:59.000000000 -0500
@@ -45,6 +45,7 @@ Type=Application
 DocPath=ktorrent/index.html
 MimeType=application/x-bittorrent;application/x-torrent;
 X-DBUS-StartupType=Unique
+X-DBUS-ServiceName=org.ktorrent.ktorrent
 Comment=A BitTorrent program for KDE
 Comment[ar]=برنامِج BitTorrent لِــ KDE
 Comment[bg]=Бит Торент клиент за KDE


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ktorrent/F-9/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	11 Aug 2008 08:36:56 -0000	1.21
+++ .cvsignore	14 Oct 2008 20:09:00 -0000	1.22
@@ -1 +1 @@
-ktorrent-3.1.2.tar.bz2
+ktorrent-3.1.3.tar.bz2


Index: ktorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ktorrent/F-9/ktorrent.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ktorrent.spec	11 Aug 2008 08:36:56 -0000	1.61
+++ ktorrent.spec	14 Oct 2008 20:09:00 -0000	1.62
@@ -1,6 +1,6 @@
 Name:           ktorrent
-Version:        3.1.2
-Release:        1%{?dist}
+Version:        3.1.3
+Release:        4%{?dist}
 Summary:        A BitTorrent program for KDE
 Group:          Applications/Internet
 License:        GPLv2+
@@ -8,6 +8,8 @@
 Source0:        http://ktorrent.org/downloads/%{version}/ktorrent-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch1: ktorrent-3.1.2-kdeinit.patch
+
 BuildRequires: kdelibs4-devel >= 4.1
 BuildRequires: avahi-devel
 BuildRequires: cmake   
@@ -39,6 +41,8 @@
 %prep
 %setup -q
 
+%patch1 -p1 -b .kdeinit
+
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -53,8 +57,8 @@
 make install DESTDIR=%{buildroot} -C %{_target_platform}
 
 # validate desktop file
-desktop-file-install --vendor ""                          \
-        --dir %{buildroot}%{_datadir}/applications/kde4   \
+desktop-file-install --vendor=""                          \
+        --dir="%{buildroot}%{_datadir}/applications/kde4" \
         %{buildroot}%{_datadir}/applications/kde4/%{name}.desktop
 
 %find_lang %{name}
@@ -86,9 +90,9 @@
 %{_kde4_libdir}/kde4/ktupnpplugin.so
 %{_kde4_libdir}/kde4/ktwebinterfaceplugin.so
 %{_kde4_libdir}/libbtcore.so.7
-%{_kde4_libdir}/libbtcore.so.7.1.0
+%{_kde4_libdir}/libbtcore.so.7.2.0
 %{_kde4_libdir}/libktcore.so.6
-%{_kde4_libdir}/libktcore.so.6.2.0
+%{_kde4_libdir}/libktcore.so.6.3.0
 %{_kde4_libdir}/libktupnp.so.3
 %{_kde4_libdir}/libktupnp.so.3.2.0
 %{_kde4_datadir}/icons/hicolor/*/actions/*png
@@ -117,6 +121,12 @@
 %{_kde4_datadir}/kde4/apps/cmake/modules/FindBTCore.cmake
 
 %changelog
+* Tue Oct 14 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.1.3-4
+- KDEDInit could not launch .../ktorrent (#451559, kde#157853)
+
+* Mon Oct 13 2008 Roland Wolters <wolters.liste at gmx.net> - 3.1.3-3
+- Update to upstream version 3.1.3
+
 * Fri Aug 08 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.1.2-1
 - ktorrent-3.1.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ktorrent/F-9/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	11 Aug 2008 08:36:56 -0000	1.21
+++ sources	14 Oct 2008 20:09:00 -0000	1.22
@@ -1 +1 @@
-082c5fb35face3b7290044bc053411a6  ktorrent-3.1.2.tar.bz2
+d94536629ce058412d177c3d894843f4  ktorrent-3.1.3.tar.bz2




More information about the scm-commits mailing list