Hello community,
here is the log from the commit of package kdegraphics-thumbnailers for
openSUSE:Factory checked in at 2016-01-10 13:04:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdegraphics-thumbnailers (Old)
and /work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdegraphics-thumbnailers"
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2015-11-15 12:33:37.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
2016-01-10 13:04:54.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 13:15:32 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.12.0
+ * KDE Applications 15.12.0
+ * https://www.kde.org/announcements/announce-applications-15.12.0.php
+ * boo#958887
+
+
+-------------------------------------------------------------------
Old:
----
kdegraphics-thumbnailers-15.08.3.tar.xz
New:
----
kdegraphics-thumbnailers-15.12.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdegraphics-thumbnailers.spec ++++++
--- /var/tmp/diff_new_pack.xIMllR/_old 2016-01-10 13:04:55.000000000 +0100
+++ /var/tmp/diff_new_pack.xIMllR/_new 2016-01-10 13:04:55.000000000 +0100
@@ -17,7 +17,7 @@
Name: kdegraphics-thumbnailers
-Version: 15.08.3
+Version: 15.12.0
Release: 0
Summary: Graphics file thumbnail generators
License: LGPL-2.1+
@@ -43,9 +43,9 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+#patch0 -p1
+#patch1 -p1
+#patch2 -p1
%build
%cmake_kf5 -d build
++++++ kdegraphics-thumbnailers-15.08.3.tar.xz ->
kdegraphics-thumbnailers-15.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdegraphics-thumbnailers-15.08.3/CMakeLists.txt
new/kdegraphics-thumbnailers-15.12.0/CMakeLists.txt
--- old/kdegraphics-thumbnailers-15.08.3/CMakeLists.txt 2014-09-30
06:39:42.000000000 +0200
+++ new/kdegraphics-thumbnailers-15.12.0/CMakeLists.txt 2015-11-20
15:59:08.000000000 +0100
@@ -1,23 +1,44 @@
+cmake_minimum_required(VERSION 2.8.9)
project(kdegraphics-thumbnailers)
-find_package(KDE4 REQUIRED)
-include(KDE4Defaults)
-include(MacroLibrary)
-include(MacroOptionalAddSubdirectory)
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+set(QT_MIN_VERSION "5.2.0")
-add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-include_directories(${KDE4_INCLUDES})
+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-macro_optional_find_package(Kexiv2)
-macro_optional_find_package(Kdcraw)
+include(ECMOptionalAddSubdirectory)
+include(KDEInstallDirs)
+include(KDECMakeSettings)
+include(KDECompilerSettings)
+include(FeatureSummary)
+
+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Gui)
+find_package(KF5 REQUIRED COMPONENTS KIO)
+
+add_definitions(${QT_DEFINITIONS} -DQT_USE_FAST_CONCATENATION
-DQT_USE_FAST_OPERATOR_PLUS)
+
+find_package(KF5KExiv2)
+set_package_properties("KF5KExiv2" PROPERTIES
+ DESCRIPTION "A library for reading and writing image
metadata"
+ URL "www.kde.org"
+ TYPE OPTIONAL
+ PURPOSE "Required to build the RAW thumbnailer"
+)
+
+find_package(KF5KDcraw)
+set_package_properties("KF5KDcraw" PROPERTIES
+ DESCRIPTION "A library for accessing raw files"
+ URL "www.kde.org"
+ TYPE OPTIONAL
+ PURPOSE "Required to build the RAW thumbnailer"
+)
-macro_log_feature(KEXIV2_FOUND "libkexiv2" "A library for reading and writing
image metadata" "www.kde.org" FALSE "" "Required to build the RAW thumbnailer")
-macro_log_feature(KDCRAW_FOUND "libkdcraw" "A library for accessing raw files"
"www.kde.org" FALSE "" "Required to build the RAW thumbnailer")
-macro_optional_add_subdirectory(ps)
+ecm_optional_add_subdirectory(ps)
-if(KEXIV2_FOUND AND KDCRAW_FOUND)
-macro_optional_add_subdirectory(raw)
+if(KF5KExiv2_FOUND AND KF5KDcraw_FOUND)
+ecm_optional_add_subdirectory(raw)
endif()
-macro_display_feature_log()
+feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdegraphics-thumbnailers-15.08.3/ps/CMakeLists.txt
new/kdegraphics-thumbnailers-15.12.0/ps/CMakeLists.txt
--- old/kdegraphics-thumbnailers-15.08.3/ps/CMakeLists.txt 2014-09-30
06:39:42.000000000 +0200
+++ new/kdegraphics-thumbnailers-15.12.0/ps/CMakeLists.txt 2015-11-20
15:59:08.000000000 +0100
@@ -3,10 +3,10 @@
set(gsthumbnail_PART_SRCS gscreator.cpp dscparse.cpp dscparse_adapter.cpp)
-kde4_add_plugin(gsthumbnail ${gsthumbnail_PART_SRCS})
+add_library(gsthumbnail MODULE ${gsthumbnail_PART_SRCS})
-target_link_libraries(gsthumbnail ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS}
${QT_QTGUI_LIBRARY} )
+target_link_libraries(gsthumbnail Qt5::Gui KF5::KIOWidgets )
install(TARGETS gsthumbnail DESTINATION ${PLUGIN_INSTALL_DIR} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdegraphics-thumbnailers-15.08.3/ps/gscreator.cpp
new/kdegraphics-thumbnailers-15.12.0/ps/gscreator.cpp
--- old/kdegraphics-thumbnailers-15.08.3/ps/gscreator.cpp 2014-09-30
06:39:42.000000000 +0200
+++ new/kdegraphics-thumbnailers-15.12.0/ps/gscreator.cpp 2015-11-20
15:59:08.000000000 +0100
@@ -67,7 +67,6 @@
#include <sys/wait.h>
#include <fcntl.h>
#include <errno.h>
-#include <kdemacros.h>
#include <qcolor.h>
#include <qfile.h>
@@ -82,7 +81,7 @@
extern "C"
{
- KDE_EXPORT ThumbCreator *new_creator()
+ Q_DECL_EXPORT ThumbCreator *new_creator()
{
return new GSCreator;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdegraphics-thumbnailers-15.08.3/raw/CMakeLists.txt
new/kdegraphics-thumbnailers-15.12.0/raw/CMakeLists.txt
--- old/kdegraphics-thumbnailers-15.08.3/raw/CMakeLists.txt 2014-09-30
06:39:42.000000000 +0200
+++ new/kdegraphics-thumbnailers-15.12.0/raw/CMakeLists.txt 2015-11-20
15:59:08.000000000 +0100
@@ -1,16 +1,12 @@
project(rawthumbnail)
-## includes and linking
-include_directories(${KEXIV2_INCLUDE_DIR} ${KDCRAW_INCLUDE_DIR})
-
-
#sources
set(rawthumbnail_SRCS rawcreator.cpp)
-kde4_add_plugin(rawthumbnail ${rawthumbnail_SRCS})
+add_library(rawthumbnail MODULE ${rawthumbnail_SRCS})
## includes and linking
-target_link_libraries(rawthumbnail ${KDE4_KIO_LIBS} ${KDCRAW_LIBRARIES}
${KEXIV2_LIBRARIES} ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS})
+target_link_libraries(rawthumbnail Qt5::Gui KF5::KIOWidgets KF5::KDcraw
KF5::KExiv2)
## install the plugin
install(TARGETS rawthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdegraphics-thumbnailers-15.08.3/raw/rawcreator.cpp
new/kdegraphics-thumbnailers-15.12.0/raw/rawcreator.cpp
--- old/kdegraphics-thumbnailers-15.08.3/raw/rawcreator.cpp 2014-09-30
06:39:42.000000000 +0200
+++ new/kdegraphics-thumbnailers-15.12.0/raw/rawcreator.cpp 2015-11-20
15:59:08.000000000 +0100
@@ -21,12 +21,12 @@
#include <QImage>
-#include <libkdcraw/kdcraw.h>
-#include <libkexiv2/kexiv2.h>
+#include <kdcraw/kdcraw.h>
+#include <kexiv2/kexiv2.h>
extern "C"
{
- KDE_EXPORT ThumbCreator *new_creator()
+ Q_DECL_EXPORT ThumbCreator *new_creator()
{
return new RAWCreator;
}