Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2016-05-31 12:12:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and      /work/SRC/openSUSE:Factory/.libktorrent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libktorrent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2016-04-22 
16:16:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes     
2016-05-31 12:12:51.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 29 18:58:13 UTC 2016 - [email protected]
+
+- Added require-lower-LibGMP.patch: 6.0.0 version was chosen
+  randomly, and we know the code compiles with at least 5.1.3
+
+-------------------------------------------------------------------

New:
----
  require-lower-LibGMP.patch

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

Other differences:
------------------
++++++ libktorrent.spec ++++++
--- /var/tmp/diff_new_pack.76qmCn/_old  2016-05-31 12:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.76qmCn/_new  2016-05-31 12:12:52.000000000 +0200
@@ -27,10 +27,12 @@
 Group:          Productivity/Networking/File-Sharing
 Url:            http://ktorrent.org/
 Source0:        
http://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE require-lower-LibGMP.patch
+Patch0:         require-lower-LibGMP.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  extra-cmake-modules
-BuildRequires:  gmp-devel
+BuildRequires:  gmp-devel >= 5.1.3
 BuildRequires:  karchive-devel
 BuildRequires:  kdelibs4support-devel
 BuildRequires:  ki18n-devel
@@ -71,6 +73,7 @@
 %lang_package -n libktorrent%{sonum}
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
 %cmake_kf5 -d build

++++++ require-lower-LibGMP.patch ++++++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fab39f2..7790d39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ include(ECMSetupVersion)
 include(ECMPackageConfigHelpers)
 
 set(Boost_MIN_VERSION "1.34.0")
-set(LibGMP_MIN_VERSION "6.0.0")
+set(LibGMP_MIN_VERSION "5.1.3")
 set(LibGcrypt_MIN_VERSION "1.4.5")
 set(KF5_MIN_VERSION "5.15")
 set(QT_MIN_VERSION "5.2.0")

Reply via email to