Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2017-04-30 21:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/milou5 (Old)
 and      /work/SRC/openSUSE:Factory/.milou5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "milou5"

Sun Apr 30 21:14:00 2017 rev:44 rq:491308 version:5.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/milou5/milou5.changes    2017-03-28 
15:16:16.744071751 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes       2017-04-30 
21:14:02.640060049 +0200
@@ -1,0 +2,10 @@
+Tue Apr 25 18:58:04 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * Fix build with Qt 5.9
+
+-------------------------------------------------------------------

Old:
----
  milou-5.9.4.tar.xz

New:
----
  milou-5.9.5.tar.xz

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

Other differences:
------------------
++++++ milou5.spec ++++++
--- /var/tmp/diff_new_pack.p9MeUT/_old  2017-04-30 21:14:03.387954614 +0200
+++ /var/tmp/diff_new_pack.p9MeUT/_new  2017-04-30 21:14:03.399952923 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           milou5
-Version:        5.9.4
+Version:        5.9.5
 Release:        0
 Summary:        Dedicated search application built on top of Baloo
 License:        GPL-2.0+ and LGPL-2.1+

++++++ milou-5.9.4.tar.xz -> milou-5.9.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.9.4/CMakeLists.txt 
new/milou-5.9.5/CMakeLists.txt
--- old/milou-5.9.4/CMakeLists.txt      2017-03-21 14:58:41.000000000 +0100
+++ new/milou-5.9.5/CMakeLists.txt      2017-04-25 15:09:46.000000000 +0200
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.9.4")
+set(PROJECT_VERSION "5.9.5")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.9.4/lib/test/modeltest.cpp 
new/milou-5.9.5/lib/test/modeltest.cpp
--- old/milou-5.9.4/lib/test/modeltest.cpp      2017-03-21 14:57:48.000000000 
+0100
+++ new/milou-5.9.5/lib/test/modeltest.cpp      2017-04-25 15:08:11.000000000 
+0200
@@ -451,7 +451,7 @@
     // Check that the alignment is one we know about
     QVariant textAlignmentVariant = model->data ( model->index ( 0, 0 ), 
Qt::TextAlignmentRole );
     if ( textAlignmentVariant.isValid() ) {
-        int alignment = textAlignmentVariant.toInt();
+        const auto alignment = textAlignmentVariant.toUInt();
         QCOMPARE( alignment, ( alignment & ( Qt::AlignHorizontal_Mask | 
Qt::AlignVertical_Mask ) ) );
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.9.4/po/sl/milou.po 
new/milou-5.9.5/po/sl/milou.po
--- old/milou-5.9.4/po/sl/milou.po      2017-03-21 14:58:30.000000000 +0100
+++ new/milou-5.9.5/po/sl/milou.po      2017-04-25 15:09:30.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Andrej Mernik <andr...@ubuntu.si>, 2014.
+# Andrej Mernik <andr...@ubuntu.si>, 2014, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-01-09 04:01+0100\n"
-"PO-Revision-Date: 2014-06-25 12:29+0200\n"
+"PO-Revision-Date: 2017-03-31 21:26+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
 "Language: sl\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: previews/audioplugin.cpp:59
 #, kde-format
@@ -79,4 +79,4 @@
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
 msgid "%1 (Shift+Return)"
-msgstr ""
\ No newline at end of file
+msgstr "%1 (Shift+Vnašalka)"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.9.4/po/tr/milou.po 
new/milou-5.9.5/po/tr/milou.po
--- old/milou-5.9.4/po/tr/milou.po      2017-03-21 14:58:35.000000000 +0100
+++ new/milou-5.9.5/po/tr/milou.po      2017-04-25 15:09:40.000000000 +0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Volkan Gezer <volkange...@gmail.com>, 2014.
+# Volkan Gezer <volkange...@gmail.com>, 2014, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-01-09 04:01+0100\n"
-"PO-Revision-Date: 2014-10-21 09:49+0000\n"
-"Last-Translator: Necdet <necdetyu...@gmail.com>\n"
+"PO-Revision-Date: 2017-04-24 16:42+0100\n"
+"Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: previews/audioplugin.cpp:59
 #, kde-format
@@ -78,4 +78,4 @@
 msgctxt ""
 "placeholder is action e.g. run in terminal, in parenthesis is shortcut"
 msgid "%1 (Shift+Return)"
-msgstr ""
\ No newline at end of file
+msgstr "%1 (ÜstKarakter+Enter)"
\ No newline at end of file


Reply via email to