Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2018-08-24 16:52:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old)
 and      /work/SRC/openSUSE:Factory/.kdesignerplugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesignerplugin"

Fri Aug 24 16:52:32 2018 rev:56 rq:630600 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2018-07-21 10:12:09.947143571 +0200
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes     
2018-08-24 16:52:35.685254611 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:18:59 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * None
+
+-------------------------------------------------------------------

Old:
----
  kdesignerplugin-5.48.0.tar.xz

New:
----
  kdesignerplugin-5.49.0.tar.xz

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

Other differences:
------------------
++++++ kdesignerplugin.spec ++++++
--- /var/tmp/diff_new_pack.BSe66C/_old  2018-08-24 16:52:36.101255101 +0200
+++ /var/tmp/diff_new_pack.BSe66C/_new  2018-08-24 16:52:36.101255101 +0200
@@ -16,15 +16,20 @@
 #
 
 
-%bcond_without lang
-%define _tar_path 5.48
-Name:           kdesignerplugin
-Version:        5.48.0
-Release:        0
+%define _tar_path 5.49
 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%bcond_without lang
+Name:           kdesignerplugin
+Version:        5.49.0
+Release:        0
+Summary:        Integrating KDE frameworks widgets with Qt Designer
+License:        LGPL-2.1-or-later
+Group:          System/GUI/KDE
+URL:            http://www.kde.org
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  kbookmarks-devel >= %{_kf5_bugfix_version}
@@ -45,20 +50,12 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kxmlgui-devel >= %{_kf5_bugfix_version}
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Designer) >= 5.6.0
 %if %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 Recommends:     %{name}-lang = %{version}
 %endif
-Summary:        Integrating KDE frameworks widgets with Qt Designer
-License:        LGPL-2.1-or-later
-Group:          System/GUI/KDE
-Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This framework provides plugins for Qt Designer that allow it to display
@@ -80,6 +77,7 @@
 from ini-style description files. Development files.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -95,7 +93,6 @@
 %endif
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %if %{with lang}
@@ -103,8 +100,8 @@
 %endif
 
 %files
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_bindir}/kgendesignerplugin
 %doc %lang(en) %{_kf5_mandir}/*/kgendesignerplugin.*
 %{_kf5_datadir}/widgets/
@@ -112,7 +109,6 @@
 %{_kf5_plugindir}/designer/
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/cmake/KF5DesignerPlugin/
 
 %changelog

++++++ kdesignerplugin-5.48.0.tar.xz -> kdesignerplugin-5.49.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.48.0/CMakeLists.txt 
new/kdesignerplugin-5.49.0/CMakeLists.txt
--- old/kdesignerplugin-5.48.0/CMakeLists.txt   2018-07-08 00:30:22.000000000 
+0200
+++ new/kdesignerplugin-5.49.0/CMakeLists.txt   2018-08-04 12:57:37.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
 project(KDesignerPlugin VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.48.0/po/uk/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.49.0/po/uk/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.48.0/po/uk/kdesignerplugin5_qt.po     2018-07-08 
00:30:22.000000000 +0200
+++ new/kdesignerplugin-5.49.0/po/uk/kdesignerplugin5_qt.po     2018-08-04 
12:57:37.000000000 +0200
@@ -1,5 +1,5 @@
 # Translation of kdesignerplugin5_qt.po to Ukrainian
-# Copyright (C) 2014 This_file_is_part_of_KDE
+# Copyright (C) 2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesignerplugin-5.48.0/po/zh_CN/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.49.0/po/zh_CN/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.48.0/po/zh_CN/kdesignerplugin5_qt.po  2018-07-08 
00:30:22.000000000 +0200
+++ new/kdesignerplugin-5.49.0/po/zh_CN/kdesignerplugin5_qt.po  2018-08-04 
12:57:37.000000000 +0200
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-07-03 17:35\n"
+"PO-Revision-Date: 2018-07-24 08:41\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to