commit grantleetheme for openSUSE:Factory

2024-05-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2024-05-27 11:46:45

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.24587 (New)


Package is "grantleetheme"

Mon May 27 11:46:45 2024 rev:99 rq:1176233 version:24.05.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2024-04-15 20:17:08.481643094 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.24587/grantleetheme.changes   
2024-05-27 11:51:18.467792571 +0200
@@ -1,0 +2,17 @@
+Sun May 19 09:55:07 UTC 2024 - Christophe Marin 
+
+- Update to 24.05.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.05.0/
+- No code change since 24.04.80
+
+---
+Fri May  3 09:14:57 UTC 2024 - Christophe Marin 
+
+- Update to 24.04.80
+  * New feature release
+- Changes since 24.02.2:
+  * Use _L1
+
+---

Old:

  grantleetheme-24.02.2.tar.xz
  grantleetheme-24.02.2.tar.xz.sig

New:

  grantleetheme-24.05.0.tar.xz
  grantleetheme-24.05.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.Yphge8/_old  2024-05-27 11:51:20.215856678 +0200
+++ /var/tmp/diff_new_pack.Yphge8/_new  2024-05-27 11:51:20.219856825 +0200
@@ -21,14 +21,14 @@
 
 %bcond_without released
 Name:   grantleetheme
-Version:24.02.2
+Version:24.05.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
 URL:https://www.kde.org
-Source: %{name}-%{version}.tar.xz
+Source0:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
-Source1:%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
 BuildRequires:  doxygen


++ grantleetheme-24.02.2.tar.xz -> grantleetheme-24.05.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-24.02.2/.gitignore 
new/grantleetheme-24.05.0/.gitignore
--- old/grantleetheme-24.02.2/.gitignore2024-03-31 05:24:11.0 
+0200
+++ new/grantleetheme-24.05.0/.gitignore2024-05-15 05:00:11.0 
+0200
@@ -27,3 +27,4 @@
 /cmake-build*
 .cache
 Testing/
+/.vscode/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-24.02.2/CMakeLists.txt 
new/grantleetheme-24.05.0/CMakeLists.txt
--- old/grantleetheme-24.02.2/CMakeLists.txt2024-03-31 05:24:11.0 
+0200
+++ new/grantleetheme-24.05.0/CMakeLists.txt2024-05-15 05:00:11.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(KF_MIN_VERSION "5.246.0")
-set(PIM_VERSION "6.0.2")
+set(KF_MIN_VERSION "6.0.0")
+set(PIM_VERSION "6.1.0")
 set(QT_REQUIRED_VERSION "6.6.0")
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
@@ -25,6 +25,7 @@
 
 include(ECMQtDeclareLoggingCategory)
 include(ECMDeprecationSettings)
+include(ECMFeatureSummary)
 include(ECMAddTests)
 include(ECMAddQch)
 include(KPIMGrantleeMacros)
@@ -51,7 +52,7 @@
 ### Targets ###
 
 add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)
-ecm_set_disabled_deprecation_versions(QT 6.6.0 KF 5.248.0)
+ecm_set_disabled_deprecation_versions(QT 6.7.0 KF 6.1.0)
 
 option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" OFF)
 
@@ -102,5 +103,5 @@
 
 kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
 ki18n_install(po)
-feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ecm_feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-24.02.2/autotest/grantleethemetest.cpp 
new/grantleetheme-24.05.0/autotest/grantleethemetest.cpp
--- old/grantleetheme-24.02.2/autotest/grantleethemetest.cpp2024-03-31 
05:24:11.0 +0200
+++ new/grantleetheme-24.05.0/autotest/grantleethemetest.cpp2024-05-15 
05:00:11.0 +0200
@@ -124,7 +124,7 @@
 }
 QString content = QString::fromUtf8(f.readAll());
 f.close();
-
content.replace(QRegularExpression(QLatin1String("\"file:[^\"]*[/(?:%2F)]([^\"/(?:%2F)]*)\"")),
 QStringLiteral("\"file:\\1\""));
+
content.replace(QRegularExpression(QLatin1StringView("\"file:[^\"]*[/(?:%2F)]([^\"/(?:%2F)]*)\"")),
 QStringLiteral("\"file:\\1\""));
  

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-11-10 12:29:30

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


Package is "grantleetheme"

Fri Nov 10 12:29:30 2023 rev:94 rq:1124494 version:23.08.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-10-12 23:40:24.625208128 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.17445/grantleetheme.changes   
2023-11-10 12:30:08.901456673 +0100
@@ -1,0 +2,9 @@
+Tue Nov  7 17:04:10 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.3/
+- No code change since 23.08.2
+
+---

Old:

  grantleetheme-23.08.2.tar.xz
  grantleetheme-23.08.2.tar.xz.sig

New:

  grantleetheme-23.08.3.tar.xz
  grantleetheme-23.08.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.M9Br0N/_old  2023-11-10 12:30:11.541553511 +0100
+++ /var/tmp/diff_new_pack.M9Br0N/_new  2023-11-10 12:30:11.541553511 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   grantleetheme
-Version:23.08.2
+Version:23.08.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-23.08.2.tar.xz -> grantleetheme-23.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.08.2/CMakeLists.txt 
new/grantleetheme-23.08.3/CMakeLists.txt
--- old/grantleetheme-23.08.2/CMakeLists.txt2023-10-10 05:22:28.0 
+0200
+++ new/grantleetheme-23.08.3/CMakeLists.txt2023-10-22 06:06:26.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF_MIN_VERSION "5.105.0")
-set(PIM_VERSION "5.24.2")
+set(PIM_VERSION "5.24.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.08.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-23.08.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-23.08.2/po/zh_CN/libgrantleetheme.po  2023-10-10 
05:22:28.0 +0200
+++ new/grantleetheme-23.08.3/po/zh_CN/libgrantleetheme.po  2023-10-22 
06:06:26.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2023-09-16 10:11\n"
+"PO-Revision-Date: 2023-10-21 13:57\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-10-12 23:39:46

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.1807 (New)


Package is "grantleetheme"

Thu Oct 12 23:39:46 2023 rev:93 rq:1117233 version:23.08.2

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-09-25 20:01:32.258557645 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1807/grantleetheme.changes
2023-10-12 23:40:24.625208128 +0200
@@ -1,0 +2,9 @@
+Tue Oct 10 18:26:57 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.2/
+- No code change since 23.08.1
+
+---

Old:

  grantleetheme-23.08.1.tar.xz
  grantleetheme-23.08.1.tar.xz.sig

New:

  grantleetheme-23.08.2.tar.xz
  grantleetheme-23.08.2.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.ptBRpq/_old  2023-10-12 23:40:25.449237957 +0200
+++ /var/tmp/diff_new_pack.ptBRpq/_new  2023-10-12 23:40:25.449237957 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   grantleetheme
-Version:23.08.1
+Version:23.08.2
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-23.08.1.tar.xz -> grantleetheme-23.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.08.1/CMakeLists.txt 
new/grantleetheme-23.08.2/CMakeLists.txt
--- old/grantleetheme-23.08.1/CMakeLists.txt2023-09-03 06:06:55.0 
+0200
+++ new/grantleetheme-23.08.2/CMakeLists.txt2023-10-10 05:22:28.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF_MIN_VERSION "5.105.0")
-set(PIM_VERSION "5.24.1")
+set(PIM_VERSION "5.24.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-23.08.1/po/ca@valencia/libgrantleetheme.po 
new/grantleetheme-23.08.2/po/ca@valencia/libgrantleetheme.po
--- old/grantleetheme-23.08.1/po/ca@valencia/libgrantleetheme.po
2023-09-03 06:06:55.0 +0200
+++ new/grantleetheme-23.08.2/po/ca@valencia/libgrantleetheme.po
2023-10-10 05:22:28.0 +0200
@@ -39,7 +39,7 @@
 #: grantleetheme.cpp:225
 #, kde-format
 msgid "Template parsing error"
-msgstr "S'ha produït un error en analitzar la plantilla"
+msgstr "S'ha produït un error en l'anàlisi sintàctica de la plantilla"
 
 #: grantleetheme.cpp:234
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.08.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-23.08.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-23.08.1/po/zh_CN/libgrantleetheme.po  2023-09-03 
06:06:55.0 +0200
+++ new/grantleetheme-23.08.2/po/zh_CN/libgrantleetheme.po  2023-10-10 
05:22:28.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2023-09-02 02:59\n"
+"PO-Revision-Date: 2023-09-16 10:11\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-09-25 20:00:56

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


Package is "grantleetheme"

Mon Sep 25 20:00:56 2023 rev:92 rq:1112942 version:23.08.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-09-15 22:02:09.730028021 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1770/grantleetheme.changes
2023-09-25 20:01:32.258557645 +0200
@@ -1,0 +2,5 @@
+Fri Sep 22 06:52:02 UTC 2023 - Christophe Marin 
+
+- Fix runtime dependencies (boo#1212455, boo#1215517)
+
+---



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.tjpgvf/_old  2023-09-25 20:01:33.454600765 +0200
+++ /var/tmp/diff_new_pack.tjpgvf/_new  2023-09-25 20:01:33.454600765 +0200
@@ -50,9 +50,7 @@
 %package -n libKPim5GrantleeTheme5
 Summary:GrantleeTheme library for KDE PIM applications
 License:LGPL-2.1-or-later
-%if %{with released}
-%requires_eqgrantleetheme
-%endif
+Requires:   grantleetheme = %{version}
 
 %description -n libKPim5GrantleeTheme5
 The GrantleeTheme library


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-09-15 22:01:48

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


Package is "grantleetheme"

Fri Sep 15 22:01:48 2023 rev:91 rq:110 version:23.08.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-08-31 13:43:57.616453786 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1766/grantleetheme.changes
2023-09-15 22:02:09.730028021 +0200
@@ -1,0 +2,9 @@
+Tue Sep 12 11:55:26 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.1/
+- No code change since 23.08.0
+
+---

Old:

  grantleetheme-23.08.0.tar.xz
  grantleetheme-23.08.0.tar.xz.sig

New:

  grantleetheme-23.08.1.tar.xz
  grantleetheme-23.08.1.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.QQFzFK/_old  2023-09-15 22:02:11.298084086 +0200
+++ /var/tmp/diff_new_pack.QQFzFK/_new  2023-09-15 22:02:11.298084086 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   grantleetheme
-Version:23.08.0
+Version:23.08.1
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-23.08.0.tar.xz -> grantleetheme-23.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.08.0/CMakeLists.txt 
new/grantleetheme-23.08.1/CMakeLists.txt
--- old/grantleetheme-23.08.0/CMakeLists.txt2023-08-12 08:00:17.0 
+0200
+++ new/grantleetheme-23.08.1/CMakeLists.txt2023-09-03 06:06:55.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF_MIN_VERSION "5.105.0")
-set(PIM_VERSION "5.24.0")
+set(PIM_VERSION "5.24.1")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.08.0/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-23.08.1/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-23.08.0/po/zh_CN/libgrantleetheme.po  2023-08-12 
08:00:17.0 +0200
+++ new/grantleetheme-23.08.1/po/zh_CN/libgrantleetheme.po  2023-09-03 
06:06:55.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2023-08-02 12:44\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-08-31 13:42:55

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


Package is "grantleetheme"

Thu Aug 31 13:42:55 2023 rev:90 rq:1105629 version:23.08.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-07-07 15:46:32.931920199 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1766/grantleetheme.changes
2023-08-31 13:43:57.616453786 +0200
@@ -1,0 +2,31 @@
+Sun Aug 20 13:59:01 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+---
+Mon Aug 14 08:02:18 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+---
+Tue Aug  1 10:13:23 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Remove CI 6 job. We will use kf6 branch for kf6 works
+  * not export symbol of private methods
+  * Fix show text in qt6
+  * Add QCh support
+  * Remove unused variable
+  * Remove unused alias now
+  * Remove compat support as all was ported
+  * Use correct INSTALL_TARGETS_DEFAULT_ARGS
+
+---

Old:

  grantleetheme-23.04.3.tar.xz
  grantleetheme-23.04.3.tar.xz.sig

New:

  grantleetheme-23.08.0.tar.xz
  grantleetheme-23.08.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.mvbwLG/_old  2023-08-31 13:43:58.756494534 +0200
+++ /var/tmp/diff_new_pack.mvbwLG/_new  2023-08-31 13:43:58.760494676 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   grantleetheme
-Version:23.04.3
+Version:23.08.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
@@ -98,7 +98,6 @@
 %files devel
 %dir %{_includedir}/KPim5
 %{_includedir}/KPim5/GrantleeTheme/
-%{_kf5_cmakedir}/KF5GrantleeTheme/
 %{_kf5_cmakedir}/KPim5GrantleeTheme/
 %{_kf5_libdir}/libKPim5GrantleeTheme.so
 %{_kf5_mkspecsdir}/qt_GrantleeTheme.pri


++ grantleetheme-23.04.3.tar.xz -> grantleetheme-23.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.3/.gitignore 
new/grantleetheme-23.08.0/.gitignore
--- old/grantleetheme-23.04.3/.gitignore2023-07-04 07:14:48.0 
+0200
+++ new/grantleetheme-23.08.0/.gitignore2023-08-12 08:00:17.0 
+0200
@@ -26,3 +26,4 @@
 .idea
 /cmake-build*
 .cache
+Testing/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.3/.gitlab-ci.yml 
new/grantleetheme-23.08.0/.gitlab-ci.yml
--- old/grantleetheme-23.04.3/.gitlab-ci.yml2023-07-04 07:14:48.0 
+0200
+++ new/grantleetheme-23.08.0/.gitlab-ci.yml2023-08-12 08:00:17.0 
+0200
@@ -3,8 +3,5 @@
 
 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/linux-qt6.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/freebsd-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/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.3/.kde-ci.yml 
new/grantleetheme-23.08.0/.kde-ci.yml
--- old/grantleetheme-23.04.3/.kde-ci.yml   2023-07-04 07:14:48.0 
+0200
+++ new/grantleetheme-23.08.0/.kde-ci.yml   2023-08-12 08:00:17.0 
+0200
@@ -10,16 +10,3 @@
 'frameworks/kiconthemes': '@latest'
 'frameworks/knewstuff': '@latest'
 'frameworks/kxmlgui': '@latest'
-
-- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6']
-  'require':
-'frameworks/extra-cmake-modules': '@latest-kf6'
-'frameworks/kguiaddons': '@latest-kf6'
-'frameworks/ki18n': '@latest-kf6'
-'frameworks/kiconthemes': '@latest-kf6'
-'frameworks/knewstuff': '@latest-kf6'
-'frameworks/kxmlgui': '@latest-kf6'
-
-- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6']
-  'require':
-'libraries/ktexttemplate': 

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-07-07 15:46:23

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


Package is "grantleetheme"

Fri Jul  7 15:46:23 2023 rev:89 rq:1097196 version:23.04.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-06-09 20:35:51.334002941 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.23466/grantleetheme.changes   
2023-07-07 15:46:32.931920199 +0200
@@ -1,0 +2,9 @@
+Tue Jul  4 10:19:20 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.3/
+- No code change since 23.04.2
+
+---

Old:

  grantleetheme-23.04.2.tar.xz
  grantleetheme-23.04.2.tar.xz.sig

New:

  grantleetheme-23.04.3.tar.xz
  grantleetheme-23.04.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.9Y54PK/_old  2023-07-07 15:46:33.695924751 +0200
+++ /var/tmp/diff_new_pack.9Y54PK/_new  2023-07-07 15:46:33.703924799 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   grantleetheme
-Version:23.04.2
+Version:23.04.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-23.04.2.tar.xz -> grantleetheme-23.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.2/CMakeLists.txt 
new/grantleetheme-23.04.3/CMakeLists.txt
--- old/grantleetheme-23.04.2/CMakeLists.txt2023-05-30 06:35:03.0 
+0200
+++ new/grantleetheme-23.04.3/CMakeLists.txt2023-07-04 07:14:48.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF_MIN_VERSION "5.103.0")
-set(PIM_VERSION "5.23.2")
+set(PIM_VERSION "5.23.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-23.04.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-23.04.2/po/zh_CN/libgrantleetheme.po  2023-05-30 
06:35:03.0 +0200
+++ new/grantleetheme-23.04.3/po/zh_CN/libgrantleetheme.po  2023-07-04 
07:14:48.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2023-05-22 14:04\n"
+"PO-Revision-Date: 2023-07-03 11:41\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-06-09 20:35:41

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


Package is "grantleetheme"

Fri Jun  9 20:35:41 2023 rev:88 rq:1091486 version:23.04.2

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-05-12 20:33:16.828733706 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.15902/grantleetheme.changes   
2023-06-09 20:35:51.334002941 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:00:38 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.2/
+- No code change since 23.04.1
+
+---

Old:

  grantleetheme-23.04.1.tar.xz
  grantleetheme-23.04.1.tar.xz.sig

New:

  grantleetheme-23.04.2.tar.xz
  grantleetheme-23.04.2.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.O18cA3/_old  2023-06-09 20:35:52.078007262 +0200
+++ /var/tmp/diff_new_pack.O18cA3/_new  2023-06-09 20:35:52.082007285 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   grantleetheme
-Version:23.04.1
+Version:23.04.2
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-23.04.1.tar.xz -> grantleetheme-23.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.1/CMakeLists.txt 
new/grantleetheme-23.04.2/CMakeLists.txt
--- old/grantleetheme-23.04.1/CMakeLists.txt2023-04-30 07:28:22.0 
+0200
+++ new/grantleetheme-23.04.2/CMakeLists.txt2023-05-30 06:35:03.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF_MIN_VERSION "5.103.0")
-set(PIM_VERSION "5.23.1")
+set(PIM_VERSION "5.23.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.1/po/ar/libgrantleetheme.po 
new/grantleetheme-23.04.2/po/ar/libgrantleetheme.po
--- old/grantleetheme-23.04.1/po/ar/libgrantleetheme.po 2023-04-30 
07:28:22.0 +0200
+++ new/grantleetheme-23.04.2/po/ar/libgrantleetheme.po 2023-05-30 
06:35:03.0 +0200
@@ -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.
 #
-# Safa Alfulaij , ٢٠١٦.
+# Safa Alfulaij , 2016.
 # Zayed Al-Saidi , 2021, 2022.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.1/po/ja/libgrantleetheme.po 
new/grantleetheme-23.04.2/po/ja/libgrantleetheme.po
--- old/grantleetheme-23.04.1/po/ja/libgrantleetheme.po 2023-04-30 
07:28:22.0 +0200
+++ new/grantleetheme-23.04.2/po/ja/libgrantleetheme.po 2023-05-30 
06:35:03.0 +0200
@@ -10,7 +10,7 @@
 "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"
+"Plural-Forms: nplurals=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-23.04.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-23.04.1/po/zh_CN/libgrantleetheme.po  2023-04-30 
07:28:22.0 +0200
+++ new/grantleetheme-23.04.2/po/zh_CN/libgrantleetheme.po  2023-05-30 
06:35:03.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2023-04-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-05-12 20:33:00

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


Package is "grantleetheme"

Fri May 12 20:33:00 2023 rev:87 rq:1086258 version:23.04.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-04-23 22:46:33.706405736 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1533/grantleetheme.changes
2023-05-12 20:33:16.828733706 +0200
@@ -1,0 +2,10 @@
+Tue May  9 10:46:34 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.1/
+- Changes since 23.04.0:
+  * Use correct INSTALL_TARGETS_DEFAULT_ARGS
+
+---

Old:

  grantleetheme-23.04.0.tar.xz
  grantleetheme-23.04.0.tar.xz.sig

New:

  grantleetheme-23.04.1.tar.xz
  grantleetheme-23.04.1.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.6TAJu9/_old  2023-05-12 20:33:17.352735458 +0200
+++ /var/tmp/diff_new_pack.6TAJu9/_new  2023-05-12 20:33:17.360735484 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   grantleetheme
-Version:23.04.0
+Version:23.04.1
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-23.04.0.tar.xz -> grantleetheme-23.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.0/CMakeLists.txt 
new/grantleetheme-23.04.1/CMakeLists.txt
--- old/grantleetheme-23.04.0/CMakeLists.txt2023-04-11 06:35:15.0 
+0200
+++ new/grantleetheme-23.04.1/CMakeLists.txt2023-04-30 07:28:22.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF_MIN_VERSION "5.103.0")
-set(PIM_VERSION "5.23.0")
+set(PIM_VERSION "5.23.1")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.0/po/de/libgrantleetheme.po 
new/grantleetheme-23.04.1/po/de/libgrantleetheme.po
--- old/grantleetheme-23.04.0/po/de/libgrantleetheme.po 2023-04-11 
06:35:15.0 +0200
+++ new/grantleetheme-23.04.1/po/de/libgrantleetheme.po 2023-04-30 
07:28:22.0 +0200
@@ -12,7 +12,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 21.12.2\n"
 
 #: grantleetheme.cpp:93 grantleetheme.cpp:101
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.0/po/gl/libgrantleetheme.po 
new/grantleetheme-23.04.1/po/gl/libgrantleetheme.po
--- old/grantleetheme-23.04.0/po/gl/libgrantleetheme.po 2023-04-11 
06:35:15.0 +0200
+++ new/grantleetheme-23.04.1/po/gl/libgrantleetheme.po 2023-04-30 
07:28:22.0 +0200
@@ -1,22 +1,23 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # Xosé , 2013.
 # Adrián Chaves Fernández (Gallaecio) , 2015.
-# Adrian Chaves , 2018.
+# Adrian Chaves , 2018, 2023.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2018-04-22 10:53+0100\n"
-"Last-Translator: Adrian Chaves \n"
-"Language-Team: Galician \n"
+"PO-Revision-Date: 2023-04-23 06:56+0200\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
+"Language-Team: Galician \n"
 "Language: gl\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 22.12.3\n"
 
 #: grantleetheme.cpp:93 grantleetheme.cpp:101
 #, kde-format
@@ -44,10 +45,9 @@
 msgstr "Erro de xeración do modelo"
 
 #: grantleethememanager.cpp:42
-#, fuzzy, kde-format
-#| msgid "Download New Themes..."
+#, kde-format
 msgid "Download new Templates..."
-msgstr "Descargar temas novos…"
+msgstr "Descargar novos modelos…"
 
 #~ msgid "Download New Themes..."
 #~ msgstr "Descargar temas novos…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-23.04.0/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-23.04.1/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-23.04.0/po/zh_CN/libgrantleetheme.po  

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-04-23 22:44:53

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


Package is "grantleetheme"

Sun Apr 23 22:44:53 2023 rev:86 rq:1081181 version:23.04.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-03-03 22:25:30.87476 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1533/grantleetheme.changes
2023-04-23 22:46:33.706405736 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:21 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+---
+Fri Mar 31 16:41:39 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.90
+  * New feature release
+
+---
+Fri Mar 17 20:43:01 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.80
+  * New feature release
+
+---

Old:

  grantleetheme-22.12.3.tar.xz
  grantleetheme-22.12.3.tar.xz.sig

New:

  grantleetheme-23.04.0.tar.xz
  grantleetheme-23.04.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.e0Gt4G/_old  2023-04-23 22:46:34.230408696 +0200
+++ /var/tmp/diff_new_pack.e0Gt4G/_new  2023-04-23 22:46:34.234408719 +0200
@@ -16,11 +16,9 @@
 #
 
 
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.12.3
+Version:23.04.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
@@ -33,10 +31,12 @@
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Grantlee5)
+BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Network)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
@@ -47,18 +47,20 @@
 %description
 the grantleetheme library adds Grantlee theme support for PIM applications.
 
-%package -n libKF5GrantleeTheme5
+%package -n libKPim5GrantleeTheme5
 Summary:GrantleeTheme library for KDE PIM applications
 License:LGPL-2.1-or-later
-Requires:   grantleetheme = %{version}
+%if %{with released}
+%requires_eqgrantleetheme
+%endif
 
-%description -n libKF5GrantleeTheme5
+%description -n libKPim5GrantleeTheme5
 The GrantleeTheme library
 
 %package devel
 Summary:Development package for grantleetheme
 License:LGPL-2.1-or-later
-Requires:   libKF5GrantleeTheme5 = %{version}
+Requires:   libKPim5GrantleeTheme5 = %{version}
 
 %description devel
 The development package for the grantleetheme library
@@ -80,13 +82,7 @@
 
 %global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
-%ldconfig_scriptlets -n libKF5GrantleeTheme5
-
-%files devel
-%{_kf5_cmakedir}/KF5GrantleeTheme/
-%{_kf5_includedir}/GrantleeTheme/
-%{_kf5_libdir}/libKF5GrantleeTheme.so
-%{_kf5_mkspecsdir}/qt_GrantleeTheme.pri
+%ldconfig_scriptlets -n libKPim5GrantleeTheme5
 
 %files
 %dir %{_kf5_libdir}/grantlee/
@@ -95,9 +91,17 @@
 %{_kf5_debugdir}/grantleetheme.renamecategories
 %{_kf5_libdir}/grantlee/%{grantlee_shortver}/kde_grantlee_plugin.so
 
-%files -n libKF5GrantleeTheme5
+%files -n libKPim5GrantleeTheme5
 %license LICENSES/*
-%{_kf5_libdir}/libKF5GrantleeTheme.so.*
+%{_kf5_libdir}/libKPim5GrantleeTheme.so.*
+
+%files devel
+%dir %{_includedir}/KPim5
+%{_includedir}/KPim5/GrantleeTheme/
+%{_kf5_cmakedir}/KF5GrantleeTheme/
+%{_kf5_cmakedir}/KPim5GrantleeTheme/
+%{_kf5_libdir}/libKPim5GrantleeTheme.so
+%{_kf5_mkspecsdir}/qt_GrantleeTheme.pri
 
 %files lang -f %{name}.lang
 


++ grantleetheme-22.12.3.tar.xz -> grantleetheme-23.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.3/.gitlab-ci.yml 
new/grantleetheme-23.04.0/.gitlab-ci.yml
--- old/grantleetheme-22.12.3/.gitlab-ci.yml2023-02-25 05:54:55.0 
+0100
+++ new/grantleetheme-23.04.0/.gitlab-ci.yml2023-04-11 06:35:15.0 
+0200
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2020-2022 Laurent Montel 
+# SPDX-FileCopyrightText: 2020-2023 Laurent Montel 
 # 

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-03-03 22:25:01

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


Package is "grantleetheme"

Fri Mar  3 22:25:01 2023 rev:85 rq:1068756 version:22.12.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-02-04 14:16:14.569816140 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.31432/grantleetheme.changes   
2023-03-03 22:25:30.87476 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:45:34 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+---

Old:

  grantleetheme-22.12.2.tar.xz
  grantleetheme-22.12.2.tar.xz.sig

New:

  grantleetheme-22.12.3.tar.xz
  grantleetheme-22.12.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.Dzze69/_old  2023-03-03 22:25:31.566764428 +0100
+++ /var/tmp/diff_new_pack.Dzze69/_new  2023-03-03 22:25:31.570764441 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grantleetheme
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.12.2
+Version:22.12.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
@@ -80,8 +80,7 @@
 
 %global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
-%post -n libKF5GrantleeTheme5  -p /sbin/ldconfig
-%postun -n libKF5GrantleeTheme5 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libKF5GrantleeTheme5
 
 %files devel
 %{_kf5_cmakedir}/KF5GrantleeTheme/


++ grantleetheme-22.12.2.tar.xz -> grantleetheme-22.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.2/CMakeLists.txt 
new/grantleetheme-22.12.3/CMakeLists.txt
--- old/grantleetheme-22.12.2/CMakeLists.txt2023-01-16 04:35:35.0 
+0100
+++ new/grantleetheme-22.12.3/CMakeLists.txt2023-02-25 05:54:55.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.99.0")
-set(PIM_VERSION "5.22.2")
+set(PIM_VERSION "5.22.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-22.12.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-22.12.2/po/zh_CN/libgrantleetheme.po  2023-01-16 
04:35:35.0 +0100
+++ new/grantleetheme-22.12.3/po/zh_CN/libgrantleetheme.po  2023-02-25 
05:54:55.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-02-04 14:11:59

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.4462 (New)


Package is "grantleetheme"

Sat Feb  4 14:11:59 2023 rev:84 rq:1062729 version:22.12.2

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2023-01-07 17:17:22.617319278 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.4462/grantleetheme.changes
2023-02-04 14:16:14.569816140 +0100
@@ -1,0 +2,8 @@
+Tue Jan 31 10:33:07 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.2/
+
+---

Old:

  grantleetheme-22.12.1.tar.xz
  grantleetheme-22.12.1.tar.xz.sig

New:

  grantleetheme-22.12.2.tar.xz
  grantleetheme-22.12.2.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.VXBSW3/_old  2023-02-04 14:16:14.913818059 +0100
+++ /var/tmp/diff_new_pack.VXBSW3/_new  2023-02-04 14:16:14.917818081 +0100
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.12.1
+Version:22.12.2
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.12.1.tar.xz -> grantleetheme-22.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.1/CMakeLists.txt 
new/grantleetheme-22.12.2/CMakeLists.txt
--- old/grantleetheme-22.12.1/CMakeLists.txt2022-12-25 05:39:06.0 
+0100
+++ new/grantleetheme-22.12.2/CMakeLists.txt2023-01-16 04:35:35.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.99.0")
-set(PIM_VERSION "5.22.1")
+set(PIM_VERSION "5.22.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.1/po/el/libgrantleetheme.po 
new/grantleetheme-22.12.2/po/el/libgrantleetheme.po
--- old/grantleetheme-22.12.1/po/el/libgrantleetheme.po 2022-12-25 
05:39:06.0 +0100
+++ new/grantleetheme-22.12.2/po/el/libgrantleetheme.po 2023-01-16 
04:35:35.0 +0100
@@ -2,13 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Dimitris Kardarakos , 2014.
-# Stelios , 2020.
+# Stelios , 2020, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2020-08-05 14:49+0300\n"
+"PO-Revision-Date: 2023-01-06 16:50+0200\n"
 "Last-Translator: Stelios \n"
 "Language-Team: Greek \n"
 "Language: el\n"
@@ -16,7 +16,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 20.04.2\n"
+"X-Generator: Lokalize 21.12.3\n"
 
 #: grantleetheme.cpp:93 grantleetheme.cpp:101
 #, kde-format
@@ -44,10 +44,9 @@
 msgstr "Σφάλμα αποτύπωσης προτύπου"
 
 #: grantleethememanager.cpp:42
-#, fuzzy, kde-format
-#| msgid "Download New Themes..."
+#, kde-format
 msgid "Download new Templates..."
-msgstr "Λήψη νέων θεμάτων..."
+msgstr "Λήψη νέων προτύπων..."
 
 #~ msgid "Download New Themes..."
 #~ msgstr "Λήψη νέων θεμάτων..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-22.12.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-22.12.1/po/zh_CN/libgrantleetheme.po  2022-12-25 
05:39:06.0 +0100
+++ new/grantleetheme-22.12.2/po/zh_CN/libgrantleetheme.po  2023-01-16 
04:35:35.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2022-12-24 11:44\n"
+"PO-Revision-Date: 2023-01-15 15:27\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2023-01-07 17:16:38

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.1563 (New)


Package is "grantleetheme"

Sat Jan  7 17:16:38 2023 rev:83 rq:1056457 version:22.12.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-12-09 13:17:29.698910516 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1563/grantleetheme.changes
2023-01-07 17:17:22.617319278 +0100
@@ -1,0 +2,8 @@
+Tue Jan  3 10:19:29 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.1/
+
+---

Old:

  grantleetheme-22.12.0.tar.xz
  grantleetheme-22.12.0.tar.xz.sig

New:

  grantleetheme-22.12.1.tar.xz
  grantleetheme-22.12.1.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.BsQ01K/_old  2023-01-07 17:17:23.197322738 +0100
+++ /var/tmp/diff_new_pack.BsQ01K/_new  2023-01-07 17:17:23.201322762 +0100
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.12.0
+Version:22.12.1
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.12.0.tar.xz -> grantleetheme-22.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.0/CMakeLists.txt 
new/grantleetheme-22.12.1/CMakeLists.txt
--- old/grantleetheme-22.12.0/CMakeLists.txt2022-11-26 09:26:17.0 
+0100
+++ new/grantleetheme-22.12.1/CMakeLists.txt2022-12-25 05:39:06.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.99.0")
-set(PIM_VERSION "5.22.0")
+set(PIM_VERSION "5.22.1")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.0/po/tr/libgrantleetheme.po 
new/grantleetheme-22.12.1/po/tr/libgrantleetheme.po
--- old/grantleetheme-22.12.0/po/tr/libgrantleetheme.po 2022-11-26 
09:26:17.0 +0100
+++ new/grantleetheme-22.12.1/po/tr/libgrantleetheme.po 2022-12-25 
05:39:06.0 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2022-07-11 10:58+0300\n"
+"PO-Revision-Date: 2022-12-10 17:59+0300\n"
 "Last-Translator: Emir SARI \n"
 "Language-Team: Turkish \n"
 "Language: tr\n"
@@ -18,7 +18,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 22.04.2\n"
+"X-Generator: Lokalize 22.08.3\n"
 "(http: //www.transifex.com/projects/p/kdepim-k-tr/language/tr/)\n"
 
 #: grantleetheme.cpp:93 grantleetheme.cpp:101
@@ -44,7 +44,7 @@
 #: grantleetheme.cpp:234
 #, kde-format
 msgid "Template rendering error"
-msgstr "Şablon gerçekleme hatası"
+msgstr "Şablon sunum hatası"
 
 #: grantleethememanager.cpp:42
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.12.0/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-22.12.1/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-22.12.0/po/zh_CN/libgrantleetheme.po  2022-11-26 
09:26:17.0 +0100
+++ new/grantleetheme-22.12.1/po/zh_CN/libgrantleetheme.po  2022-12-25 
05:39:06.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2022-11-19 14:51\n"
+"PO-Revision-Date: 2022-12-24 11:44\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-12-09 13:17:03

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


Package is "grantleetheme"

Fri Dec  9 13:17:03 2022 rev:82 rq:1041424 version:22.12.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-11-04 17:33:32.920371380 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1835/grantleetheme.changes
2022-12-09 13:17:29.698910516 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:24:44 UTC 2022 - Christophe Marin 
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+---
+Sat Nov 26 16:44:22 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.90
+  * New feature release
+
+---
+Sat Nov 12 08:53:33 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.80
+  * New feature release
+
+---

Old:

  grantleetheme-22.08.3.tar.xz
  grantleetheme-22.08.3.tar.xz.sig

New:

  grantleetheme-22.12.0.tar.xz
  grantleetheme-22.12.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.fm8g7w/_old  2022-12-09 13:17:30.278913597 +0100
+++ /var/tmp/diff_new_pack.fm8g7w/_new  2022-12-09 13:17:30.282913618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grantleetheme
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,10 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.08.3
+Version:22.12.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
-Group:  System/Libraries
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -51,7 +50,6 @@
 %package -n libKF5GrantleeTheme5
 Summary:GrantleeTheme library for KDE PIM applications
 License:LGPL-2.1-or-later
-Group:  System/Libraries
 Requires:   grantleetheme = %{version}
 
 %description -n libKF5GrantleeTheme5
@@ -60,7 +58,6 @@
 %package devel
 Summary:Development package for grantleetheme
 License:LGPL-2.1-or-later
-Group:  Development/Libraries/KDE
 Requires:   libKF5GrantleeTheme5 = %{version}
 
 %description devel
@@ -78,9 +75,10 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
+
+%global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
 %post -n libKF5GrantleeTheme5  -p /sbin/ldconfig
 %postun -n libKF5GrantleeTheme5 -p /sbin/ldconfig
@@ -92,16 +90,16 @@
 %{_kf5_mkspecsdir}/qt_GrantleeTheme.pri
 
 %files
+%dir %{_kf5_libdir}/grantlee/
+%dir %{_kf5_libdir}/grantlee/%{grantlee_shortver}
 %{_kf5_debugdir}/grantleetheme.categories
 %{_kf5_debugdir}/grantleetheme.renamecategories
-%{_kf5_libdir}/grantlee/
+%{_kf5_libdir}/grantlee/%{grantlee_shortver}/kde_grantlee_plugin.so
 
 %files -n libKF5GrantleeTheme5
 %license LICENSES/*
 %{_kf5_libdir}/libKF5GrantleeTheme.so.*
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++ grantleetheme-22.08.3.tar.xz -> grantleetheme-22.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.3/.gitlab-ci.yml 
new/grantleetheme-22.12.0/.gitlab-ci.yml
--- old/grantleetheme-22.08.3/.gitlab-ci.yml2022-10-13 13:41:24.0 
+0200
+++ new/grantleetheme-22.12.0/.gitlab-ci.yml2022-11-26 09:26:17.0 
+0100
@@ -3,5 +3,8 @@
 
 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/linux-qt6.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/freebsd-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-11-04 17:32:30

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


Package is "grantleetheme"

Fri Nov  4 17:32:30 2022 rev:81 rq:1033216 version:22.08.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-10-15 16:33:58.481651257 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2275/grantleetheme.changes
2022-11-04 17:33:32.920371380 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 11:19:54 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.3/
+
+---

Old:

  grantleetheme-22.08.2.tar.xz
  grantleetheme-22.08.2.tar.xz.sig

New:

  grantleetheme-22.08.3.tar.xz
  grantleetheme-22.08.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.DOHFFt/_old  2022-11-04 17:33:34.640380278 +0100
+++ /var/tmp/diff_new_pack.DOHFFt/_new  2022-11-04 17:33:34.644380299 +0100
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.08.2
+Version:22.08.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.08.2.tar.xz -> grantleetheme-22.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.2/CMakeLists.txt 
new/grantleetheme-22.08.3/CMakeLists.txt
--- old/grantleetheme-22.08.2/CMakeLists.txt2022-09-08 19:37:19.0 
+0200
+++ new/grantleetheme-22.08.3/CMakeLists.txt2022-10-13 13:41:24.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.95.0")
-set(PIM_VERSION "5.21.2")
+set(PIM_VERSION "5.21.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-22.08.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-22.08.2/po/zh_CN/libgrantleetheme.po  2022-10-11 
07:03:53.0 +0200
+++ new/grantleetheme-22.08.3/po/zh_CN/libgrantleetheme.po  2022-11-01 
01:16:22.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2022-10-02 15:52\n"
+"PO-Revision-Date: 2022-10-30 07:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-10-15 16:33:43

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


Package is "grantleetheme"

Sat Oct 15 16:33:43 2022 rev:80 rq:1010674 version:22.08.2

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-09-09 18:23:16.856221392 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2275/grantleetheme.changes
2022-10-15 16:33:58.481651257 +0200
@@ -1,0 +2,8 @@
+Tue Oct 11 14:31:57 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.2/
+
+---

Old:

  grantleetheme-22.08.1.tar.xz
  grantleetheme-22.08.1.tar.xz.sig

New:

  grantleetheme-22.08.2.tar.xz
  grantleetheme-22.08.2.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.02qrxw/_old  2022-10-15 16:34:00.185655351 +0200
+++ /var/tmp/diff_new_pack.02qrxw/_new  2022-10-15 16:34:00.189655361 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.08.1
+Version:22.08.2
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.08.1.tar.xz -> grantleetheme-22.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.1/CMakeLists.txt 
new/grantleetheme-22.08.2/CMakeLists.txt
--- old/grantleetheme-22.08.1/CMakeLists.txt2022-08-23 21:59:00.0 
+0200
+++ new/grantleetheme-22.08.2/CMakeLists.txt2022-09-08 19:37:19.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.95.0")
-set(PIM_VERSION "5.21.1")
+set(PIM_VERSION "5.21.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.1/po/ru/libgrantleetheme.po 
new/grantleetheme-22.08.2/po/ru/libgrantleetheme.po
--- old/grantleetheme-22.08.1/po/ru/libgrantleetheme.po 2022-09-06 
02:16:01.0 +0200
+++ new/grantleetheme-22.08.2/po/ru/libgrantleetheme.po 2022-10-11 
07:03:53.0 +0200
@@ -3,13 +3,13 @@
 #
 # Alexander Lakhin , 2013.
 # Alexander Potashev , 2016.
-# Alexander Yavorsky , 2018.
+# Alexander Yavorsky , 2018, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2018-10-02 20:54+0300\n"
+"PO-Revision-Date: 2022-10-02 14:48+0300\n"
 "Last-Translator: Alexander Yavorsky \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
@@ -18,7 +18,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.08.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -49,10 +49,9 @@
 msgstr " ?? ??   
??"
 
 #: grantleethememanager.cpp:42
-#, fuzzy, kde-format
-#| msgid "Download New Themes..."
+#, kde-format
 msgid "Download new Templates..."
-msgstr "?? ?? ..."
+msgstr " ?? ?"
 
 #~ msgid "Download New Themes..."
 #~ msgstr "?? ?? ..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-22.08.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-22.08.1/po/zh_CN/libgrantleetheme.po  2022-09-06 
02:16:01.0 +0200
+++ new/grantleetheme-22.08.2/po/zh_CN/libgrantleetheme.po  2022-10-11 
07:03:53.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2022-08-20 14:20\n"
+"PO-Revision-Date: 2022-10-02 15:52\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -45,4 +45,4 @@
 #: grantleethememanager.cpp:42
 #, kde-format
 msgid "Download new Templates..."
-msgstr ""
+msgstr "???..."


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-09-09 18:23:07

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


Package is "grantleetheme"

Fri Sep  9 18:23:07 2022 rev:79 rq:1001962 version:22.08.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-08-19 17:51:47.071510098 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2083/grantleetheme.changes
2022-09-09 18:23:16.856221392 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 15:19:01 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.1/
+
+---

Old:

  grantleetheme-22.08.0.tar.xz
  grantleetheme-22.08.0.tar.xz.sig

New:

  grantleetheme-22.08.1.tar.xz
  grantleetheme-22.08.1.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.UjwkWq/_old  2022-09-09 18:23:17.308222723 +0200
+++ /var/tmp/diff_new_pack.UjwkWq/_new  2022-09-09 18:23:17.31735 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.08.0
+Version:22.08.1
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.08.0.tar.xz -> grantleetheme-22.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.0/CMakeLists.txt 
new/grantleetheme-22.08.1/CMakeLists.txt
--- old/grantleetheme-22.08.0/CMakeLists.txt2022-08-05 13:29:54.0 
+0200
+++ new/grantleetheme-22.08.1/CMakeLists.txt2022-08-23 21:59:00.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.95.0")
-set(PIM_VERSION "5.21.0")
+set(PIM_VERSION "5.21.1")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-22.08.0/KF5GrantleeThemeConfig.cmake.in 
new/grantleetheme-22.08.1/KF5GrantleeThemeConfig.cmake.in
--- old/grantleetheme-22.08.0/KF5GrantleeThemeConfig.cmake.in   2022-08-05 
13:29:54.0 +0200
+++ new/grantleetheme-22.08.1/KF5GrantleeThemeConfig.cmake.in   2022-08-23 
21:59:00.0 +0200
@@ -1,7 +1,8 @@
 @PACKAGE_INIT@
 
 include(CMakeFindDependencyMacro)
-if (QT_MAJOR_VERSION STREQUAL "5")
+
+if ("@QT_MAJOR_VERSION@" STREQUAL "5")
 find_dependency(Grantlee5 @GRANTLEE_VERSION@)
 else()
 find_dependency(KF6TextTemplate @KF5_MIN_VERSION@)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.08.0/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-22.08.1/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-22.08.0/po/zh_CN/libgrantleetheme.po  2022-08-12 
02:12:45.0 +0200
+++ new/grantleetheme-22.08.1/po/zh_CN/libgrantleetheme.po  2022-09-06 
02:16:01.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-05-17 00:45+\n"
-"PO-Revision-Date: 2022-08-07 13:32\n"
+"PO-Revision-Date: 2022-08-20 14:20\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-08-19 17:51:38

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


Package is "grantleetheme"

Fri Aug 19 17:51:38 2022 rev:78 rq:997771 version:22.08.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-07-09 17:00:27.632564422 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2083/grantleetheme.changes
2022-08-19 17:51:47.071510098 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:41:45 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.0/
+
+---
+Fri Aug  5 12:10:26 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.90
+  * New feature release
+
+---
+Sat Jul 16 08:27:39 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.80
+  * New feature release
+
+---

Old:

  grantleetheme-22.04.3.tar.xz
  grantleetheme-22.04.3.tar.xz.sig

New:

  grantleetheme-22.08.0.tar.xz
  grantleetheme-22.08.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.Ip9zWA/_old  2022-08-19 17:51:47.659511331 +0200
+++ /var/tmp/diff_new_pack.Ip9zWA/_new  2022-08-19 17:51:47.659511331 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.04.3
+Version:22.08.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.04.3.tar.xz -> grantleetheme-22.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.3/.codespellrc 
new/grantleetheme-22.08.0/.codespellrc
--- old/grantleetheme-22.04.3/.codespellrc  1970-01-01 01:00:00.0 
+0100
+++ new/grantleetheme-22.08.0/.codespellrc  2022-08-05 13:29:54.0 
+0200
@@ -0,0 +1,4 @@
+[codespell]
+skip = ./build*,.git,*.notifyrc,*.desktop,*.json,*.xml
+interactive = 3
+ignore-words-list = accessort
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.3/.gitlab-ci.yml 
new/grantleetheme-22.08.0/.gitlab-ci.yml
--- old/grantleetheme-22.04.3/.gitlab-ci.yml2022-06-09 13:40:26.0 
+0200
+++ new/grantleetheme-22.08.0/.gitlab-ci.yml2022-08-05 13:29:54.0 
+0200
@@ -4,3 +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/windows.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.3/CMakeLists.txt 
new/grantleetheme-22.08.0/CMakeLists.txt
--- old/grantleetheme-22.04.3/CMakeLists.txt2022-06-09 13:40:26.0 
+0200
+++ new/grantleetheme-22.08.0/CMakeLists.txt2022-08-05 13:29:54.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(KF5_MIN_VERSION "5.91.0")
-set(PIM_VERSION "5.20.3")
+set(KF5_MIN_VERSION "5.95.0")
+set(PIM_VERSION "5.21.0")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
@@ -57,7 +57,7 @@
 
 ### Targets ###
 
-ecm_set_disabled_deprecation_versions(QT 5.14.0 KF 5.92.0)
+ecm_set_disabled_deprecation_versions(QT 5.14.0 KF 5.96.0)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.3/CMakePresets.json 
new/grantleetheme-22.08.0/CMakePresets.json
--- old/grantleetheme-22.04.3/CMakePresets.json 2022-06-09 13:40:26.0 
+0200
+++ new/grantleetheme-22.08.0/CMakePresets.json 2022-08-05 13:29:54.0 
+0200
@@ -2,81 +2,89 @@
 "version": 3,
 "configurePresets": [
 {
+"name": "base",
+"displayName": "base preset",
+"generator": "Ninja",
+   "binaryDir": "${sourceDir}/build-${presetName}",
+   "installDir": "$env{KF5}",
+"hidden": true
+},
+{
 "name": "dev",
 "displayName": "Build as debug",
-"generator": "Ninja",
-"binaryDir": "${sourceDir}/build",
 "cacheVariables": {
 

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-07-09 16:59:55

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


Package is "grantleetheme"

Sat Jul  9 16:59:55 2022 rev:77 rq:987533 version:22.04.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-06-12 17:37:18.441984103 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1523/grantleetheme.changes
2022-07-09 17:00:27.632564422 +0200
@@ -1,0 +2,8 @@
+Tue Jul  5 17:02:52 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.3/
+
+---

Old:

  grantleetheme-22.04.2.tar.xz
  grantleetheme-22.04.2.tar.xz.sig

New:

  grantleetheme-22.04.3.tar.xz
  grantleetheme-22.04.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.zymjzK/_old  2022-07-09 17:00:28.652565955 +0200
+++ /var/tmp/diff_new_pack.zymjzK/_new  2022-07-09 17:00:28.660565967 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.04.2
+Version:22.04.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.04.2.tar.xz -> grantleetheme-22.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.2/CMakeLists.txt 
new/grantleetheme-22.04.3/CMakeLists.txt
--- old/grantleetheme-22.04.2/CMakeLists.txt2022-05-12 06:53:25.0 
+0200
+++ new/grantleetheme-22.04.3/CMakeLists.txt2022-06-09 13:40:26.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.91.0")
-set(PIM_VERSION "5.20.2")
+set(PIM_VERSION "5.20.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.2/po/bg/libgrantleetheme.po 
new/grantleetheme-22.04.3/po/bg/libgrantleetheme.po
--- old/grantleetheme-22.04.2/po/bg/libgrantleetheme.po 2022-06-07 
09:18:34.0 +0200
+++ new/grantleetheme-22.04.3/po/bg/libgrantleetheme.po 2022-07-05 
06:42:13.0 +0200
@@ -2,47 +2,48 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Yasen Pramatarov , 2013.
+# Mincho Kondarev , 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-02-01 00:44+\n"
-"PO-Revision-Date: 2013-08-05 12:13+0300\n"
-"Last-Translator: Yasen Pramatarov \n"
-"Language-Team: Bulgarian \n"
+"PO-Revision-Date: 2022-06-19 14:25+0200\n"
+"Last-Translator: Mincho Kondarev \n"
+"Language-Team: Bulgarian \n"
 "Language: bg\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 1.5\n"
+"X-Generator: Lokalize 22.04.2\n"
 
 #: grantleetheme.cpp:93 grantleetheme.cpp:101
 #, kde-format
 msgid "Template"
-msgstr ""
+msgstr ""
 
 #: grantleetheme.cpp:93 grantleetheme.cpp:101
 #, kde-format
 msgid "Error message"
-msgstr ""
+msgstr "??  "
 
 #: grantleetheme.cpp:108
 #, kde-format
 msgid "(null template)"
-msgstr ""
+msgstr "( )"
 
 #: grantleetheme.cpp:225
 #, kde-format
 msgid "Template parsing error"
-msgstr ""
+msgstr " ??   "
 
 #: grantleetheme.cpp:234
 #, kde-format
 msgid "Template rendering error"
-msgstr ""
+msgstr " ??   "
 
 #: grantleethememanager.cpp:42
-#, kde-format
+#, fuzzy, kde-format
 msgid "Download New Themes..."
-msgstr "??   ..."
+msgstr "??   ??..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-22.04.2/po/ca@valencia/libgrantleetheme.po 
new/grantleetheme-22.04.3/po/ca@valencia/libgrantleetheme.po
--- old/grantleetheme-22.04.2/po/ca@valencia/libgrantleetheme.po
2022-06-07 09:18:34.0 +0200
+++ new/grantleetheme-22.04.3/po/ca@valencia/libgrantleetheme.po
2022-07-05 06:42:13.0 +0200
@@ -33,17 +33,17 @@
 #: grantleetheme.cpp:108
 #, kde-format
 msgid "(null template)"
-msgstr 

commit grantleetheme for openSUSE:Factory

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

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

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


Package is "grantleetheme"

Sun Jun 12 17:37:09 2022 rev:76 rq:981602 version:22.04.2

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-05-14 22:52:57.555050672 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1548/grantleetheme.changes
2022-06-12 17:37:18.441984103 +0200
@@ -1,0 +2,8 @@
+Wed Jun  8 09:52:46 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.2/
+
+---

Old:

  grantleetheme-22.04.1.tar.xz
  grantleetheme-22.04.1.tar.xz.sig

New:

  grantleetheme-22.04.2.tar.xz
  grantleetheme-22.04.2.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.2I5VsF/_old  2022-06-12 17:37:19.517985638 +0200
+++ /var/tmp/diff_new_pack.2I5VsF/_new  2022-06-12 17:37:19.521985644 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.04.1
+Version:22.04.2
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.04.1.tar.xz -> grantleetheme-22.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.1/CMakeLists.txt 
new/grantleetheme-22.04.2/CMakeLists.txt
--- old/grantleetheme-22.04.1/CMakeLists.txt2022-04-22 20:48:44.0 
+0200
+++ new/grantleetheme-22.04.2/CMakeLists.txt2022-05-12 06:53:25.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.91.0")
-set(PIM_VERSION "5.20.1")
+set(PIM_VERSION "5.20.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-22.04.1/po/ca@valencia/libgrantleetheme.po 
new/grantleetheme-22.04.2/po/ca@valencia/libgrantleetheme.po
--- old/grantleetheme-22.04.1/po/ca@valencia/libgrantleetheme.po
2022-05-10 07:57:00.0 +0200
+++ new/grantleetheme-22.04.2/po/ca@valencia/libgrantleetheme.po
2022-06-07 09:18:34.0 +0200
@@ -33,17 +33,17 @@
 #: grantleetheme.cpp:108
 #, kde-format
 msgid "(null template)"
-msgstr "(plantilla nul??la)"
+msgstr "(plantilla nula)"
 
 #: grantleetheme.cpp:225
 #, kde-format
 msgid "Template parsing error"
-msgstr "S'ha produ??t un error en analitzar la plantilla"
+msgstr "S'ha produ??t un error en analisar la plantilla"
 
 #: grantleetheme.cpp:234
 #, kde-format
 msgid "Template rendering error"
-msgstr "S'ha produ??t un error en renderitzar la plantilla"
+msgstr "S'ha produ??t un error en renderisar la plantilla"
 
 #: grantleethememanager.cpp:42
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-22.04.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-22.04.1/po/zh_CN/libgrantleetheme.po  2022-05-10 
07:57:01.0 +0200
+++ new/grantleetheme-22.04.2/po/zh_CN/libgrantleetheme.po  2022-06-07 
09:18:34.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-02-01 00:44+\n"
-"PO-Revision-Date: 2022-05-08 08:18\n"
+"PO-Revision-Date: 2022-06-05 04:20\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-05-14 22:52:41

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


Package is "grantleetheme"

Sat May 14 22:52:41 2022 rev:75 rq:976722 version:22.04.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-04-24 00:19:14.668246010 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1538/grantleetheme.changes
2022-05-14 22:52:57.555050672 +0200
@@ -1,0 +2,8 @@
+Tue May 10 16:29:33 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.1/
+
+---

Old:

  grantleetheme-22.04.0.tar.xz
  grantleetheme-22.04.0.tar.xz.sig

New:

  grantleetheme-22.04.1.tar.xz
  grantleetheme-22.04.1.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.2jM9NX/_old  2022-05-14 22:52:58.003051232 +0200
+++ /var/tmp/diff_new_pack.2jM9NX/_new  2022-05-14 22:52:58.011051242 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:22.04.0
+Version:22.04.1
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-22.04.0.tar.xz -> grantleetheme-22.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.0/CMakeLists.txt 
new/grantleetheme-22.04.1/CMakeLists.txt
--- old/grantleetheme-22.04.0/CMakeLists.txt2022-04-08 13:14:52.0 
+0200
+++ new/grantleetheme-22.04.1/CMakeLists.txt2022-04-22 20:48:44.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.91.0")
-set(PIM_VERSION "5.20.0")
+set(PIM_VERSION "5.20.1")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.0/po/fr/libgrantleetheme.po 
new/grantleetheme-22.04.1/po/fr/libgrantleetheme.po
--- old/grantleetheme-22.04.0/po/fr/libgrantleetheme.po 2022-04-15 
02:22:47.0 +0200
+++ new/grantleetheme-22.04.1/po/fr/libgrantleetheme.po 2022-05-10 
07:57:01.0 +0200
@@ -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.
 # Sebastien Renard , 2013.
-# xavier , 2013.
+# xavier , 2013, 2022.
 # Vincent Pinon , 2017.
 #
 msgid ""
@@ -17,7 +17,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.04.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.0/po/it/libgrantleetheme.po 
new/grantleetheme-22.04.1/po/it/libgrantleetheme.po
--- old/grantleetheme-22.04.0/po/it/libgrantleetheme.po 2022-04-15 
02:22:47.0 +0200
+++ new/grantleetheme-22.04.1/po/it/libgrantleetheme.po 2022-05-10 
07:57:01.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Luigi Toscano , 2013, 2015, 2017.
+# Luigi Toscano , 2013, 2015, 2017, 2022.
 #
 msgid ""
 msgstr ""
@@ -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 21.12.3\n"
 
 #: grantleetheme.cpp:93 grantleetheme.cpp:101
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-22.04.0/po/ko/libgrantleetheme.po 
new/grantleetheme-22.04.1/po/ko/libgrantleetheme.po
--- old/grantleetheme-22.04.0/po/ko/libgrantleetheme.po 2022-04-15 
02:22:47.0 +0200
+++ new/grantleetheme-22.04.1/po/ko/libgrantleetheme.po 2022-05-10 
07:57:01.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Shinjo Park , 2014, 2015, 2017.
+# Shinjo Park , 2014, 2015, 2017, 2022.
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; 

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-04-24 00:19:06

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


Package is "grantleetheme"

Sun Apr 24 00:19:06 2022 rev:74 rq:971408 version:22.04.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-03-04 20:14:51.724806230 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1538/grantleetheme.changes
2022-04-24 00:19:14.668246010 +0200
@@ -1,0 +2,28 @@
+Mon Apr 18 07:51:01 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+---
+Fri Apr  8 18:17:29 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.90
+  * New feature release
+
+---
+Wed Mar 23 08:13:40 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Fix compile without deprecated method
+  * Fix depend when we build against qt6
+  * Make it compile against qt6
+  * Prepare to build against KF6::TextTemplate (in progress)
+  * Fix install headers
+  * Adapt build system for building against qt6
+  * Modernize code
+
+---

Old:

  grantleetheme-21.12.3.tar.xz
  grantleetheme-21.12.3.tar.xz.sig

New:

  grantleetheme-22.04.0.tar.xz
  grantleetheme-22.04.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.vnM60j/_old  2022-04-24 00:19:15.592246709 +0200
+++ /var/tmp/diff_new_pack.vnM60j/_new  2022-04-24 00:19:15.604246718 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:21.12.3
+Version:22.04.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
@@ -88,8 +88,6 @@
 %files devel
 %{_kf5_cmakedir}/KF5GrantleeTheme/
 %{_kf5_includedir}/GrantleeTheme/
-%{_kf5_includedir}/grantleetheme/
-%{_kf5_includedir}/grantleetheme_version.h
 %{_kf5_libdir}/libKF5GrantleeTheme.so
 %{_kf5_mkspecsdir}/qt_GrantleeTheme.pri
 


++ grantleetheme-21.12.3.tar.xz -> grantleetheme-22.04.0.tar.xz ++
 3533 lines of diff (skipped)


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-03-04 20:14:37

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


Package is "grantleetheme"

Fri Mar  4 20:14:37 2022 rev:73 rq:958789 version:21.12.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-02-04 21:46:58.597376538 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1958/grantleetheme.changes
2022-03-04 20:14:51.724806230 +0100
@@ -1,0 +2,9 @@
+Tue Mar  1 09:56:42 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 21.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.3/
+- No code change since 21.12.2
+
+---

Old:

  grantleetheme-21.12.2.tar.xz
  grantleetheme-21.12.2.tar.xz.sig

New:

  grantleetheme-21.12.3.tar.xz
  grantleetheme-21.12.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.g5ddqk/_old  2022-03-04 20:14:53.724806611 +0100
+++ /var/tmp/diff_new_pack.g5ddqk/_new  2022-03-04 20:14:53.732806613 +0100
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:21.12.2
+Version:21.12.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-21.12.2.tar.xz -> grantleetheme-21.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.12.2/CMakeLists.txt 
new/grantleetheme-21.12.3/CMakeLists.txt
--- old/grantleetheme-21.12.2/CMakeLists.txt2022-01-06 13:38:17.0 
+0100
+++ new/grantleetheme-21.12.3/CMakeLists.txt2022-02-03 22:27:01.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.87.0")
-set(PIM_VERSION "5.19.2")
+set(PIM_VERSION "5.19.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.12.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-21.12.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-21.12.2/po/zh_CN/libgrantleetheme.po  2022-02-01 
01:15:51.0 +0100
+++ new/grantleetheme-21.12.3/po/zh_CN/libgrantleetheme.po  2022-03-01 
01:18:01.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-07 00:17+\n"
-"PO-Revision-Date: 2022-01-08 15:25\n"
+"PO-Revision-Date: 2022-02-26 05:19\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2022-02-04 21:46:43

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.1898 (New)


Package is "grantleetheme"

Fri Feb  4 21:46:43 2022 rev:72 rq:950975 version:21.12.2

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2022-01-11 21:15:20.864793316 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1898/grantleetheme.changes
2022-02-04 21:46:58.597376538 +0100
@@ -1,0 +2,9 @@
+Tue Feb  1 13:02:30 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 21.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.2/
+- No code change since 21.12.1
+
+---

Old:

  grantleetheme-21.12.1.tar.xz
  grantleetheme-21.12.1.tar.xz.sig

New:

  grantleetheme-21.12.2.tar.xz
  grantleetheme-21.12.2.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.xKDdoH/_old  2022-02-04 21:46:59.217372305 +0100
+++ /var/tmp/diff_new_pack.xKDdoH/_new  2022-02-04 21:46:59.221372277 +0100
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   grantleetheme
-Version:21.12.1
+Version:21.12.2
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-21.12.1.tar.xz -> grantleetheme-21.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.12.1/CMakeLists.txt 
new/grantleetheme-21.12.2/CMakeLists.txt
--- old/grantleetheme-21.12.1/CMakeLists.txt2021-12-10 07:01:48.0 
+0100
+++ new/grantleetheme-21.12.2/CMakeLists.txt2022-01-06 13:38:17.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.87.0")
-set(PIM_VERSION "5.19.1")
+set(PIM_VERSION "5.19.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.12.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-21.12.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-21.12.1/po/zh_CN/libgrantleetheme.po  2022-01-04 
01:24:52.0 +0100
+++ new/grantleetheme-21.12.2/po/zh_CN/libgrantleetheme.po  2022-02-01 
01:15:51.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-07 00:17+\n"
-"PO-Revision-Date: 2021-12-22 14:10\n"
+"PO-Revision-Date: 2022-01-08 15:25\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme 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 grantleetheme for openSUSE:Factory 
checked in at 2022-01-11 21:14:43

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


Package is "grantleetheme"

Tue Jan 11 21:14:43 2022 rev:71 rq:944266 version:21.12.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-12-13 20:39:38.524450135 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1892/grantleetheme.changes
2022-01-11 21:15:20.864793316 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:25:08 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 21.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+---

Old:

  grantleetheme-21.12.0.tar.xz
  grantleetheme-21.12.0.tar.xz.sig

New:

  grantleetheme-21.12.1.tar.xz
  grantleetheme-21.12.1.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.lLnh6b/_old  2022-01-11 21:15:21.488793755 +0100
+++ /var/tmp/diff_new_pack.lLnh6b/_new  2022-01-11 21:15:21.496793761 +0100
@@ -18,16 +18,16 @@
 
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-%bcond_without lang
+%bcond_without released
 Name:   grantleetheme
-Version:21.12.0
+Version:21.12.1
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
 Group:  System/Libraries
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
@@ -41,7 +41,7 @@
 BuildRequires:  cmake(Qt5Network)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
-%if %{with lang}
+%if %{with released}
 %requires_eqgrantlee5
 %endif
 
@@ -78,7 +78,7 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --all-name
 %endif
 
@@ -102,7 +102,7 @@
 %license LICENSES/*
 %{_kf5_libdir}/libKF5GrantleeTheme.so.*
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++ grantleetheme-21.12.0.tar.xz -> grantleetheme-21.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.12.0/CMakeLists.txt 
new/grantleetheme-21.12.1/CMakeLists.txt
--- old/grantleetheme-21.12.0/CMakeLists.txt2021-11-30 19:15:02.0 
+0100
+++ new/grantleetheme-21.12.1/CMakeLists.txt2021-12-10 07:01:48.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.87.0")
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.12.0/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-21.12.1/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-21.12.0/po/zh_CN/libgrantleetheme.po  2021-12-03 
01:17:20.0 +0100
+++ new/grantleetheme-21.12.1/po/zh_CN/libgrantleetheme.po  2022-01-04 
01:24:52.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-07 00:17+\n"
-"PO-Revision-Date: 2021-11-30 15:24\n"
+"PO-Revision-Date: 2021-12-22 14:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme 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 grantleetheme for openSUSE:Factory 
checked in at 2021-12-13 20:39:15

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


Package is "grantleetheme"

Mon Dec 13 20:39:15 2021 rev:70 rq:937883 version:21.12.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-11-06 18:14:41.528780583 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2520/grantleetheme.changes
2021-12-13 20:39:38.524450135 +0100
@@ -1,0 +2,28 @@
+Fri Dec  3 19:21:32 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.0/
+- Changes since 21.11.90:
+  * Enable new GitLab CI on stable branch.
+
+---
+Sat Nov 27 10:10:25 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.90
+  * New feature release
+- No code change since 21.11.80
+
+---
+Sat Nov 13 17:54:26 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * Allow to show header in qtc
+  * List Grantlee as public dependency and in link interface
+  * Add KDE CI file
+  * Make sure to not generate file in source dir
+
+---

Old:

  grantleetheme-21.08.3.tar.xz
  grantleetheme-21.08.3.tar.xz.sig

New:

  grantleetheme-21.12.0.tar.xz
  grantleetheme-21.12.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.X3cewI/_old  2021-12-13 20:39:41.040450443 +0100
+++ /var/tmp/diff_new_pack.X3cewI/_new  2021-12-13 20:39:41.044450443 +0100
@@ -16,12 +16,11 @@
 #
 
 
-%define kf5_version 5.79.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:21.08.3
+Version:21.12.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-21.08.3.tar.xz -> grantleetheme-21.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.08.3/.gitlab-ci.yml 
new/grantleetheme-21.12.0/.gitlab-ci.yml
--- old/grantleetheme-21.08.3/.gitlab-ci.yml2021-10-07 21:26:49.0 
+0200
+++ new/grantleetheme-21.12.0/.gitlab-ci.yml2021-11-30 19:15:02.0 
+0100
@@ -1,34 +1,6 @@
 # SPDX-FileCopyrightText: 2020-2021 Laurent Montel 
-# SPDX-FileCopyrightText: 2021 Laurent Montel 
 # SPDX-License-Identifier: CC0-1.0
 
 include:
-  - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
-  - 
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-applications-linux.yml
-
-build_clazy_clang_tidy:
-  stage: build
-  image: kdeorg/ci-suse-qt515
-  extends: .linux
-  #only:
-  #  - merge_requests
-  before_script:
-- zypper install -y clazy
-- git clone --depth=1 https://invent.kde.org/sysadmin/ci-tooling.git 
$CI_TOOLING
-- git clone --depth=1 https://invent.kde.org/sysadmin/repo-metadata.git 
$CI_TOOLING/repo-metadata
-- git clone --depth=1 
https://invent.kde.org/sysadmin/kde-build-metadata.git 
$CI_TOOLING/kde-build-metadata
-- git clone --depth=1 https://invent.kde.org/sdk/kde-dev-scripts.git 
$CI_TOOLING/kde-dev-scripts
-
-  script:
-- export CXX=clazy
-- export CC=clang
-- export CXXFLAGS="-Wno-deprecated-declarations"
-- export CLAZY_HEADER_FILTER='^(?!ui_)\w+.h\$'
-- export 
CLAZY_CHECKS="level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs"
-- python3 -u $CI_TOOLING/helpers/prepare-dependencies.py --product 
$PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --environment 
production --platform $PLATFORM --installTo $INSTALL_PREFIX
-- python3 -u $CI_TOOLING/helpers/configure-build.py --product $PRODUCT 
--project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM --installTo 
$INSTALL_PREFIX
-- python3 -u $CI_TOOLING/helpers/compile-build.py 

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2021-11-06 18:13:46

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


Package is "grantleetheme"

Sat Nov  6 18:13:46 2021 rev:69 rq:929254 version:21.08.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-10-13 18:02:23.802927565 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1890/grantleetheme.changes
2021-11-06 18:14:41.528780583 +0100
@@ -1,0 +2,9 @@
+Tue Nov  2 21:33:23 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.3/
+- No code change since 21.08.2
+
+---

Old:

  grantleetheme-21.08.2.tar.xz
  grantleetheme-21.08.2.tar.xz.sig

New:

  grantleetheme-21.08.3.tar.xz
  grantleetheme-21.08.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.QrmrA8/_old  2021-11-06 18:14:42.772781236 +0100
+++ /var/tmp/diff_new_pack.QrmrA8/_new  2021-11-06 18:14:42.776781237 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:21.08.2
+Version:21.08.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-21.08.2.tar.xz -> grantleetheme-21.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.08.2/CMakeLists.txt 
new/grantleetheme-21.08.3/CMakeLists.txt
--- old/grantleetheme-21.08.2/CMakeLists.txt2021-09-25 10:14:03.0 
+0200
+++ new/grantleetheme-21.08.3/CMakeLists.txt2021-10-07 21:26:49.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.83.0")
-set(PIM_VERSION "5.18.2")
+set(PIM_VERSION "5.18.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.08.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-21.08.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-21.08.2/po/zh_CN/libgrantleetheme.po  2021-10-05 
07:46:07.0 +0200
+++ new/grantleetheme-21.08.3/po/zh_CN/libgrantleetheme.po  2021-11-02 
01:19:07.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:06+0100\n"
-"PO-Revision-Date: 2021-09-27 13:10\n"
+"PO-Revision-Date: 2021-10-29 13:28\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2021-10-13 18:02:08

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.2443 (New)


Package is "grantleetheme"

Wed Oct 13 18:02:08 2021 rev:68 rq:923843 version:21.08.2

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-09-04 22:34:20.772071271 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2443/grantleetheme.changes
2021-10-13 18:02:23.802927565 +0200
@@ -1,0 +2,9 @@
+Tue Oct  5 16:27:43 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.2/
+- No code change since 21.08.1
+
+---

Old:

  grantleetheme-21.08.1.tar.xz
  grantleetheme-21.08.1.tar.xz.sig

New:

  grantleetheme-21.08.2.tar.xz
  grantleetheme-21.08.2.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.067tTC/_old  2021-10-13 18:02:26.022931045 +0200
+++ /var/tmp/diff_new_pack.067tTC/_new  2021-10-13 18:02:26.026931051 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:21.08.1
+Version:21.08.2
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-21.08.1.tar.xz -> grantleetheme-21.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.08.1/.gitlab-ci.yml 
new/grantleetheme-21.08.2/.gitlab-ci.yml
--- old/grantleetheme-21.08.1/.gitlab-ci.yml2021-08-08 17:29:45.0 
+0200
+++ new/grantleetheme-21.08.2/.gitlab-ci.yml2021-09-25 10:14:03.0 
+0200
@@ -31,4 +31,4 @@
 - cd build && run-clang-tidy
   variables:
 PLATFORM: SUSEQt5.15
-BRANCH_GROUP: kf5-qt5
+BRANCH_GROUP: stable-kf5-qt5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.08.1/CMakeLists.txt 
new/grantleetheme-21.08.2/CMakeLists.txt
--- old/grantleetheme-21.08.1/CMakeLists.txt2021-08-08 17:29:45.0 
+0200
+++ new/grantleetheme-21.08.2/CMakeLists.txt2021-09-25 10:14:03.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.83.0")
-set(PIM_VERSION "5.18.1")
+set(PIM_VERSION "5.18.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.08.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-21.08.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-21.08.1/po/zh_CN/libgrantleetheme.po  2021-08-31 
02:38:35.0 +0200
+++ new/grantleetheme-21.08.2/po/zh_CN/libgrantleetheme.po  2021-10-05 
07:46:07.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:06+0100\n"
-"PO-Revision-Date: 2021-08-30 11:45\n"
+"PO-Revision-Date: 2021-09-27 13:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2021-09-04 22:32:55

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


Package is "grantleetheme"

Sat Sep  4 22:32:55 2021 rev:67 rq:915844 version:21.08.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-08-16 10:06:26.903463866 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1899/grantleetheme.changes
2021-09-04 22:34:20.772071271 +0200
@@ -1,0 +2,9 @@
+Wed Sep  1 12:37:49 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.1
+- No code change since 21.08.0
+
+---

Old:

  grantleetheme-21.08.0.tar.xz
  grantleetheme-21.08.0.tar.xz.sig

New:

  grantleetheme-21.08.1.tar.xz
  grantleetheme-21.08.1.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.E9lvzU/_old  2021-09-04 22:34:22.116073052 +0200
+++ /var/tmp/diff_new_pack.E9lvzU/_new  2021-09-04 22:34:22.120073058 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:21.08.0
+Version:21.08.1
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-21.08.0.tar.xz -> grantleetheme-21.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.08.0/CMakeLists.txt 
new/grantleetheme-21.08.1/CMakeLists.txt
--- old/grantleetheme-21.08.0/CMakeLists.txt2021-07-30 14:45:44.0 
+0200
+++ new/grantleetheme-21.08.1/CMakeLists.txt2021-08-08 17:29:45.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.83.0")
-set(PIM_VERSION "5.18.0")
+set(PIM_VERSION "5.18.1")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/grantleetheme-21.08.0/autotest/data/themes/color/color_expected.html 
new/grantleetheme-21.08.1/autotest/data/themes/color/color_expected.html
--- old/grantleetheme-21.08.0/autotest/data/themes/color/color_expected.html
2021-07-30 14:45:44.0 +0200
+++ new/grantleetheme-21.08.1/autotest/data/themes/color/color_expected.html
2021-08-08 17:29:45.0 +0200
@@ -25,7 +25,7 @@
 
 ## Color scheme
 Normal background: #fcfcfc
-Link background: #e5eff7
+Link background: #e4eef7
 Normal text: #232627
 Link text: #2980b9
 Hover color: #93cee9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.08.0/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-21.08.1/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-21.08.0/po/zh_CN/libgrantleetheme.po  2021-08-06 
02:24:26.0 +0200
+++ new/grantleetheme-21.08.1/po/zh_CN/libgrantleetheme.po  2021-08-31 
02:38:35.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:06+0100\n"
-"PO-Revision-Date: 2021-07-26 13:50\n"
+"PO-Revision-Date: 2021-08-30 11:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme 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 grantleetheme for openSUSE:Factory 
checked in at 2021-08-16 10:06:09

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


Package is "grantleetheme"

Mon Aug 16 10:06:09 2021 rev:66 rq:911614 version:21.08.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-07-09 23:58:24.808956490 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.1899/grantleetheme.changes
2021-08-16 10:06:26.903463866 +0200
@@ -1,0 +2,25 @@
+Fri Aug  6 09:34:48 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.0
+- No code change since 21.07.90
+
+---
+Fri Jul 30 10:04:32 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+---
+Sat Jul 17 20:05:36 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * Use QStringView
+- Only install the license files once
+
+---

Old:

  grantleetheme-21.04.3.tar.xz
  grantleetheme-21.04.3.tar.xz.sig

New:

  grantleetheme-21.08.0.tar.xz
  grantleetheme-21.08.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.Pn5cAW/_old  2021-08-16 10:06:29.475460788 +0200
+++ /var/tmp/diff_new_pack.Pn5cAW/_new  2021-08-16 10:06:29.479460783 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:21.04.3
+Version:21.08.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
@@ -44,12 +44,29 @@
 BuildRequires:  cmake(Qt5Widgets)
 %if %{with lang}
 %requires_eqgrantlee5
-Recommends: %{name}-lang
 %endif
 
 %description
 the grantleetheme library adds Grantlee theme support for PIM applications.
 
+%package -n libKF5GrantleeTheme5
+Summary:GrantleeTheme library for KDE PIM applications
+License:LGPL-2.1-or-later
+Group:  System/Libraries
+Requires:   grantleetheme = %{version}
+
+%description -n libKF5GrantleeTheme5
+The GrantleeTheme library
+
+%package devel
+Summary:Development package for grantleetheme
+License:LGPL-2.1-or-later
+Group:  Development/Libraries/KDE
+Requires:   libKF5GrantleeTheme5 = %{version}
+
+%description devel
+The development package for the grantleetheme library
+
 %lang_package
 
 %prep
@@ -66,29 +83,10 @@
   %find_lang %{name} --with-man --all-name
 %endif
 
-%package -n libKF5GrantleeTheme5
-Summary:GrantleeTheme library for KDE PIM applications
-License:LGPL-2.1-or-later
-Group:  System/Libraries
-Requires:   grantleetheme = %{version}
-
-%description -n libKF5GrantleeTheme5
-The GrantleeTheme library
-
 %post -n libKF5GrantleeTheme5  -p /sbin/ldconfig
 %postun -n libKF5GrantleeTheme5 -p /sbin/ldconfig
 
-%package devel
-Summary:Development package for grantleetheme
-License:LGPL-2.1-or-later
-Group:  Development/Libraries/KDE
-Requires:   libKF5GrantleeTheme5 = %{version}
-
-%description devel
-The development package for the grantleetheme library
-
 %files devel
-%license LICENSES/*
 %{_kf5_cmakedir}/KF5GrantleeTheme/
 %{_kf5_includedir}/GrantleeTheme/
 %{_kf5_includedir}/grantleetheme/
@@ -97,17 +95,16 @@
 %{_kf5_mkspecsdir}/qt_GrantleeTheme.pri
 
 %files
-%license LICENSES/*
 %{_kf5_debugdir}/grantleetheme.categories
 %{_kf5_debugdir}/grantleetheme.renamecategories
 %{_kf5_libdir}/grantlee/
 
 %files -n libKF5GrantleeTheme5
+%license LICENSES/*
 %{_kf5_libdir}/libKF5GrantleeTheme.so.*
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog


++ grantleetheme-21.04.3.tar.xz -> grantleetheme-21.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.04.3/.clang-format 
new/grantleetheme-21.08.0/.clang-format
--- old/grantleetheme-21.04.3/.clang-format 2021-06-08 21:06:16.0 
+0200
+++ new/grantleetheme-21.08.0/.clang-format 1970-01-01 01:00:00.0 
+0100
@@ -1,76 +0,0 @@

-# SPDX-FileCopyrightText: 2019 Christoph Cullmann 
-# SPDX-FileCopyrightText: 2019 Gernot Gebhard 
-#
-# SPDX-License-Identifier: MIT
-
-# Style for C++
-Language: Cpp
-

commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2021-07-09 23:57:39

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


Package is "grantleetheme"

Fri Jul  9 23:57:39 2021 rev:65 rq:904873 version:21.04.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-06-12 20:06:07.956728313 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2625/grantleetheme.changes
2021-07-09 23:58:24.808956490 +0200
@@ -1,0 +2,9 @@
+Wed Jul  7 08:56:54 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04.3
+- No code change since 21.04.2
+
+---

Old:

  grantleetheme-21.04.2.tar.xz
  grantleetheme-21.04.2.tar.xz.sig

New:

  grantleetheme-21.04.3.tar.xz
  grantleetheme-21.04.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.QTFY2E/_old  2021-07-09 23:58:25.796948806 +0200
+++ /var/tmp/diff_new_pack.QTFY2E/_new  2021-07-09 23:58:25.800948775 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:21.04.2
+Version:21.04.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-21.04.2.tar.xz -> grantleetheme-21.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.04.2/CMakeLists.txt 
new/grantleetheme-21.04.3/CMakeLists.txt
--- old/grantleetheme-21.04.2/CMakeLists.txt2021-05-13 21:59:07.0 
+0200
+++ new/grantleetheme-21.04.3/CMakeLists.txt2021-06-08 21:06:16.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.79.0")
-set(PIM_VERSION "5.17.2")
+set(PIM_VERSION "5.17.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.04.2/po/hi/libgrantleetheme.po 
new/grantleetheme-21.04.3/po/hi/libgrantleetheme.po
--- old/grantleetheme-21.04.2/po/hi/libgrantleetheme.po 1970-01-01 
01:00:00.0 +0100
+++ new/grantleetheme-21.04.3/po/hi/libgrantleetheme.po 2021-07-06 
07:28:37.0 +0200
@@ -0,0 +1,48 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the grantleetheme package.
+#
+# Raghavendra Kamath , 2021.
+msgid ""
+msgstr ""
+"Project-Id-Version: grantleetheme\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2021-01-27 03:06+0100\n"
+"PO-Revision-Date: 2021-06-15 14:13+0530\n"
+"Last-Translator: Raghavendra Kamath \n"
+"Language-Team: kde-hindi\n"
+"Language: hi\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 21.04.2\n"
+
+#: grantleetheme.cpp:91
+#, kde-format
+msgid "Template"
+msgstr "???"
+
+#: grantleetheme.cpp:91
+#, kde-format
+msgid "Error message"
+msgstr "?? ???"
+
+#: grantleetheme.cpp:97
+#, kde-format
+msgid "(null template)"
+msgstr "(??? ???)"
+
+#: grantleetheme.cpp:214
+#, kde-format
+msgid "Template parsing error"
+msgstr "??? ? ??"
+
+#: grantleetheme.cpp:220
+#, kde-format
+msgid "Template rendering error"
+msgstr "???  ??"
+
+#: grantleethememanager.cpp:41
+#, kde-format
+msgid "Download New Themes..."
+msgstr "?? ?? ? "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.04.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-21.04.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-21.04.2/po/zh_CN/libgrantleetheme.po  2021-06-08 
08:18:20.0 +0200
+++ new/grantleetheme-21.04.3/po/zh_CN/libgrantleetheme.po  2021-07-06 
07:28:37.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:06+0100\n"
-"PO-Revision-Date: 2021-06-03 16:07\n"
+"PO-Revision-Date: 2021-06-20 07:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2021-05-16 23:39:39

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


Package is "grantleetheme"

Sun May 16 23:39:39 2021 rev:63 rq:892731 version:21.04.1

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-04-24 23:07:57.191292994 +0200
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2988/grantleetheme.changes
2021-05-16 23:39:44.434139696 +0200
@@ -1,0 +2,9 @@
+Wed May 12 06:06:56 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/21.04.1
+- No code change since 21.04.0
+
+---

Old:

  grantleetheme-21.04.0.tar.xz
  grantleetheme-21.04.0.tar.xz.sig

New:

  grantleetheme-21.04.1.tar.xz
  grantleetheme-21.04.1.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.x9SRTQ/_old  2021-05-16 23:39:44.938137818 +0200
+++ /var/tmp/diff_new_pack.x9SRTQ/_new  2021-05-16 23:39:44.942137803 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:21.04.0
+Version:21.04.1
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-21.04.0.tar.xz -> grantleetheme-21.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.04.0/CMakeLists.txt 
new/grantleetheme-21.04.1/CMakeLists.txt
--- old/grantleetheme-21.04.0/CMakeLists.txt2021-04-10 08:00:44.0 
+0200
+++ new/grantleetheme-21.04.1/CMakeLists.txt2021-04-22 18:25:11.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
 
 set(KF5_MIN_VERSION "5.79.0")
-set(PIM_VERSION "5.17.0")
+set(PIM_VERSION "5.17.1")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-21.04.0/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-21.04.1/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-21.04.0/po/zh_CN/libgrantleetheme.po  2021-04-16 
10:46:53.0 +0200
+++ new/grantleetheme-21.04.1/po/zh_CN/libgrantleetheme.po  2021-05-11 
09:29:40.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-01-27 03:06+0100\n"
-"PO-Revision-Date: 2021-03-27 17:31\n"
+"PO-Revision-Date: 2021-04-24 15:44\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2021-04-24 23:07:22

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.12324 (New)


Package is "grantleetheme"

Sat Apr 24 23:07:22 2021 rev:62 rq:887601 version:21.04.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-03-08 15:11:38.149680564 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.12324/grantleetheme.changes   
2021-04-24 23:07:57.191292994 +0200
@@ -1,0 +2,29 @@
+Fri Apr 16 16:11:13 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+---
+Fri Apr  9 17:39:40 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+---
+Sun Mar 21 13:27:18 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Port to KNewStuff3/KNS3/QtQuickDialogWrapper
+  * UTF-8 is the new default for QTextStream.
+  * Use git commit hook
+  * run git clang-format
+  * It compiles fine without deprecated method
+  * Add missing override on destructor
+
+---

Old:

  grantleetheme-20.12.3.tar.xz
  grantleetheme-20.12.3.tar.xz.sig

New:

  grantleetheme-21.04.0.tar.xz
  grantleetheme-21.04.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.3abbdd/_old  2021-04-24 23:07:58.683295103 +0200
+++ /var/tmp/diff_new_pack.3abbdd/_new  2021-04-24 23:07:58.687295109 +0200
@@ -16,32 +16,32 @@
 #
 
 
-%define kf5_version 5.75.0
+%define kf5_version 5.79.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:20.12.3
+Version:21.04.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
 Group:  System/Libraries
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-BuildRequires:  extra-cmake-modules >= 5.19.0
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
+BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Grantlee5)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5NewStuff)
-BuildRequires:  cmake(Qt5Network) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5Widgets)
 %if %{with lang}
 %requires_eqgrantlee5
 Recommends: %{name}-lang
@@ -50,12 +50,10 @@
 %description
 the grantleetheme library adds Grantlee theme support for PIM applications.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build
@@ -69,7 +67,7 @@
 %endif
 
 %package -n libKF5GrantleeTheme5
-Summary:GrantleeTheme library for kdepim
+Summary:GrantleeTheme library for KDE PIM applications
 License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   grantleetheme = %{version}


++ grantleetheme-20.12.3.tar.xz -> grantleetheme-21.04.0.tar.xz ++
 3045 lines of diff (skipped)


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2021-03-08 15:11:22

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.2378 (New)


Package is "grantleetheme"

Mon Mar  8 15:11:22 2021 rev:61 rq:877038 version:20.12.3

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-02-07 15:15:00.889450328 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.2378/grantleetheme.changes
2021-03-08 15:11:38.149680564 +0100
@@ -1,0 +2,9 @@
+Thu Mar  4 06:09:38 UTC 2021 - Luca Beltrame 
+
+- Update to 20.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.12.3
+- No code change since 20.12.2
+
+---

Old:

  grantleetheme-20.12.2.tar.xz
  grantleetheme-20.12.2.tar.xz.sig

New:

  grantleetheme-20.12.3.tar.xz
  grantleetheme-20.12.3.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.mgRnv3/_old  2021-03-08 15:11:39.361681497 +0100
+++ /var/tmp/diff_new_pack.mgRnv3/_new  2021-03-08 15:11:39.361681497 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:20.12.2
+Version:20.12.3
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only


++ grantleetheme-20.12.2.tar.xz -> grantleetheme-20.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-20.12.2/CMakeLists.txt 
new/grantleetheme-20.12.3/CMakeLists.txt
--- old/grantleetheme-20.12.2/CMakeLists.txt2021-02-02 01:54:09.0 
+0100
+++ new/grantleetheme-20.12.3/CMakeLists.txt2021-03-02 01:54:02.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
 
 set(KF5_MIN_VERSION "5.75.0")
-set(PIM_VERSION "5.16.2")
+set(PIM_VERSION "5.16.3")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-20.12.2/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-20.12.3/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-20.12.2/po/zh_CN/libgrantleetheme.po  2021-02-02 
01:54:09.0 +0100
+++ new/grantleetheme-20.12.3/po/zh_CN/libgrantleetheme.po  2021-03-02 
01:54:02.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-09-03 02:25+0200\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

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

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2021-02-07 15:14:46

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


Package is "grantleetheme"

Sun Feb  7 15:14:46 2021 rev:60 rq:869266 version:20.12.2

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2021-01-08 17:35:03.637031159 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.28504/grantleetheme.changes   
2021-02-07 15:15:00.889450328 +0100
@@ -1,0 +2,9 @@
+Wed Feb  3 08:27:57 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 20.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2021-02-apps-update
+- No code change since 20.12.1
+
+---

Old:

  grantleetheme-20.12.1.tar.xz
  grantleetheme-20.12.1.tar.xz.sig

New:

  grantleetheme-20.12.2.tar.xz
  grantleetheme-20.12.2.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.rWmCSB/_old  2021-02-07 15:15:01.561451046 +0100
+++ /var/tmp/diff_new_pack.rWmCSB/_new  2021-02-07 15:15:01.565451051 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:20.12.1
+Version:20.12.2
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only

++ applications.keyring ++
Binary files /var/tmp/diff_new_pack.rWmCSB/_old and 
/var/tmp/diff_new_pack.rWmCSB/_new differ

++ grantleetheme-20.12.1.tar.xz -> grantleetheme-20.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-20.12.1/CMakeLists.txt 
new/grantleetheme-20.12.2/CMakeLists.txt
--- old/grantleetheme-20.12.1/CMakeLists.txt2021-01-05 02:25:50.0 
+0100
+++ new/grantleetheme-20.12.2/CMakeLists.txt2021-02-02 01:54:09.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
 
 set(KF5_MIN_VERSION "5.75.0")
-set(PIM_VERSION "5.16.1")
+set(PIM_VERSION "5.16.2")
 
 project(GrantleeTheme VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantleetheme-20.12.1/po/zh_CN/libgrantleetheme.po 
new/grantleetheme-20.12.2/po/zh_CN/libgrantleetheme.po
--- old/grantleetheme-20.12.1/po/zh_CN/libgrantleetheme.po  2021-01-05 
02:25:50.0 +0100
+++ new/grantleetheme-20.12.2/po/zh_CN/libgrantleetheme.po  2021-02-02 
01:54:09.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-09-03 02:25+0200\n"
-"PO-Revision-Date: 2021-01-03 09:06\n"
+"PO-Revision-Date: 2021-01-28 05:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit grantleetheme for openSUSE:Factory

2020-12-17 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package grantleetheme for openSUSE:Factory 
checked in at 2020-12-17 16:55:13

Comparing /work/SRC/openSUSE:Factory/grantleetheme (Old)
 and  /work/SRC/openSUSE:Factory/.grantleetheme.new.5145 (New)


Package is "grantleetheme"

Thu Dec 17 16:55:13 2020 rev:58 rq:855115 version:20.12.0

Changes:

--- /work/SRC/openSUSE:Factory/grantleetheme/grantleetheme.changes  
2020-11-10 13:35:21.284962130 +0100
+++ /work/SRC/openSUSE:Factory/.grantleetheme.new.5145/grantleetheme.changes
2020-12-17 16:55:18.521088147 +0100
@@ -1,0 +2,30 @@
+Sat Dec  5 23:15:32 UTC 2020 - Luca Beltrame 
+
+- Update to 20.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-12-apps-update
+- No code change since 20.11.90
+
+---
+Fri Nov 27 15:15:48 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.11.90
+  * New feature release
+- No code change since 20.11.80
+
+---
+Sat Nov 14 00:00:41 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.11.80
+  * New feature release
+- Changes since 20.08.3:
+  * Modernize code (using auto)
+  * Fix metainfo
+  * If include is define in .h remove it if it's defined in .cpp too (scripted)
+  * Time to increase version
+  * const'ify pointer
+  * Remove unused LIBRARY_NAMELINK
+  * Convert license headers to SPDX format
+
+---

Old:

  grantleetheme-20.08.3.tar.xz
  grantleetheme-20.08.3.tar.xz.sig

New:

  grantleetheme-20.12.0.tar.xz
  grantleetheme-20.12.0.tar.xz.sig



Other differences:
--
++ grantleetheme.spec ++
--- /var/tmp/diff_new_pack.cV2vQ7/_old  2020-12-17 16:55:19.137088808 +0100
+++ /var/tmp/diff_new_pack.cV2vQ7/_new  2020-12-17 16:55:19.141088812 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define kf5_version 5.60.0
+%define kf5_version 5.75.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   grantleetheme
-Version:20.08.3
+Version:20.12.0
 Release:0
 Summary:Grantlee theme support
 License:GPL-2.0-only
@@ -90,7 +90,7 @@
 The development package for the grantleetheme library
 
 %files devel
-%license COPYING*
+%license LICENSES/*
 %{_kf5_cmakedir}/KF5GrantleeTheme/
 %{_kf5_includedir}/GrantleeTheme/
 %{_kf5_includedir}/grantleetheme/
@@ -99,7 +99,7 @@
 %{_kf5_mkspecsdir}/qt_GrantleeTheme.pri
 
 %files
-%license COPYING*
+%license LICENSES/*
 %{_kf5_debugdir}/grantleetheme.categories
 %{_kf5_debugdir}/grantleetheme.renamecategories
 %{_kf5_libdir}/grantlee/
@@ -109,7 +109,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license COPYING
+%license LICENSES/*
 %endif
 
 %changelog


++ grantleetheme-20.08.3.tar.xz -> grantleetheme-20.12.0.tar.xz ++
 4946 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