Hello community, here is the log from the commit of package kdebindings-smokegen for openSUSE:Factory checked in at 2013-12-02 12:31:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebindings-smokegen (Old) and /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdebindings-smokegen" Changes: -------- --- /work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes 2013-10-03 15:53:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes 2013-12-02 12:31:21.000000000 +0100 @@ -1,0 +2,21 @@ +Sat Nov 16 17:50:21 UTC 2013 - tittiatcoke@gmail.com + +- Update to 4.11.90 + * KDE 4.12 Beta 2 release + * See http://www.kde.org/announcements/announce-4.12-beta2.php + +------------------------------------------------------------------- +Sat Nov 9 22:51:14 UTC 2013 - tittiatcoke@gmail.com + +- Update to 4.11.80 + * KDE 4.12 Beta 1 release + * See http://www.kde.org/announcements/announce-4.12-beta1.php + +------------------------------------------------------------------- +Sat Nov 2 15:05:06 UTC 2013 - tittiatcoke@gmail.com + +- Update to 4.11.3 + * KDE 4.11.3 bugfix release + * See http://www.kde.org/announcements/announce-4.11.3.php + +------------------------------------------------------------------- Old: ---- smokegen-4.11.2.tar.xz New: ---- smokegen-4.11.90.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebindings-smokegen.spec ++++++ --- /var/tmp/diff_new_pack.8bbu6w/_old 2013-12-02 12:31:21.000000000 +0100 +++ /var/tmp/diff_new_pack.8bbu6w/_new 2013-12-02 12:31:21.000000000 +0100 @@ -17,7 +17,7 @@ Name: kdebindings-smokegen -Version: 4.11.2 +Version: 4.11.90 Release: 0 Summary: Smoke Generator for kdebindings License: GPL-2.0 ++++++ smokegen-4.11.2.tar.xz -> smokegen-4.11.90.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smokegen-4.11.2/generators/smoke/writeSmokeDataFile.cpp new/smokegen-4.11.90/generators/smoke/writeSmokeDataFile.cpp --- old/smokegen-4.11.2/generators/smoke/writeSmokeDataFile.cpp 2013-08-28 19:00:50.000000000 +0200 +++ new/smokegen-4.11.90/generators/smoke/writeSmokeDataFile.cpp 2013-07-10 12:37:33.000000000 +0200 @@ -636,7 +636,7 @@ int index = 0; QHash<Type*, int>::const_iterator typeIt; - if ((typeIt = typeIndex.find(enumType)) == typeIndex.end()) { + if ((typeIt = typeIndex.constFind(enumType)) == typeIndex.constEnd()) { // this enum doesn't have an index, so we don't want it here continue; } else { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smokegen-4.11.2/generatorvisitor.cpp new/smokegen-4.11.90/generatorvisitor.cpp --- old/smokegen-4.11.2/generatorvisitor.cpp 2013-06-28 19:14:50.000000000 +0200 +++ new/smokegen-4.11.90/generatorvisitor.cpp 2013-07-10 12:37:33.000000000 +0200 @@ -690,7 +690,7 @@ className.append(last); } - QMap<int, QList<Type> > map = nc->templateArguments(); + const QMap<int, QList<Type> > map = nc->templateArguments(); for (QMap<int, QList<Type> >::const_iterator it = map.begin(); it != map.end(); it++) { QString str("< "); for (int i = 0; i < it.value().count(); i++) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/smokegen-4.11.2/parser/rpp/pp-location.cpp new/smokegen-4.11.90/parser/rpp/pp-location.cpp --- old/smokegen-4.11.2/parser/rpp/pp-location.cpp 2013-06-28 19:14:50.000000000 +0200 +++ new/smokegen-4.11.90/parser/rpp/pp-location.cpp 2013-07-10 12:37:33.000000000 +0200 @@ -71,7 +71,7 @@ if (known.first == anchor && !anchor.collapsed && known.first.macroExpansion == anchor.macroExpansion) return; } - m_currentOffset = m_offsetTable.insert(offset, anchor); + m_currentOffset = QMap<std::size_t, Anchor>::ConstIterator(m_offsetTable.insert(offset, anchor)); } LocationTable::AnchorInTable LocationTable::anchorForOffset(std::size_t offset, bool collapseIfMacroExpansion) const -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org