Hello community,

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

Package is "ktextwidgets"

Fri Aug 24 16:56:31 2018 rev:56 rq:630636 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2018-07-21 10:15:39.867094447 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2018-08-24 16:56:32.749534393 +0200
@@ -1,0 +2,15 @@
+Sun Aug 19 09:19:25 UTC 2018 - [email protected]
+
+- 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:
+  * API docs: partial revert of earlier commit, didn't really work.
+  * KFindDialog: give the lineedit focus when showing a reused dialog
+  * APIdox: prefer the more intuitive solution of keeping the dialog open
+  * KFind: reset count when changing the pattern (e.g. in the find dialog).
+  * Apidox: modernize and improve KFind and KFindDialog documentation
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

Old:
----
  ktextwidgets-5.48.0.tar.xz

New:
----
  ktextwidgets-5.49.0.tar.xz

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

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.gQkXtO/_old  2018-08-24 16:56:33.197534922 +0200
+++ /var/tmp/diff_new_pack.gQkXtO/_new  2018-08-24 16:56:33.201534927 +0200
@@ -16,16 +16,22 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5TextWidgets5
-%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:           ktextwidgets
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        KDE Text editing 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
@@ -42,34 +48,27 @@
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-Summary:        KDE Text editing 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
 
 %description
 KTextWidgets provides widgets for displaying and editing text. It supports
 rich text as well as plain text.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        KDE Text editing widgets
 Group:          System/GUI/KDE
 Obsoletes:      libKF5TextWidgets4
 %if %{with lang}
-Recommends:     %lname-lang = %{version}
+Recommends:     %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
+%description -n %{lname}
 KTextWidgets provides widgets for displaying and editing text. It supports
 rich text as well as plain text.
 
 %package devel
 Summary:        KDE Text editing widgets: Build Environment
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       ki18n-devel >= %{_kf5_bugfix_version}
 Requires:       sonnet-devel >= %{_kf5_bugfix_version}
@@ -79,7 +78,8 @@
 KTextWidgets provides widgets for displaying and editing text. It supports
 rich text as well as plain text. Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -95,23 +95,20 @@
 %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
 
 %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*
+%files -n %{lname}
+%license COPYING*
 %{_kf5_libdir}/libKF5TextWidgets.so.*
 %dir %{_kf5_servicetypesdir}
 %{_kf5_servicetypesdir}/kregexpeditor.desktop
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5TextWidgets.so
 %{_kf5_libdir}/cmake/KF5TextWidgets/
 %{_kf5_includedir}/*.h

++++++ ktextwidgets-5.48.0.tar.xz -> ktextwidgets-5.49.0.tar.xz ++++++
++++ 11402 lines of diff (skipped)


Reply via email to