Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kdesdk-thumbnailers"

Sun Apr 25 21:26:32 2021 rev:97 rq:887647 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes  
2021-03-10 08:53:26.158652447 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new.12324/kdesdk-thumbnailers.changes
       2021-04-25 21:27:12.576415090 +0200
@@ -1,0 +2,24 @@
+Fri Apr 16 16:11:45 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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:12 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:27:56 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Remove dead cmake code
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kdesdk-thumbnailers.spec ++++++
--- /var/tmp/diff_new_pack.V9g1oo/_old  2021-04-25 21:27:13.092415710 +0200
+++ /var/tmp/diff_new_pack.V9g1oo/_new  2021-04-25 21:27:13.096415715 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdesdk-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:           kdesdk-thumbnailers
-Version:        20.12.3
+Version:        21.04.0
 Release:        0
 Summary:        Translation file thumbnail generators
 License:        GPL-2.0-or-later
 Group:          Productivity/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:  gettext-tools
 BuildRequires:  kf5-filesystem
@@ -35,10 +39,6 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(Qt5Widgets)
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 Recommends:     %{name}-lang
 
 %description
@@ -48,7 +48,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build
@@ -65,7 +65,6 @@
 
 %files
 %license COPYING*
-%dir %{_kf5_configkcfgdir}
 %{_kf5_configkcfgdir}/pocreatorsettings.kcfg
 %{_kf5_plugindir}/pothumbnail.so
 %{_kf5_servicesdir}/pothumbnail.desktop


++++++ kdesdk-thumbnailers-20.12.3.tar.xz -> kdesdk-thumbnailers-21.04.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesdk-thumbnailers-20.12.3/po/zh_CN/pothumbnail.po 
new/kdesdk-thumbnailers-21.04.0/po/zh_CN/pothumbnail.po
--- old/kdesdk-thumbnailers-20.12.3/po/zh_CN/pothumbnail.po     2021-03-02 
01:47:44.000000000 +0100
+++ new/kdesdk-thumbnailers-21.04.0/po/zh_CN/pothumbnail.po     2021-04-16 
10:43:39.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:12+0200\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-27 17:31\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-thumbnailers-20.12.3/po_thumbnailer/CMakeLists.txt 
new/kdesdk-thumbnailers-21.04.0/po_thumbnailer/CMakeLists.txt
--- old/kdesdk-thumbnailers-20.12.3/po_thumbnailer/CMakeLists.txt       
2020-09-24 06:32:00.000000000 +0200
+++ new/kdesdk-thumbnailers-21.04.0/po_thumbnailer/CMakeLists.txt       
2021-03-09 00:13:44.000000000 +0100
@@ -3,8 +3,6 @@
 
 find_package(GettextPO REQUIRED)
 
-add_definitions(${QT_DEFINITIONS})
-
 set(pothumbnail_SRCS pocreator.cpp)
 
 ki18n_wrap_ui(pothumbnail_SRCS pocreatorform.ui)

Reply via email to