Hello community,

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

Package is "kpty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpty/kpty.changes        2015-01-29 
12:53:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kpty.new/kpty.changes   2015-02-16 
17:32:05.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:36 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+-------------------------------------------------------------------

Old:
----
  kpty-5.6.0.tar.xz

New:
----
  kpty-5.7.0.tar.xz

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

Other differences:
------------------
++++++ kpty.spec ++++++
--- /var/tmp/diff_new_pack.6vyh5G/_old  2015-02-16 17:32:06.000000000 +0100
+++ /var/tmp/diff_new_pack.6vyh5G/_new  2015-02-16 17:32:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpty
 #
-# 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   libKF5Pty5
+%define _tar_path 5.7
 Name:           kpty
-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:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +35,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
 

++++++ kpty-5.6.0.tar.xz -> kpty-5.7.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/CMakeLists.txt 
new/kpty-5.7.0/CMakeLists.txt
--- old/kpty-5.6.0/CMakeLists.txt       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/CMakeLists.txt       2015-02-08 16:23:32.000000000 +0100
@@ -2,12 +2,12 @@
 
 project(KPty)
 
-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})
 
 set(REQUIRED_QT_VERSION 5.2)
-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
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
@@ -19,7 +19,7 @@
 endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Pty")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Pty")
 
 # Includes
 include(FeatureSummary)
@@ -59,7 +59,7 @@
 
 install(FILES
    ${CMAKE_CURRENT_BINARY_DIR}/kpty_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/cs/kpty5.po 
new/kpty-5.7.0/po/cs/kpty5.po
--- old/kpty-5.6.0/po/cs/kpty5.po       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/cs/kpty5.po       2015-02-08 16:23:32.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 <lu...@kde.org>, 2010, 2011, 2012.
-# Vít Pelčák <v...@pelcak.org>, 2011, 2012, 2013, 2014.
+# Vít Pelčák <v...@pelcak.org>, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal <tomas.chva...@gmail.com>, 2012, 2013.
 #
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/fi/kpty5.po 
new/kpty-5.7.0/po/fi/kpty5.po
--- old/kpty-5.6.0/po/fi/kpty5.po       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/fi/kpty5.po       2015-02-08 16:23:32.000000000 +0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-04-27 20:57+0000\n"
 "PO-Revision-Date: 2014-03-24 21:09+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
-"Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
+"Language-Team: Finnish <kde-i18n-...@kde.org>\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/kpty-5.6.0/po/it/kpty5.po 
new/kpty-5.7.0/po/it/kpty5.po
--- old/kpty-5.6.0/po/it/kpty5.po       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/it/kpty5.po       2015-02-08 16:23:32.000000000 +0100
@@ -8,7 +8,7 @@
 # Luciano Montanaro <mikel...@cirulla.net>, 2007.
 # Dario Panico <dareus_persarum...@fastwebnet.it>, 2008.
 # Pino Toscano <toscano.p...@tiscali.it>, 2008.
-# Federico Zenith <federico.zen...@member.fsf.org>, 2008, 2012, 2013, 2014.
+# Federico Zenith <federico.zen...@member.fsf.org>, 2008, 2012, 2013, 2014, 
2015.
 # Innocenzo Ventre <innocenzo.ven...@gmail.com>, 2012.
 # Vincenzo Reale <smart2...@baslug.org>, 2014.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/ko/kpty5.po 
new/kpty-5.7.0/po/ko/kpty5.po
--- old/kpty-5.6.0/po/ko/kpty5.po       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/ko/kpty5.po       2015-02-08 16:23:32.000000000 +0100
@@ -1,15 +1,15 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
-#
 # Cho Sung Jae <cho.sung...@gmail.com>, 2007.
 # Park Shinjo <pere...@gmail.com>, 2007, 2008, 2009, 2010, 2011.
-# Park Shinjo <pere...@gmail.com>, 2011, 2012, 2013, 2014.
+# Park Shinjo <pere...@gmail.com>, 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-04-27 20:57+0000\n"
-"PO-Revision-Date: 2014-03-01 01:29+0900\n"
+"PO-Revision-Date: 2015-01-18 17:08+0900\n"
 "Last-Translator: Park Shinjo <pere...@gmail.com>\n"
 "Language-Team: Korean <k...@peremen.name>\n"
 "Language: ko\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/nb/kpty5.po 
new/kpty-5.7.0/po/nb/kpty5.po
--- old/kpty-5.6.0/po/nb/kpty5.po       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/nb/kpty5.po       2015-02-08 16:23:32.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Norwegian Bokmål
+# Translation of kpty5 to Norwegian Bokmål
 #
 # Knut Yrvin <kn...@skolelinux.no>, 2002, 2003, 2004, 2005.
 # Bjørn Steensrud <bjor...@skogkatt.homelinux.org>, 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/nn/kpty5.po 
new/kpty-5.7.0/po/nn/kpty5.po
--- old/kpty-5.6.0/po/nn/kpty5.po       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/nn/kpty5.po       2015-02-08 16:23:32.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Norwegian Nynorsk
+# Translation of kpty5 to Norwegian Nynorsk
 #
 # Gaute Hvoslef Kvalnes <ga...@verdsveven.com>, 2003, 2004, 2005, 2006.
 # Håvard Korsvoll <korsv...@skulelinux.no>, 2003, 2005.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/se/kpty5.po 
new/kpty-5.7.0/po/se/kpty5.po
--- old/kpty-5.6.0/po/se/kpty5.po       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/se/kpty5.po       2015-02-08 16:23:32.000000000 +0100
@@ -1,4 +1,4 @@
-# Translation of kdelibs4 to Northern Sami
+# Translation of kpty5 to Northern Sami
 #
 # Børre Gaup <boe...@skolelinux.no>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/sr/kpty5.po 
new/kpty-5.7.0/po/sr/kpty5.po
--- old/kpty-5.6.0/po/sr/kpty5.po       2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/sr/kpty5.po       2015-02-08 16:23:32.000000000 +0100
@@ -1,7 +1,7 @@
 # Translation of kdelibs4.po into Serbian.
 # Marko Rosic <ro...@kde.org.yu>, 2003.
 # Toplica Tanaskovic <top...@kde.org.yu>, 2003, 2004, 2005.
-# Chusslove Illich <caslav.i...@gmx.net>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <caslav.i...@gmx.net>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <daliborddju...@gmail.com>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/sr@ijekavian/kpty5.po 
new/kpty-5.7.0/po/sr@ijekavian/kpty5.po
--- old/kpty-5.6.0/po/sr@ijekavian/kpty5.po     2015-01-03 13:12:55.000000000 
+0100
+++ new/kpty-5.7.0/po/sr@ijekavian/kpty5.po     2015-02-08 16:23:32.000000000 
+0100
@@ -1,7 +1,7 @@
 # Translation of kdelibs4.po into Serbian.
 # Marko Rosic <ro...@kde.org.yu>, 2003.
 # Toplica Tanaskovic <top...@kde.org.yu>, 2003, 2004, 2005.
-# Chusslove Illich <caslav.i...@gmx.net>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <caslav.i...@gmx.net>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <daliborddju...@gmail.com>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/sr@ijekavianlatin/kpty5.po 
new/kpty-5.7.0/po/sr@ijekavianlatin/kpty5.po
--- old/kpty-5.6.0/po/sr@ijekavianlatin/kpty5.po        2015-01-03 
13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/sr@ijekavianlatin/kpty5.po        2015-02-08 
16:23:32.000000000 +0100
@@ -1,7 +1,7 @@
 # Translation of kdelibs4.po into Serbian.
 # Marko Rosic <ro...@kde.org.yu>, 2003.
 # Toplica Tanaskovic <top...@kde.org.yu>, 2003, 2004, 2005.
-# Chusslove Illich <caslav.i...@gmx.net>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <caslav.i...@gmx.net>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <daliborddju...@gmail.com>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/sr@latin/kpty5.po 
new/kpty-5.7.0/po/sr@latin/kpty5.po
--- old/kpty-5.6.0/po/sr@latin/kpty5.po 2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/po/sr@latin/kpty5.po 2015-02-08 16:23:32.000000000 +0100
@@ -1,7 +1,7 @@
 # Translation of kdelibs4.po into Serbian.
 # Marko Rosic <ro...@kde.org.yu>, 2003.
 # Toplica Tanaskovic <top...@kde.org.yu>, 2003, 2004, 2005.
-# Chusslove Illich <caslav.i...@gmx.net>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014.
+# Chusslove Illich <caslav.i...@gmx.net>, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Dalibor Djuric <daliborddju...@gmail.com>, 2009, 2010, 2011.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/src/CMakeLists.txt 
new/kpty-5.7.0/src/CMakeLists.txt
--- old/kpty-5.6.0/src/CMakeLists.txt   2015-01-03 13:12:55.000000000 +0100
+++ new/kpty-5.7.0/src/CMakeLists.txt   2015-02-08 16:23:32.000000000 +0100
@@ -11,7 +11,7 @@
 include(ConfigureChecks.cmake)
 configure_file(config-pty.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-pty.h )
 
-target_include_directories(KF5Pty INTERFACE 
"$<INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KPty>")
+target_include_directories(KF5Pty INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KPty>")
 
 target_link_libraries(KF5Pty PUBLIC Qt5::Core
                                     KF5::CoreAddons # KProcess
@@ -42,7 +42,7 @@
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kpty_export.h
   ${KPty_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KPty COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KPty COMPONENT Devel
 )
 
 ########### next target ###############
@@ -50,9 +50,9 @@
 if (NOT HAVE_OPENPTY)
    add_executable(kgrantpty kgrantpty.c)
    ecm_mark_nongui_executable(kgrantpty)
-   install(TARGETS kgrantpty DESTINATION ${KF5_LIBEXEC_INSTALL_DIR})
+   install(TARGETS kgrantpty DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5})
 endif ()
 
 include(ECMGeneratePriFile)
-ecm_generate_pri_file(BASE_NAME KPty LIB_NAME KF5Pty DEPS "core KCoreAddons" 
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KF5_INCLUDE_INSTALL_DIR}/KPty)
+ecm_generate_pri_file(BASE_NAME KPty LIB_NAME KF5Pty DEPS "core KCoreAddons" 
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KDE_INSTALL_INCLUDEDIR_KF5}/KPty)
 install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})

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

Reply via email to