Hello community, here is the log from the commit of package kgpg for openSUSE:Factory checked in at 2014-03-30 07:52:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kgpg (Old) and /work/SRC/openSUSE:Factory/.kgpg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kgpg" Changes: -------- --- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes 2014-03-18 16:19:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes 2014-03-30 11:58:17.000000000 +0200 @@ -1,0 +2,14 @@ +Thu Mar 27 17:53:36 UTC 2014 - [email protected] + +- Update to 4.12.97 + * KDE 4.13 RC release + * See http://www.kde.org/announcements/announce-4.13-rc.php + +------------------------------------------------------------------- +Thu Mar 20 18:14:57 UTC 2014 - [email protected] + +- Update to 4.12.95 + * KDE 4.13 Beta 3 release + * See http://www.kde.org/announcements/announce-4.13-beta3.php + +------------------------------------------------------------------- Old: ---- kgpg-4.12.90.tar.xz New: ---- kgpg-4.12.97.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kgpg.spec ++++++ --- /var/tmp/diff_new_pack.ht87Ao/_old 2014-03-30 11:58:19.000000000 +0200 +++ /var/tmp/diff_new_pack.ht87Ao/_new 2014-03-30 11:58:19.000000000 +0200 @@ -17,7 +17,7 @@ Name: kgpg -Version: 4.12.90 +Version: 4.12.97 Release: 0 Summary: Encryption Tool License: GPL-2.0+ ++++++ kgpg-4.12.90.tar.xz -> kgpg-4.12.97.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgpg-4.12.90/caff.cpp new/kgpg-4.12.97/caff.cpp --- old/kgpg-4.12.90/caff.cpp 2014-02-11 13:59:57.000000000 +0100 +++ new/kgpg-4.12.97/caff.cpp 2014-03-24 18:23:26.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009,2010,2012,2013 Rolf Eike Beer <[email protected]> + * Copyright (C) 2009,2010,2012,2013,2014 Rolf Eike Beer <[email protected]> */ /*************************************************************************** @@ -50,7 +50,7 @@ } else { QFileInfo fn(gpgCfg); fn.setFile(fn.dir(), QLatin1String("secring.gpg")); - m_secringfile = QDir::toNativeSeparators(fn.absolutePath()); + m_secringfile = QDir::toNativeSeparators(fn.absoluteFilePath()); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgpg-4.12.90/gpgproc.cpp new/kgpg-4.12.97/gpgproc.cpp --- old/kgpg-4.12.90/gpgproc.cpp 2014-02-11 13:59:57.000000000 +0100 +++ new/kgpg-4.12.97/gpgproc.cpp 2014-03-24 18:23:26.000000000 +0100 @@ -250,8 +250,11 @@ char n[2]; n[0] = hexnum.toUShort(&ok, 16); n[1] = '\0'; // to use n as a 0-terminated string - if (!ok) + if (!ok) { + // skip this occurrence + pos += 2; continue; + } // QLatin1Char( ':' ) must be skipped, it is used as column delimiter // since it is pure ascii it can be replaced in QString. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kgpg-4.12.90/main.cpp new/kgpg-4.12.97/main.cpp --- old/kgpg-4.12.90/main.cpp 2014-02-11 13:59:57.000000000 +0100 +++ new/kgpg-4.12.97/main.cpp 2014-03-24 18:23:26.000000000 +0100 @@ -23,7 +23,7 @@ static const char description[] = I18N_NOOP("KGpg - simple gui for gpg\n\nKGpg was designed to make gpg very easy to use.\nI tried to make it as secure as possible.\nHope you enjoy it."); -static const char version[] = "2.11.40"; +static const char version[] = "2.11.97"; int main(int argc, char *argv[]) { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
