Hello community, here is the log from the commit of package cutecom for openSUSE:Factory checked in at 2012-03-05 17:59:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cutecom (Old) and /work/SRC/openSUSE:Factory/.cutecom.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cutecom", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/cutecom/cutecom.changes 2012-01-19 09:41:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cutecom.new/cutecom.changes 2012-03-05 17:59:23.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 23 17:08:17 UTC 2012 - [email protected] + +- display correct license in about dialog + +------------------------------------------------------------------- New: ---- cutecom-0.22.0-license.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cutecom.spec ++++++ --- /var/tmp/diff_new_pack.VnwLgf/_old 2012-03-05 17:59:24.000000000 +0100 +++ /var/tmp/diff_new_pack.VnwLgf/_new 2012-03-05 17:59:24.000000000 +0100 @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: cutecom Version: 0.22.0 Release: 0 @@ -30,6 +32,7 @@ Source3: %{name}.desktop Source4: %{name}.png Patch: cutecom-0.22.0-nolinebreak.diff +Patch1: cutecom-0.22.0-license.diff %if 0%{?suse_version} # for >= 11.1 validity tests @@ -43,6 +46,7 @@ %prep %setup %patch -p1 +%patch1 -p1 %build cmake . ++++++ cutecom-0.22.0-license.diff ++++++ diff -ur cutecom-0.22.0/qcppdialogimpl.cpp cutecom-0.22.0_fix/qcppdialogimpl.cpp --- cutecom-0.22.0/qcppdialogimpl.cpp 2009-06-25 22:10:49.000000000 +0200 +++ cutecom-0.22.0_fix/qcppdialogimpl.cpp 2012-02-23 18:06:51.000000000 +0100 @@ -376,7 +376,7 @@ void QCPPDialogImpl::showAboutMsg() { - QMessageBox::about(this, tr("About CuteCom"), tr("This is CuteCom 0.22.0<br>(c)2004-2009 Alexander Neundorf, <[email protected]><br>Licensed under the GNU GPL v2")); + QMessageBox::about(this, tr("About CuteCom"), tr("This is CuteCom 0.22.0<br>(c)2004-2009 Alexander Neundorf, <[email protected]><br>Licensed under the GNU GPL version 2 (or any later version).")); } void QCPPDialogImpl::sendFile() -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
