Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2022-09-13 15:08:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.attica-qt5.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "attica-qt5"

Tue Sep 13 15:08:02 2022 rev:107 rq:1002793 version:5.98.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes    2022-08-15 
19:56:58.200850974 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new.2083/attica-qt5.changes  
2022-09-13 15:08:07.944430318 +0200
@@ -1,0 +2,11 @@
+Tue Sep  6 07:16:35 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.98.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.98.0
+- Changes since 5.97.0:
+  * Remove CTestConfig.cmake, the repo isn't using my.cdash.org
+  * Add FreeBSD Qt6 CI support
+
+-------------------------------------------------------------------

Old:
----
  attica-5.97.0.tar.xz
  attica-5.97.0.tar.xz.sig

New:
----
  attica-5.98.0.tar.xz
  attica-5.98.0.tar.xz.sig

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

Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.ZqLyID/_old  2022-09-13 15:08:08.520431939 +0200
+++ /var/tmp/diff_new_pack.ZqLyID/_new  2022-09-13 15:08:08.524431950 +0200
@@ -19,7 +19,7 @@
 %define sonum   5
 %define rname attica
 %define _libname KF5Attica
-%define _tar_path 5.97
+%define _tar_path 5.98
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           attica-qt5
-Version:        5.97.0
+Version:        5.98.0
 Release:        0
 Summary:        Open Collaboration Service client library
 License:        LGPL-2.1-or-later

++++++ attica-5.97.0.tar.xz -> attica-5.98.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.97.0/.gitlab-ci.yml 
new/attica-5.98.0/.gitlab-ci.yml
--- old/attica-5.97.0/.gitlab-ci.yml    2022-08-07 14:12:36.000000000 +0200
+++ new/attica-5.98.0/.gitlab-ci.yml    2022-09-05 11:21:08.000000000 +0200
@@ -8,3 +8,4 @@
   - 
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/android-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.97.0/CMakeLists.txt 
new/attica-5.98.0/CMakeLists.txt
--- old/attica-5.97.0/CMakeLists.txt    2022-08-07 14:12:36.000000000 +0200
+++ new/attica-5.98.0/CMakeLists.txt    2022-09-05 11:21:08.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.97.0") # handled by release scripts
+set(KF_VERSION "5.98.0") # handled by release scripts
 project(Attica VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.97.0  NO_MODULE)
+find_package(ECM 5.98.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.97.0/CTestConfig.cmake 
new/attica-5.98.0/CTestConfig.cmake
--- old/attica-5.97.0/CTestConfig.cmake 2022-08-07 14:12:36.000000000 +0200
+++ new/attica-5.98.0/CTestConfig.cmake 1970-01-01 01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
-## This file should be placed in the root directory of your project.
-## Then modify the CMakeLists.txt file in the root directory of your
-## project to incorporate the testing dashboard.
-## # The following are required to uses Dart and the Cdash dashboard
-##   ENABLE_TESTING()
-##   INCLUDE(CTest)
-set(CTEST_PROJECT_NAME "attica")
-set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")
-
-set(CTEST_DROP_METHOD "http")
-set(CTEST_DROP_SITE "my.cdash.org")
-set(CTEST_DROP_LOCATION "/submit.php?project=attica")
-set(CTEST_DROP_SITE_CDASH TRUE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.97.0/CTestCustom.cmake 
new/attica-5.98.0/CTestCustom.cmake
--- old/attica-5.97.0/CTestCustom.cmake 2022-08-07 14:12:36.000000000 +0200
+++ new/attica-5.98.0/CTestCustom.cmake 1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-# This file contains all the specific settings that will be used
-# when running 'make Experimental'
-
-# Change the maximum warnings that will be displayed
-# on the report page (default 50)
-set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1000)
-
-# Errors that will be ignored
-set(CTEST_CUSTOM_ERROR_EXCEPTION
-  ${CTEST_CUSTOM_ERROR_EXCEPTION}
-  "ICECC"
-  "Segmentation fault"
-  "GConf Error"
-  "Client failed to connect to the D-BUS daemon"
-  "Failed to connect to socket"
-  "qlist.h.*increases required alignment of target type"
-  "qmap.h.*increases required alignment of target type"
-  "qhash.h.*increases required alignment of target type"
-  )
-
-# No coverage for these files
-set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_")

Reply via email to