Hello community,

here is the log from the commit of package qtermwidget-qt5 for openSUSE:Factory 
checked in at 2018-06-29 22:30:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtermwidget-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.qtermwidget-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtermwidget-qt5"

Fri Jun 29 22:30:06 2018 rev:2 rq:618032 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtermwidget-qt5/qtermwidget-qt5.changes  
2017-10-25 17:48:54.699499905 +0200
+++ /work/SRC/openSUSE:Factory/.qtermwidget-qt5.new/qtermwidget-qt5.changes     
2018-06-29 22:30:09.862312264 +0200
@@ -1,0 +2,32 @@
+Tue May 22 14:40:54 UTC 2018 - [email protected]
+
+- Add asc and keyring file
+- Update to 0.9.0:
+  * Take transient scrollbars into account
+  * CMake: Prevent in-source builds
+  * Refactor and fixes Python binding
+  * kptyprocess: Try to terminate the shell process
+  * New color scheme: Ubuntu inspired
+  * Fixed some github pathes in uris
+  * Add a comment for potential future breakage
+  * Use wstring in TerminalCharacterDecoder for UCS-4 compatibility
+  * Support UTF-32 characters correctly
+  * Fix "bold and intensive" colors
+  * New color scheme: Tango (#167)
+  * Finish SGR mouse protocol (1006)
+  * Fix build of example with latest lxqt-build-tools
+  * Expose bracket text function
+  * Drop Qt foreach.
+  * Revert deletions in .sip file
+  * fix python bindings
+  * Expose terminal size hint API
+  * Remove class name
+  * Return something
+  * Expose bidi option
+  * Add an example for remote terminal
+  * Makes the use of libutempter optional
+  * Fix behavior of scroll up (SU)
+  * Install cmake files in LIBDIR as they are architecture dependend
+  * Check if utempter.h header exists (mainly for FreeBSD)
+
+-------------------------------------------------------------------

Old:
----
  qtermwidget-0.8.0.tar.xz

New:
----
  qtermwidget-0.9.0.tar.xz
  qtermwidget-0.9.0.tar.xz.asc
  qtermwidget.keyring

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

Other differences:
------------------
++++++ qtermwidget-qt5.spec ++++++
--- /var/tmp/diff_new_pack.TuZylc/_old  2018-06-29 22:30:10.754311585 +0200
+++ /var/tmp/diff_new_pack.TuZylc/_new  2018-06-29 22:30:10.754311585 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qtermwidget-qt5
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,7 @@
 
 
 %define qt_ver 5
-
 %define pack_summ Qt5 terminal widget
-
 %define pack_desc QTermWidget is a project based on the KDE4 \
 Konsole application whose goal is to provide a Unicode-\
 enabled, embeddable Qt widget to be used as a built-in console (or \
@@ -28,22 +26,24 @@
 Konsole code was rewritten entirely with using Qt only, and all \
 code dealing with user interface parts and session management was \
 removed.
-
 Name:           qtermwidget-qt5
-Version:        0.8.0
+Version:        0.9.0
 Release:        0
 Summary:        %{pack_summ}
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/qterminal/qtermwidget
+URL:            https://github.com/qterminal/qtermwidget
 Source:         
https://github.com/lxde/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz
+Source1:        
https://github.com/lxde/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz.asc
+Source2:        qtermwidget.keyring
 BuildRequires:  cmake >= 3.0.2
-BuildRequires:  cmake(Qt5LinguistTools)
+BuildRequires:  lxqt-build-tools-devel >= 0.5.0
+BuildRequires:  pkgconfig
 BuildRequires:  utf8proc-devel
+BuildRequires:  cmake(Qt5LinguistTools)
 # If we want translations we need to have more dependencies
 #BuildRequires:  lxqt-l10n
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6
-BuildRequires:  lxqt-build-tools-devel >= 0.3.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.7.1
 
 %description
 %{pack_desc}
@@ -59,8 +59,8 @@
 %package data
 Summary:        QTermWidget data package
 Group:          Development/Libraries/C and C++
-BuildArch:      noarch
 Requires:       libqtermwidget%{qt_ver}-0 = %{version}
+BuildArch:      noarch
 
 %description data
 Data files for qtermwidget library.
@@ -85,24 +85,20 @@
 %cmake_install
 
 %post -n libqtermwidget%{qt_ver}-0 -p /sbin/ldconfig
-
 %postun -n libqtermwidget%{qt_ver}-0 -p /sbin/ldconfig
 
 %files -n libqtermwidget%{qt_ver}-0
-%defattr(-,root,root)
-%doc AUTHORS CHANGELOG LICENSE README.md
+%license LICENSE
+%doc AUTHORS CHANGELOG README.md
 %{_libdir}/libqtermwidget*.so.*
 
 %files data
-%defattr(-,root,root)
 %{_datadir}/qtermwidget%{qt_ver}
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/qtermwidget%{qt_ver}
 %{_libdir}/libqtermwidget*.so
 %{_libdir}/pkgconfig/qtermwidget%{qt_ver}.pc
-%{_datadir}/cmake/qtermwidget%{qt_ver}
-
+%{_libdir}/cmake/qtermwidget5/
 
 %changelog

++++++ qtermwidget-0.8.0.tar.xz -> qtermwidget-0.9.0.tar.xz ++++++
++++ 2568 lines of diff (skipped)


Reply via email to