Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2021-04-25 21:26:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdegraphics-thumbnailers (Old)
 and      /work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdegraphics-thumbnailers"

Sun Apr 25 21:26:29 2021 rev:127 rq:887639 version:21.04.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
        2021-03-08 15:20:33.610083806 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new.12324/kdegraphics-thumbnailers.changes
     2021-04-25 21:27:07.280408719 +0200
@@ -1,0 +2,24 @@
+Fri Apr 16 16:11:41 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- 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:40:08 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:27:51 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Replace QRegExp with QString operations
+
+-------------------------------------------------------------------

Old:
----
  kdegraphics-thumbnailers-20.12.3.tar.xz
  kdegraphics-thumbnailers-20.12.3.tar.xz.sig

New:
----
  kdegraphics-thumbnailers-21.04.0.tar.xz
  kdegraphics-thumbnailers-21.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdegraphics-thumbnailers.spec ++++++
--- /var/tmp/diff_new_pack.JTjN7a/_old  2021-04-25 21:27:08.792410538 +0200
+++ /var/tmp/diff_new_pack.JTjN7a/_new  2021-04-25 21:27:08.792410538 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdegraphics-thumbnailers
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kdegraphics-thumbnailers
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        Graphics file thumbnail generators
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Productivity/Graphics/Other
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%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:  pkgconfig
@@ -36,18 +40,14 @@
 BuildRequires:  cmake(KF5KDcraw)
 BuildRequires:  cmake(KF5KExiv2)
 BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(Qt5Gui) >= 5.2.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(Qt5Gui)
 
 %description
 This package allows KDE applications to show thumbnails
 and previews of graphics files.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build
@@ -59,7 +59,7 @@
 %files
 %license COPYING*
 %{_kf5_appstreamdir}/org.kde.kdegraphics-thumbnailers.metainfo.xml
-%{_kf5_servicesdir}/
 %{_kf5_plugindir}/
+%{_kf5_servicesdir}/
 
 %changelog


++++++ kdegraphics-thumbnailers-20.12.3.tar.xz -> 
kdegraphics-thumbnailers-21.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdegraphics-thumbnailers-20.12.3/ps/CMakeLists.txt 
new/kdegraphics-thumbnailers-21.04.0/ps/CMakeLists.txt
--- old/kdegraphics-thumbnailers-20.12.3/ps/CMakeLists.txt      2020-11-08 
06:13:31.000000000 +0100
+++ new/kdegraphics-thumbnailers-21.04.0/ps/CMakeLists.txt      2021-01-29 
16:29:39.000000000 +0100
@@ -8,7 +8,7 @@
 
 target_link_libraries(gsthumbnail  Qt5::Gui KF5::KIOWidgets )
 
-install(TARGETS gsthumbnail  DESTINATION ${PLUGIN_INSTALL_DIR} )
+install(TARGETS gsthumbnail  DESTINATION ${KDE_INSTALL_PLUGINDIR} )
 
 
 ########### install files ###############
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdegraphics-thumbnailers-20.12.3/ps/gscreator.cpp 
new/kdegraphics-thumbnailers-21.04.0/ps/gscreator.cpp
--- old/kdegraphics-thumbnailers-20.12.3/ps/gscreator.cpp       2020-11-08 
06:13:31.000000000 +0100
+++ new/kdegraphics-thumbnailers-21.04.0/ps/gscreator.cpp       2021-01-29 
16:29:39.000000000 +0100
@@ -71,7 +71,6 @@
 #include <QColor>
 #include <QFile>
 #include <QImage>
-#include <QRegExp>
 #include <QVector>
 
 
@@ -234,11 +233,13 @@
 
   std::auto_ptr<KDSCBBOX> bbox = dsc.bbox();
 
-  const bool is_encapsulated = no_dvi &&
-    (path.indexOf(QRegExp("\\.epsi?$", Qt::CaseInsensitive)) > 0) &&
-     bbox.get() != nullptr &&
-    (bbox->width() > 0) && (bbox->height() > 0) &&
-    (dsc.page_count() <= 1);
+  const bool is_encapsulated = no_dvi
+    && (path.endsWith(QLatin1String(".eps"), Qt::CaseInsensitive)
+        || path.endsWith(QLatin1String(".epsi"), Qt::CaseInsensitive))
+    && bbox.get() != nullptr
+    && (bbox->width() > 0)
+    && (bbox->height() > 0)
+    && (dsc.page_count() <= 1);
 
   char translation[64] = "";
   char pagesize[32] = "";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdegraphics-thumbnailers-20.12.3/raw/CMakeLists.txt 
new/kdegraphics-thumbnailers-21.04.0/raw/CMakeLists.txt
--- old/kdegraphics-thumbnailers-20.12.3/raw/CMakeLists.txt     2020-11-08 
06:13:31.000000000 +0100
+++ new/kdegraphics-thumbnailers-21.04.0/raw/CMakeLists.txt     2021-01-29 
16:29:39.000000000 +0100
@@ -9,7 +9,7 @@
 target_link_libraries(rawthumbnail Qt5::Gui KF5::KIOWidgets KF5::KDcraw 
KF5::KExiv2)
 
 ## install the plugin
-install(TARGETS rawthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
+install(TARGETS rawthumbnail DESTINATION ${KDE_INSTALL_PLUGINDIR})
 install(FILES rawthumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR})
 
 

Reply via email to