Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-02-16 15:04:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.ktextwidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktextwidgets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2015-01-29 12:50:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-02-16 17:32:33.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:14 UTC 2015 - [email protected]
+
+- Update to 5.7.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+-------------------------------------------------------------------

Old:
----
  ktextwidgets-5.6.0.tar.xz

New:
----
  ktextwidgets-5.7.0.tar.xz

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

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.x8ShZ3/_old  2015-02-16 17:32:34.000000000 +0100
+++ /var/tmp/diff_new_pack.x8ShZ3/_new  2015-02-16 17:32:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# Copyright (c) 2015 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
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5TextWidgets5
+%define _tar_path 5.7
 Name:           ktextwidgets
-Version:        5.6.0
+Version:        %{_tar_path}.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.6.0
+BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
@@ -42,7 +43,7 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ ktextwidgets-5.6.0.tar.xz -> ktextwidgets-5.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/CMakeLists.txt 
new/ktextwidgets-5.7.0/CMakeLists.txt
--- old/ktextwidgets-5.6.0/CMakeLists.txt       2015-01-03 13:14:55.000000000 
+0100
+++ new/ktextwidgets-5.7.0/CMakeLists.txt       2015-02-08 16:25:31.000000000 
+0100
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.6.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.6.0") # handled by release scripts
+set(KF5_VERSION "5.7.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.7.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
                   VARIABLE_PREFIX KTEXTWIDGETS
@@ -48,7 +48,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5TextWidgets")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5TextWidgets")
 
 
ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5TextWidgetsConfig.cmake.in"
                               
"${CMAKE_CURRENT_BINARY_DIR}/KF5TextWidgetsConfig.cmake"
@@ -64,7 +64,7 @@
        )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ktextwidgets_version.h
-        DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+        DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
        )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/cs/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/cs/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/cs/ktextwidgets5.po       2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/cs/ktextwidgets5.po       2015-02-08 
16:25:31.000000000 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl <[email protected]>, 2010, 2011, 2012.
-# Vít Pelčák <[email protected]>, 2011, 2012, 2013, 2014.
+# Vít Pelčák <[email protected]>, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal <[email protected]>, 2012, 2013.
 #
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/fi/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/fi/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/fi/ktextwidgets5.po       2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/fi/ktextwidgets5.po       2015-02-08 
16:25:31.000000000 +0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-10-08 07:50+0000\n"
 "PO-Revision-Date: 2014-04-07 21:44+0300\n"
 "Last-Translator: Lasse Liehu <[email protected]>\n"
-"Language-Team: Finnish <[email protected]>\n"
+"Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/it/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/it/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/it/ktextwidgets5.po       2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/it/ktextwidgets5.po       2015-02-08 
16:25:31.000000000 +0100
@@ -8,7 +8,7 @@
 # Luciano Montanaro <[email protected]>, 2007.
 # Dario Panico <[email protected]>, 2008.
 # Pino Toscano <[email protected]>, 2008.
-# Federico Zenith <[email protected]>, 2008, 2012, 2013, 2014.
+# Federico Zenith <[email protected]>, 2008, 2012, 2013, 2014, 
2015.
 # Innocenzo Ventre <[email protected]>, 2012.
 # Vincenzo Reale <[email protected]>, 2014.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/ko/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/ko/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/ko/ktextwidgets5.po       2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/ko/ktextwidgets5.po       2015-02-08 
16:25:31.000000000 +0100
@@ -1,16 +1,16 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
-#
 # Cho Sung Jae <[email protected]>, 2007.
 # Park Shinjo <[email protected]>, 2007, 2008, 2009, 2010, 2011.
-# Park Shinjo <[email protected]>, 2011, 2012, 2013, 2014.
+# Park Shinjo <[email protected]>, 2011, 2012, 2013, 2014, 2015.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-10-08 07:50+0000\n"
-"PO-Revision-Date: 2014-03-01 01:29+0900\n"
-"Last-Translator: Park Shinjo <[email protected]>\n"
+"PO-Revision-Date: 2015-01-18 17:08+0900\n"
+"Last-Translator: Park Shinjo <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
@@ -346,7 +346,7 @@
 #: findreplace/kreplace.cpp:402
 msgctxt "@action:button Stop find & replace"
 msgid "Stop"
-msgstr "멈춤"
+msgstr "정지"
 
 #: findreplace/kreplacedialog.cpp:151
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/nb/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/nb/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/nb/ktextwidgets5.po       2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/nb/ktextwidgets5.po       2015-02-08 
16:25:31.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Norwegian Bokmål
+# Translation of ktextwidgets5 to Norwegian Bokmål
 #
 # Knut Yrvin <[email protected]>, 2002, 2003, 2004, 2005.
 # Bjørn Steensrud <[email protected]>, 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/nn/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/nn/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/nn/ktextwidgets5.po       2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/nn/ktextwidgets5.po       2015-02-08 
16:25:31.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Norwegian Nynorsk
+# Translation of ktextwidgets5 to Norwegian Nynorsk
 #
 # Gaute Hvoslef Kvalnes <[email protected]>, 2003, 2004, 2005, 2006.
 # Håvard Korsvoll <[email protected]>, 2003, 2005.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/se/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/se/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/se/ktextwidgets5.po       2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/se/ktextwidgets5.po       2015-02-08 
16:25:31.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Northern Sami
+# Translation of ktextwidgets5 to Northern Sami
 #
 # Børre Gaup <[email protected]>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/sr/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/sr/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/sr/ktextwidgets5.po       2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/sr/ktextwidgets5.po       2015-02-08 
16:25:31.000000000 +0100
@@ -1,11 +1,11 @@
-# Translation of kdelibs4.po into Serbian.
+# Translation of ktextwidgets5.po into Serbian.
 # Marko Rosic <[email protected]>, 2003.
 # Toplica Tanaskovic <[email protected]>, 2003, 2004, 2005.
-# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <[email protected]>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-10-08 07:50+0000\n"
 "PO-Revision-Date: 2014-02-02 18:31+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/sr@ijekavian/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/sr@ijekavian/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/sr@ijekavian/ktextwidgets5.po     2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/sr@ijekavian/ktextwidgets5.po     2015-02-08 
16:25:31.000000000 +0100
@@ -1,11 +1,11 @@
-# Translation of kdelibs4.po into Serbian.
+# Translation of ktextwidgets5.po into Serbian.
 # Marko Rosic <[email protected]>, 2003.
 # Toplica Tanaskovic <[email protected]>, 2003, 2004, 2005.
-# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <[email protected]>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-10-08 07:50+0000\n"
 "PO-Revision-Date: 2014-02-02 18:31+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktextwidgets-5.6.0/po/sr@ijekavianlatin/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/sr@ijekavianlatin/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/sr@ijekavianlatin/ktextwidgets5.po        
2015-01-03 13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/sr@ijekavianlatin/ktextwidgets5.po        
2015-02-08 16:25:31.000000000 +0100
@@ -1,11 +1,11 @@
-# Translation of kdelibs4.po into Serbian.
+# Translation of ktextwidgets5.po into Serbian.
 # Marko Rosic <[email protected]>, 2003.
 # Toplica Tanaskovic <[email protected]>, 2003, 2004, 2005.
-# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <[email protected]>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-10-08 07:50+0000\n"
 "PO-Revision-Date: 2014-02-02 18:31+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/sr@latin/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/sr@latin/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/sr@latin/ktextwidgets5.po 2015-01-03 
13:14:55.000000000 +0100
+++ new/ktextwidgets-5.7.0/po/sr@latin/ktextwidgets5.po 2015-02-08 
16:25:31.000000000 +0100
@@ -1,11 +1,11 @@
-# Translation of kdelibs4.po into Serbian.
+# Translation of ktextwidgets5.po into Serbian.
 # Marko Rosic <[email protected]>, 2003.
 # Toplica Tanaskovic <[email protected]>, 2003, 2004, 2005.
-# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <[email protected]>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <[email protected]>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-10-08 07:50+0000\n"
 "PO-Revision-Date: 2014-02-02 18:31+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/src/CMakeLists.txt 
new/ktextwidgets-5.7.0/src/CMakeLists.txt
--- old/ktextwidgets-5.6.0/src/CMakeLists.txt   2015-01-03 13:14:55.000000000 
+0100
+++ new/ktextwidgets-5.7.0/src/CMakeLists.txt   2015-02-08 16:25:31.000000000 
+0100
@@ -24,7 +24,7 @@
 target_include_directories(KF5TextWidgets PUBLIC 
"$<BUILD_INTERFACE:${ktextwidgets_INCLUDES}>"
 )
 
-target_include_directories(KF5TextWidgets INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KTextWidgets>")
+target_include_directories(KF5TextWidgets INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KTextWidgets>")
 
 target_link_libraries(KF5TextWidgets
 PUBLIC
@@ -80,10 +80,10 @@
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/ktextwidgets_export.h
   ${KTextWidgets_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KTextWidgets COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KTextWidgets COMPONENT Devel
 )
-install( FILES kregexpeditor/kregexpeditor.desktop DESTINATION 
${SERVICETYPES_INSTALL_DIR} )
+install( FILES kregexpeditor/kregexpeditor.desktop DESTINATION 
${KDE_INSTALL_KSERVICETYPES5DIR} )
 
 include(ECMGeneratePriFile)
-ecm_generate_pri_file(BASE_NAME KTextWidgets LIB_NAME KF5TextWidgets DEPS 
"widgets SonnetUi I18n" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KF5_INCLUDE_INSTALL_DIR}/KTextWidgets)
+ecm_generate_pri_file(BASE_NAME KTextWidgets LIB_NAME KF5TextWidgets DEPS 
"widgets SonnetUi I18n" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KDE_INSTALL_INCLUDEDIR_KF5}/KTextWidgets)
 install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to