Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2012-09-11 07:58:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and      /work/SRC/openSUSE:Factory/.libktorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libktorrent", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2012-06-25 
12:33:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes     
2012-09-11 07:58:53.000000000 +0200
@@ -1,0 +2,19 @@
+Wed Sep  5 04:36:19 UTC 2012 - [email protected]
+
+- Update to version 1.3.0
+  * Do not pass link local IPv6 addresses to ip parameter of tracker 
+    (kde#305187)
+  * Implement BEP 32, IPv6 DHT (kde#295194)
+  * Revamp DHT code and follow spec more closely on routing table
+  * Revamp SingleFileCache, MultiFileCache and data preallocation
+  * Webseeds now follow connection limits (kde#184941)
+  * Add new SignalCatcher class to handle UNIX signals (kde#296835)
+  * Make TimeEstimator return sortable values (kde#298542)
+  * Keep track of partitions files of torrents are on
+  * Add methods to check if storage is mounted
+  * Make sure all trackers are used of a magnet link 
+    (kde#302997, kde#303269)
+  * Fix warning message about locale being recreated
+  * Fix crash in DHT code caused by infinite recursion (kde#300974)
+
+-------------------------------------------------------------------

Old:
----
  libktorrent-1.2.1-2.tar.bz2

New:
----
  libktorrent-1.3.0.tar.bz2

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

Other differences:
------------------
++++++ libktorrent.spec ++++++
--- /var/tmp/diff_new_pack.gZMQCP/_old  2012-09-11 07:58:58.000000000 +0200
+++ /var/tmp/diff_new_pack.gZMQCP/_new  2012-09-11 07:58:58.000000000 +0200
@@ -16,16 +16,15 @@
 #
 
 
-%define _tarname 1.2.1-2
-
 Name:           libktorrent
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
+%define sonum   5
 Summary:        Torrent Downloading Library
 License:        GPL-2.0+
 Group:          Productivity/Networking/File-Sharing
 Url:            http://ktorrent.org/
-Source0:        http://ktorrent.org/downloads/4.2.1/%{name}-%{_tarname}.tar.bz2
+Source0:        http://ktorrent.org/downloads/4.3.0/%{name}-%{version}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  gmp-devel
@@ -40,22 +39,24 @@
 %package devel
 Summary:        Development files for libktorrent
 Group:          Development/Libraries/C and C++
-Requires:       libktorrent4 = %{version}
+Requires:       libktorrent%{sonum} = %{version}
 
 %description devel
 This package includes the necessary files for development using libktorrent.
 
-%package -n libktorrent4
+%package -n libktorrent%{sonum}
 Summary:        Torrent Downloading Library
 Group:          Productivity/Networking/File-Sharing
-Recommends:     libktorrent4-lang = %{version}
+Recommends:     libktorrent%{sonum}-lang = %{version}
+Provides:       %{name} = %{version}
+Obsoletes:      %{name} < %{version}
 
-%description -n libktorrent4
+%description -n libktorrent%{sonum}
 libktorrent is a torrent downloading library.
 
-%lang_package -n libktorrent4
+%lang_package -n libktorrent%{sonum}
 %prep
-%setup -q -n %{name}-%{_tarname}
+%setup -q -n %{name}-%{version}
 
 %build
 %cmake_kde4 -d build
@@ -79,9 +80,9 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libktorrent4 -p /sbin/ldconfig
+%post -n libktorrent%{sonum} -p /sbin/ldconfig
 
-%postun -n libktorrent4 -p /sbin/ldconfig
+%postun -n libktorrent%{sonum} -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root,-)
@@ -89,12 +90,12 @@
 %{_kde4_libdir}/libktorrent.so
 %{_kde4_appsdir}/cmake/modules/FindKTorrent.cmake
 
-%files -n libktorrent4
+%files -n libktorrent%{sonum}
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog RoadMap
-%{_kde4_libdir}/libktorrent.so.4*
+%{_kde4_libdir}/libktorrent.so.%{sonum}*
 
-%files -n libktorrent4-lang -f %{name}.lang
+%files -n libktorrent%{sonum}-lang -f %{name}.lang
 %defattr(-,root,root,-)
 
 %changelog

++++++ libktorrent-1.2.1-2.tar.bz2 -> libktorrent-1.3.0.tar.bz2 ++++++
++++ 45823 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to