Hello community,

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

Package is "frameworkintegration"

Fri Aug 24 16:50:56 2018 rev:60 rq:630582 version:5.49.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes    
    2018-07-21 10:11:21.611154799 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2018-08-24 16:51:50.861201786 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:18:43 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:
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

Old:
----
  frameworkintegration-5.48.0.tar.xz

New:
----
  frameworkintegration-5.49.0.tar.xz

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

Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.fLydWo/_old  2018-08-24 16:51:51.405202427 +0200
+++ /var/tmp/diff_new_pack.fLydWo/_new  2018-08-24 16:51:51.409202432 +0200
@@ -17,14 +17,20 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.48
+%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}')}
 Name:           frameworkintegration
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        Plugins responsible for better integration of Qt applications 
in KDE Workspace
+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
+Source1:        baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -37,9 +43,7 @@
 BuildRequires:  knotifications-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kpackage-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
-BuildRequires:  cmake(AppStreamQt) >= 0.10.4
-%endif
+BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
@@ -48,13 +52,9 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcursor)
-Summary:        Plugins responsible for better integration of Qt applications 
in KDE Workspace
-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
-Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
+BuildRequires:  cmake(AppStreamQt) >= 0.10.4
+%endif
 
 %description
 Framework Integration is a set of plugins responsible for better
@@ -63,13 +63,13 @@
 
 Applications do not need to link to this directly.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Plugins responsible for better integration of Qt applications 
in KDE Workspace
 Group:          System/GUI/KDE
-Obsoletes:      %lname-lang < %{version}
+Obsoletes:      %{lname}-lang < %{version}
 Obsoletes:      libKF5Style4
 
-%description -n %lname
+%description -n %{lname}
 Framework Integration is a set of plugins responsible for better
 integration of Qt applications when running on a
 KDE Plasma workspace.
@@ -79,8 +79,8 @@
 %package plugin
 Summary:        Plugins responsible for better integration of Qt applications 
in KDE Workspace
 Group:          System/GUI/KDE
-Conflicts:      %lname < 5.6.0
 Requires:       plasma5-integration-plugin
+Conflicts:      %{lname} < 5.6.0
 
 %description plugin
 Framework Integration is a set of plugins responsible for better
@@ -92,7 +92,7 @@
 %package devel
 Summary:        Plugins responsible for better integration of Qt applications 
in KDE Workspace
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       kconfigwidgets-devel >= %{_kf5_bugfix_version}
 Requires:       kiconthemes-devel >= %{_kf5_bugfix_version}
@@ -115,11 +115,10 @@
   %kf5_makeinstall -C build
   %fdupes %{buildroot}
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
+%files -n %{lname}
 %license COPYING*
 %doc README*
 %{_kf5_libdir}/libKF5Style.so.*

++++++ frameworkintegration-5.48.0.tar.xz -> frameworkintegration-5.49.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.48.0/CMakeLists.txt 
new/frameworkintegration-5.49.0/CMakeLists.txt
--- old/frameworkintegration-5.48.0/CMakeLists.txt      2018-07-07 
23:51:47.000000000 +0200
+++ new/frameworkintegration-5.49.0/CMakeLists.txt      2018-08-04 
10:41:45.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(FrameworkIntegration 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)
 
@@ -44,8 +44,10 @@
 find_package(AppStreamQt 0.10.4)
 
 add_subdirectory(src)
-add_subdirectory(autotests)
-add_subdirectory(tests)
+if (BUILD_TESTING)
+    add_subdirectory(autotests)
+    add_subdirectory(tests)
+endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR 
"${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5FrameworkIntegration")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.48.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.49.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.48.0/plasma_workspace.notifyrc   2018-07-07 
23:51:47.000000000 +0200
+++ new/frameworkintegration-5.49.0/plasma_workspace.notifyrc   2018-08-04 
10:41:45.000000000 +0200
@@ -55,7 +55,7 @@
 Name[ca]=Paperera: s'ha buidat
 Name[ca@valencia]=Paperera: s'ha buidat
 Name[cs]=Koš: vyprázdněn
-Name[da]=Affald: Tømt
+Name[da]=Papirkurv: Tømt
 Name[de]=Papierkorb: geleert
 Name[el]=Κάδος απορριμάτων: Άδειος
 Name[en_GB]=Wastebin: Emptied
@@ -101,7 +101,7 @@
 Comment[ca]=S'ha buidat la paperera
 Comment[ca@valencia]=S'ha buidat la paperera
 Comment[cs]=Koš byl vyprázdněn
-Comment[da]=Affaldet er blevet tømt
+Comment[da]=Papirkurven er blevet tømt
 Comment[de]=Der Papierkorb ist geleert worden
 Comment[el]=Ο κάδος απορριμάτων έχει αδειάσει
 Comment[en_GB]=The wastebin has been emptied


Reply via email to