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 2021-06-16 20:33:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.attica-qt5.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "attica-qt5"

Wed Jun 16 20:33:32 2021 rev:92 rq:899701 version:5.83.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes    2021-05-10 
15:35:19.542529532 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new.32437/attica-qt5.changes 
2021-06-16 20:33:48.263014050 +0200
@@ -1,0 +2,10 @@
+Sat Jun  5 11:58:22 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * Bump required CMake version to 3.16
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.m81BEE/_old  2021-06-16 20:33:48.967015252 +0200
+++ /var/tmp/diff_new_pack.m81BEE/_new  2021-06-16 20:33:48.967015252 +0200
@@ -19,7 +19,7 @@
 %define sonum   5
 %define rname attica
 %define _libname KF5Attica
-%define _tar_path 5.82
+%define _tar_path 5.83
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           attica-qt5
-Version:        5.82.0
+Version:        5.83.0
 Release:        0
 Summary:        Open Collaboration Service client library
 License:        LGPL-2.1-or-later

++++++ attica-5.82.0.tar.xz -> attica-5.83.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.82.0/.gitignore new/attica-5.83.0/.gitignore
--- old/attica-5.82.0/.gitignore        2021-05-01 11:36:02.000000000 +0200
+++ new/attica-5.83.0/.gitignore        2021-06-05 10:49:06.000000000 +0200
@@ -25,3 +25,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.82.0/CMakeLists.txt 
new/attica-5.83.0/CMakeLists.txt
--- old/attica-5.82.0/CMakeLists.txt    2021-05-01 11:36:02.000000000 +0200
+++ new/attica-5.83.0/CMakeLists.txt    2021-06-05 10:49:06.000000000 +0200
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
 project(Attica VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.82.0  NO_MODULE)
+find_package(ECM 5.83.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)
 
@@ -45,7 +45,6 @@
 # Enable static build
 option(ATTICA_STATIC_BUILD "Build a static library" Off)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
-add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 
 # Enable unit testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.82.0/src/CMakeLists.txt 
new/attica-5.83.0/src/CMakeLists.txt
--- old/attica-5.82.0/src/CMakeLists.txt        2021-05-01 11:36:02.000000000 
+0200
+++ new/attica-5.83.0/src/CMakeLists.txt        2021-06-05 10:49:06.000000000 
+0200
@@ -89,7 +89,7 @@
 
 add_library(KF5Attica ${attica_SRCS})
 set_target_properties(KF5Attica PROPERTIES
-    VERSION ${ATTICA_VERSION_STRING}
+    VERSION ${ATTICA_VERSION}
     SOVERSION ${ATTICA_SOVERSION}
     EXPORT_NAME "Attica"
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.82.0/src/cmake/libKF5Attica.pc.cmake 
new/attica-5.83.0/src/cmake/libKF5Attica.pc.cmake
--- old/attica-5.82.0/src/cmake/libKF5Attica.pc.cmake   2021-05-01 
11:36:02.000000000 +0200
+++ new/attica-5.83.0/src/cmake/libKF5Attica.pc.cmake   2021-06-05 
10:49:06.000000000 +0200
@@ -7,6 +7,6 @@
 Description: Qt library to access Open Collaboration Services
 URL: https://www.kde.org
 Requires: Qt5Core Qt5Network
-Version: @ATTICA_VERSION_STRING@
+Version: @ATTICA_VERSION@
 Libs: -L@KDE_INSTALL_FULL_LIBDIR@ -l@ATTICA_LIB_SONAME@
 Cflags: -I@KDE_INSTALL_FULL_INCLUDEDIR_KF5@/Attica
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.82.0/src/version.h.cmake 
new/attica-5.83.0/src/version.h.cmake
--- old/attica-5.82.0/src/version.h.cmake       2021-05-01 11:36:02.000000000 
+0200
+++ new/attica-5.83.0/src/version.h.cmake       2021-06-05 10:49:06.000000000 
+0200
@@ -11,7 +11,7 @@
 #include "attica_export.h"
 
 /// @brief Attica version as string at compile time.
-#define LIBATTICA_VERSION_STRING "${ATTICA_VERSION_STRING}"
+#define LIBATTICA_VERSION_STRING "${ATTICA_VERSION}"
 
 /// @brief The major Attica version number at compile time
 #define LIBATTICA_VERSION_MAJOR ${ATTICA_VERSION_MAJOR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.82.0/tests/projecttest/CMakeLists.txt 
new/attica-5.83.0/tests/projecttest/CMakeLists.txt
--- old/attica-5.82.0/tests/projecttest/CMakeLists.txt  2021-05-01 
11:36:02.000000000 +0200
+++ new/attica-5.83.0/tests/projecttest/CMakeLists.txt  2021-06-05 
10:49:06.000000000 +0200
@@ -4,7 +4,7 @@
 set_package_properties(Qt5Widgets PROPERTIES PURPOSE "Required for tests")
 
 set(editproject_UI editproject.ui)
-qt5_wrap_ui(editproject_UI_H ${editproject_UI})
+qt_wrap_ui(editproject_UI_H ${editproject_UI})
 
 set(projecttest_SRCS
     projecttest.cpp

Reply via email to