diff -Nru ktp-auth-handler-17.12.3/CMakeLists.txt ktp-auth-handler-18.04.3/CMakeLists.txt --- ktp-auth-handler-17.12.3/CMakeLists.txt 2018-03-06 00:25:57.000000000 +0000 +++ ktp-auth-handler-18.04.3/CMakeLists.txt 2018-07-10 00:13:08.000000000 +0000 @@ -1,8 +1,8 @@ project(ktp-auth-handler) # KDE Application Version, managed by release script -set(KDE_APPLICATIONS_VERSION_MAJOR "17") -set(KDE_APPLICATIONS_VERSION_MINOR "12") +set(KDE_APPLICATIONS_VERSION_MAJOR "18") +set(KDE_APPLICATIONS_VERSION_MINOR "04") set(KDE_APPLICATIONS_VERSION_MICRO "3") set(KTP_AUTH_HANDLER_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") diff -Nru ktp-auth-handler-17.12.3/debian/changelog ktp-auth-handler-18.04.3/debian/changelog --- ktp-auth-handler-17.12.3/debian/changelog 2018-03-16 13:31:16.000000000 +0000 +++ ktp-auth-handler-18.04.3/debian/changelog 2018-08-10 08:21:22.000000000 +0000 @@ -1,3 +1,12 @@ +ktp-auth-handler (4:18.04.3-0ubuntu1) cosmic; urgency=medium + + * New upstream release (18.03.80) + * New upstream release (18.04.0) + * New upstream release (18.04.1) + * New upstream release (18.04.3) + + -- Rik Mills Fri, 10 Aug 2018 09:21:22 +0100 + ktp-auth-handler (4:17.12.3-0ubuntu1) bionic; urgency=medium * New upstream release (17.12.3) diff -Nru ktp-auth-handler-17.12.3/debian/control ktp-auth-handler-18.04.3/debian/control --- ktp-auth-handler-17.12.3/debian/control 2018-03-16 13:31:16.000000000 +0000 +++ ktp-auth-handler-18.04.3/debian/control 2018-08-10 08:21:22.000000000 +0000 @@ -9,13 +9,13 @@ debhelper (>= 9), extra-cmake-modules (>= 5.31.0~), libaccounts-qt5-dev (>= 1.10~), - libkaccounts-dev (>= 4:17.12.3~), + libkaccounts-dev (>= 4:18.04.3~), libkf5i18n-dev (>= 5.31.0~), libkf5kio-dev (>= 5.31.0~), libkf5wallet-dev (>= 5.31.0~), libkf5webkit-dev (>= 5.31.0~), libkf5widgetsaddons-dev (>= 5.31.0~), - libktp-dev (>= 4:17.12.3~), + libktp-dev (>= 4:18.04.3~), libqca-qt5-2, libqca-qt5-2-dev, libqjson-dev, @@ -24,7 +24,7 @@ libtelepathy-logger-qt-dev, libtelepathy-qt5-dev (>= 0.8.9~), pkg-kde-tools (>= 0.9), - qtbase5-dev (>= 5.6.1~) + qtbase5-dev (>= 5.6.1~), Standards-Version: 3.9.6 Homepage: https://projects.kde.org/projects/kde/kdenetwork/ktp-auth-handler Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/ktp-auth-handler @@ -32,7 +32,7 @@ Package: kde-telepathy-auth-handler Architecture: any -Depends: kde-telepathy-data (>= ${source:Upstream-Version}), +Depends: kde-telepathy-data, ${misc:Depends}, ${shlibs:Depends} Recommends: kde-telepathy diff -Nru ktp-auth-handler-17.12.3/po/ca@valencia/ktp-auth-handler.po ktp-auth-handler-18.04.3/po/ca@valencia/ktp-auth-handler.po --- ktp-auth-handler-17.12.3/po/ca@valencia/ktp-auth-handler.po 2018-03-06 00:25:57.000000000 +0000 +++ ktp-auth-handler-18.04.3/po/ca@valencia/ktp-auth-handler.po 2018-07-10 00:13:08.000000000 +0000 @@ -108,7 +108,7 @@ #, kde-format msgid "" "Would you like to accept this certificate forever without being prompted?" -msgstr "Voleu acceptar este certificat per sempre sense que se vos demane?" +msgstr "Voleu acceptar aquest certificat per sempre sense que se vos demane?" #: tls-cert-verifier-op.cpp:175 #, kde-format diff -Nru ktp-auth-handler-17.12.3/po/zh_CN/ktp-auth-handler.po ktp-auth-handler-18.04.3/po/zh_CN/ktp-auth-handler.po --- ktp-auth-handler-17.12.3/po/zh_CN/ktp-auth-handler.po 2018-03-06 00:25:57.000000000 +0000 +++ ktp-auth-handler-18.04.3/po/zh_CN/ktp-auth-handler.po 2018-07-10 00:13:08.000000000 +0000 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:16+0100\n" -"PO-Revision-Date: 2018-02-28 02:28-0500\n" +"PO-Revision-Date: 2018-07-03 17:40\n" "Last-Translator: guoyunhebrave \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru ktp-auth-handler-17.12.3/.reviewboardrc ktp-auth-handler-18.04.3/.reviewboardrc --- ktp-auth-handler-17.12.3/.reviewboardrc 2018-03-01 23:00:11.000000000 +0000 +++ ktp-auth-handler-18.04.3/.reviewboardrc 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -REVIEWBOARD_URL = 'https://git.reviewboard.kde.org' -REPOSITORY = 'git://anongit.kde.org/ktp-auth-handler'