Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2016-11-13 23:00:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lokalize (Old)
 and      /work/SRC/openSUSE:Factory/.lokalize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lokalize"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes        2016-10-19 
13:13:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2016-11-13 
23:00:05.000000000 +0100
@@ -1,0 +2,12 @@
+Thu Nov 10 09:24:15 UTC 2016 - [email protected]
+
+- Remove unneeded kdelibs4support-devel build requirement
+
+-------------------------------------------------------------------
+Wed Nov  9 06:27:37 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.08.3
+  * KDE Applications 16.08.3
+  * https://www.kde.org/announcements/announce-applications-16.08.3.php
+
+-------------------------------------------------------------------

Old:
----
  lokalize-16.08.2.tar.xz

New:
----
  lokalize-16.08.3.tar.xz

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

Other differences:
------------------
++++++ lokalize.spec ++++++
--- /var/tmp/diff_new_pack.pkS3v4/_old  2016-11-13 23:00:06.000000000 +0100
+++ /var/tmp/diff_new_pack.pkS3v4/_new  2016-11-13 23:00:06.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           lokalize
-Version:        16.08.2
+Version:        16.08.3
 Release:        0
 Summary:        KDE Translation Editor
 License:        GPL-2.0+
@@ -34,7 +34,6 @@
 BuildRequires:  knotifications-devel
 BuildRequires:  kross-devel
 BuildRequires:  kxmlgui-devel
-BuildRequires:  kdelibs4support
 BuildRequires:  kcrash-devel
 BuildRequires:  sonnet-devel
 BuildRequires:  kdbusaddons-devel

++++++ lokalize-16.08.2.tar.xz -> lokalize-16.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-16.08.2/src/catalog/gettextheader.cpp 
new/lokalize-16.08.3/src/catalog/gettextheader.cpp
--- old/lokalize-16.08.2/src/catalog/gettextheader.cpp  2016-10-06 
21:40:08.000000000 +0200
+++ new/lokalize-16.08.3/src/catalog/gettextheader.cpp  2016-11-03 
22:49:10.000000000 +0100
@@ -308,7 +308,8 @@
     if (Q_UNLIKELY( !found ))
         headerList.append(temp);
 
-    QString dateTimeString = 
QDateTime::currentDateTime().toString(QStringLiteral("yyyy-MM-dd hh:mm"));
+    QLocale cLocale(QLocale::C);
+    QString dateTimeString = cLocale.toString(QDateTime::currentDateTime(), 
QStringLiteral("yyyy-MM-dd hh:mm"));
     QString zoneOffsetString1 = 
QTimeZone(QTimeZone::systemTimeZoneId()).displayName(QTimeZone::GenericTime, 
QTimeZone::OffsetName);
     int zpos=qMax(qMax(0, zoneOffsetString1.indexOf('+')), 
zoneOffsetString1.indexOf('-'));
     QString zoneOffsetString = 
QString::fromRawData(zoneOffsetString1.unicode()+zpos, 
zoneOffsetString1.length()-zpos);
@@ -505,13 +506,13 @@
     {
         found=it->contains( fsfc ) ;
         if (found)
-            it->replace(QStringLiteral("YEAR"), 
QDate::currentDate().toString(QStringLiteral("yyyy")));
+            it->replace(QStringLiteral("YEAR"), 
cLocale.toString(QDate::currentDate(), QStringLiteral("yyyy")));
     }
 /*
                                    if( saveOptions.FSFCopyright == 
ProjectSettingsBase::Update )
                                    {
                                            //update years
-                                           QString cy = 
QDate::currentDate().toString("yyyy");
+                                           QString cy = 
cLocale.toString(QDate::currentDate(), "yyyy");
                                            if( !it->contains( QRegExp(cy)) ) 
// is the year already included?
                                            {
                                                int index = it->lastIndexOf( 
QRegExp("[\\d]+[\\d\\-, ]*") );
@@ -596,7 +597,7 @@
 //                        return;
     QStringList foundAuthors;
 
-    temp=QStringLiteral("# ")%authorNameEmail%QStringLiteral(", 
")%QDate::currentDate().toString(QStringLiteral("yyyy"))%'.';
+    temp=QStringLiteral("# ")%authorNameEmail%QStringLiteral(", 
")%cLocale.toString(QDate::currentDate(), QStringLiteral("yyyy"))%'.';
 
     // ### TODO: it would be nice if the entry could start with "COPYRIGHT" 
and have the "(C)" symbol (both not mandatory)
     QRegExp regexpAuthorYear( 
QStringLiteral("^#.*(<.+@.+>)?,\\s*([\\d]+[\\d\\-, ]*|YEAR)") );
@@ -651,7 +652,7 @@
             found = false;
             bool foundAuthor = false;
 
-            const QString cy = 
QDate::currentDate().toString(QStringLiteral("yyyy"));
+            const QString cy = cLocale.toString(QDate::currentDate(), 
QStringLiteral("yyyy"));
 
             ait = foundAuthors.end();
             for ( it = foundAuthors.begin() ; it!=foundAuthors.end(); ++it )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-16.08.2/src/lokalize.notifyrc 
new/lokalize-16.08.3/src/lokalize.notifyrc
--- old/lokalize-16.08.2/src/lokalize.notifyrc  2016-10-06 21:40:08.000000000 
+0200
+++ new/lokalize-16.08.3/src/lokalize.notifyrc  2016-11-03 22:49:10.000000000 
+0100
@@ -240,6 +240,7 @@
 Name[ca@valencia]=S'estan explorant les carpetes amb els fitxers de codi 
font...
 Name[da]=Scanner mapper med kildefiler...
 Name[de]=Ordner mit Quelldateien wird durchsucht ...
+Name[el]=Σάρωση φακέλων με πηγαία αρχείων ...
 Name[en_GB]=Scanning folders with source files...
 Name[es]=Explorando carpetas con archivos de código fuente...
 Name[et]=Lähtekoodifailidega kataloogide uurimine ...


Reply via email to