Hello community, here is the log from the commit of package okteta for openSUSE:Factory checked in at 2014-07-16 16:18:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/okteta (Old) and /work/SRC/openSUSE:Factory/.okteta.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "okteta" Changes: -------- --- /work/SRC/openSUSE:Factory/okteta/okteta.changes 2014-06-19 13:18:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes 2014-07-16 16:19:08.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jul 10 22:20:44 UTC 2014 - [email protected] + +- Update to 4.13.80 + * KDE 4.14 Beta 1 release + * See http://www.kde.org/announcements/announce-4.14-beta1.php + +------------------------------------------------------------------- Old: ---- okteta-4.13.2.tar.xz New: ---- okteta-4.13.80.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ okteta.spec ++++++ --- /var/tmp/diff_new_pack.VWn5LC/_old 2014-07-16 16:19:09.000000000 +0200 +++ /var/tmp/diff_new_pack.VWn5LC/_new 2014-07-16 16:19:09.000000000 +0200 @@ -23,7 +23,7 @@ License: GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other Url: http://www.kde.org/ -Version: 4.13.2 +Version: 4.13.80 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ okteta-4.13.2.tar.xz -> okteta-4.13.80.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-4.13.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp new/okteta-4.13.80/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp --- old/okteta-4.13.2/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp 2014-06-02 22:54:39.000000000 +0200 +++ new/okteta-4.13.80/kasten/controllers/view/structures/datatypes/primitive/pointerdatainformation.cpp 2014-05-09 17:07:18.000000000 +0200 @@ -117,7 +117,7 @@ logInfo() << "Pointer target was replaced."; topLevelDataInformation()->setChildDataChanged(); } - mPointerTarget->readData(input, newAddress, (input->size() - newAddress) * 8, &childBitOffset); + mPointerTarget->readData(input, newAddress, BitCount64(input->size() - newAddress) * 8, &childBitOffset); } QString PointerDataInformation::typeNameImpl() const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-4.13.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp new/okteta-4.13.80/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp --- old/okteta-4.13.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp 2014-06-02 22:54:39.000000000 +0200 +++ new/okteta-4.13.80/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp 2014-05-09 17:07:18.000000000 +0200 @@ -86,7 +86,7 @@ if (!updateNeccessary) return; - quint64 remainingBits = (input->size() - address) * 8; + quint64 remainingBits = BitCount64(input->size() - address) * 8; quint8 bitOffset = 0; mData->beginRead(); //before reading set wasAbleToRead to false mData->resetValidationState(); //reading new data -> validation state is old diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/okteta-4.13.2/program/about.cpp new/okteta-4.13.80/program/about.cpp --- old/okteta-4.13.2/program/about.cpp 2014-06-02 22:54:39.000000000 +0200 +++ new/okteta-4.13.80/program/about.cpp 2014-05-09 17:07:18.000000000 +0200 @@ -28,7 +28,7 @@ // Program static const char ProgramId[] = "okteta"; -static const char ProgramVersion[] = "0.13.2"; +static const char ProgramVersion[] = "0.12.60"; static const char ProgramHomepage[] = "http://userbase.kde.org/Okteta"; // Author static const char FWHKEmailAddress[] = "[email protected]"; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
