Hello community,

here is the log from the commit of package prison-qt5 for openSUSE:Factory 
checked in at 2018-01-22 16:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prison-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.prison-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prison-qt5"

Mon Jan 22 16:04:34 2018 rev:14 rq:566719 version:5.42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes    2018-01-09 
14:45:59.508060780 +0100
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new/prison-qt5.changes       
2018-01-22 16:05:00.899838637 +0100
@@ -1,0 +2,13 @@
+Tue Jan 16 22:50:24 CET 2018 - [email protected]
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * Also look for qrencode with debug suffix
+  * Remove virtual keyword when we use override
+  * install categories file
+
+-------------------------------------------------------------------

Old:
----
  prison-5.41.0.tar.xz

New:
----
  prison-5.42.0.tar.xz

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

Other differences:
------------------
++++++ prison-qt5.spec ++++++
--- /var/tmp/diff_new_pack.pPNGT5/_old  2018-01-22 16:05:01.511810002 +0100
+++ /var/tmp/diff_new_pack.pPNGT5/_new  2018-01-22 16:05:01.511810002 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package prison-qt5
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %define sonum   5
 %define rname prison
 %define _libname KF5Prison
-%define _tar_path 5.41
+%define _tar_path 5.42
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           prison-qt5
-Version:        5.41.0
+Version:        5.42.0
 Release:        0
 Summary:        Barcode abstraction layer library
 License:        MIT
@@ -85,6 +85,7 @@
 %defattr(-,root,root)
 %doc LICENSE README*
 %{_libqt5_libdir}/lib%{_libname}*.so.*
+%{_kf5_debugdir}/*.categories
 
 %files -n prison-qt5-devel
 %defattr(-,root,root)

++++++ prison-5.41.0.tar.xz -> prison-5.42.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/.reviewboardrc 
new/prison-5.42.0/.reviewboardrc
--- old/prison-5.41.0/.reviewboardrc    2017-12-02 11:22:30.000000000 +0100
+++ new/prison-5.42.0/.reviewboardrc    1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org";
-REPOSITORY = 'git://anongit.kde.org/prison'
-TARGET_GROUPS = 'frameworks'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/CMakeLists.txt 
new/prison-5.42.0/CMakeLists.txt
--- old/prison-5.41.0/CMakeLists.txt    2017-12-02 11:22:30.000000000 +0100
+++ new/prison-5.42.0/CMakeLists.txt    2018-01-06 00:42:42.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
 project(prison VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.41.0 NO_MODULE)
+find_package(ECM 5.42.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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}")
@@ -86,4 +86,7 @@
   COMPONENT Devel
 )
 
+# contains list of debug categories, for kdebugsettings
+install(FILES prison.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/cmake/FindQRencode.cmake 
new/prison-5.42.0/cmake/FindQRencode.cmake
--- old/prison-5.41.0/cmake/FindQRencode.cmake  2017-12-02 11:22:30.000000000 
+0100
+++ new/prison-5.42.0/cmake/FindQRencode.cmake  2018-01-06 00:42:42.000000000 
+0100
@@ -54,7 +54,7 @@
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #=============================================================================
 
-find_library(QRencode_LIBRARIES NAMES qrencode)
+find_library(QRencode_LIBRARIES NAMES qrencode qrencoded)
 
 find_path(QRencode_INCLUDE_DIRS qrencode.h)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/prison.categories 
new/prison-5.42.0/prison.categories
--- old/prison-5.41.0/prison.categories 1970-01-01 01:00:00.000000000 +0100
+++ new/prison-5.42.0/prison.categories 2018-01-06 00:42:42.000000000 +0100
@@ -0,0 +1 @@
+kf5.prison Prison (lib)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/src/lib/code39barcode.h 
new/prison-5.42.0/src/lib/code39barcode.h
--- old/prison-5.41.0/src/lib/code39barcode.h   2017-12-02 11:22:30.000000000 
+0100
+++ new/prison-5.42.0/src/lib/code39barcode.h   2018-01-06 00:42:42.000000000 
+0100
@@ -46,7 +46,7 @@
         * @return QImage containing a barcode, trying to approximate the 
requested sizes, or a null QImage if it can't be painted within requested size
         * @param size
         */
-        virtual QImage paintImage(const QSizeF& size ) Q_DECL_OVERRIDE;
+        QImage paintImage(const QSizeF& size ) override;
     private:
         class Private;
         Private *d;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/src/lib/code93barcode.h 
new/prison-5.42.0/src/lib/code93barcode.h
--- old/prison-5.41.0/src/lib/code93barcode.h   2017-12-02 11:22:30.000000000 
+0100
+++ new/prison-5.42.0/src/lib/code93barcode.h   2018-01-06 00:42:42.000000000 
+0100
@@ -45,7 +45,7 @@
      * @return QImage containing a barcode, trying to approximate the 
requested sizes
      * @param size The requested size of the barcode, approximate. if the 
barcode generator can't generate it, it can return a null QImage
      */
-    virtual QImage paintImage(const QSizeF& size) Q_DECL_OVERRIDE;
+    QImage paintImage(const QSizeF& size) override;
   private:
     class Private;
     Private *d;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/src/lib/datamatrixbarcode.h 
new/prison-5.42.0/src/lib/datamatrixbarcode.h
--- old/prison-5.41.0/src/lib/datamatrixbarcode.h       2017-12-02 
11:22:30.000000000 +0100
+++ new/prison-5.42.0/src/lib/datamatrixbarcode.h       2018-01-06 
00:42:42.000000000 +0100
@@ -47,7 +47,7 @@
         * This is the function doing the actual work in generating the barcode
         * @return QImage containing a DataMatrix, trying to approximate the 
requested sizes
         */
-        virtual QImage paintImage(const QSizeF& size) Q_DECL_OVERRIDE;
+        QImage paintImage(const QSizeF& size) override;
     private:
         class Private;
         Private *d;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/src/lib/qrcodebarcode.h 
new/prison-5.42.0/src/lib/qrcodebarcode.h
--- old/prison-5.41.0/src/lib/qrcodebarcode.h   2017-12-02 11:22:30.000000000 
+0100
+++ new/prison-5.42.0/src/lib/qrcodebarcode.h   2018-01-06 00:42:42.000000000 
+0100
@@ -46,7 +46,7 @@
      * @return QImage containing a QRCode, trying to approximate the requested 
sizes
      * @param size The requested size of the barcode, approximate. if the 
barcode generator can't get the data to fit in there, it might be a null QImage
      */
-    virtual QImage paintImage(const QSizeF& size) Q_DECL_OVERRIDE;
+    QImage paintImage(const QSizeF& size) override;
   private:
     class Private;
     Private *d;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/tests/barcodeexamplewidget.h 
new/prison-5.42.0/tests/barcodeexamplewidget.h
--- old/prison-5.41.0/tests/barcodeexamplewidget.h      2017-12-02 
11:22:30.000000000 +0100
+++ new/prison-5.42.0/tests/barcodeexamplewidget.h      2018-01-06 
00:42:42.000000000 +0100
@@ -53,23 +53,23 @@
      * Reimplementation
      * @return minimumSizeHint for this widget
      */
-    virtual QSize minimumSizeHint() const Q_DECL_OVERRIDE;
+    QSize minimumSizeHint() const override;
   protected:
     /**
      * paintEvent
      * @param event QPaintEvent
      */
-    virtual void paintEvent(QPaintEvent* event ) Q_DECL_OVERRIDE;
+    void paintEvent(QPaintEvent* event ) override;
     /**
      * resizeEvent
      * @param event QResizeEvent
      */
-    virtual void resizeEvent(QResizeEvent* event ) Q_DECL_OVERRIDE;
+    void resizeEvent(QResizeEvent* event ) override;
     /**
      * enables drag from the barcodewidget
      * @param event QMouseEvent
      */
-    virtual void mousePressEvent(QMouseEvent* event) Q_DECL_OVERRIDE;
+    void mousePressEvent(QMouseEvent* event) override;
   private:
     Prison::AbstractBarcode* m_barcode;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.41.0/tests/prison.h 
new/prison-5.42.0/tests/prison.h
--- old/prison-5.41.0/tests/prison.h    2017-12-02 11:22:30.000000000 +0100
+++ new/prison-5.42.0/tests/prison.h    2018-01-06 00:42:42.000000000 +0100
@@ -13,16 +13,16 @@
   public Q_SLOTS:
     void data_changed();
   private:
-    QLineEdit* m_lineedit;
-    BarcodeExampleWidget* m_dmw;
-    BarcodeExampleWidget* m_qrw;
-    BarcodeExampleWidget* m_39w;
-    BarcodeExampleWidget* m_93w;
-    BarcodeExampleWidget* m_dmcolor;
-    BarcodeExampleWidget* m_qrcolor;
-    BarcodeExampleWidget* m_39color;
-    BarcodeExampleWidget* m_93color;
-    BarcodeExampleWidget* m_nullw;
+    QLineEdit* m_lineedit = nullptr;
+    BarcodeExampleWidget* m_dmw = nullptr;
+    BarcodeExampleWidget* m_qrw = nullptr;
+    BarcodeExampleWidget* m_39w = nullptr;
+    BarcodeExampleWidget* m_93w = nullptr;
+    BarcodeExampleWidget* m_dmcolor = nullptr;
+    BarcodeExampleWidget* m_qrcolor = nullptr;
+    BarcodeExampleWidget* m_39color = nullptr;
+    BarcodeExampleWidget* m_93color = nullptr;
+    BarcodeExampleWidget* m_nullw = nullptr;
     
 
 };


Reply via email to