diff -Nru kvirc-5.0.1+git-7465-d86b79f65/debian/changelog kvirc-5.0.1+git-7466-18c6261ca/debian/changelog --- kvirc-5.0.1+git-7465-d86b79f65/debian/changelog 2021-07-05 20:30:48.000000000 +0000 +++ kvirc-5.0.1+git-7466-18c6261ca/debian/changelog 2021-07-24 18:58:52.000000000 +0000 @@ -1,8 +1,20 @@ -kvirc (4:5.0.1+git-7465-d86b79f65-1ppa1~groovy1) groovy; urgency=medium +kvirc (4:5.0.1+git-7466-18c6261ca-1ppa1~groovy1) groovy; urgency=medium * Automated backport upload; no source changes. - -- Alexander Pozdnyakov Mon, 05 Jul 2021 23:30:48 +0300 + -- Alexander Pozdnyakov Sat, 24 Jul 2021 21:58:52 +0300 + +kvirc (4:5.0.1+git-7466-18c6261ca-1) unstable; urgency=medium + + * Compile + * URL: https://github.com/kvirc/KVIrc.git + * Branch: master + * Commit: 18c6261ca75d397e001cad374e9a281e7913820e + * Date: 1625250225 + * git changelog: + * 18c6261ca - Update URL to kvirc.net + + -- Alexander Pozdnyakov Thu, 22 Jul 2021 18:03:52 +0300 kvirc (4:5.0.1+git-7465-d86b79f65-1) unstable; urgency=medium diff -Nru kvirc-5.0.1+git-7465-d86b79f65/src/modules/addon/WebAddonInterfaceDialog.cpp kvirc-5.0.1+git-7466-18c6261ca/src/modules/addon/WebAddonInterfaceDialog.cpp --- kvirc-5.0.1+git-7465-d86b79f65/src/modules/addon/WebAddonInterfaceDialog.cpp 2019-01-18 20:33:09.184927500 +0000 +++ kvirc-5.0.1+git-7466-18c6261ca/src/modules/addon/WebAddonInterfaceDialog.cpp 2021-07-22 15:03:41.692095000 +0000 @@ -42,7 +42,7 @@ setWindowTitle(__tr2qs_ctx("Download Addons - KVIrc", "theme")); setPackagePageUrl( - QString::fromLatin1("http://www.kvirc.de/app/addons.php?version=" KVI_VERSION "&lang=%1") + QString::fromLatin1("https://www.kvirc.net/app/addons.php?version=" KVI_VERSION "&lang=%1") .arg(KviLocale::instance()->localeName())); } WebAddonInterfaceDialog::~WebAddonInterfaceDialog() diff -Nru kvirc-5.0.1+git-7465-d86b79f65/src/modules/theme/WebThemeInterfaceDialog.cpp kvirc-5.0.1+git-7466-18c6261ca/src/modules/theme/WebThemeInterfaceDialog.cpp --- kvirc-5.0.1+git-7465-d86b79f65/src/modules/theme/WebThemeInterfaceDialog.cpp 2019-01-18 20:33:09.236927300 +0000 +++ kvirc-5.0.1+git-7466-18c6261ca/src/modules/theme/WebThemeInterfaceDialog.cpp 2021-07-22 15:03:41.692095000 +0000 @@ -48,7 +48,7 @@ m_szGlobalThemesPath += KVI_PATH_SEPARATOR_CHAR; setPackagePageUrl( - QString::fromLatin1("http://www.kvirc.de/app/themes.php?version=" KVI_VERSION "&lang=%1") + QString::fromLatin1("https://www.kvirc.net/app/themes.php?version=" KVI_VERSION "&lang=%1") .arg(KviLocale::instance()->localeName())); } WebThemeInterfaceDialog::~WebThemeInterfaceDialog()