Hello community,

here is the log from the commit of package libtorrent for openSUSE:Factory 
checked in at 2017-05-04 08:55:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent (Old)
 and      /work/SRC/openSUSE:Factory/.libtorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtorrent"

Thu May  4 08:55:27 2017 rev:9 rq:492585 version:0.13.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtorrent/libtorrent.changes    2015-11-18 
22:34:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libtorrent.new/libtorrent.changes       
2017-05-04 08:55:28.579898073 +0200
@@ -1,0 +2,5 @@
+Wed May  3 08:37:07 UTC 2017 - [email protected]
+
+- Add cppunit.diff to support newer cppunit
+
+-------------------------------------------------------------------

New:
----
  cppunit.diff

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

Other differences:
------------------
++++++ libtorrent.spec ++++++
--- /var/tmp/diff_new_pack.XhNlA0/_old  2017-05-04 08:55:29.423779060 +0200
+++ /var/tmp/diff_new_pack.XhNlA0/_new  2017-05-04 08:55:29.427778496 +0200
@@ -28,6 +28,7 @@
 
 #Git-Clone:    git://github.com/rakshasa/libtorrent
 Source:         https://github.com/rakshasa/libtorrent/archive/%version.tar.gz
+Patch1:         cppunit.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
 export CFLAGS="%optflags -fno-strict-aliasing"

++++++ cppunit.diff ++++++
From: Jan Engelhardt <[email protected]>
Date: 2017-05-03 10:29:41.992264417 +0200
Subject: build: resolve autogen.sh failure with cppunit 1.14

configure.ac:22: warning: macro 'AM_PATH_CPPUNIT' not found in library
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: libtorrent-0.13.6/configure.ac
===================================================================
--- libtorrent-0.13.6.orig/configure.ac
+++ libtorrent-0.13.6/configure.ac
@@ -19,7 +19,7 @@ AC_SUBST(LIBTORRENT_INTERFACE_VERSION_NO
 
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS(config.h)
-AM_PATH_CPPUNIT(1.9.6)
+PKG_CHECK_MODULES([CPPUNIT], [cppunit >= 1.9.6])
 
 AC_PROG_CXX
 

Reply via email to