Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2014-09-12 17:03:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/threadweaver (Old)
 and      /work/SRC/openSUSE:Factory/.threadweaver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "threadweaver"

Changes:
--------
--- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes        
2014-08-16 15:43:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes   
2014-09-12 17:05:23.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Sep  9 09:49:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+    http://kde.org/announcements/kde-frameworks-5.2.php
+- Added kill_not_needed_stuff.diff: don't add dependancies which are
+  useless and used for never installed examples
+- Drop pkgconfig(Qt5Test) BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  threadweaver-5.1.0.tar.xz

New:
----
  kill_not_needed_stuff.diff
  threadweaver-5.2.0.tar.xz

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

Other differences:
------------------
++++++ threadweaver.spec ++++++
--- /var/tmp/diff_new_pack.R4IFex/_old  2014-09-12 17:05:26.000000000 +0200
+++ /var/tmp/diff_new_pack.R4IFex/_new  2014-09-12 17:05:26.000000000 +0200
@@ -18,20 +18,21 @@
 
 %define lname   libKF5ThreadWeaver5
 Name:           threadweaver
-Version:        5.1.0
+Version:        5.2.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.1.0
+BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 Summary:        KDE Helper for multithreaded programming
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-OPENSUSE kill_not_needed_stuff.diff -- don't search for useless 
(for packages at least) modules
+Patch0:         kill_not_needed_stuff.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++++++ kill_not_needed_stuff.diff ++++++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b3f72d3..44feb7b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ include(KDECMakeSettings)
 
 set(REQUIRED_QT_VERSION 5.2.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
-find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+#find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 include(FeatureSummary)
 include(GenerateExportHeader)
@@ -35,9 +35,9 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX THREADWEAVER
 # --
 
 add_subdirectory(src)
-add_subdirectory(autotests)
-add_subdirectory(benchmarks)
-add_subdirectory(examples)
+#add_subdirectory(autotests)
+#add_subdirectory(benchmarks)
+#add_subdirectory(examples)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5ThreadWeaver")
++++++ threadweaver-5.1.0.tar.xz -> threadweaver-5.2.0.tar.xz ++++++
++++ 3598 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to