Hello community,

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

Package is "knewstuff"

Fri Aug 24 16:54:45 2018 rev:55 rq:630624 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knewstuff/knewstuff.changes      2018-07-21 
10:14:15.303114306 +0200
+++ /work/SRC/openSUSE:Factory/.knewstuff.new/knewstuff.changes 2018-08-24 
16:54:48.549411334 +0200
@@ -1,0 +2,15 @@
+Sun Aug 19 09:19:15 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:
+  * Remove long-time deprecated Encoding=UTF-8 from desktop format files
+  * Change default sort order in the download dialog to Rating
+  * Fix DownloadDialog window margins to meet general theme margins
+  * Restore accidentally removed qCDebug
+  * Use the right QSharedPointer API
+  * Handle empty preview lists
+
+-------------------------------------------------------------------

Old:
----
  knewstuff-5.48.0.tar.xz

New:
----
  knewstuff-5.49.0.tar.xz

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

Other differences:
------------------
++++++ knewstuff.spec ++++++
--- /var/tmp/diff_new_pack.fpyEev/_old  2018-08-24 16:54:49.169412066 +0200
+++ /var/tmp/diff_new_pack.fpyEev/_new  2018-08-24 16:54:49.173412071 +0200
@@ -16,16 +16,22 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5NewStuff5
-%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:           knewstuff
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        Framework for downloading and sharing additional application 
data
+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:  attica-qt5-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -48,29 +54,22 @@
 BuildRequires:  cmake(Qt5Quick) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
-Summary:        Framework for downloading and sharing additional application 
data
-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
 
 %description
 The KNewStuff library implements collaborative data sharing for
 applications. It uses libattica to support the Open Collaboration Services
 specification.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Framework for downloading and sharing additional application 
data
 Group:          System/GUI/KDE
-Obsoletes:      libKF5NewStuff4
 Requires:       %{name}
+Obsoletes:      libKF5NewStuff4
 %if %{with lang}
-Recommends:     %lname-lang = %{version}
+Recommends:     %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
+%description -n %{lname}
 The KNewStuff library implements collaborative data sharing for
 applications. It uses libattica to support the Open Collaboration Services
 specification.
@@ -120,7 +119,7 @@
 %package devel
 Summary:        Framework for downloading and sharing additional application 
data
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       %{name}-core-devel = %{version}
 Requires:       extra-cmake-modules
 Requires:       kservice-devel >= %{_kf5_bugfix_version}
@@ -133,7 +132,8 @@
 applications. It uses libattica to support the Open Collaboration Services
 specification. Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -149,43 +149,40 @@
 %find_lang %{name}5
 %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
 %post -n libKF5NewStuffCore5 -p /sbin/ldconfig
-
 %postun -n libKF5NewStuffCore5 -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
 %files
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_datadir}/knewstuff/
 %{_kf5_datadir}/kmoretools/
 %{_kf5_debugdir}/knewstuff.categories
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5NewStuff.so.*
 
 %files -n libKF5NewStuffCore5
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5NewStuffCore.so.*
 
 %files imports
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_qmldir}/
 
 %files core-devel
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5NewStuffCore.so
 %{_kf5_libdir}/cmake/KF5NewStuffCore/
 %{_kf5_includedir}/knewstuffcore_version.h
@@ -195,14 +192,14 @@
 %{_kf5_mkspecsdir}/qt_KNewStuffCore.pri
 
 %files quick-devel
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/cmake/KF5NewStuffQuick/
 %{_kf5_includedir}/knewstuffquick_version.h
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5NewStuff.so
 %{_kf5_libdir}/cmake/KF5NewStuff/
 %dir %{_kf5_includedir}/KNewStuff3

++++++ knewstuff-5.48.0.tar.xz -> knewstuff-5.49.0.tar.xz ++++++
++++ 11508 lines of diff (skipped)


Reply via email to