Hello community,

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

Package is "kwidgetsaddons"

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwidgetsaddons/kwidgetsaddons.changes    
2018-07-21 10:16:13.147086606 +0200
+++ /work/SRC/openSUSE:Factory/.kwidgetsaddons.new/kwidgetsaddons.changes       
2018-08-24 16:56:54.525560126 +0200
@@ -1,0 +2,11 @@
+Sun Aug 19 09:19:28 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:
+  * Fix KTimeComboBox input mask for AM/PM times (kde#361764)
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

Old:
----
  kwidgetsaddons-5.48.0.tar.xz

New:
----
  kwidgetsaddons-5.49.0.tar.xz

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

Other differences:
------------------
++++++ kwidgetsaddons.spec ++++++
--- /var/tmp/diff_new_pack.VdeEZ9/_old  2018-08-24 16:56:55.061560759 +0200
+++ /var/tmp/diff_new_pack.VdeEZ9/_new  2018-08-24 16:56:55.061560759 +0200
@@ -16,49 +16,48 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5WidgetsAddons5
-%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}')}
+%bcond_without lang
 Name:           kwidgetsaddons
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        Large set of desktop widgets
+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
 BuildRequires:  kf5-filesystem
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5UiTools) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-Summary:        Large set of desktop widgets
-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 %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+%endif
 
 %description
 This repository contains add-on widgets and classes for applications
 that use the Qt Widgets module. If you are porting applications from
 KDE Platform 4 "kdeui" library, you will find many of its classes here.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Large set of desktop widgets
 Group:          System/GUI/KDE
+%requires_ge    libQt5Widgets5
 Obsoletes:      libKF5WidgetsAddons4
 %if %{with lang}
-Recommends:     %lname-lang = %{version}
+Recommends:     %{lname}-lang = %{version}
 %endif
-%requires_ge libQt5Widgets5
 
-%description -n %lname
+%description -n %{lname}
 This repository contains add-on widgets and classes for applications
 that use the Qt Widgets module. If you are porting applications from
 KDE Platform 4 "kdeui" library, you will find many of its classes here.
@@ -66,7 +65,7 @@
 %package devel
 Summary:        Large set of desktop widgets: Build Environment
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       cmake(Qt5Widgets) >= 5.6.0
 
@@ -76,7 +75,8 @@
 KDE Platform 4 "kdeui" library, you will find many of its classes here.
 Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -92,22 +92,20 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_datadir}/kcharselect/
 %{_kf5_libdir}/libKF5WidgetsAddons.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5WidgetsAddons.so
 %{_kf5_libdir}/cmake/KF5WidgetsAddons/
 %{_kf5_includedir}/

++++++ kwidgetsaddons-5.48.0.tar.xz -> kwidgetsaddons-5.49.0.tar.xz ++++++
++++ 2943 lines of diff (skipped)


Reply via email to