Hello community,
here is the log from the commit of package kdebindings-smokegen for
openSUSE:Factory checked in at 2014-08-25 10:58:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-07-16 16:20:02.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
2014-08-25 10:58:32.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 08:25:29 UTC 2014 - [email protected]
+
+- Update to 4.14.0
+ * KDE 4.14.0 SC Final Release
+ * See http://www.kde.org/announcements/4.13/
+
+-------------------------------------------------------------------
+Thu Jul 17 16:48:04 UTC 2014 - [email protected]
+
+- Update to 4.13.90
+ * KDE 4.14 Beta 2 release
+ * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+-------------------------------------------------------------------
Old:
----
smokegen-4.13.80.tar.xz
New:
----
smokegen-4.14.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebindings-smokegen.spec ++++++
--- /var/tmp/diff_new_pack.J8K9UF/_old 2014-08-25 10:58:33.000000000 +0200
+++ /var/tmp/diff_new_pack.J8K9UF/_new 2014-08-25 10:58:33.000000000 +0200
@@ -17,7 +17,7 @@
Name: kdebindings-smokegen
-Version: 4.13.80
+Version: 4.14.0
Release: 0
Summary: Smoke Generator for kdebindings
License: GPL-2.0
++++++ smokegen-4.13.80.tar.xz -> smokegen-4.14.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/smokegen-4.13.80/parser/rpp/pp-engine.cpp
new/smokegen-4.14.0/parser/rpp/pp-engine.cpp
--- old/smokegen-4.13.80/parser/rpp/pp-engine.cpp 2013-07-10
12:37:33.000000000 +0200
+++ new/smokegen-4.14.0/parser/rpp/pp-engine.cpp 2014-08-01
10:17:17.000000000 +0200
@@ -222,8 +222,14 @@
} else if (input == '#') {
skip_blanks(++input, devnull());
+ const int preIdentifierOffset = input.offset();
uint directive = skip_identifier(input);
+ // If we have not advanced it means there was no directive, so we can
+ // just move on. It happens in lines such as "#\n" or "# // comment".
+ if (input.offset() == preIdentifierOffset)
+ continue;
+
skip_blanks(input, devnull());
Anchor inputPosition = input.inputPosition();
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]