commit purpose for openSUSE:Factory

2024-03-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2024-03-11 15:29:27

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1770 (New)


Package is "purpose"

Mon Mar 11 15:29:27 2024 rev:82 rq:1156632 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2024-02-12 
18:53:47.569938102 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.1770/purpose.changes
2024-03-11 15:33:14.400888380 +0100
@@ -1,0 +2,5 @@
+Sat Mar  9 16:23:08 UTC 2024 - Christophe Marin 
+
+- Move the purpose service files to a subpackage
+
+---



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.ySSVAJ/_old  2024-03-11 15:33:14.928907907 +0100
+++ /var/tmp/diff_new_pack.ySSVAJ/_new  2024-03-11 15:33:14.932908055 +0100
@@ -59,6 +59,7 @@
 Requires:   kdeclarative-components >= %{_kf5_version}
 Requires:   libKF5QuickAddons5 >= %{_kf5_version}
 Requires:   libqt5-qtquickcontrols2
+Requires:   purpose-services >= %{version}
 Suggests:   kdeconnect-kde
 
 %description
@@ -68,6 +69,15 @@
 requested action type and will facilitate components so that all the plugins
 can receive all the information they need.
 
+%package services
+Summary:Online services for purpose
+# Split from the purpose package
+Conflicts:  purpose < %{version}-%{release}
+
+%description services
+This package adds online services to kf6-purpose and are needed to connect to
+Google and Nextcloud servers.
+
 %package -n %{lname}
 Summary:Framework to integrate services and actions - core library
 Recommends: %{name}
@@ -157,6 +167,8 @@
 %{_kf5_iconsdir}/hicolor/*/actions/kipiplugin_youtube.*
 %{_kf5_iconsdir}/hicolor/*/apps/phabricator-purpose.*
 %{_kf5_iconsdir}/hicolor/*/apps/reviewboard-purpose.*
+
+%files services
 %{_kf5_sharedir}/accounts/
 
 %files devel


commit purpose for openSUSE:Factory

2024-02-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2024-02-12 18:51:36

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1815 (New)


Package is "purpose"

Mon Feb 12 18:51:36 2024 rev:81 rq:1145677 version:5.115.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2024-01-15 
22:16:32.236923506 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.1815/purpose.changes
2024-02-12 18:53:47.569938102 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:15:40 UTC 2024 - Christophe Marin 
+
+- Update to 5.115.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.115.0
+- No code change since 5.114.0
+
+---

Old:

  purpose-5.114.0.tar.xz
  purpose-5.114.0.tar.xz.sig

New:

  purpose-5.115.0.tar.xz
  purpose-5.115.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.rpt9Gx/_old  2024-02-12 18:53:48.137958487 +0100
+++ /var/tmp/diff_new_pack.rpt9Gx/_new  2024-02-12 18:53:48.141958630 +0100
@@ -27,7 +27,7 @@
 %define qt5_version 5.15.2
 %bcond_without released
 Name:   purpose
-Version:5.114.0
+Version:5.115.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.114.0.tar.xz -> purpose-5.115.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/CMakeLists.txt 
new/purpose-5.115.0/CMakeLists.txt
--- old/purpose-5.114.0/CMakeLists.txt  2024-01-06 09:56:21.0 +0100
+++ new/purpose-5.115.0/CMakeLists.txt  2024-02-03 15:27:37.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.114.0 REQUIRED NO_MODULE)
+find_package(ECM 5.115.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.114.0") # handled by release scripts
-set(KF_DEP_VERSION "5.114.0") # handled by release scripts
+set(KF_VERSION "5.115.0") # handled by release scripts
+set(KF_DEP_VERSION "5.115.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/po/zh_CN/libpurpose_quick.po 
new/purpose-5.115.0/po/zh_CN/libpurpose_quick.po
--- old/purpose-5.114.0/po/zh_CN/libpurpose_quick.po2024-01-06 
09:56:21.0 +0100
+++ new/purpose-5.115.0/po/zh_CN/libpurpose_quick.po2024-02-03 
15:27:37.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:42\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/po/zh_CN/libpurpose_widgets.po 
new/purpose-5.115.0/po/zh_CN/libpurpose_widgets.po
--- old/purpose-5.114.0/po/zh_CN/libpurpose_widgets.po  2024-01-06 
09:56:21.0 +0100
+++ new/purpose-5.115.0/po/zh_CN/libpurpose_widgets.po  2024-02-03 
15:27:37.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:42\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/po/zh_CN/purpose-fileitemaction.po 
new/purpose-5.115.0/po/zh_CN/purpose-fileitemaction.po
--- old/purpose-5.114.0/po/zh_CN/purpose-fileitemaction.po  2024-01-06 
09:56:21.0 +0100
+++ new/purpose-5.115.0/po/zh_CN/purpose-fileitemaction.po  2024-02-03 
15:27:37.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2023-11-05 12:25+\n"
-"PO-Revision-Date: 2023-12-30 13:42\n"
+"PO-Revision-Date: 2024-01-21 14:14\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.114.0/po/zh_CN/purpose_barcode.po 

commit purpose for openSUSE:Factory

2023-12-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-12-17 21:30:47

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.25432 (New)


Package is "purpose"

Sun Dec 17 21:30:47 2023 rev:79 rq:1133345 version:5.113.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-11-13 
22:20:18.774270137 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.25432/purpose.changes   
2023-12-17 21:33:07.935344571 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 11:18:05 UTC 2023 - Christophe Marin 
+
+- Update to 5.113.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.113.0
+- No code change since 5.112.0
+
+---

Old:

  purpose-5.112.0.tar.xz
  purpose-5.112.0.tar.xz.sig

New:

  purpose-5.113.0.tar.xz
  purpose-5.113.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.gL7IkL/_old  2023-12-17 21:33:08.479364338 +0100
+++ /var/tmp/diff_new_pack.gL7IkL/_new  2023-12-17 21:33:08.479364338 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.103
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%define qt5_version 5.15.2
 %bcond_without released
 Name:   purpose
-Version:5.112.0
+Version:5.113.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -37,28 +37,27 @@
 Source1:%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
-BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
+BuildRequires:  extra-cmake-modules >= %{_kf5_version}
 BuildRequires:  intltool
-BuildRequires:  kf5-filesystem
 BuildRequires:  libaccounts-glib-devel
 BuildRequires:  libsignon-qt5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(AccountsQt5)
 BuildRequires:  cmake(KAccounts)
-BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.15.0
-BuildRequires:  cmake(Qt5Gui) >= 5.15.0
-BuildRequires:  cmake(Qt5Network) >= 5.15.0
-BuildRequires:  cmake(Qt5Qml) >= 5.15.0
-BuildRequires:  cmake(Qt5Test) >= 5.15.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
-Requires:   kdeclarative-components >= %{_kf5_bugfix_version}
-Requires:   libKF5QuickAddons5 >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_version}
+BuildRequires:  cmake(KF5Notifications) >= %{_kf5_version}
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Gui) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Network) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Qml) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Test) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
+Requires:   kdeclarative-components >= %{_kf5_version}
+Requires:   libKF5QuickAddons5 >= %{_kf5_version}
 Requires:   libqt5-qtquickcontrols2
 Suggests:   kdeconnect-kde
 
@@ -99,9 +98,8 @@
 Summary:Framework to integrate services and actions - Build Environment
 Requires:   %{lname} = %{version}
 Requires:   %{name} = %{version}
-Requires:   extra-cmake-modules
 Requires:   libKF5PurposeWidgets5 = %{version}
-Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5CoreAddons) >= %{_kf5_version}
 
 %description devel
 This package contains development files needed to build applications which 
rely on the purpose framework.


++ purpose-5.112.0.tar.xz -> purpose-5.113.0.tar.xz ++
 7421 lines of diff (skipped)


commit purpose for openSUSE:Factory

2023-11-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-11-13 22:17:42

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.17445 (New)


Package is "purpose"

Mon Nov 13 22:17:42 2023 rev:78 rq:1125365 version:5.112.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-10-19 
22:48:55.689932866 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.17445/purpose.changes   
2023-11-13 22:20:18.774270137 +0100
@@ -1,0 +2,9 @@
+Mon Nov  6 09:14:14 UTC 2023 - Christophe Marin 
+
+- Update to 5.112.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.112.0
+- No code change since 5.111.0
+
+---

Old:

  purpose-5.111.0.tar.xz
  purpose-5.111.0.tar.xz.sig

New:

  purpose-5.112.0.tar.xz
  purpose-5.112.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.4Jui7s/_old  2023-11-13 22:20:19.614301066 +0100
+++ /var/tmp/diff_new_pack.4Jui7s/_new  2023-11-13 22:20:19.618301213 +0100
@@ -27,7 +27,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.111.0
+Version:5.112.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.111.0.tar.xz -> purpose-5.112.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.111.0/CMakeLists.txt 
new/purpose-5.112.0/CMakeLists.txt
--- old/purpose-5.111.0/CMakeLists.txt  2023-10-07 12:24:09.0 +0200
+++ new/purpose-5.112.0/CMakeLists.txt  2023-11-04 11:06:22.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.111.0 REQUIRED NO_MODULE)
+find_package(ECM 5.112.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.111.0") # handled by release scripts
-set(KF_DEP_VERSION "5.111.0") # handled by release scripts
+set(KF_VERSION "5.112.0") # handled by release scripts
+set(KF_DEP_VERSION "5.112.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.111.0/po/gl/purpose_reviewboard.po 
new/purpose-5.112.0/po/gl/purpose_reviewboard.po
--- old/purpose-5.111.0/po/gl/purpose_reviewboard.po2023-10-07 
12:24:09.0 +0200
+++ new/purpose-5.112.0/po/gl/purpose_reviewboard.po2023-11-04 
11:06:22.0 +0100
@@ -62,7 +62,7 @@
 #: reviewboardplugin_config.qml:38 reviewpatch.ui:65
 #, kde-format
 msgid "Username:"
-msgstr "Nome de usuario:"
+msgstr "Nome de usuaria:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: reviewboardplugin_config.qml:43 reviewpatch.ui:79
@@ -114,7 +114,7 @@
 #: reviewpatch.ui:72
 #, kde-format
 msgid "User name in the specified service"
-msgstr "Nome de usuario no servizo indicado"
+msgstr "Nome de usuaria no servizo indicado"
 
 #. i18n: ectx: property (title), widget (QGroupBox, repositoriesBox)
 #: reviewpatch.ui:99
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.111.0/po/zh_CN/libpurpose_quick.po 
new/purpose-5.112.0/po/zh_CN/libpurpose_quick.po
--- old/purpose-5.111.0/po/zh_CN/libpurpose_quick.po2023-10-07 
12:24:09.0 +0200
+++ new/purpose-5.112.0/po/zh_CN/libpurpose_quick.po2023-11-04 
11:06:22.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-12-07 00:41+\n"
-"PO-Revision-Date: 2023-09-16 10:09\n"
+"PO-Revision-Date: 2023-10-21 13:55\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.111.0/po/zh_CN/libpurpose_widgets.po 
new/purpose-5.112.0/po/zh_CN/libpurpose_widgets.po
--- old/purpose-5.111.0/po/zh_CN/libpurpose_widgets.po  2023-10-07 
12:24:09.0 +0200
+++ new/purpose-5.112.0/po/zh_CN/libpurpose_widgets.po  2023-11-04 
11:06:22.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-22 

commit purpose for openSUSE:Factory

2023-10-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-10-19 22:46:40

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1945 (New)


Package is "purpose"

Thu Oct 19 22:46:40 2023 rev:77 rq:1118737 version:5.111.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-09-11 
21:25:14.187906348 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1945/purpose.changes
2023-10-19 22:48:55.689932866 +0200
@@ -1,0 +2,9 @@
+Mon Oct  9 20:21:14 UTC 2023 - Christophe Marin 
+
+- Update to 5.111.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.111.0
+- No code change since 5.110.0
+
+---

Old:

  purpose-5.110.0.tar.xz
  purpose-5.110.0.tar.xz.sig

New:

  purpose-5.111.0.tar.xz
  purpose-5.111.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.bKwjaj/_old  2023-10-19 22:48:56.209951726 +0200
+++ /var/tmp/diff_new_pack.bKwjaj/_new  2023-10-19 22:48:56.209951726 +0200
@@ -27,7 +27,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.110.0
+Version:5.111.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.110.0.tar.xz -> purpose-5.111.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.110.0/CMakeLists.txt 
new/purpose-5.111.0/CMakeLists.txt
--- old/purpose-5.110.0/CMakeLists.txt  2023-09-03 09:38:40.0 +0200
+++ new/purpose-5.111.0/CMakeLists.txt  2023-10-07 12:24:09.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.110.0 REQUIRED NO_MODULE)
+find_package(ECM 5.111.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.110.0") # handled by release scripts
-set(KF_DEP_VERSION "5.110.0") # handled by release scripts
+set(KF_VERSION "5.111.0") # handled by release scripts
+set(KF_DEP_VERSION "5.111.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.110.0/po/ca@valencia/purpose_imgur.po 
new/purpose-5.111.0/po/ca@valencia/purpose_imgur.po
--- old/purpose-5.110.0/po/ca@valencia/purpose_imgur.po 2023-09-03 
09:38:40.0 +0200
+++ new/purpose-5.111.0/po/ca@valencia/purpose_imgur.po 2023-10-07 
12:24:09.0 +0200
@@ -43,6 +43,6 @@
 "clipboard.If you would like to remove the uploaded image, visit %2"
 msgstr ""
-"L'enllaç de la imatge compartida (%1) s'ha copiat al "
-"porta-retalls.Si voleu eliminar la imatge pujada, visiteu %2"
+"L'enllaç de la imatge compartida (%1) s'ha copiat a dins "
+"del porta-retalls.Si voleu eliminar la imatge pujada, visiteu %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.110.0/po/gl/libpurpose_quick.po 
new/purpose-5.111.0/po/gl/libpurpose_quick.po
--- old/purpose-5.110.0/po/gl/libpurpose_quick.po   2023-09-03 
09:38:40.0 +0200
+++ new/purpose-5.111.0/po/gl/libpurpose_quick.po   2023-10-07 
12:24:09.0 +0200
@@ -30,7 +30,7 @@
 "\n"
 "%1"
 msgstr ""
-"Non se puido cargar a páxina de configuración desta acción:\n"
+"Non foi posíbel cargar a páxina de configuración desta acción:\n"
 "\n"
 "%1"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.110.0/po/gl/purpose_ktp-sendfile.po 
new/purpose-5.111.0/po/gl/purpose_ktp-sendfile.po
--- old/purpose-5.110.0/po/gl/purpose_ktp-sendfile.po   2023-09-03 
09:38:40.0 +0200
+++ new/purpose-5.111.0/po/gl/purpose_ktp-sendfile.po   2023-10-07 
12:24:09.0 +0200
@@ -20,4 +20,4 @@
 #: ktpsendfileplugin.cpp:37
 #, kde-format
 msgid "Couldn't find 'ktp-send-file' executable."
-msgstr "Non se puido atopar o executábel «ktp-send-file»."
+msgstr "Non foi posíbel atopar o executábel «ktp-send-file»."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.110.0/po/gl/purpose_phabricator.po 
new/purpose-5.111.0/po/gl/purpose_phabricator.po
--- 

commit purpose for openSUSE:Factory

2023-09-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-09-11 21:21:10

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1766 (New)


Package is "purpose"

Mon Sep 11 21:21:10 2023 rev:76 rq:1110120 version:5.110.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-08-20 
00:14:42.875293975 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1766/purpose.changes
2023-09-11 21:25:14.187906348 +0200
@@ -1,0 +2,9 @@
+Wed Sep  6 12:24:21 UTC 2023 - Christophe Marin 
+
+- Update to 5.110.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.110.0
+- No code change since 5.109.0
+
+---

Old:

  purpose-5.109.0.tar.xz
  purpose-5.109.0.tar.xz.sig

New:

  purpose-5.110.0.tar.xz
  purpose-5.110.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.wkYg48/_old  2023-09-11 21:25:15.491952835 +0200
+++ /var/tmp/diff_new_pack.wkYg48/_new  2023-09-11 21:25:15.491952835 +0200
@@ -27,7 +27,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.109.0
+Version:5.110.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.109.0.tar.xz -> purpose-5.110.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.109.0/CMakeLists.txt 
new/purpose-5.110.0/CMakeLists.txt
--- old/purpose-5.109.0/CMakeLists.txt  2023-08-05 14:40:49.0 +0200
+++ new/purpose-5.110.0/CMakeLists.txt  2023-09-03 09:38:40.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.109.0 REQUIRED NO_MODULE)
+find_package(ECM 5.110.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.109.0") # handled by release scripts
-set(KF_DEP_VERSION "5.109.0") # handled by release scripts
+set(KF_VERSION "5.110.0") # handled by release scripts
+set(KF_DEP_VERSION "5.110.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.109.0/po/zh_CN/libpurpose_quick.po 
new/purpose-5.110.0/po/zh_CN/libpurpose_quick.po
--- old/purpose-5.109.0/po/zh_CN/libpurpose_quick.po2023-08-05 
14:40:49.0 +0200
+++ new/purpose-5.110.0/po/zh_CN/libpurpose_quick.po2023-09-03 
09:38:40.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-12-07 00:41+\n"
-"PO-Revision-Date: 2023-08-02 12:40\n"
+"PO-Revision-Date: 2023-09-02 02:57\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.109.0/po/zh_CN/libpurpose_widgets.po 
new/purpose-5.110.0/po/zh_CN/libpurpose_widgets.po
--- old/purpose-5.109.0/po/zh_CN/libpurpose_widgets.po  2023-08-05 
14:40:49.0 +0200
+++ new/purpose-5.110.0/po/zh_CN/libpurpose_widgets.po  2023-09-03 
09:38:40.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-22 00:14+\n"
-"PO-Revision-Date: 2023-08-02 12:40\n"
+"PO-Revision-Date: 2023-09-02 02:57\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.109.0/po/zh_CN/purpose-fileitemaction.po 
new/purpose-5.110.0/po/zh_CN/purpose-fileitemaction.po
--- old/purpose-5.109.0/po/zh_CN/purpose-fileitemaction.po  2023-08-05 
14:40:49.0 +0200
+++ new/purpose-5.110.0/po/zh_CN/purpose-fileitemaction.po  2023-09-03 
09:38:40.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-04-20 00:15+\n"
-"PO-Revision-Date: 2023-08-02 12:40\n"
+"PO-Revision-Date: 2023-09-02 02:57\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit purpose for openSUSE:Factory

2023-08-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-08-20 00:11:30

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1766 (New)


Package is "purpose"

Sun Aug 20 00:11:30 2023 rev:75 rq:1104617 version:5.109.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-07-09 
20:42:42.865987185 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1766/purpose.changes
2023-08-20 00:14:42.875293975 +0200
@@ -1,0 +2,11 @@
+Tue Aug  8 17:43:12 UTC 2023 - Christophe Marin 
+
+- Update to 5.109.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.109.0
+- Changes since 5.108.0:
+  * Remove code variants for building with Qt 6
+  * Add explicit moc includes to sources for moc-covered headers
+
+---

Old:

  purpose-5.108.0.tar.xz
  purpose-5.108.0.tar.xz.sig

New:

  purpose-5.109.0.tar.xz
  purpose-5.109.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.JdwW5v/_old  2023-08-20 00:14:43.499295202 +0200
+++ /var/tmp/diff_new_pack.JdwW5v/_new  2023-08-20 00:14:43.511295226 +0200
@@ -27,7 +27,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.108.0
+Version:5.109.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.108.0.tar.xz -> purpose-5.109.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.108.0/CMakeLists.txt 
new/purpose-5.109.0/CMakeLists.txt
--- old/purpose-5.108.0/CMakeLists.txt  2023-07-01 12:04:21.0 +0200
+++ new/purpose-5.109.0/CMakeLists.txt  2023-08-05 14:40:49.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.108.0 REQUIRED NO_MODULE)
+find_package(ECM 5.109.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.108.0") # handled by release scripts
-set(KF_DEP_VERSION "5.108.0") # handled by release scripts
+set(KF_VERSION "5.109.0") # handled by release scripts
+set(KF_DEP_VERSION "5.109.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.108.0/autotests/alternativesmodeltest.cpp 
new/purpose-5.109.0/autotests/alternativesmodeltest.cpp
--- old/purpose-5.108.0/autotests/alternativesmodeltest.cpp 2023-07-01 
12:04:21.0 +0200
+++ new/purpose-5.109.0/autotests/alternativesmodeltest.cpp 2023-08-05 
14:40:49.0 +0200
@@ -172,3 +172,5 @@
 plugins = listPlugins({QStringLiteral("saveasplugin")});
 QVERIFY(!plugins.contains(QStringLiteral("emailplugin")));
 }
+
+#include "moc_alternativesmodeltest.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.108.0/autotests/menutest.cpp 
new/purpose-5.109.0/autotests/menutest.cpp
--- old/purpose-5.108.0/autotests/menutest.cpp  2023-07-01 12:04:21.0 
+0200
+++ new/purpose-5.109.0/autotests/menutest.cpp  2023-08-05 14:40:49.0 
+0200
@@ -70,3 +70,5 @@
 
 delete menu;
 }
+
+#include "moc_menutest.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.108.0/po/eo/libpurpose_quick.po 
new/purpose-5.109.0/po/eo/libpurpose_quick.po
--- old/purpose-5.108.0/po/eo/libpurpose_quick.po   1970-01-01 
01:00:00.0 +0100
+++ new/purpose-5.109.0/po/eo/libpurpose_quick.po   2023-08-05 
14:40:49.0 +0200
@@ -0,0 +1,44 @@
+# translation of libpurpose_quick.pot to esperanto
+# Copyright (C) 2021 Free Software Foundation, Inc.
+# This file is distributed under the same license as the purpose package.
+# Oliver Kellogg https://bugs.kde.org\n;
+"POT-Creation-Date: 2021-12-07 00:41+\n"
+"PO-Revision-Date: 2023-07-14 16:29+0100\n"
+"Last-Translator: Oliver Kellogg \n"
+"Language-Team: Esperanto \n"
+"Language: eo\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: AlternativesView.qml:34
+#, kde-format
+msgid "Use"
+msgstr 

commit purpose for openSUSE:Factory

2023-07-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-07-09 20:40:39

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.23466 (New)


Package is "purpose"

Sun Jul  9 20:40:39 2023 rev:74 rq:1097739 version:5.108.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-06-11 
19:56:42.023673549 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.23466/purpose.changes   
2023-07-09 20:42:42.865987185 +0200
@@ -1,0 +2,10 @@
+Mon Jul  3 07:02:04 UTC 2023 - Christophe Marin 
+
+- Update to 5.108.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.108.0
+- Changes since 5.107.0:
+  * Remove qt6 CI builds
+
+---

Old:

  purpose-5.107.0.tar.xz
  purpose-5.107.0.tar.xz.sig

New:

  purpose-5.108.0.tar.xz
  purpose-5.108.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.QQNWw5/_old  2023-07-09 20:42:43.345990073 +0200
+++ /var/tmp/diff_new_pack.QQNWw5/_new  2023-07-09 20:42:43.349990097 +0200
@@ -27,7 +27,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.107.0
+Version:5.108.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.107.0.tar.xz -> purpose-5.108.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.107.0/.gitlab-ci.yml 
new/purpose-5.108.0/.gitlab-ci.yml
--- old/purpose-5.107.0/.gitlab-ci.yml  2023-06-03 11:53:00.0 +0200
+++ new/purpose-5.108.0/.gitlab-ci.yml  2023-07-01 12:04:21.0 +0200
@@ -4,7 +4,4 @@
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.107.0/CMakeLists.txt 
new/purpose-5.108.0/CMakeLists.txt
--- old/purpose-5.107.0/CMakeLists.txt  2023-06-03 11:53:00.0 +0200
+++ new/purpose-5.108.0/CMakeLists.txt  2023-07-01 12:04:21.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.107.0 REQUIRED NO_MODULE)
+find_package(ECM 5.108.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.107.0") # handled by release scripts
-set(KF_DEP_VERSION "5.107.0") # handled by release scripts
+set(KF_VERSION "5.108.0") # handled by release scripts
+set(KF_DEP_VERSION "5.108.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.107.0/po/gl/purpose_barcode.po 
new/purpose-5.108.0/po/gl/purpose_barcode.po
--- old/purpose-5.107.0/po/gl/purpose_barcode.po2023-06-03 
11:53:00.0 +0200
+++ new/purpose-5.108.0/po/gl/purpose_barcode.po2023-07-01 
12:04:21.0 +0200
@@ -30,7 +30,7 @@
 #: barcodeplugin_config.qml:71
 #, kde-format
 msgid "The QR code is too large to be displayed"
-msgstr "O código QR é grande de máis para mostralo."
+msgstr "O código QR é grande de máis para amosalo."
 
 #: barcodeplugin_config.qml:83
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.107.0/po/zh_CN/libpurpose_quick.po 
new/purpose-5.108.0/po/zh_CN/libpurpose_quick.po
--- old/purpose-5.107.0/po/zh_CN/libpurpose_quick.po2023-06-03 
11:53:00.0 +0200
+++ new/purpose-5.108.0/po/zh_CN/libpurpose_quick.po2023-07-01 
12:04:21.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-12-07 00:41+\n"
-"PO-Revision-Date: 2023-05-22 14:01\n"

commit purpose for openSUSE:Factory

2023-06-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-06-11 19:53:53

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.15902 (New)


Package is "purpose"

Sun Jun 11 19:53:53 2023 rev:73 rq:1091964 version:5.107.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-05-14 
16:33:46.667793682 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.15902/purpose.changes   
2023-06-11 19:56:42.023673549 +0200
@@ -1,0 +2,9 @@
+Mon Jun  5 07:44:15 UTC 2023 - Christophe Marin 
+
+- Update to 5.107.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.107.0
+- No code change since 5.106.0
+
+---

Old:

  purpose-5.106.0.tar.xz
  purpose-5.106.0.tar.xz.sig

New:

  purpose-5.107.0.tar.xz
  purpose-5.107.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.Wv3YHd/_old  2023-06-11 19:56:42.607677070 +0200
+++ /var/tmp/diff_new_pack.Wv3YHd/_new  2023-06-11 19:56:42.611677095 +0200
@@ -27,7 +27,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.106.0
+Version:5.107.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.106.0.tar.xz -> purpose-5.107.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.106.0/CMakeLists.txt 
new/purpose-5.107.0/CMakeLists.txt
--- old/purpose-5.106.0/CMakeLists.txt  2023-05-06 11:32:13.0 +0200
+++ new/purpose-5.107.0/CMakeLists.txt  2023-06-03 11:53:00.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.106.0 REQUIRED NO_MODULE)
+find_package(ECM 5.107.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.106.0") # handled by release scripts
-set(KF_DEP_VERSION "5.106.0") # handled by release scripts
+set(KF_VERSION "5.107.0") # handled by release scripts
+set(KF_DEP_VERSION "5.107.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.106.0/po/ar/purpose_phabricator.po 
new/purpose-5.107.0/po/ar/purpose_phabricator.po
--- old/purpose-5.106.0/po/ar/purpose_phabricator.po2023-05-06 
11:32:13.0 +0200
+++ new/purpose-5.107.0/po/ar/purpose_phabricator.po2023-06-03 
11:53:00.0 +0200
@@ -2,22 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Safa Alfulaij , 2018.
-# Zayed Al-Saidi , 2021.
+# Zayed Al-Saidi , 2021, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-08-09 00:42+\n"
-"PO-Revision-Date: 2021-07-20 21:50+0400\n"
+"PO-Revision-Date: 2023-05-11 10:15+0400\n"
 "Last-Translator: Zayed Al-Saidi \n"
-"Language-Team: \n"
+"Language-Team: ar\n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 21.12.3\n"
 
 #: phabricatorjobs.cpp:59 phabricatorjobs.cpp:195
 #, kde-format
@@ -27,7 +27,7 @@
 #: phabricatorjobs.cpp:117
 #, kde-format
 msgid "Could not create the new \"differential diff\""
-msgstr ""
+msgstr "تعذر إنشاء \"الفرق التفاضلي\" الجديد"
 
 #: phabricatorjobs.cpp:154
 #, kde-format
@@ -37,7 +37,7 @@
 #: phabricatorjobs.cpp:206
 #, kde-format
 msgid "Could not get list of differential revisions in %1"
-msgstr ""
+msgstr "تعذر الحصول على قائمة بالمراجعات 
التفاضلية في %1"
 
 #: phabricatorplugin.cpp:49
 #, kde-format
@@ -53,32 +53,32 @@
 #, kde-format
 msgid ""
 "Please choose between creating a new revision or updating an existing one"
-msgstr ""
+msgstr "الرجاء الاختيار بين إنشاء مراجعة 
جديدة أو تحديث نسخة موجودة"
 
 #: phabricatorplugin_config.qml:28
 #, kde-format
 msgid "Update differential 

commit purpose for openSUSE:Factory

2023-05-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-05-14 16:31:23

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1533 (New)


Package is "purpose"

Sun May 14 16:31:23 2023 rev:72 rq:1086969 version:5.106.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-04-09 
18:42:41.938322380 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1533/purpose.changes
2023-05-14 16:33:46.667793682 +0200
@@ -1,0 +2,10 @@
+Sat May  6 14:01:53 UTC 2023 - Christophe Marin 
+
+- Update to 5.106.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.106.0
+- Changes since 5.105.0:
+  * Fix build with Qt 6.5
+
+---

Old:

  purpose-5.105.0.tar.xz
  purpose-5.105.0.tar.xz.sig

New:

  purpose-5.106.0.tar.xz
  purpose-5.106.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.BwgGRD/_old  2023-05-14 16:33:47.219796351 +0200
+++ /var/tmp/diff_new_pack.BwgGRD/_new  2023-05-14 16:33:47.223796371 +0200
@@ -27,7 +27,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.105.0
+Version:5.106.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.105.0.tar.xz -> purpose-5.106.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.105.0/CMakeLists.txt 
new/purpose-5.106.0/CMakeLists.txt
--- old/purpose-5.105.0/CMakeLists.txt  2023-03-31 11:18:07.0 +0200
+++ new/purpose-5.106.0/CMakeLists.txt  2023-05-06 11:32:13.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.105.0 REQUIRED NO_MODULE)
+find_package(ECM 5.106.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.105.0") # handled by release scripts
-set(KF_DEP_VERSION "5.105.0") # handled by release scripts
+set(KF_VERSION "5.106.0") # handled by release scripts
+set(KF_DEP_VERSION "5.106.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.105.0/autotests/alternativesmodeltest.cpp 
new/purpose-5.106.0/autotests/alternativesmodeltest.cpp
--- old/purpose-5.105.0/autotests/alternativesmodeltest.cpp 2023-03-31 
11:18:07.0 +0200
+++ new/purpose-5.106.0/autotests/alternativesmodeltest.cpp 2023-05-06 
11:32:13.0 +0200
@@ -41,7 +41,7 @@
 
 if (qEnvironmentVariableIsSet("QT_LOGGING_RULES")) { // as is the case in 
CI
 // CopyJob debug output is too noisy because of the huge data URL 
we're using in bigBufferTest.
-qputenv("QT_LOGGING_RULES", qgetenv("QT_LOGGING_RULES") + 
QByteArrayLiteral(";kf.kio.core.copyjob.debug=false"));
+qputenv("QT_LOGGING_RULES", QByteArray(qgetenv("QT_LOGGING_RULES") + 
QByteArrayLiteral(";kf.kio.core.copyjob.debug=false")));
 }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.105.0/po/de/libpurpose_quick.po 
new/purpose-5.106.0/po/de/libpurpose_quick.po
--- old/purpose-5.105.0/po/de/libpurpose_quick.po   2023-03-31 
11:18:07.0 +0200
+++ new/purpose-5.106.0/po/de/libpurpose_quick.po   2023-05-06 
11:32:13.0 +0200
@@ -1,19 +1,19 @@
-# Frederik Schwarzer , 2015.
+# Frederik Schwarzer , 2015, 2023.
 # Burkhard Lück , 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-12-07 00:41+\n"
-"PO-Revision-Date: 2021-08-25 15:49+0200\n"
-"Last-Translator: Burkhard Lück \n"
+"PO-Revision-Date: 2023-04-03 17:02+0200\n"
+"Last-Translator: Frederik Schwarzer \n"
 "Language-Team: German \n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.3\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #: AlternativesView.qml:34
 #, kde-format
@@ -34,12 +34,12 @@
 #: JobView.qml:121
 #, kde-format
 msgid "Send"

commit purpose for openSUSE:Factory

2023-04-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-04-09 18:40:28

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.19717 (New)


Package is "purpose"

Sun Apr  9 18:40:28 2023 rev:71 rq:1078099 version:5.105.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-03-12 
16:25:57.853218789 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.19717/purpose.changes   
2023-04-09 18:42:41.938322380 +0200
@@ -1,0 +2,9 @@
+Sat Apr  1 17:00:58 UTC 2023 - Christophe Marin 
+
+- Update to 5.105.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.105.0
+- No code change since 5.104.0
+
+---

Old:

  purpose-5.104.0.tar.xz
  purpose-5.104.0.tar.xz.sig

New:

  purpose-5.105.0.tar.xz
  purpose-5.105.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.au0z6B/_old  2023-04-09 18:42:42.354324734 +0200
+++ /var/tmp/diff_new_pack.au0z6B/_new  2023-04-09 18:42:42.358324756 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.104
+%define _tar_path 5.103
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.104.0
+Version:5.105.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.104.0.tar.xz -> purpose-5.105.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.104.0/CMakeLists.txt 
new/purpose-5.105.0/CMakeLists.txt
--- old/purpose-5.104.0/CMakeLists.txt  2023-03-04 11:10:47.0 +0100
+++ new/purpose-5.105.0/CMakeLists.txt  2023-03-31 11:18:07.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.104.0 REQUIRED NO_MODULE)
+find_package(ECM 5.105.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.104.0") # handled by release scripts
-set(KF_DEP_VERSION "5.104.0") # handled by release scripts
+set(KF_VERSION "5.105.0") # handled by release scripts
+set(KF_DEP_VERSION "5.105.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.104.0/po/ar/purpose_youtube.po 
new/purpose-5.105.0/po/ar/purpose_youtube.po
--- old/purpose-5.104.0/po/ar/purpose_youtube.po2023-03-04 
11:10:47.0 +0100
+++ new/purpose-5.105.0/po/ar/purpose_youtube.po2023-03-31 
11:18:07.0 +0200
@@ -46,7 +46,7 @@
 #: youtubeplugin_config.qml:63
 #, kde-format
 msgid "KDE, Kamoso"
-msgstr "كدي، بلازما"
+msgstr "كِيدِي، بلازما"
 
 #: youtubeplugin_config.qml:66
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.104.0/po/nn/libpurpose_quick.po 
new/purpose-5.105.0/po/nn/libpurpose_quick.po
--- old/purpose-5.104.0/po/nn/libpurpose_quick.po   2023-03-04 
11:10:47.0 +0100
+++ new/purpose-5.105.0/po/nn/libpurpose_quick.po   2023-03-31 
11:18:07.0 +0200
@@ -1,12 +1,12 @@
 # Translation of libpurpose_quick to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2018.
+# Karl Ove Hufthammer , 2018, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-12-07 00:41+\n"
-"PO-Revision-Date: 2018-02-12 20:32+0100\n"
+"PO-Revision-Date: 2023-03-04 17:11+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -14,7 +14,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 22.12.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -31,13 +31,16 @@
 "\n"
 "%1"
 msgstr ""
+"Klarte ikkje lasta oppsettsida for denne handlinga:\n"
+"\n"

commit purpose for openSUSE:Factory

2023-03-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-03-12 16:23:57

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.31432 (New)


Package is "purpose"

Sun Mar 12 16:23:57 2023 rev:70 rq:1070929 version:5.104.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-02-13 
16:41:15.231480689 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.31432/purpose.changes   
2023-03-12 16:25:57.853218789 +0100
@@ -1,0 +2,10 @@
+Mon Mar  6 09:08:09 UTC 2023 - Christophe Marin 
+
+- Update to 5.104.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.104.0
+- Changes since 5.103.0:
+  * Place Purpose::Menu headers into C++ namespace subdir, w/ compat headers
+
+---

Old:

  purpose-5.103.0.tar.xz
  purpose-5.103.0.tar.xz.sig

New:

  purpose-5.104.0.tar.xz
  purpose-5.104.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.LCRc3c/_old  2023-03-12 16:25:58.297220744 +0100
+++ /var/tmp/diff_new_pack.LCRc3c/_new  2023-03-12 16:25:58.301220762 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.103
+%define _tar_path 5.104
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.103.0
+Version:5.104.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.103.0.tar.xz -> purpose-5.104.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.103.0/CMakeLists.txt 
new/purpose-5.104.0/CMakeLists.txt
--- old/purpose-5.103.0/CMakeLists.txt  2023-02-05 10:28:31.0 +0100
+++ new/purpose-5.104.0/CMakeLists.txt  2023-03-04 11:10:47.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.103.0 REQUIRED NO_MODULE)
+find_package(ECM 5.104.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -13,8 +13,8 @@
 include(KDEGitCommitHooks)
 
 include(FeatureSummary)
-include(GenerateExportHeader)
 
+include(ECMGenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMAddTests)
 include(ECMInstallIcons)
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.103.0") # handled by release scripts
-set(KF_DEP_VERSION "5.103.0") # handled by release scripts
+set(KF_VERSION "5.104.0") # handled by release scripts
+set(KF_DEP_VERSION "5.104.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
@@ -43,6 +43,8 @@
 ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0)
 ecm_find_qmlmodule(org.kde.prison 1.0)
 
+set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of 
deprecated API excluded from the build [default=0].")
+
 ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX PURPOSE
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/purpose_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PurposeConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.103.0/autotests/menutest.cpp 
new/purpose-5.104.0/autotests/menutest.cpp
--- old/purpose-5.103.0/autotests/menutest.cpp  2023-02-05 10:28:31.0 
+0100
+++ new/purpose-5.104.0/autotests/menutest.cpp  2023-03-04 11:10:47.0 
+0100
@@ -12,7 +12,7 @@
 
 #include "menutest.h"
 #include 
-#include 
+#include 
 
 QTEST_MAIN(MenuTest)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.103.0/docs/Doxyfile.local 
new/purpose-5.104.0/docs/Doxyfile.local
--- old/purpose-5.103.0/docs/Doxyfile.local 1970-01-01 01:00:00.0 
+0100
+++ new/purpose-5.104.0/docs/Doxyfile.local 2023-03-04 11:10:47.0 
+0100
@@ -0,0 +1,11 @@
+### KApiDox Project-specific Overrides File
+
+# define so that deprecated API is not skipped
+PREDEFINED += \
+PURPOSEWIDGETS_EXPORT= \
+"PURPOSEWIDGETS_ENABLE_DEPRECATED_SINCE(x, y)=1" \
+

commit purpose for openSUSE:Factory

2023-02-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-02-13 16:39:07

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1848 (New)


Package is "purpose"

Mon Feb 13 16:39:07 2023 rev:69 rq:1064629 version:5.103.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2023-01-16 
18:01:16.675615779 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.1848/purpose.changes
2023-02-13 16:41:15.231480689 +0100
@@ -1,0 +2,9 @@
+Wed Feb  8 09:13:10 UTC 2023 - Christophe Marin 
+
+- Update to 5.103.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.103.0
+- No code change since 5.102.0
+
+---

Old:

  purpose-5.102.0.tar.xz
  purpose-5.102.0.tar.xz.sig

New:

  purpose-5.103.0.tar.xz
  purpose-5.103.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.L571ps/_old  2023-02-13 16:41:15.747484029 +0100
+++ /var/tmp/diff_new_pack.L571ps/_new  2023-02-13 16:41:15.751484054 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.102
+%define _tar_path 5.103
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.102.0
+Version:5.103.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -134,12 +134,9 @@
 %find_lang purpose_saveas %{name}.lang
 %find_lang purpose_youtube %{name}.lang
 
-%post -n %{lname} -p /sbin/ldconfig
-%postun -n %{lname} -p /sbin/ldconfig
-%post -n libKF5PurposeWidgets5 -p /sbin/ldconfig
-%postun -n libKF5PurposeWidgets5 -p /sbin/ldconfig
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{lname}
+%ldconfig_scriptlets -n libKF5PurposeWidgets5
+%ldconfig_scriptlets
 
 %files lang -f %{name}.lang
 


++ purpose-5.102.0.tar.xz -> purpose-5.103.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.102.0/CMakeLists.txt 
new/purpose-5.103.0/CMakeLists.txt
--- old/purpose-5.102.0/CMakeLists.txt  2023-01-07 03:26:05.0 +0100
+++ new/purpose-5.103.0/CMakeLists.txt  2023-02-05 10:28:31.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.102.0 REQUIRED NO_MODULE)
+find_package(ECM 5.103.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.102.0") # handled by release scripts
-set(KF_DEP_VERSION "5.102.0") # handled by release scripts
+set(KF_VERSION "5.103.0") # handled by release scripts
+set(KF_DEP_VERSION "5.103.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.102.0/po/zh_CN/libpurpose_quick.po 
new/purpose-5.103.0/po/zh_CN/libpurpose_quick.po
--- old/purpose-5.102.0/po/zh_CN/libpurpose_quick.po2023-01-07 
03:26:05.0 +0100
+++ new/purpose-5.103.0/po/zh_CN/libpurpose_quick.po2023-02-05 
10:28:31.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-12-07 00:41+\n"
-"PO-Revision-Date: 2023-01-02 07:12\n"
+"PO-Revision-Date: 2023-01-12 10:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.102.0/po/zh_CN/libpurpose_widgets.po 
new/purpose-5.103.0/po/zh_CN/libpurpose_widgets.po
--- old/purpose-5.102.0/po/zh_CN/libpurpose_widgets.po  2023-01-07 
03:26:05.0 +0100
+++ new/purpose-5.103.0/po/zh_CN/libpurpose_widgets.po  2023-02-05 
10:28:31.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-22 00:14+\n"
-"PO-Revision-Date: 2023-01-02 07:12\n"
+"PO-Revision-Date: 2023-01-12 10:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 

commit purpose for openSUSE:Factory

2023-01-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2023-01-16 17:58:49

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.32243 (New)


Package is "purpose"

Mon Jan 16 17:58:49 2023 rev:68 rq:1058537 version:5.102.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-12-12 
17:41:10.177624946 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.32243/purpose.changes   
2023-01-16 18:01:16.675615779 +0100
@@ -1,0 +2,10 @@
+Thu Jan 12 08:19:17 UTC 2023 - Christophe Marin 
+
+- Update to 5.102.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.102.0
+- Changes since 5.101.0:
+  * menudemo fix clazy-detaching-temporary
+
+---

Old:

  purpose-5.101.0.tar.xz
  purpose-5.101.0.tar.xz.sig

New:

  purpose-5.102.0.tar.xz
  purpose-5.102.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.PLZ3FB/_old  2023-01-16 18:01:17.303619303 +0100
+++ /var/tmp/diff_new_pack.PLZ3FB/_new  2023-01-16 18:01:17.311619348 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.101
+%define _tar_path 5.102
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.101.0
+Version:5.102.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.101.0.tar.xz -> purpose-5.102.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.101.0/CMakeLists.txt 
new/purpose-5.102.0/CMakeLists.txt
--- old/purpose-5.101.0/CMakeLists.txt  2022-12-03 10:53:51.0 +0100
+++ new/purpose-5.102.0/CMakeLists.txt  2023-01-07 03:26:05.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.101.0 REQUIRED NO_MODULE)
+find_package(ECM 5.102.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.101.0") # handled by release scripts
-set(KF_DEP_VERSION "5.101.0") # handled by release scripts
+set(KF_VERSION "5.102.0") # handled by release scripts
+set(KF_DEP_VERSION "5.102.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.101.0/po/ca@valencia/purpose_saveas.po 
new/purpose-5.102.0/po/ca@valencia/purpose_saveas.po
--- old/purpose-5.101.0/po/ca@valencia/purpose_saveas.po2022-12-03 
10:53:51.0 +0100
+++ new/purpose-5.102.0/po/ca@valencia/purpose_saveas.po2023-01-07 
03:26:05.0 +0100
@@ -25,7 +25,7 @@
 #: saveasplugin.cpp:45
 #, kde-format
 msgid "No URLs to save"
-msgstr "No hi ha cap URL per guardar"
+msgstr "No hi ha cap URL per a guardar"
 
 #: saveasplugin_config.qml:19
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.101.0/po/cs/libpurpose_quick.po 
new/purpose-5.102.0/po/cs/libpurpose_quick.po
--- old/purpose-5.101.0/po/cs/libpurpose_quick.po   2022-12-03 
10:53:51.0 +0100
+++ new/purpose-5.102.0/po/cs/libpurpose_quick.po   2023-01-07 
03:26:05.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák , 2015.
-# Vit Pelcak , 2021.
+# Vit Pelcak , 2021, 2023.
 #
 msgid ""
 msgstr ""
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.04.3\n"
+"X-Generator: Lokalize 22.12.0\n"
 
 #: AlternativesView.qml:34
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.101.0/po/cs/purpose_barcode.po 
new/purpose-5.102.0/po/cs/purpose_barcode.po
--- old/purpose-5.101.0/po/cs/purpose_barcode.po2022-12-03 
10:53:51.0 

commit purpose for openSUSE:Factory

2022-12-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-12-12 17:39:06

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1835 (New)


Package is "purpose"

Mon Dec 12 17:39:06 2022 rev:67 rq:1042166 version:5.101.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-11-15 
13:20:30.800518233 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.1835/purpose.changes
2022-12-12 17:41:10.177624946 +0100
@@ -1,0 +2,10 @@
+Tue Dec  6 20:11:10 UTC 2022 - Christophe Marin 
+
+- Update to 5.101.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.101.0
+- Changes since 5.100.0:
+  * Don't delete config when job finishes
+
+---

Old:

  purpose-5.100.0.tar.xz
  purpose-5.100.0.tar.xz.sig

New:

  purpose-5.101.0.tar.xz
  purpose-5.101.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.s9hcla/_old  2022-12-12 17:41:10.637627266 +0100
+++ /var/tmp/diff_new_pack.s9hcla/_new  2022-12-12 17:41:10.645627307 +0100
@@ -20,18 +20,17 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.100
+%define _tar_path 5.101
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.100.0
+Version:5.101.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: %{name}-%{version}.tar.xz
 %if %{with released}
@@ -72,7 +71,6 @@
 
 %package -n %{lname}
 Summary:Framework to integrate services and actions - core library
-Group:  System/Libraries
 Recommends: %{name}
 
 %description -n %{lname}
@@ -86,7 +84,6 @@
 
 %package -n libKF5PurposeWidgets5
 Summary:Framework to integrate services and actions - GUI library
-Group:  System/Libraries
 Recommends: %{name}
 
 %description -n libKF5PurposeWidgets5
@@ -100,7 +97,6 @@
 
 %package devel
 Summary:Framework to integrate services and actions - Build Environment
-Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules


++ purpose-5.100.0.tar.xz -> purpose-5.101.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.100.0/CMakeLists.txt 
new/purpose-5.101.0/CMakeLists.txt
--- old/purpose-5.100.0/CMakeLists.txt  2022-11-06 02:58:33.0 +0100
+++ new/purpose-5.101.0/CMakeLists.txt  2022-12-03 10:53:51.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.100.0 REQUIRED NO_MODULE)
+find_package(ECM 5.101.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -27,8 +27,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.100.0") # handled by release scripts
-set(KF_DEP_VERSION "5.100.0") # handled by release scripts
+set(KF_VERSION "5.101.0") # handled by release scripts
+set(KF_DEP_VERSION "5.101.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.100.0/autotests/alternativesmodeltest.cpp 
new/purpose-5.101.0/autotests/alternativesmodeltest.cpp
--- old/purpose-5.100.0/autotests/alternativesmodeltest.cpp 2022-11-06 
02:58:33.0 +0100
+++ new/purpose-5.101.0/autotests/alternativesmodeltest.cpp 2022-12-03 
10:53:51.0 +0100
@@ -36,9 +36,6 @@
 
 void AlternativesModelTest::initTestCase()
 {
-// To avoid a runtime dependency on klauncher
-qputenv("KDE_FORK_SLAVES", "yes");
-
 // To let ctest exit, we shouldn't start kio_http_cache_cleaner
 qputenv("KIO_DISABLE_CACHE_CLEANER", "yes");
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.100.0/po/ru/purpose_barcode.po 
new/purpose-5.101.0/po/ru/purpose_barcode.po
--- old/purpose-5.100.0/po/ru/purpose_barcode.po1970-01-01 

commit purpose for openSUSE:Factory

2022-11-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-11-15 13:17:57

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1597 (New)


Package is "purpose"

Tue Nov 15 13:17:57 2022 rev:66 rq:1035435 version:5.100.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-10-11 
18:02:45.697814371 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1597/purpose.changes
2022-11-15 13:20:30.800518233 +0100
@@ -1,0 +2,10 @@
+Tue Nov  8 08:35:33 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.100.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.100.0
+- Changes since 5.99.0:
+  * Add Qt6 windows CI support
+
+---

Old:

  purpose-5.99.0.tar.xz
  purpose-5.99.0.tar.xz.sig

New:

  purpose-5.100.0.tar.xz
  purpose-5.100.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.nh33O8/_old  2022-11-15 13:20:31.228520443 +0100
+++ /var/tmp/diff_new_pack.nh33O8/_new  2022-11-15 13:20:31.232520463 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.99
+%define _tar_path 5.100
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.99.0
+Version:5.100.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.99.0.tar.xz -> purpose-5.100.0.tar.xz ++
 1962 lines of diff (skipped)


commit purpose for openSUSE:Factory

2022-10-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-10-11 18:00:38

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.2275 (New)


Package is "purpose"

Tue Oct 11 18:00:38 2022 rev:65 rq:1009038 version:5.99.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-09-13 
15:10:56.124903808 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.2275/purpose.changes
2022-10-11 18:02:45.697814371 +0200
@@ -1,0 +2,11 @@
+Sat Oct  1 15:56:16 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.99.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.99.0
+- Changes since 5.98.0:
+  * Fix QML warning, properly refer to the view
+  * Remove unneeded EXPORT_SHARE_VERSION usages
+
+---

Old:

  purpose-5.98.0.tar.xz
  purpose-5.98.0.tar.xz.sig

New:

  purpose-5.99.0.tar.xz
  purpose-5.99.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.AtsE0g/_old  2022-10-11 18:02:46.237815244 +0200
+++ /var/tmp/diff_new_pack.AtsE0g/_new  2022-10-11 18:02:46.241815251 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.98
+%define _tar_path 5.99
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.98.0
+Version:5.99.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -122,23 +122,21 @@
 %install
 %kf5_makeinstall -C build
 
-%if %{with released}
-  %find_lang libpurpose_quick %{name}.lang
-  %find_lang libpurpose_widgets %{name}.lang
-  %find_lang purpose-fileitemaction %{name}.lang
-  %find_lang purpose_barcode %{name}.lang
-  %find_lang purpose_bluetooth %{name}.lang
-  %find_lang purpose_imgur %{name}.lang
-  %find_lang purpose_kdeconnect %{name}.lang
-  %find_lang purpose_kdeconnectsms %{name}.lang
-  %find_lang purpose_ktp-sendfile %{name}.lang
-  %find_lang purpose_nextcloud %{name}.lang
-  %find_lang purpose_pastebin %{name}.lang
-  %find_lang purpose_phabricator %{name}.lang
-  %find_lang purpose_reviewboard %{name}.lang
-  %find_lang purpose_saveas %{name}.lang
-  %find_lang purpose_youtube %{name}.lang
-%endif
+%find_lang libpurpose_quick %{name}.lang
+%find_lang libpurpose_widgets %{name}.lang
+%find_lang purpose-fileitemaction %{name}.lang
+%find_lang purpose_barcode %{name}.lang
+%find_lang purpose_bluetooth %{name}.lang
+%find_lang purpose_imgur %{name}.lang
+%find_lang purpose_kdeconnect %{name}.lang
+%find_lang purpose_kdeconnectsms %{name}.lang
+%find_lang purpose_ktp-sendfile %{name}.lang
+%find_lang purpose_nextcloud %{name}.lang
+%find_lang purpose_pastebin %{name}.lang
+%find_lang purpose_phabricator %{name}.lang
+%find_lang purpose_reviewboard %{name}.lang
+%find_lang purpose_saveas %{name}.lang
+%find_lang purpose_youtube %{name}.lang
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
@@ -147,9 +145,7 @@
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %files -n %{lname}
 %license LICENSES/*


++ purpose-5.98.0.tar.xz -> purpose-5.99.0.tar.xz ++
 5570 lines of diff (skipped)


commit purpose for openSUSE:Factory

2022-09-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-09-13 15:09:26

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.2083 (New)


Package is "purpose"

Tue Sep 13 15:09:26 2022 rev:64 rq:1002869 version:5.98.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-08-15 
20:00:01.933363258 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.2083/purpose.changes
2022-09-13 15:10:56.124903808 +0200
@@ -1,0 +2,12 @@
+Tue Sep  6 07:17:28 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.98.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.98.0
+- Changes since 5.97.0:
+  * kdeconnect: Fix name role
+  * Add FreeBSD Qt 6 CI
+  * Port the remaining QQC1 uses
+
+---

Old:

  purpose-5.97.0.tar.xz
  purpose-5.97.0.tar.xz.sig

New:

  purpose-5.98.0.tar.xz
  purpose-5.98.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.QeKFCg/_old  2022-09-13 15:10:56.544904991 +0200
+++ /var/tmp/diff_new_pack.QeKFCg/_new  2022-09-13 15:10:56.552905013 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.97
+%define _tar_path 5.98
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.97.0
+Version:5.98.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.97.0.tar.xz -> purpose-5.98.0.tar.xz ++
 3130 lines of diff (skipped)


commit purpose for openSUSE:Factory

2022-08-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-08-15 19:57:57

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1521 (New)


Package is "purpose"

Mon Aug 15 19:57:57 2022 rev:63 rq:995016 version:5.97.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-07-11 
19:10:53.755739203 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1521/purpose.changes
2022-08-15 20:00:01.933363258 +0200
@@ -1,0 +2,9 @@
+Sun Aug  7 22:27:47 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.97.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.97.0
+- No code change since 5.96.0
+
+---

Old:

  purpose-5.96.0.tar.xz
  purpose-5.96.0.tar.xz.sig

New:

  purpose-5.97.0.tar.xz
  purpose-5.97.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.6mfqmr/_old  2022-08-15 20:00:02.469364752 +0200
+++ /var/tmp/diff_new_pack.6mfqmr/_new  2022-08-15 20:00:02.473364763 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.96
+%define _tar_path 5.97
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.96.0
+Version:5.97.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.96.0.tar.xz -> purpose-5.97.0.tar.xz ++
 1968 lines of diff (skipped)


commit purpose for openSUSE:Factory

2022-07-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-07-11 19:09:20

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1523 (New)


Package is "purpose"

Mon Jul 11 19:09:20 2022 rev:62 rq:988306 version:5.96.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-06-17 
21:21:54.346753618 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1523/purpose.changes
2022-07-11 19:10:53.755739203 +0200
@@ -1,0 +2,11 @@
+Sun Jul  3 11:56:17 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.96.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.96.0
+- Changes since 5.95.0:
+  * [plugins/email] Port to KEMailClientLauncherJob
+  * Remove extra ';'
+
+---

Old:

  purpose-5.95.0.tar.xz
  purpose-5.95.0.tar.xz.sig

New:

  purpose-5.96.0.tar.xz
  purpose-5.96.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.5dvruI/_old  2022-07-11 19:10:54.115739725 +0200
+++ /var/tmp/diff_new_pack.5dvruI/_new  2022-07-11 19:10:54.119739731 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.95
+%define _tar_path 5.96
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.95.0
+Version:5.96.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -128,7 +128,6 @@
   %find_lang purpose-fileitemaction %{name}.lang
   %find_lang purpose_barcode %{name}.lang
   %find_lang purpose_bluetooth %{name}.lang
-  %find_lang purpose_email %{name}.lang
   %find_lang purpose_imgur %{name}.lang
   %find_lang purpose_kdeconnect %{name}.lang
   %find_lang purpose_kdeconnectsms %{name}.lang


++ purpose-5.95.0.tar.xz -> purpose-5.96.0.tar.xz ++
 2948 lines of diff (skipped)


commit purpose for openSUSE:Factory

2022-06-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-06-17 21:19:45

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1548 (New)


Package is "purpose"

Fri Jun 17 21:19:45 2022 rev:61 rq:982307 version:5.95.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-05-16 
18:09:36.921330568 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1548/purpose.changes
2022-06-17 21:21:54.346753618 +0200
@@ -1,0 +2,11 @@
+Fri Jun 10 14:12:50 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.95.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.95.0
+- Changes since 5.94.0:
+  * Use CommandLauncherJob to start kdeconnect-sms
+  * port to away from Qt smart pointers where possible
+
+---

Old:

  purpose-5.94.0.tar.xz
  purpose-5.94.0.tar.xz.sig

New:

  purpose-5.95.0.tar.xz
  purpose-5.95.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.y1nf6g/_old  2022-06-17 21:21:54.858753896 +0200
+++ /var/tmp/diff_new_pack.y1nf6g/_new  2022-06-17 21:21:54.862753898 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.94
+%define _tar_path 5.95
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.94.0
+Version:5.95.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.94.0.tar.xz -> purpose-5.95.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.94.0/CMakeLists.txt 
new/purpose-5.95.0/CMakeLists.txt
--- old/purpose-5.94.0/CMakeLists.txt   2022-05-07 23:29:42.0 +0200
+++ new/purpose-5.95.0/CMakeLists.txt   2022-06-09 23:29:37.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.93.0 REQUIRED NO_MODULE)
+find_package(ECM 5.95.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -26,8 +26,8 @@
 include(ECMQmlModule)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.94.0") # handled by release scripts
-set(KF_DEP_VERSION "5.93.0") # handled by release scripts
+set(KF_VERSION "5.95.0") # handled by release scripts
+set(KF_DEP_VERSION "5.95.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.94.0/po/ar/purpose_kdeconnectsms.po 
new/purpose-5.95.0/po/ar/purpose_kdeconnectsms.po
--- old/purpose-5.94.0/po/ar/purpose_kdeconnectsms.po   2022-05-07 
23:29:42.0 +0200
+++ new/purpose-5.95.0/po/ar/purpose_kdeconnectsms.po   2022-06-09 
23:29:37.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2021-03-06 02:34+0100\n"
+"POT-Creation-Date: 2022-05-24 00:41+\n"
 "PO-Revision-Date: 2021-12-18 23:19+0400\n"
 "Last-Translator: Zayed Al-Saidi \n"
 "Language-Team: ar\n"
@@ -18,7 +18,7 @@
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 "X-Generator: Lokalize 21.07.70\n"
 
-#: kdeconnectsmsplugin.cpp:39
+#: kdeconnectsmsplugin.cpp:41
 #, kde-format
 msgid "%1 - %2"
 msgstr "???%1 - ???%2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.94.0/po/ast/purpose_kdeconnectsms.po 
new/purpose-5.95.0/po/ast/purpose_kdeconnectsms.po
--- old/purpose-5.94.0/po/ast/purpose_kdeconnectsms.po  2022-05-07 
23:29:42.0 +0200
+++ new/purpose-5.95.0/po/ast/purpose_kdeconnectsms.po  2022-06-09 
23:29:37.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: purpose\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2021-03-06 02:34+0100\n"
+"POT-Creation-Date: 2022-05-24 00:41+\n"
 "PO-Revision-Date: 2019-05-25 20:17+0200\n"
 "Last-Translator: enolp \n"
 "Language-Team: Asturian \n"
@@ -17,7 +17,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 19.04.1\n"
 
-#: kdeconnectsmsplugin.cpp:39
+#: 

commit purpose for openSUSE:Factory

2022-05-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-05-16 18:07:25

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1538 (New)


Package is "purpose"

Mon May 16 18:07:25 2022 rev:60 rq:977214 version:5.94.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-04-11 
23:49:28.794908672 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1538/purpose.changes
2022-05-16 18:09:36.921330568 +0200
@@ -1,0 +2,11 @@
+Tue May 10 08:18:15 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.94.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.94.0
+- Changes since 5.93.0:
+  * Port to ecm_add_qml_module
+  * Add windows CI
+
+---

Old:

  purpose-5.93.0.tar.xz
  purpose-5.93.0.tar.xz.sig

New:

  purpose-5.94.0.tar.xz
  purpose-5.94.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.kXCZNG/_old  2022-05-16 18:09:37.413330959 +0200
+++ /var/tmp/diff_new_pack.kXCZNG/_new  2022-05-16 18:09:37.417330962 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.93
+%define _tar_path 5.94
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.93.0
+Version:5.94.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.93.0.tar.xz -> purpose-5.94.0.tar.xz ++
 1910 lines of diff (skipped)


commit purpose for openSUSE:Factory

2022-04-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-04-11 23:47:57

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1900 (New)


Package is "purpose"

Mon Apr 11 23:47:57 2022 rev:59 rq:968206 version:5.93.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-03-14 
19:36:36.970093996 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.1900/purpose.changes
2022-04-11 23:49:28.794908672 +0200
@@ -1,0 +2,10 @@
+Sun Apr  3 10:47:33 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.93.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.93.0
+- Changes since 5.92.0:
+  * autotests: ensure org.kde.purpose is found in the builddir
+
+---

Old:

  purpose-5.92.0.tar.xz
  purpose-5.92.0.tar.xz.sig

New:

  purpose-5.93.0.tar.xz
  purpose-5.93.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.HChwQl/_old  2022-04-11 23:49:29.430901416 +0200
+++ /var/tmp/diff_new_pack.HChwQl/_new  2022-04-11 23:49:29.434901370 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.92
+%define _tar_path 5.93
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.92.0
+Version:5.93.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.92.0.tar.xz -> purpose-5.93.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.92.0/CMakeLists.txt 
new/purpose-5.93.0/CMakeLists.txt
--- old/purpose-5.92.0/CMakeLists.txt   2022-03-05 14:09:17.0 +0100
+++ new/purpose-5.93.0/CMakeLists.txt   2022-04-02 12:30:46.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.92.0 REQUIRED NO_MODULE)
+find_package(ECM 5.93.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -25,8 +25,8 @@
 include(ECMQMLModules)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.92.0") # handled by release scripts
-set(KF_DEP_VERSION "5.92.0") # handled by release scripts
+set(KF_VERSION "5.93.0") # handled by release scripts
+set(KF_DEP_VERSION "5.93.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.92.0/autotests/CMakeLists.txt 
new/purpose-5.93.0/autotests/CMakeLists.txt
--- old/purpose-5.92.0/autotests/CMakeLists.txt 2022-03-05 14:09:17.0 
+0100
+++ new/purpose-5.93.0/autotests/CMakeLists.txt 2022-04-02 12:30:46.0 
+0200
@@ -1,19 +1,19 @@
-ecm_add_tests(alternativesmodeltest.cpp LINK_LIBRARIES 
Qt${QT_MAJOR_VERSION}::Test KF5::Purpose KF5::ConfigCore)
-ecm_add_tests(menutest.cpp LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test 
KF5::PurposeWidgets)
-
 set(bindest "${CMAKE_BINARY_DIR}/bin/qml")
-set(qml2ImportPath "$ENV{QML2_IMPORT_PATH}")
-if (WIN32)
-   set(PATHSEP ";")
-else()
-   set(PATHSEP ":")
-endif()
-if (qml2ImportPath)
-   set(qml2ImportPath "${bindest}${PATHSEP}${qml2ImportPath}")
-else()
-   set(qml2ImportPath "${bindest}")
-endif()
-set_property(TEST menutest PROPERTY ENVIRONMENT 
QML2_IMPORT_PATH=${qml2ImportPath} APPEND)
-set_property(TEST alternativesmodeltest PROPERTY ENVIRONMENT 
QML2_IMPORT_PATH=${qml2ImportPath} APPEND)
+set(qmldirdest "${bindest}/org/kde/purpose")
+
+add_custom_command(
+OUTPUT ${qmldirdest}/qmldir
+COMMAND cmake -E make_directory -p ${qmldirdest}
+COMMAND cmake -E copy ${CMAKE_SOURCE_DIR}/src/quick/qmldir ${qmldirdest}
+DEPENDS ${CMAKE_SOURCE_DIR}/src/quick/qmldir
+)
+
+ecm_add_test(alternativesmodeltest.cpp ${qmldirdest}/qmldir
+TEST_NAME alternativesmodeltest
+LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5::Purpose KF5::ConfigCore)
+ecm_add_test(menutest.cpp ${qmldirdest}/qmldir
+TEST_NAME menutest
+LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KF5::PurposeWidgets)
+
 set_property(TEST menutest PROPERTY ENVIRONMENT KDE_PURPOSE_LOCAL_JOBS=1 
APPEND)
 

commit purpose for openSUSE:Factory

2022-03-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-03-14 19:35:00

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.25692 (New)


Package is "purpose"

Mon Mar 14 19:35:00 2022 rev:58 rq:961288 version:5.92.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-02-24 
18:22:40.102670884 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.25692/purpose.changes   
2022-03-14 19:36:36.970093996 +0100
@@ -1,0 +2,10 @@
+Mon Mar  7 09:27:20 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.92.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.92.0
+- Changes since 5.91.0:
+  * Remove call to ecm_find_qmlmodule(org.kde.kdeconnect)
+
+---

Old:

  purpose-5.91.0.tar.xz
  purpose-5.91.0.tar.xz.sig

New:

  purpose-5.92.0.tar.xz
  purpose-5.92.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.GSC01z/_old  2022-03-14 19:36:37.486094614 +0100
+++ /var/tmp/diff_new_pack.GSC01z/_new  2022-03-14 19:36:37.490094619 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.91
+%define _tar_path 5.92
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.91.0
+Version:5.92.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -61,7 +61,6 @@
 Requires:   kdeclarative-components >= %{_kf5_bugfix_version}
 Requires:   libKF5QuickAddons5 >= %{_kf5_bugfix_version}
 Requires:   libqt5-qtquickcontrols2
-Recommends: %{name}-lang
 Suggests:   kdeconnect-kde
 
 %description


++ purpose-5.91.0.tar.xz -> purpose-5.92.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.91.0/CMakeLists.txt 
new/purpose-5.92.0/CMakeLists.txt
--- old/purpose-5.91.0/CMakeLists.txt   2022-02-05 22:32:14.0 +0100
+++ new/purpose-5.92.0/CMakeLists.txt   2022-03-05 14:09:17.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.91.0 REQUIRED NO_MODULE)
+find_package(ECM 5.92.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -25,8 +25,8 @@
 include(ECMQMLModules)
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core 
Qml Gui DBus Widgets Network Test)
 
-set(KF_VERSION "5.91.0") # handled by release scripts
-set(KF_DEP_VERSION "5.91.0") # handled by release scripts
+set(KF_VERSION "5.92.0") # handled by release scripts
+set(KF_DEP_VERSION "5.92.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
@@ -38,7 +38,6 @@
 )
 
 ecm_find_qmlmodule(Ubuntu.OnlineAccounts 0.1)
-ecm_find_qmlmodule(org.kde.kdeconnect 1.0)
 ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0)
 ecm_find_qmlmodule(org.kde.prison 1.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.91.0/po/fi/purpose_imgur.po 
new/purpose-5.92.0/po/fi/purpose_imgur.po
--- old/purpose-5.91.0/po/fi/purpose_imgur.po   2022-02-05 22:32:14.0 
+0100
+++ new/purpose-5.92.0/po/fi/purpose_imgur.po   2022-03-05 14:09:17.0 
+0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Tommi Nieminen , 2018.
+# Tommi Nieminen , 2018, 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-12-14 00:41+\n"
-"PO-Revision-Date: 2018-02-20 12:58+0200\n"
+"PO-Revision-Date: 2022-02-11 15:10+0200\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #: imgurplugin.cpp:67
 #, kde-format
@@ -30,7 +30,7 @@
 #: imgurplugin.cpp:147
 #, kde-format
 msgid "Imgur Upload"
-msgstr ""
+msgstr "Imgur-l??hetys"
 
 #: imgurplugin.cpp:148
 #, kde-format
@@ -39,3 +39,5 @@
 

commit purpose for openSUSE:Factory

2022-02-24 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-02-24 18:20:03

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1958 (New)


Package is "purpose"

Thu Feb 24 18:20:03 2022 rev:57 rq:954293 version:5.91.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2022-01-11 
21:20:10.356996936 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.1958/purpose.changes
2022-02-24 18:22:40.102670884 +0100
@@ -1,0 +2,14 @@
+Sun Feb  6 10:17:20 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.91.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.91.0
+- Changes since 5.90.0:
+  * Add Linux Qt6 CI
+  * Compile with Qt6 as well
+  * Install plugins in kf
+  * Add const'ref
+  * Adapt build system for building against qt6
+
+---

Old:

  purpose-5.90.0.tar.xz
  purpose-5.90.0.tar.xz.sig

New:

  purpose-5.91.0.tar.xz
  purpose-5.91.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.vLmDxp/_old  2022-02-24 18:22:40.794670699 +0100
+++ /var/tmp/diff_new_pack.vLmDxp/_new  2022-02-24 18:22:40.802670697 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.90
+%define _tar_path 5.91
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:   purpose
-Version:5.90.0
+Version:5.91.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.90.0.tar.xz -> purpose-5.91.0.tar.xz ++
 1855 lines of diff (skipped)


commit purpose for openSUSE:Factory

2022-01-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2022-01-11 21:16:57

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1892 (New)


Package is "purpose"

Tue Jan 11 21:16:57 2022 rev:56 rq:945098 version:5.90.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-12-13 
20:45:20.216491991 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.1892/purpose.changes
2022-01-11 21:20:10.356996936 +0100
@@ -1,0 +2,15 @@
+Mon Jan  3 12:48:06 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.90.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.90.0
+- Changes since 5.89.0:
+  * [imgur] Improve grammar of upload notification text
+  * [imgur] Show deletion url in notification (kde#394181)
+  * [imgur] Copy link to clipboard and show notification (kde#437347)
+  * Don't build bluetooth plugin on non-Linux
+  * Unbreak the Nextcloud plugin
+  * Add Twitter URL plugin
+
+---

Old:

  purpose-5.89.0.tar.xz
  purpose-5.89.0.tar.xz.sig

New:

  purpose-5.90.0.tar.xz
  purpose-5.90.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.RwKDWE/_old  2022-01-11 21:20:11.844997983 +0100
+++ /var/tmp/diff_new_pack.RwKDWE/_new  2022-01-11 21:20:11.848997986 +0100
@@ -20,21 +20,21 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.89
+%define _tar_path 5.90
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
-%bcond_without lang
+%bcond_without released
 Name:   purpose
-Version:5.89.0
+Version:5.90.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: %{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
@@ -123,7 +123,7 @@
 %install
 %kf5_makeinstall -C build
 
-%if %{with lang}
+%if %{with released}
   %find_lang libpurpose_quick %{name}.lang
   %find_lang libpurpose_widgets %{name}.lang
   %find_lang purpose-fileitemaction %{name}.lang
@@ -149,7 +149,7 @@
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++ purpose-5.89.0.tar.xz -> purpose-5.90.0.tar.xz ++
 4208 lines of diff (skipped)


commit purpose for openSUSE:Factory

2021-12-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-12-13 20:41:24

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.2520 (New)


Package is "purpose"

Mon Dec 13 20:41:24 2021 rev:55 rq:939256 version:5.89.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-11-15 
15:27:21.333839549 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.2520/purpose.changes
2021-12-13 20:45:20.216491991 +0100
@@ -1,0 +2,11 @@
+Sat Dec  4 22:57:07 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.89.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.89.0
+- Changes since 5.88.0:
+  * Port away from deprecated KPluginMetaData::readTranslatedString
+  * Port away from deprecated KPluginLoader
+
+---

Old:

  purpose-5.88.0.tar.xz
  purpose-5.88.0.tar.xz.sig

New:

  purpose-5.89.0.tar.xz
  purpose-5.89.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.Lb9kPn/_old  2021-12-13 20:45:21.344492130 +0100
+++ /var/tmp/diff_new_pack.Lb9kPn/_new  2021-12-13 20:45:21.360492132 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.88
+%define _tar_path 5.89
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.88.0
+Version:5.89.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.88.0.tar.xz -> purpose-5.89.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.88.0/CMakeLists.txt 
new/purpose-5.89.0/CMakeLists.txt
--- old/purpose-5.88.0/CMakeLists.txt   2021-11-06 14:27:47.0 +0100
+++ new/purpose-5.89.0/CMakeLists.txt   2021-12-04 19:54:56.0 +0100
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.87.0 REQUIRED NO_MODULE)
+find_package(ECM 5.89.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -25,8 +25,8 @@
 include(ECMGenerateQmlTypes)
 include(ECMQMLModules)
 
-set(KF_VERSION "5.88.0") # handled by release scripts
-set(KF_DEP_VERSION "5.87.0") # handled by release scripts
+set(KF_VERSION "5.89.0") # handled by release scripts
+set(KF_DEP_VERSION "5.89.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.88.0/LICENSES/CC0-1.0.txt 
new/purpose-5.89.0/LICENSES/CC0-1.0.txt
--- old/purpose-5.88.0/LICENSES/CC0-1.0.txt 1970-01-01 01:00:00.0 
+0100
+++ new/purpose-5.89.0/LICENSES/CC0-1.0.txt 2021-12-04 19:54:56.0 
+0100
@@ -0,0 +1,121 @@
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific

commit purpose for openSUSE:Factory

2021-11-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-11-15 15:25:53

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1890 (New)


Package is "purpose"

Mon Nov 15 15:25:53 2021 rev:54 rq:931127 version:5.88.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-10-18 
22:01:16.746053940 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1890/purpose.changes
2021-11-15 15:27:21.333839549 +0100
@@ -1,0 +2,21 @@
+Sun Nov  7 09:13:42 UTC 2021 - Christophe Giboudeaux 
+
+- Strip 'Source' URL for faster submissions
+
+---
+Sun Nov  7 09:08:29 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.88.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.88.0
+- Changes since 5.87.0:
+  * cmake: Use custom command instead of custom target for copy
+  * Set a title for JobDialog (kde#444205)
+  * Improve job window buttons (kde#444145)
+  * Fix whitespace punctuation in a warning
+  * email: Ensure we don't crash when there's no mailto preferredService 
(kde#443788)
+  * Make sharing via Telegram work again
+  * Add FreeBSD CI
+
+---

Old:

  purpose-5.87.0.tar.xz
  purpose-5.87.0.tar.xz.sig

New:

  purpose-5.88.0.tar.xz
  purpose-5.88.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.UT3cmM/_old  2021-11-15 15:27:21.773839671 +0100
+++ /var/tmp/diff_new_pack.UT3cmM/_new  2021-11-15 15:27:21.777839673 +0100
@@ -20,22 +20,22 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.87
+%define _tar_path 5.88
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.87.0
+Version:5.88.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source1:%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}


++ purpose-5.87.0.tar.xz -> purpose-5.88.0.tar.xz ++
 4824 lines of diff (skipped)


commit purpose for openSUSE:Factory

2021-10-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-10-18 21:58:58

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1890 (New)


Package is "purpose"

Mon Oct 18 21:58:58 2021 rev:53 rq:924478 version:5.87.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-09-16 
23:16:32.939914917 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1890/purpose.changes
2021-10-18 22:01:16.746053940 +0200
@@ -1,0 +2,12 @@
+Sun Oct  3 20:34:06 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+  * plugins/barcode: Call it a "QR code" in the UI
+  * Add Barcode plugin
+
+---

Old:

  purpose-5.86.0.tar.xz
  purpose-5.86.0.tar.xz.sig

New:

  purpose-5.87.0.tar.xz
  purpose-5.87.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.b0bpMp/_old  2021-10-18 22:01:17.298054339 +0200
+++ /var/tmp/diff_new_pack.b0bpMp/_new  2021-10-18 22:01:17.298054339 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.86
+%define _tar_path 5.87
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.86.0
+Version:5.87.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -127,6 +127,7 @@
   %find_lang libpurpose_quick %{name}.lang
   %find_lang libpurpose_widgets %{name}.lang
   %find_lang purpose-fileitemaction %{name}.lang
+  %find_lang purpose_barcode %{name}.lang
   %find_lang purpose_bluetooth %{name}.lang
   %find_lang purpose_email %{name}.lang
   %find_lang purpose_imgur %{name}.lang


++ purpose-5.86.0.tar.xz -> purpose-5.87.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.86.0/.gitlab-ci.yml 
new/purpose-5.87.0/.gitlab-ci.yml
--- old/purpose-5.86.0/.gitlab-ci.yml   1970-01-01 01:00:00.0 +0100
+++ new/purpose-5.87.0/.gitlab-ci.yml   2021-10-02 16:35:29.0 +0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause 
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.86.0/.kde-ci.yml 
new/purpose-5.87.0/.kde-ci.yml
--- old/purpose-5.86.0/.kde-ci.yml  1970-01-01 01:00:00.0 +0100
+++ new/purpose-5.87.0/.kde-ci.yml  2021-10-02 16:35:29.0 +0200
@@ -0,0 +1,12 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
+  'require':
+'frameworks/extra-cmake-modules': '@same'
+'frameworks/kcoreaddons' : '@same'
+'frameworks/kconfig' : '@same'
+'frameworks/ki18n' : '@same'
+'frameworks/kio' : '@same'
+'frameworks/kirigami' : '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.86.0/CMakeLists.txt 
new/purpose-5.87.0/CMakeLists.txt
--- old/purpose-5.86.0/CMakeLists.txt   2021-09-04 19:08:58.0 +0200
+++ new/purpose-5.87.0/CMakeLists.txt   2021-10-02 16:35:29.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.86.0 REQUIRED NO_MODULE)
+find_package(ECM 5.87.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -25,8 +25,8 @@
 include(ECMGenerateQmlTypes)
 include(ECMQMLModules)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
-set(KF_DEP_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_DEP_VERSION "5.87.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
@@ -40,6 +40,7 @@
 ecm_find_qmlmodule(Ubuntu.OnlineAccounts 0.1)
 ecm_find_qmlmodule(org.kde.kdeconnect 1.0)
 ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0)
+ecm_find_qmlmodule(org.kde.prison 1.0)
 
 ecm_setup_version(${KF_VERSION} VARIABLE_PREFIX PURPOSE
 VERSION_HEADER 

commit purpose for openSUSE:Factory

2021-09-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-09-16 23:14:25

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1899 (New)


Package is "purpose"

Thu Sep 16 23:14:25 2021 rev:52 rq:919234 version:5.86.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-08-16 
10:12:40.379021981 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1899/purpose.changes
2021-09-16 23:16:32.939914917 +0200
@@ -1,0 +2,18 @@
+Wed Sep 15 08:24:27 UTC 2021 - Christophe Giboudeaux 
+
+- Drop the unneeded baselibs.conf.
+
+---
+Mon Sep  6 06:22:25 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.86.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.86.0
+- Changes since 5.85.0:
+  * We depend against c++-17 so we can use qOverload directly
+  * [imgur plugin] Add Delete Url support
+  * replace "MacOSX" with "macOS"
+  * Port Telegram plugin to KIO::ApplicationLauncherJob
+
+---

Old:

  baselibs.conf
  purpose-5.85.0.tar.xz
  purpose-5.85.0.tar.xz.sig

New:

  purpose-5.86.0.tar.xz
  purpose-5.86.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.JnvHm5/_old  2021-09-16 23:16:33.607915609 +0200
+++ /var/tmp/diff_new_pack.JnvHm5/_new  2021-09-16 23:16:33.607915609 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.85
+%define _tar_path 5.86
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.85.0
+Version:5.86.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -38,7 +38,6 @@
 Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
-Source99:   baselibs.conf
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  intltool
 BuildRequires:  kf5-filesystem


++ purpose-5.85.0.tar.xz -> purpose-5.86.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.85.0/CMakeLists.txt 
new/purpose-5.86.0/CMakeLists.txt
--- old/purpose-5.85.0/CMakeLists.txt   2021-08-06 11:12:47.0 +0200
+++ new/purpose-5.86.0/CMakeLists.txt   2021-09-04 19:08:58.0 +0200
@@ -2,11 +2,11 @@
 
 project(Purpose)
 
-find_package(ECM 5.85.0 REQUIRED NO_MODULE)
+find_package(ECM 5.86.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-set(REQUIRED_QT_VERSION 5.15.0)
+set(REQUIRED_QT_VERSION 5.15.2)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Qml Gui DBus 
Widgets Network Test)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -25,8 +25,8 @@
 include(ECMGenerateQmlTypes)
 include(ECMQMLModules)
 
-set(KF_VERSION "5.85.0") # handled by release scripts
-set(KF_DEP_VERSION "5.85.0") # handled by release scripts
+set(KF_VERSION "5.86.0") # handled by release scripts
+set(KF_DEP_VERSION "5.86.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
@@ -47,7 +47,7 @@
 SOVERSION 5)
 
 # Wait until libaccounts-qt has a release that doesn't use QString::null 
https://gitlab.com/accounts-sso/libaccounts-qt/issues/4
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 add_subdirectory( src )
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.85.0/metainfo.yaml 
new/purpose-5.86.0/metainfo.yaml
--- old/purpose-5.85.0/metainfo.yaml2021-08-06 11:12:47.0 +0200
+++ new/purpose-5.86.0/metainfo.yaml2021-09-04 19:08:58.0 +0200
@@ -6,7 +6,7 @@
 - name: Linux
 - name: FreeBSD
 - name: Windows
-- name: MacOSX
+- name: macOS
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit purpose for openSUSE:Factory

2021-08-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-08-16 10:08:20

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.1899 (New)


Package is "purpose"

Mon Aug 16 10:08:20 2021 rev:51 rq:912176 version:5.85.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-07-16 
00:02:08.296759283 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.1899/purpose.changes
2021-08-16 10:12:40.379021981 +0200
@@ -1,0 +2,13 @@
+Fri Aug  6 12:13:35 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.85.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.85.0
+- Changes since 5.84.0:
+  * [JobView] Show error when configuration fails to load
+  * Clean up unneeded JSON parameter in kcoreaddons_add_plugin
+  * Replace xdg-mime invokation with KApplicationTrader
+  * Make sure empty list placeholder has some space around it
+
+---

Old:

  purpose-5.84.0.tar.xz
  purpose-5.84.0.tar.xz.sig

New:

  purpose-5.85.0.tar.xz
  purpose-5.85.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.Neg9u8/_old  2021-08-16 10:12:40.835021446 +0200
+++ /var/tmp/diff_new_pack.Neg9u8/_new  2021-08-16 10:12:40.839021441 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.84
+%define _tar_path 5.85
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.84.0
+Version:5.85.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.84.0.tar.xz -> purpose-5.85.0.tar.xz ++
 4835 lines of diff (skipped)


commit purpose for openSUSE:Factory

2021-07-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-07-16 00:00:12

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.2625 (New)


Package is "purpose"

Fri Jul 16 00:00:12 2021 rev:50 rq:905540 version:5.84.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-06-16 
20:36:04.995247381 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.2625/purpose.changes
2021-07-16 00:02:08.296759283 +0200
@@ -1,0 +2,13 @@
+Sun Jul  4 07:45:57 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.84.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.84.0
+- Changes since 5.83.0:
+  * Remove custom KPluginLoader de-duplication logic
+  * [jobview] Remove unneeded intermediate item
+  * Propagate implicitHeight properly
+- Only install the license files once
+
+---

Old:

  purpose-5.83.0.tar.xz
  purpose-5.83.0.tar.xz.sig

New:

  purpose-5.84.0.tar.xz
  purpose-5.84.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.IRfG08/_old  2021-07-16 00:02:08.760757639 +0200
+++ /var/tmp/diff_new_pack.IRfG08/_new  2021-07-16 00:02:08.764757625 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.83
+%define _tar_path 5.84
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.83.0
+Version:5.84.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -160,11 +160,9 @@
 %{_kf5_debugdir}/*.renamecategories
 
 %files -n libKF5PurposeWidgets5
-%license LICENSES/*
 %{_kf5_libdir}/libKF5PurposeWidgets.so.*
 
 %files
-%license LICENSES/*
 %{_kf5_libdir}/libPhabricatorHelpers.so.*
 %{_kf5_libdir}/libReviewboardHelpers.so.*
 %{_kf5_libexecdir}/
@@ -177,7 +175,6 @@
 %{_kf5_sharedir}/accounts/
 
 %files devel
-%license LICENSES/*
 %{_kf5_libdir}/libKF5Purpose.so
 %{_kf5_libdir}/libKF5PurposeWidgets.so
 %{_kf5_libdir}/cmake/KDEExperimentalPurpose/


++ purpose-5.83.0.tar.xz -> purpose-5.84.0.tar.xz ++
 3670 lines of diff (skipped)


commit purpose for openSUSE:Factory

2021-06-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-06-16 20:34:25

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.32437 (New)


Package is "purpose"

Wed Jun 16 20:34:25 2021 rev:49 rq:899777 version:5.83.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-05-10 
15:37:56.225910363 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.32437/purpose.changes   
2021-06-16 20:36:04.995247381 +0200
@@ -1,0 +2,12 @@
+Sat Jun  5 11:59:24 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * Bump required CMake version to 3.16
+  * Call ki18n_install() unconditionally
+  * Fix cmake warning
+
+---

Old:

  purpose-5.82.0.tar.xz
  purpose-5.82.0.tar.xz.sig

New:

  purpose-5.83.0.tar.xz
  purpose-5.83.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.2d3oFI/_old  2021-06-16 20:36:05.523248282 +0200
+++ /var/tmp/diff_new_pack.2d3oFI/_new  2021-06-16 20:36:05.523248282 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.82
+%define _tar_path 5.83
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.82.0
+Version:5.83.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.82.0.tar.xz -> purpose-5.83.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.82.0/.gitignore 
new/purpose-5.83.0/.gitignore
--- old/purpose-5.82.0/.gitignore   2021-05-01 14:43:04.0 +0200
+++ new/purpose-5.83.0/.gitignore   2021-06-05 11:27:20.0 +0200
@@ -26,3 +26,5 @@
 .clangd
 .idea
 /cmake-build*
+.cache
+/build*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.82.0/CMakeLists.txt 
new/purpose-5.83.0/CMakeLists.txt
--- old/purpose-5.82.0/CMakeLists.txt   2021-05-01 14:43:04.0 +0200
+++ new/purpose-5.83.0/CMakeLists.txt   2021-06-05 11:27:20.0 +0200
@@ -1,8 +1,8 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
 project(Purpose)
 
-find_package(ECM 5.82.0 REQUIRED NO_MODULE)
+find_package(ECM 5.83.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -25,8 +25,8 @@
 include(ECMGenerateQmlTypes)
 include(ECMQMLModules)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
-set(KF_DEP_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
+set(KF_DEP_VERSION "5.83.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
@@ -49,16 +49,13 @@
 # Wait until libaccounts-qt has a release that doesn't use QString::null 
https://gitlab.com/accounts-sso/libaccounts-qt/issues/4
 #add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
-add_definitions(-DQT_NO_FOREACH)
 add_subdirectory( src )
 if (BUILD_TESTING)
 add_subdirectory( autotests )
 add_subdirectory( tests )
 endif()
 
-if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
-ki18n_install(po)
-endif()
+ki18n_install(po)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Purpose")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.82.0/autotests/CMakeLists.txt 
new/purpose-5.83.0/autotests/CMakeLists.txt
--- old/purpose-5.82.0/autotests/CMakeLists.txt 2021-05-01 14:43:04.0 
+0200
+++ new/purpose-5.83.0/autotests/CMakeLists.txt 2021-06-05 11:27:20.0 
+0200
@@ -1,5 +1,5 @@
-ecm_add_tests(alternativesmodeltest LINK_LIBRARIES Qt5::Test KF5::Purpose 
KF5::ConfigCore)
-ecm_add_tests(menutest LINK_LIBRARIES Qt5::Test KF5::PurposeWidgets)
+ecm_add_tests(alternativesmodeltest.cpp LINK_LIBRARIES Qt5::Test KF5::Purpose 
KF5::ConfigCore)
+ecm_add_tests(menutest.cpp LINK_LIBRARIES Qt5::Test 

commit purpose for openSUSE:Factory

2021-05-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-05-10 15:36:01

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.2988 (New)


Package is "purpose"

Mon May 10 15:36:01 2021 rev:48 rq:891794 version:5.82.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-04-12 
12:37:10.525356074 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.2988/purpose.changes
2021-05-10 15:37:56.225910363 +0200
@@ -1,0 +2,11 @@
+Sat May  1 16:41:24 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.82.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.82.0
+- Changes since 5.81.0:
+  * FileItemActions: Use new signal to display errors
+  * Port away from deprecated Qt methods
+
+---

Old:

  purpose-5.81.0.tar.xz
  purpose-5.81.0.tar.xz.sig

New:

  purpose-5.82.0.tar.xz
  purpose-5.82.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.vOAAcJ/_old  2021-05-10 15:37:56.785908148 +0200
+++ /var/tmp/diff_new_pack.vOAAcJ/_new  2021-05-10 15:37:56.789908132 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.81
+%define _tar_path 5.82
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.81.0
+Version:5.82.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -53,12 +53,12 @@
 BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.14.0
-BuildRequires:  cmake(Qt5Gui) >= 5.14.0
-BuildRequires:  cmake(Qt5Network) >= 5.14.0
-BuildRequires:  cmake(Qt5Qml) >= 5.14.0
-BuildRequires:  cmake(Qt5Test) >= 5.14.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
+BuildRequires:  cmake(Qt5Core) >= 5.15.0
+BuildRequires:  cmake(Qt5Gui) >= 5.15.0
+BuildRequires:  cmake(Qt5Network) >= 5.15.0
+BuildRequires:  cmake(Qt5Qml) >= 5.15.0
+BuildRequires:  cmake(Qt5Test) >= 5.15.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
 Requires:   kdeclarative-components >= %{_kf5_bugfix_version}
 Requires:   libKF5QuickAddons5 >= %{_kf5_bugfix_version}
 Requires:   libqt5-qtquickcontrols2
@@ -115,14 +115,14 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
+%kf5_makeinstall -C build
 
 %if %{with lang}
   %find_lang libpurpose_quick %{name}.lang


++ purpose-5.81.0.tar.xz -> purpose-5.82.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/.gitignore 
new/purpose-5.82.0/.gitignore
--- old/purpose-5.81.0/.gitignore   2021-04-04 13:50:46.0 +0200
+++ new/purpose-5.82.0/.gitignore   2021-05-01 14:43:04.0 +0200
@@ -23,3 +23,6 @@
 .cmake/
 /.clang-format
 /compile_commands.json
+.clangd
+.idea
+/cmake-build*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.81.0/CMakeLists.txt 
new/purpose-5.82.0/CMakeLists.txt
--- old/purpose-5.81.0/CMakeLists.txt   2021-04-04 13:50:46.0 +0200
+++ new/purpose-5.82.0/CMakeLists.txt   2021-05-01 14:43:04.0 +0200
@@ -2,11 +2,11 @@
 
 project(Purpose)
 
-find_package(ECM 5.81.0 REQUIRED NO_MODULE)
+find_package(ECM 5.82.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-set(REQUIRED_QT_VERSION 5.14.0)
+set(REQUIRED_QT_VERSION 5.15.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Qml Gui DBus 
Widgets Network Test)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -25,8 +25,8 @@
 include(ECMGenerateQmlTypes)
 include(ECMQMLModules)
 
-set(KF_VERSION "5.81.0") # handled by release scripts
-set(KF_DEP_VERSION "5.81.0") # handled by release scripts
+set(KF_VERSION "5.82.0") # handled by release scripts
+set(KF_DEP_VERSION "5.82.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
@@ 

commit purpose for openSUSE:Factory

2021-04-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-04-12 12:34:52

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.2401 (New)


Package is "purpose"

Mon Apr 12 12:34:52 2021 rev:47 rq:884300 version:5.81.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-03-16 
15:42:53.952892651 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.2401/purpose.changes
2021-04-12 12:37:10.525356074 +0200
@@ -1,0 +2,9 @@
+Mon Apr  5 07:12:56 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.81.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.81.0
+- No code change since 5.80.0
+
+---

Old:

  purpose-5.80.0.tar.xz
  purpose-5.80.0.tar.xz.sig

New:

  purpose-5.81.0.tar.xz
  purpose-5.81.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.0752HH/_old  2021-04-12 12:37:11.097356739 +0200
+++ /var/tmp/diff_new_pack.0752HH/_new  2021-04-12 12:37:11.097356739 +0200
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.80
+%define _tar_path 5.81
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.80.0
+Version:5.81.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.80.0.tar.xz -> purpose-5.81.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.80.0/CMakeLists.txt 
new/purpose-5.81.0/CMakeLists.txt
--- old/purpose-5.80.0/CMakeLists.txt   2021-03-06 17:34:27.0 +0100
+++ new/purpose-5.81.0/CMakeLists.txt   2021-04-04 13:50:46.0 +0200
@@ -2,7 +2,7 @@
 
 project(Purpose)
 
-find_package(ECM 5.80.0 REQUIRED NO_MODULE)
+find_package(ECM 5.81.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -25,8 +25,8 @@
 include(ECMGenerateQmlTypes)
 include(ECMQMLModules)
 
-set(KF_VERSION "5.80.0") # handled by release scripts
-set(KF_DEP_VERSION "5.80.0") # handled by release scripts
+set(KF_VERSION "5.81.0") # handled by release scripts
+set(KF_DEP_VERSION "5.81.0") # handled by release scripts
 
 find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config 
Kirigami2 Notifications KIO)
 
@@ -48,7 +48,7 @@
 
 # Wait until libaccounts-qt has a release that doesn't use QString::null 
https://gitlab.com/accounts-sso/libaccounts-qt/issues/4
 #add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054F00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory( src )
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purpose-5.80.0/po/cs/purpose_nextcloud.po 
new/purpose-5.81.0/po/cs/purpose_nextcloud.po
--- old/purpose-5.80.0/po/cs/purpose_nextcloud.po   2021-03-06 
17:34:27.0 +0100
+++ new/purpose-5.81.0/po/cs/purpose_nextcloud.po   2021-04-04 
13:50:46.0 +0200
@@ -1,31 +1,32 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # V??t Pelk , 2017, 2018.
+# Vit Pelcak , 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-13 02:57+0100\n"
-"PO-Revision-Date: 2018-05-31 14:27+0100\n"
-"Last-Translator: Vit Pelcak \n"
+"PO-Revision-Date: 2021-03-23 10:05+0100\n"
+"Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.3\n"
 
 #: nextcloudplugin_config.qml:24
 #, kde-format
 msgid "Select an account:"
-msgstr ""
+msgstr "Vyberte et:"
 
 #: nextcloudplugin_config.qml:63
 #, kde-format
 msgid "No account configured"
-msgstr ""
+msgstr "dn?? et nebyl nastaven"
 
 #: nextcloudplugin_config.qml:71
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit purpose for openSUSE:Factory

2021-03-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-03-16 15:41:31

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.2401 (New)


Package is "purpose"

Tue Mar 16 15:41:31 2021 rev:46 rq:878849 version:5.80.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-02-17 
18:13:03.710015305 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.2401/purpose.changes
2021-03-16 15:42:53.952892651 +0100
@@ -1,0 +2,9 @@
+Sun Mar  7 09:27:23 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.80.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.80.0
+- No code change since 5.79.0
+
+---

Old:

  purpose-5.79.0.tar.xz
  purpose-5.79.0.tar.xz.sig

New:

  purpose-5.80.0.tar.xz
  purpose-5.80.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.pS9ONM/_old  2021-03-16 15:42:54.452893451 +0100
+++ /var/tmp/diff_new_pack.pS9ONM/_new  2021-03-16 15:42:54.452893451 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.79
+%define _tar_path 5.80
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.79.0
+Version:5.80.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.79.0.tar.xz -> purpose-5.80.0.tar.xz ++
 15001 lines of diff (skipped)


commit purpose for openSUSE:Factory

2021-02-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-02-17 18:11:58

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.28504 (New)


Package is "purpose"

Wed Feb 17 18:11:58 2021 rev:45 rq:871736 version:5.79.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-02-04 
20:22:02.898641195 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.28504/purpose.changes   
2021-02-17 18:13:03.710015305 +0100
@@ -1,0 +2,15 @@
+Mon Feb  8 08:46:53 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 5.79.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.79.0
+- Changes since 5.78.0:
+  * [nextcloud] Rework configuration UI
+  * Evaluate initial configuration
+  * Clip ListViews in kdeconnect and bluetooth config
+  * Remove unneeded Layout attached properties
+  * [plugins/nextcloud] Use Nextcloud icon
+  * [cmake] Move find_package to toplevel CMakeLists.txt
+
+---

Old:

  purpose-5.78.0.tar.xz
  purpose-5.78.0.tar.xz.sig

New:

  purpose-5.79.0.tar.xz
  purpose-5.79.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.qQqHNJ/_old  2021-02-17 18:13:04.274015766 +0100
+++ /var/tmp/diff_new_pack.qQqHNJ/_new  2021-02-17 18:13:04.278015769 +0100
@@ -20,14 +20,14 @@
 %global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.78
+%define _tar_path 5.79
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.78.0
+Version:5.79.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.78.0.tar.xz -> purpose-5.79.0.tar.xz ++
 4786 lines of diff (skipped)


commit purpose for openSUSE:Factory

2021-02-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2021-02-04 20:22:02

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.28504 (New)


Package is "purpose"

Thu Feb  4 20:22:02 2021 rev:44 rq:868161 version:5.78.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2021-01-13 
18:30:15.277692600 +0100
+++ /work/SRC/openSUSE:Factory/.purpose.new.28504/purpose.changes   
2021-02-04 20:22:02.898641195 +0100
@@ -1,0 +2,5 @@
+Sun Jan 31 12:01:01 UTC 2021 - Fabian Vogt 
+
+- Avoid hard dependency of optional plugin requirements
+
+---



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.tO08Ov/_old  2021-02-04 20:22:03.554642195 +0100
+++ /var/tmp/diff_new_pack.tO08Ov/_new  2021-02-04 20:22:03.558642200 +0100
@@ -16,6 +16,9 @@
 #
 
 
+# Used by optional plugins
+%global __requires_exclude 
qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
+
 %define lname   libKF5Purpose5
 %define _tar_path 5.78
 # Full KF5 version (e.g. 5.33.0)


[opensuse-commit] commit purpose for openSUSE:Factory

2020-11-23 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2020-11-19 11:52:15

Comparing /work/SRC/openSUSE:Factory/purpose (Old)
 and  /work/SRC/openSUSE:Factory/.purpose.new.5913 (New)


Package is "purpose"

Thu Nov 19 11:52:15 2020 rev:41 rq:848594 version:5.76.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2020-10-12 
13:58:57.366207126 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.5913/purpose.changes
2020-11-23 10:40:54.502028910 +0100
@@ -1,0 +2,11 @@
+Sat Nov  7 21:35:34 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.76.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.76.0
+- Changes since 5.75.0:
+  * If include is define in .h remove it if it's defined in .cpp too (scripted)
+  * Add description to kaccounts youtube provider
+
+---

Old:

  purpose-5.75.0.tar.xz
  purpose-5.75.0.tar.xz.sig

New:

  purpose-5.76.0.tar.xz
  purpose-5.76.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.4Cd1gR/_old  2020-11-23 10:40:55.054029460 +0100
+++ /var/tmp/diff_new_pack.4Cd1gR/_new  2020-11-23 10:40:55.054029460 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Purpose5
-%define _tar_path 5.75
+%define _tar_path 5.76
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   purpose
-Version:5.75.0
+Version:5.76.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later


++ purpose-5.75.0.tar.xz -> purpose-5.76.0.tar.xz ++
 2634 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org