commit qtermwidget-qt4 for openSUSE:Factory

2017-10-25 Thread root
Hello community,

here is the log from the commit of package qtermwidget-qt4 for openSUSE:Factory 
checked in at 2017-10-25 17:48:07

Comparing /work/SRC/openSUSE:Factory/qtermwidget-qt4 (Old)
 and  /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new (New)


Package is "qtermwidget-qt4"

Wed Oct 25 17:48:07 2017 rev:5 rq:536509 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/qtermwidget-qt4/qtermwidget-qt4.changes  
2016-05-31 12:24:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new/qtermwidget-qt4.changes 
2017-10-25 17:48:11.637520988 +0200
@@ -1,0 +2,5 @@
+Wed Oct 25 10:36:35 UTC 2017 - mvet...@suse.com
+
+- Remove qtermwidget-qt5 things. Moved to its own package.
+
+---

Old:

  qtermwidget-0.7.1.tar.xz
  qtermwidget-qt5.changes
  qtermwidget-qt5.spec



Other differences:
--



commit qtermwidget-qt4 for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package qtermwidget-qt4 for openSUSE:Factory 
checked in at 2017-01-27 11:07:06

Comparing /work/SRC/openSUSE:Factory/qtermwidget-qt4 (Old)
 and  /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new (New)


Package is "qtermwidget-qt4"

Changes:

--- /work/SRC/openSUSE:Factory/qtermwidget-qt4/qtermwidget-qt5.changes  
2016-10-06 12:41:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new/qtermwidget-qt5.changes 
2017-02-03 19:59:37.540656755 +0100
@@ -1,0 +2,16 @@
+Wed Jan  4 16:37:10 UTC 2017 - dap.darkn...@gmail.com
+
+- Updated to 0.7.1:
+  * Bump patch version (#105);
+  * Added a modified Breeze color scheme (#104);
+  * Accept hex color strings as well (#101);
+  * Remove the stale lib/README (#102);
+  * Implement background images (#95);
+  * Implement other BOX DRAWING characters (#98);
+  * Preparations for context menu actions on URLs (#97);
+  * Drop the ancient wcwidth impl. and use utf8proc if possible;
+  * Remove widget size checks in setVTFont() (#86);
+  * Delete unused tooltip code (#81);
+  * Fix size of the array passed to memset() (#79).
+
+---

Old:

  qtermwidget-0.7.0.tar.xz

New:

  qtermwidget-0.7.1.tar.xz



Other differences:
--
++ qtermwidget-qt4.spec ++
--- /var/tmp/diff_new_pack.zxBjGG/_old  2017-02-03 19:59:38.124574567 +0100
+++ /var/tmp/diff_new_pack.zxBjGG/_new  2017-02-03 19:59:38.132573441 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package qtermwidget
+# spec file for package qtermwidget-qt4
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ qtermwidget-qt5.spec ++
--- /var/tmp/diff_new_pack.zxBjGG/_old  2017-02-03 19:59:38.148571190 +0100
+++ /var/tmp/diff_new_pack.zxBjGG/_new  2017-02-03 19:59:38.152570627 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package qtermwidget
+# spec file for package qtermwidget-qt5
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -30,7 +30,7 @@
 removed.
 
 Name:   qtermwidget-qt5
-Version:0.7.0
+Version:0.7.1
 Release:0
 Summary:%{pack_summ}
 License:GPL-2.0+

++ qtermwidget-0.7.0.tar.xz -> qtermwidget-0.7.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtermwidget-0.7.0/CHANGELOG 
new/qtermwidget-0.7.1/CHANGELOG
--- old/qtermwidget-0.7.0/CHANGELOG 2016-09-24 00:50:57.0 +0200
+++ new/qtermwidget-0.7.1/CHANGELOG 2016-12-21 18:51:55.0 +0100
@@ -1,7 +1,24 @@
 
-qtermwidget-0.7.0 / 2016-09-24
+qtermwidget-0.7.1 / 2016-12-21
 ==
 
+  * Bump patch version (#105)
+  * Added a modified Breeze color scheme (#104)
+  * Accept hex color strings as well (#101)
+  * Remove the stale lib/README (#102)
+  * Implement background images (#95)
+  * Implement other BOX DRAWING characters (#98)
+  * Preparations for context menu actions on URLs (#97)
+  * Drop the ancient wcwidth impl. and use utf8proc if possible (#99)
+  * Remove widget size checks in setVTFont() (#86)
+  * Delete unused tooltip code (#81)
+  * Fix size of the array passed to memset() (#79)
+  * Remove cpack (#93)
+
+0.7.0 / 2016-09-24
+==
+
+  * Release 0.7.0: Add changelog
   * Bump version to 0.7.0 (#92)
   * Add Solarized Color Schemes
   * Update README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtermwidget-0.7.0/CMakeLists.txt 
new/qtermwidget-0.7.1/CMakeLists.txt
--- old/qtermwidget-0.7.0/CMakeLists.txt2016-09-24 00:50:57.0 
+0200
+++ new/qtermwidget-0.7.1/CMakeLists.txt2016-12-21 18:51:55.0 
+0100
@@ -9,7 +9,7 @@
 # just change version for releases
 set(QTERMWIDGET_VERSION_MAJOR "0")
 set(QTERMWIDGET_VERSION_MINOR "7")
-set(QTERMWIDGET_VERSION_PATCH "0")
+set(QTERMWIDGET_VERSION_PATCH "1")
 
 set(QTERMWIDGET_VERSION 
"${QTERMWIDGET_VERSION_MAJOR}.${QTERMWIDGET_VERSION_MINOR}.${QTERMWIDGET_VERSION_PATCH}")
 
@@ -42,6 +42,16 @@
 set(QTERMWIDGET_LIBRARY_NAME qtermwidget5)
 include(qtermwidget5_use)
 
+option(USE_UTF8PROC "Use libutf8proc for better Unicode support. Default OFF" 
OFF)
+
+if(USE_UTF8PROC)
+find_package(Utf8Proc)
+endif()
+
+if (UTF8PROC_FOUND)
+

commit qtermwidget-qt4 for openSUSE:Factory

2016-10-06 Thread h_root
Hello community,

here is the log from the commit of package qtermwidget-qt4 for openSUSE:Factory 
checked in at 2016-10-06 12:41:54

Comparing /work/SRC/openSUSE:Factory/qtermwidget-qt4 (Old)
 and  /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new (New)


Package is "qtermwidget-qt4"

Changes:

--- /work/SRC/openSUSE:Factory/qtermwidget-qt4/qtermwidget-qt5.changes  
2016-05-31 12:24:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new/qtermwidget-qt5.changes 
2016-10-06 12:41:55.0 +0200
@@ -1,0 +2,9 @@
+Sun Sep 25 07:52:27 UTC 2016 - dap.darkn...@gmail.com
+
+- Updated to 0.7.0:
+  * Remove support for Qt <= 5.4;
+  * Remove Designer plugin;
+  * Check CHANGELOG for additional information.
+- %%cmake macro.
+
+---

New:

  qtermwidget-0.7.0.tar.xz



Other differences:
--
++ qtermwidget-qt5.spec ++
--- /var/tmp/diff_new_pack.5PX7wu/_old  2016-10-06 12:41:56.0 +0200
+++ /var/tmp/diff_new_pack.5PX7wu/_new  2016-10-06 12:41:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qtermwidget
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -30,7 +30,7 @@
 removed.
 
 Name:   qtermwidget-qt5
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:%{pack_summ}
 License:GPL-2.0+
@@ -38,8 +38,8 @@
 Url:https://github.com/qterminal/qtermwidget
 Source: 
https://github.com/lxde/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz
 
-BuildRequires:  cmake
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake >= 3.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4
 
 %description
 %{pack_desc}
@@ -73,24 +73,12 @@
 %setup -q -n qtermwidget-%{version}
 
 %build
-mkdir build && cd build
-
-# Building Qt designer plugin is not supported for Qt5 yet.
-cmake .. \
--DUSE_QT5=ON \
--DBUILD_DESIGNER_PLUGIN=0 \
-%if "%{_lib}" == "lib64"
--DLIB_SUFFIX=64 \
-%endif
--DCMAKE_CXX_FLAGS="%{optflags}" \
--DCMAKE_INSTALL_PREFIX=%{_prefix} \
--DCMAKE_BUILD_TYPE=RelWithDebInfo
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
 
 make V=1 %{?_smp_mflags}
 
 %install
-cd build
-make V=1 install DESTDIR=%{buildroot}
+%cmake_install
 
 %post -n libqtermwidget%{qt_ver}-0 -p /sbin/ldconfig
 
@@ -98,7 +86,7 @@
 
 %files -n libqtermwidget%{qt_ver}-0
 %defattr(-,root,root)
-%doc AUTHORS COPYING Changelog README
+%doc AUTHORS CHANGELOG LICENSE README.md
 %{_libdir}/libqtermwidget*.so.*
 
 %files data
@@ -109,7 +97,6 @@
 %defattr(-,root,root)
 %{_includedir}/qtermwidget%{qt_ver}
 %{_libdir}/libqtermwidget*.so
-# %%{_libdir}/qt%%{qt_ver}/plugins/designer/libqtermwidget*plugin.so
 %{_libdir}/pkgconfig/qtermwidget%{qt_ver}.pc
 %{_datadir}/cmake/qtermwidget%{qt_ver}
 




commit qtermwidget-qt4 for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package qtermwidget-qt4 for openSUSE:Factory 
checked in at 2016-05-31 12:24:01

Comparing /work/SRC/openSUSE:Factory/qtermwidget-qt4 (Old)
 and  /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new (New)


Package is "qtermwidget-qt4"

Changes:

--- /work/SRC/openSUSE:Factory/qtermwidget-qt4/qtermwidget-qt4.changes  
2014-09-03 21:02:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new/qtermwidget-qt4.changes 
2016-05-31 12:24:03.0 +0200
@@ -1,0 +2,22 @@
+Tue May 17 23:19:05 UTC 2016 - jeng...@inai.de
+
+- Trim storytelling from description.
+
+---
+Sun Feb 28 14:45:43 UTC 2016 - dap.darkn...@gmail.com
+
+- Updated to 0.6.0:
+  * Drag & Drop support;
+  * Lots of bugfixes and cleanups.
+
+---
+Wed Sep 17 15:58:24 UTC 2014 - dap.darkn...@gmail.com
+
+- Updated to 0.4.0-42-g0b430bf for bugfixes:
+  * #64 No drag & drop support;
+  * #57 Linux emulation does not seem to support Ctrl+Arrows;
+  * #25 Compilation problems.
+- Project was renamed from qtermwidget to qtermwidget-qt4,
+  see more at https://build.opensuse.org/request/show/249051
+
+---
New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new/qtermwidget-qt5.changes 
2016-05-31 12:24:03.0 +0200
@@ -0,0 +1,18 @@
+---
+Tue May 17 23:19:05 UTC 2016 - jeng...@inai.de
+
+- Trim storytelling from description.
+
+---
+Sun Feb 28 14:45:43 UTC 2016 - dap.darkn...@gmail.com
+
+- Updated to 0.6.0:
+  * Full Qt 5 support;
+  * Drag & Drop support;
+  * Lots of bugfixes and cleanups.
+
+---
+Wed Sep 17 16:00:43 UTC 2014 - dap.darkn...@gmail.com
+
+- Initial build.
+

Old:

  qtermwidget-0.4.0+git.37.tar.gz

New:

  qtermwidget-0.6.0.tar.xz
  qtermwidget-qt5.changes
  qtermwidget-qt5.spec



Other differences:
--
++ qtermwidget-qt4.spec ++
--- /var/tmp/diff_new_pack.v6NI0y/_old  2016-05-31 12:24:04.0 +0200
+++ /var/tmp/diff_new_pack.v6NI0y/_new  2016-05-31 12:24:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qtermwidget
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,30 +20,23 @@
 
 %define pack_summ Qt4 terminal widget
 
-%define pack_desc QTermWidget is an opensource project based on KDE4 \
-Konsole application. The main goal of this project is to provide unicode-\
-enabled, embeddable QT4 widget for using as a built-in console (or \
-terminal emulation widget). Of course I`m aware about embedding \
-abilities of original Konsole, but once I had Qt without KDE, and it was \
-a serious problem. I decided not to rely on a chance. I could not find \
-any interesting related project, so I had to write it. The original \
-Konsole`s code was rewritten entirely with QT4 only; also I have to \
-include in the project some parts of code from kde core library. All \
+%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 \
+terminal emulation widget). Though Konsole is able of getting embedded, \
+it is possible to have Qt without KDE. The original \
+Konsole code was rewritten entirely with using Qt only, and all \
 code dealing with user interface parts and session management was \
-removed (maybe later I bring it back somehow), and the result is quite \
-useful, I suppose.
+removed.
 
 Name:   qtermwidget-qt4
-Version:0.4.0+git.37
+Version:0.6.0
 Release:0
 Summary:%{pack_summ}
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:https://github.com/qterminal/qtermwidget
-Source: qtermwidget-%{version}.tar.gz
-# git clone git://github.com/qterminal/qtermwidget.git
-# cd qterminal && git archive --prefix=qtermwidget-%%{version}/ \
-# --format tar.gz -9 -o qtermwidget-%%{version}.tar.gz master
+Source: 
https://github.com/lxde/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz
 
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(QtGui) >= 4.7
@@ -60,7 +53,7 @@