Hello community,

here is the log from the commit of package libtorrent for openSUSE:Factory 
checked in at 2015-11-18 22:34:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent (Old)
 and      /work/SRC/openSUSE:Factory/.libtorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtorrent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtorrent/libtorrent.changes    2014-07-21 
22:34:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libtorrent.new/libtorrent.changes       
2015-11-18 22:34:40.000000000 +0100
@@ -1,0 +2,14 @@
+Sun Nov 15 17:08:10 UTC 2015 - mplus...@suse.com
+
+- Remove unneeded options/dependencies (xmlrpc)
+  * all support is done in rtorrent
+
+-------------------------------------------------------------------
+Fri Nov 13 13:47:09 UTC 2015 - tampak...@opensuse.org
+
+- Update to new upstream release 0.13.6
+* Added check for failed DH_compute_key, throwing
+  e_handshake_invalid_encryption
+- Moved fully to github, change URL and Source accordingly
+
+-------------------------------------------------------------------

Old:
----
  libtorrent-0.13.4.tar.gz

New:
----
  0.13.6.tar.gz

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

Other differences:
------------------
++++++ libtorrent.spec ++++++
--- /var/tmp/diff_new_pack.YcRYzG/_old  2015-11-18 22:34:41.000000000 +0100
+++ /var/tmp/diff_new_pack.YcRYzG/_new  2015-11-18 22:34:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtorrent
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,46 @@
 #
 
 
+
 Name:           libtorrent
-Version:        0.13.4
+%define lname  libtorrent19
+Version:        0.13.6
 Release:        0
-%define soname 18
 Summary:        A BitTorrent library written in C++
 License:        SUSE-GPL-2.0+-with-openssl-exception
 Group:          Productivity/Networking/File-Sharing
-URL:            http://libtorrent.rakshasa.no/
+Url:            http://github.com/rakshasa/libtorrent
 
 #Git-Clone:    git://github.com/rakshasa/libtorrent
-Source:         http://libtorrent.rakshasa.no/downloads/%name-%version.tar.gz
-BuildRoot:      %_tmppath/%name-%version-build
+Source:         https://github.com/rakshasa/libtorrent/archive/%version.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  cppunit-devel
 BuildRequires:  gcc-c++
-#BuildRequires:  libxmlrpc-c-devel
+BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 
 %description
 LibTorrent is a BitTorrent library written in C++. It transfers
 directly from file pages to the network stack, and achieves 3x higher
 seed speeds than the official client on high-bandwidth links.
 
-%package -n %name%soname
+%package -n %lname
 Summary:        A BitTorrent library written in C++
 Group:          System/Libraries
 
-%description -n %name%soname
+%description -n %lname
 LibTorrent is a BitTorrent library written in C++. It transfers
 directly from file pages to the network stack, and achieves 3x higher
 seed speeds than the official client on high-bandwidth links.
 
 %package devel
-Requires:       %name%soname = %version
 Summary:        Development files for libtorrent, a C++ BitTorrent library
 Group:          Development/Libraries/C and C++
+Requires:       %lname = %version
 
 %description devel
 LibTorrent is a BitTorrent library written in C++. It transfers
@@ -67,24 +71,25 @@
 %if 0%{?suse_version} >= 1220
 export CXXFLAGS="$CXXFLAGS -std=gnu++11"
 %endif
-%configure --enable-ipv6 --with-posix-fallocate --with-xmlrpc-c
+autoreconf -fiv
+%configure --enable-ipv6 --with-posix-fallocate
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR="%buildroot"
 find "%buildroot" -type f -name "*.la" -delete
 
-%post   -n %name%soname -p /sbin/ldconfig
-%postun -n %name%soname -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n %name%soname
+%files -n %lname
 %defattr(-,root,root)
-%_libdir/%name.so.%{soname}*
+%_libdir/libtorrent.so.*
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/torrent
-%_libdir/%name.so
+%_includedir/torrent/
+%_libdir/libtorrent.so
 %_libdir/pkgconfig/libtorrent.pc
 
 %changelog

++++++ libtorrent-0.13.4.tar.gz -> 0.13.6.tar.gz ++++++
++++ 59971 lines of diff (skipped)


Reply via email to