Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2019-05-15 12:33:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/poxml (Old)
 and      /work/SRC/openSUSE:Factory/.poxml.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "poxml"

Wed May 15 12:33:23 2019 rev:75 rq:702340 version:19.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/poxml/poxml.changes      2019-04-28 
20:10:51.166515451 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new.5148/poxml.changes    2019-05-15 
12:33:25.228702127 +0200
@@ -1,0 +2,11 @@
+Fri May 10 05:37:19 UTC 2019 - [email protected]
+
+- Update to 19.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.1.php
+- Changes since 19.04.0:
+  * Fix situations like "</itemizedlist>Some text"
+  * Mark functions with override
+
+-------------------------------------------------------------------

Old:
----
  poxml-19.04.0.tar.xz

New:
----
  poxml-19.04.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ poxml.spec ++++++
--- /var/tmp/diff_new_pack.8VNtfY/_old  2019-05-15 12:33:25.928700110 +0200
+++ /var/tmp/diff_new_pack.8VNtfY/_new  2019-05-15 12:33:25.928700110 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           poxml
-Version:        19.04.0
+Version:        19.04.1
 Release:        0
 Summary:        Tools for translating DocBook XML files with Gettext
 License:        GPL-2.0-only AND GFDL-1.2-only

++++++ poxml-19.04.0.tar.xz -> poxml-19.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poxml-19.04.0/parser.cpp new/poxml-19.04.1/parser.cpp
--- old/poxml-19.04.0/parser.cpp        2017-04-20 09:00:48.000000000 +0200
+++ new/poxml-19.04.1/parser.cpp        2019-04-21 01:00:16.000000000 +0200
@@ -505,7 +505,7 @@
                  msg1.lines.first().end_col > msg2.lines.first().start_col))
             {
                 msg2.lines.first().start_line = msg1.lines.first().end_line;
-                msg2.lines.first().start_col = msg1.lines.first().end_col;
+                msg2.lines.first().start_col = msg1.lines.first().end_col - 1;
             }
 
 #ifdef POXML_DEBUG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poxml-19.04.0/parser.h new/poxml-19.04.1/parser.h
--- old/poxml-19.04.0/parser.h  2017-04-20 09:00:48.000000000 +0200
+++ new/poxml-19.04.1/parser.h  2019-04-21 01:00:16.000000000 +0200
@@ -92,25 +92,25 @@
 class StructureParser : public QXmlDefaultHandler
 {
 public:
-    bool startDocument();
+    bool startDocument() override;
     bool startElement( const QString&, const QString&, const QString& ,
-                       const QXmlAttributes& );
-    bool endElement( const QString&, const QString&, const QString& );
-    bool characters( const QString &ch);
+                       const QXmlAttributes& ) override;
+    bool endElement( const QString&, const QString&, const QString& ) override;
+    bool characters( const QString &ch) override;
     static bool isCuttingTag(const QString &tag);
     static bool isSingleTag(const QString &qName);
     static bool isLiteralTag(const QString &qName);
-    void setDocumentLocator ( QXmlLocator * l ) { locator = l; }
-    bool skippedEntity ( const QString & name );
-    bool fatalError ( const QXmlParseException & );
-    bool comment ( const QString & );
-    bool error(const QXmlParseException &e ) { return fatalError(e); }
-    bool warning(const QXmlParseException &e ) { return fatalError(e); }
+    void setDocumentLocator ( QXmlLocator * l ) override { locator = l; }
+    bool skippedEntity ( const QString & name ) override;
+    bool fatalError ( const QXmlParseException & ) override;
+    bool comment ( const QString & ) override;
+    bool error(const QXmlParseException &e ) override { return fatalError(e); }
+    bool warning(const QXmlParseException &e ) override { return 
fatalError(e); }
     MsgList getList() const { return list; }
     MsgList splitMessage(const MsgBlock &message);
 
-    virtual bool startCDATA();
-    virtual bool endCDATA();
+    bool startCDATA() override;
+    bool endCDATA() override;
 
     static bool closureTag(const QString& message, const QString &tag);
     static bool isClosure(const QString &message);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poxml-19.04.0/tests/lauri.po 
new/poxml-19.04.1/tests/lauri.po
--- old/poxml-19.04.0/tests/lauri.po    2017-04-20 09:00:48.000000000 +0200
+++ new/poxml-19.04.1/tests/lauri.po    2019-04-21 01:00:16.000000000 +0200
@@ -1,24 +1,44 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
+# Pure nonsense test file.
+# This file is part of the KDE project
+# Copyright (C) 2001 Stephan Kulow <[email protected]>
 msgid ""
 msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-02-09 01:25+0100\n"
-"PO-Revision-Date: 2001-07-02 20:31MET\n"
-"Last-Translator: Stephan Kulow <[email protected]>\n"
-"Language-Team: german <[email protected]>\n"
+"Project-Id-Version: pure_nonsense\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2019-04-19 08:07+0000\n"
+"PO-Revision-Date: 2019-04-19 09:45+0100\n"
+"Last-Translator: Eric Bischoff <[email protected]>\n"
+"Language-Team: German <[email protected]>\n"
+"Language: de_DE\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.2\n"
+"X-Generator: Lokalize 2.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. Tag: !ENTITY
-#: lauri.xml:3
+#: lauri.xml:4
 #, no-c-format
-msgid "<!ENTITY i18n-file-quit \"<menuchoice><shortcut><keycombo 
action='simul'>&Ctrl;<keycap>Q</keycap></keycombo></shortcut><guimenu>File</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>\">"
-msgstr "<!ENTITY i18n-file-quit \"<menuchoice><shortcut><keycombo 
action='simul'>&Ctrl;<keycap>Q</keycap></keycombo></shortcut><guimenu>Datei</guimenu><guimenuitem>Beenden</guimenuitem></menuchoice>\">"
+msgid ""
+"<!ENTITY i18n-file-quit \"<menuchoice><shortcut><keycombo "
+"action='simul'>&Ctrl;<keycap>Q</keycap></keycombo></shortcut><guimenu>File</"
+"guimenu><guimenuitem>Quit</guimenuitem></menuchoice>\">"
+msgstr ""
+"<!ENTITY i18n-file-quit \"<menuchoice><shortcut><keycombo "
+"action='simul'>&Ctrl;<keycap>Q</keycap></keycombo></shortcut><guimenu>Datei</"
+"guimenu><guimenuitem>Beenden</guimenuitem></menuchoice>\">"
+
+#. Tag: date
+#: lauri.xml:11
+#, no-c-format
+msgid "06/08/2000"
+msgstr "06.08.2000"
+
+#. Tag: releaseinfo
+#: lauri.xml:12
+#, no-c-format
+msgid "0.05.00"
+msgstr "0.05.00"
 
 #. Tag: title
 #: lauri.xml:16
@@ -66,8 +86,8 @@
 #: lauri.xml:31
 #, no-c-format
 msgid ""
-"<emphasis><emphasis role=\"blah\">Warum kann ich meinem Rechner nicht "
-"einfach ausschalten?</emphasis></emphasis>Hier noch"
+"<emphasis><emphasis role=\"blah\">Why can't I switch off my computer easily?"
+"</emphasis></emphasis>Some more"
 msgstr ""
 "<emphasis><emphasis role=\"blah\">Warum kann ich meinem Rechner nicht "
 "einfach ausschalten?</emphasis></emphasis>Hier noch"
@@ -441,3 +461,21 @@
 "-&gt;      QPen pen;\n"
 "        /** das veraenderte flag of the current document */\n"
 "        bool modified;"
+
+#. Tag: para
+#: lauri.xml:156
+#, no-c-format
+msgid "Yellow ducks"
+msgstr "Gelbe Enten"
+
+#. Tag: para
+#: lauri.xml:157
+#, no-c-format
+msgid "Pink flamingos"
+msgstr "Rosa Flamingos"
+
+#. Tag: para
+#: lauri.xml:158
+#, no-c-format
+msgid "Extra text we want intact"
+msgstr "Zusätzlicher Text, der intakt bleiben sollte"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poxml-19.04.0/tests/lauri.xml 
new/poxml-19.04.1/tests/lauri.xml
--- old/poxml-19.04.0/tests/lauri.xml   2017-04-20 09:00:48.000000000 +0200
+++ new/poxml-19.04.1/tests/lauri.xml   2019-04-21 01:00:16.000000000 +0200
@@ -28,9 +28,9 @@
 <sect2>
 <title>Section 1.1</title>
   <anchor id="try"/>
-       <para><emphasis><emphasis role="blah">Warum kann ich
-        meinem Rechner nicht einfach
-        ausschalten?</emphasis></emphasis>Hier noch</para>
+       <para><emphasis><emphasis role="blah">Why can't I
+        switch off my computer
+        easily?</emphasis></emphasis>Some more</para>
     <para><application>me</application> can't be turned off.</para>
 <para>
   <note><para>
@@ -234,6 +234,12 @@
         bool modified;
 </programlisting>
 </para>
+<para>
+  <itemizedlist>
+    <listitem><para>Yellow ducks</para></listitem>
+    <listitem><para>Pink flamingos</para><!-- not pink floyds --></listitem>
+  </itemizedlist>Extra text we want intact
+</para>
 </sect2>
 </sect1>
 </chapter>


Reply via email to