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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qtermwidget-qt4.new/qtermwidget-qt5.changes     
2016-10-06 12:41:55.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Sep 25 07:52:27 UTC 2016 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.5PX7wu/_new  2016-10-06 12:41:56.000000000 +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}
 


Reply via email to