Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package prison-qt5 for openSUSE:Factory 
checked in at 2021-02-17 18:11:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prison-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.prison-qt5.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prison-qt5"

Wed Feb 17 18:11:56 2021 rev:52 rq:871735 version:5.79.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes    2021-01-13 
18:30:14.265673269 +0100
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new.28504/prison-qt5.changes 
2021-02-17 18:13:02.738014510 +0100
@@ -1,0 +2,9 @@
+Mon Feb  8 08:46:52 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.79.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.79.0
+- No code change since 5.78.0
+
+-------------------------------------------------------------------

Old:
----
  prison-5.78.0.tar.xz
  prison-5.78.0.tar.xz.sig

New:
----
  prison-5.79.0.tar.xz
  prison-5.79.0.tar.xz.sig

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

Other differences:
------------------
++++++ prison-qt5.spec ++++++
--- /var/tmp/diff_new_pack.1eldqi/_old  2021-02-17 18:13:03.318014984 +0100
+++ /var/tmp/diff_new_pack.1eldqi/_new  2021-02-17 18:13:03.322014987 +0100
@@ -19,7 +19,7 @@
 %define sonum   5
 %define rname prison
 %define _libname KF5Prison
-%define _tar_path 5.78
+%define _tar_path 5.79
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           prison-qt5
-Version:        5.78.0
+Version:        5.79.0
 Release:        0
 Summary:        Barcode abstraction layer library
 License:        MIT


++++++ prison-5.78.0.tar.xz -> prison-5.79.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.78.0/.gitignore new/prison-5.79.0/.gitignore
--- old/prison-5.78.0/.gitignore        2021-01-02 13:35:45.000000000 +0100
+++ new/prison-5.79.0/.gitignore        2021-01-30 18:38:49.000000000 +0100
@@ -20,3 +20,4 @@
 CMakeLists.txt.user*
 *.unc-backup*
 .cmake/
+/.clang-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.78.0/CMakeLists.txt 
new/prison-5.79.0/CMakeLists.txt
--- old/prison-5.78.0/CMakeLists.txt    2021-01-02 13:35:45.000000000 +0100
+++ new/prison-5.79.0/CMakeLists.txt    2021-01-30 18:38:49.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.78.0") # handled by release scripts
-project(prison VERSION ${KF5_VERSION})
+set(KF_VERSION "5.79.0") # handled by release scripts
+project(prison VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.78.0 NO_MODULE)
+find_package(ECM 5.79.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)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${ECM_MODULE_PATH}")
@@ -56,7 +56,7 @@
     add_subdirectory(tests)
 endif()
 
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Prison")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Prison")
 
 if (BUILD_QCH)
     ecm_install_qch_export(
@@ -89,7 +89,7 @@
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/prison_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}
   COMPONENT Devel
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.78.0/src/lib/CMakeLists.txt 
new/prison-5.79.0/src/lib/CMakeLists.txt
--- old/prison-5.78.0/src/lib/CMakeLists.txt    2021-01-02 13:35:45.000000000 
+0100
+++ new/prison-5.79.0/src/lib/CMakeLists.txt    2021-01-30 18:38:49.000000000 
+0100
@@ -33,7 +33,7 @@
 ecm_generate_export_header(KF5Prison
     BASE_NAME Prison
     GROUP_BASE_NAME KF
-    VERSION ${KF5_VERSION}
+    VERSION ${KF_VERSION}
     DEPRECATED_BASE_VERSION 0
     DEPRECATION_VERSIONS 5.69 5.72
     EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT}
@@ -93,7 +93,7 @@
         KF5Prison_QCH
         NAME Prison
         BASE_NAME KF5Prison
-        VERSION ${KF5_VERSION}
+        VERSION ${KF_VERSION}
         ORG_DOMAIN org.kde
         SOURCES # using only public headers, to cover only public API
             ${Prison_HEADERS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.78.0/src/quick/barcodequickitem.cpp 
new/prison-5.79.0/src/quick/barcodequickitem.cpp
--- old/prison-5.78.0/src/quick/barcodequickitem.cpp    2021-01-02 
13:35:45.000000000 +0100
+++ new/prison-5.79.0/src/quick/barcodequickitem.cpp    2021-01-30 
18:38:49.000000000 +0100
@@ -31,7 +31,7 @@
     if (m_content == content)
         return;
     m_content = content;
-    emit contentChanged();
+    Q_EMIT contentChanged();
     updateBarcode();
 }
 
@@ -45,7 +45,7 @@
     if (m_type == static_cast<Prison::BarcodeType>(type))
         return;
     m_type = static_cast<Prison::BarcodeType>(type);
-    emit barcodeTypeChanged();
+    Q_EMIT barcodeTypeChanged();
     m_barcode.reset();
     updateBarcode();
 }
@@ -60,7 +60,7 @@
     if (m_fgColor == color)
         return;
     m_fgColor = color;
-    emit foregroundColorChanged();
+    Q_EMIT foregroundColorChanged();
     updateBarcode();
 }
 
@@ -74,7 +74,7 @@
     if (m_bgColor == color)
         return;
     m_bgColor = color;
-    emit backgroundColorChanged();
+    Q_EMIT backgroundColorChanged();
     updateBarcode();
 }
 
@@ -121,7 +121,7 @@
     if (m_type == Prison::Null || m_content.isEmpty()) {
         m_barcode.reset();
         update();
-        emit dimensionsChanged();
+        Q_EMIT dimensionsChanged();
         return;
     }
 
@@ -136,5 +136,5 @@
     }
 
     update();
-    emit dimensionsChanged();
+    Q_EMIT dimensionsChanged();
 }

Reply via email to