Hello community, here is the log from the commit of package cutecom for openSUSE:Factory checked in at 2016-01-13 22:45:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cutecom (Old) and /work/SRC/openSUSE:Factory/.cutecom.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cutecom" Changes: -------- --- /work/SRC/openSUSE:Factory/cutecom/cutecom.changes 2015-11-28 15:19:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cutecom.new/cutecom.changes 2016-01-13 22:45:52.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Dec 18 20:20:20 UTC 2015 - [email protected] + +- reimplementation based on Qt5 +- including various feature enhancements +- removed cutecom-0.22.0-license.diff - codebase changed +- removed cutecom-0.22.0-nolinebreak.diff - codebase changed + +------------------------------------------------------------------- Old: ---- cutecom-0.22.0-license.diff cutecom-0.22.0-nolinebreak.diff cutecom-0.22.0.tar.gz cutecom.desktop cutecom.png New: ---- cutecom-0.30.1.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cutecom.spec ++++++ --- /var/tmp/diff_new_pack.KdJRbX/_old 2016-01-13 22:45:53.000000000 +0100 +++ /var/tmp/diff_new_pack.KdJRbX/_new 2016-01-13 22:45:53.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package cutecom # -# Copyright (c) 2015 SUSE LINUX 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 @@ -17,29 +17,24 @@ Name: cutecom -Version: 0.22.0 +Version: 0.30.1 Release: 0 -Url: http://cutecom.sourceforge.net/ +Url: http://github.com/neundorf/CuteCom BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: libqt4-devel +BuildRequires: libqt5-qtbase-devel +BuildRequires: libqt5-qtserialport-devel Summary: Serial terminal -License: GPL-2.0+ +License: GPL-3.0+ Group: Applications/Communications -Source: %{name}-%{version}.tar.gz -Source3: %{name}.desktop -Source4: %{name}.png -Patch: cutecom-0.22.0-nolinebreak.diff -Patch1: cutecom-0.22.0-license.diff +Source: %{name}-%{version}.tgz %description -Qt based serial terminal +Qt5 based serial terminal %prep %setup -%patch -p1 -%patch1 -p1 %build cmake . @@ -53,9 +48,9 @@ install -m 644 %{name}.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/ install -d 755 $RPM_BUILD_ROOT%{_datadir}/applications -install -m 644 %SOURCE3 $RPM_BUILD_ROOT%{_datadir}/applications/ +install -m 644 distribution/openSUSE/cutecom.desktop $RPM_BUILD_ROOT%{_datadir}/applications/ install -d 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps -install -m 644 %SOURCE4 $RPM_BUILD_ROOT%{_datadir}/pixmaps/ +install -m 644 images/cutecom.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/ %clean rm -rf "$RPM_BUILD_ROOT" @@ -65,7 +60,7 @@ %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.gz %{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/%{name}.png -%doc Changelog TODO COPYING README +%{_datadir}/pixmaps/cutecom.svg +%doc Changelog TODO LICENSE CREDITS README.md %changelog
