Hello community,

here is the log from the commit of package libgravatar for openSUSE:Factory 
checked in at 2018-04-25 09:53:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgravatar (Old)
 and      /work/SRC/openSUSE:Factory/.libgravatar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgravatar"

Wed Apr 25 09:53:03 2018 rev:25 rq:599122 version:18.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgravatar/libgravatar.changes  2018-03-20 
21:40:41.452170898 +0100
+++ /work/SRC/openSUSE:Factory/.libgravatar.new/libgravatar.changes     
2018-04-25 09:53:05.809011384 +0200
@@ -1,0 +2,20 @@
+Wed Apr 18 07:49:50 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * None
+
+-------------------------------------------------------------------
+Fri Apr 06 07:10:05 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * Fix endif
+
+-------------------------------------------------------------------

Old:
----
  libgravatar-17.12.3.tar.xz

New:
----
  libgravatar-18.04.0.tar.xz

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

Other differences:
------------------
++++++ libgravatar.spec ++++++
--- /var/tmp/diff_new_pack.C7Pak0/_old  2018-04-25 09:53:06.352991432 +0200
+++ /var/tmp/diff_new_pack.C7Pak0/_new  2018-04-25 09:53:06.356991286 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           libgravatar
-Version:        17.12.3
+Version:        18.04.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ libgravatar-17.12.3.tar.xz -> libgravatar-18.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/CMakeLists.txt 
new/libgravatar-18.04.0/CMakeLists.txt
--- old/libgravatar-17.12.3/CMakeLists.txt      2018-03-06 01:31:53.000000000 
+0100
+++ new/libgravatar-18.04.0/CMakeLists.txt      2018-04-13 02:16:32.000000000 
+0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.3")
+set(PIM_VERSION "5.8.0")
 
 project(gravatar VERSION ${PIM_VERSION})
 
-set(KF5_VERSION "5.39.0")
+set(KF5_VERSION "5.44.0")
 
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -25,7 +25,7 @@
 
 set(QT_REQUIRED_VERSION "5.8.0")
 set(LIBGRAVATAR_LIB_VERSION ${PIM_VERSION})
-set(PIMCOMMON_LIB_VERSION "5.7.3")
+set(PIMCOMMON_LIB_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test Network)
 find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
 find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
@@ -71,7 +71,7 @@
     )
 if(BUILD_TESTING)
    add_definitions(-DBUILD_TESTING)
-endif(BUILD_TESTING)
+endif()
 
 add_subdirectory(src)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/autotests/gravatarcachetest.cpp 
new/libgravatar-18.04.0/autotests/gravatarcachetest.cpp
--- old/libgravatar-17.12.3/autotests/gravatarcachetest.cpp     2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatarcachetest.cpp     2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/autotests/gravatarcachetest.h 
new/libgravatar-18.04.0/autotests/gravatarcachetest.h
--- old/libgravatar-17.12.3/autotests/gravatarcachetest.h       2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatarcachetest.h       2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatarconfiguresettingsdialogtest.cpp 
new/libgravatar-18.04.0/autotests/gravatarconfiguresettingsdialogtest.cpp
--- old/libgravatar-17.12.3/autotests/gravatarconfiguresettingsdialogtest.cpp   
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatarconfiguresettingsdialogtest.cpp   
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatarconfiguresettingsdialogtest.h 
new/libgravatar-18.04.0/autotests/gravatarconfiguresettingsdialogtest.h
--- old/libgravatar-17.12.3/autotests/gravatarconfiguresettingsdialogtest.h     
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatarconfiguresettingsdialogtest.h     
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatarconfigwidgettest.cpp 
new/libgravatar-18.04.0/autotests/gravatarconfigwidgettest.cpp
--- old/libgravatar-17.12.3/autotests/gravatarconfigwidgettest.cpp      
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatarconfigwidgettest.cpp      
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatarconfigwidgettest.h 
new/libgravatar-18.04.0/autotests/gravatarconfigwidgettest.h
--- old/libgravatar-17.12.3/autotests/gravatarconfigwidgettest.h        
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatarconfigwidgettest.h        
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatardownloadpixmapdialogtest.cpp 
new/libgravatar-18.04.0/autotests/gravatardownloadpixmapdialogtest.cpp
--- old/libgravatar-17.12.3/autotests/gravatardownloadpixmapdialogtest.cpp      
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatardownloadpixmapdialogtest.cpp      
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatardownloadpixmapdialogtest.h 
new/libgravatar-18.04.0/autotests/gravatardownloadpixmapdialogtest.h
--- old/libgravatar-17.12.3/autotests/gravatardownloadpixmapdialogtest.h        
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatardownloadpixmapdialogtest.h        
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatardownloadpixmapwidgettest.cpp 
new/libgravatar-18.04.0/autotests/gravatardownloadpixmapwidgettest.cpp
--- old/libgravatar-17.12.3/autotests/gravatardownloadpixmapwidgettest.cpp      
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatardownloadpixmapwidgettest.cpp      
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatardownloadpixmapwidgettest.h 
new/libgravatar-18.04.0/autotests/gravatardownloadpixmapwidgettest.h
--- old/libgravatar-17.12.3/autotests/gravatardownloadpixmapwidgettest.h        
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatardownloadpixmapwidgettest.h        
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatarresolvurljobtest.cpp 
new/libgravatar-18.04.0/autotests/gravatarresolvurljobtest.cpp
--- old/libgravatar-17.12.3/autotests/gravatarresolvurljobtest.cpp      
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatarresolvurljobtest.cpp      
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/autotests/gravatarresolvurljobtest.h 
new/libgravatar-18.04.0/autotests/gravatarresolvurljobtest.h
--- old/libgravatar-17.12.3/autotests/gravatarresolvurljobtest.h        
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/autotests/gravatarresolvurljobtest.h        
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/po/ar/libgravatar.po 
new/libgravatar-18.04.0/po/ar/libgravatar.po
--- old/libgravatar-17.12.3/po/ar/libgravatar.po        1970-01-01 
01:00:00.000000000 +0100
+++ new/libgravatar-18.04.0/po/ar/libgravatar.po        2018-04-13 
02:16:32.000000000 +0200
@@ -0,0 +1,88 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Safa Alfulaij <safa1996alful...@gmail.com>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2017-09-09 03:08+0200\n"
+"PO-Revision-Date: 2018-01-31 23:25+0300\n"
+"Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
+"Language-Team: Arabic <d...@arabeyes.org>\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: widgets/gravatarconfiguresettingsdialog.cpp:40
+#, kde-format
+msgid "Configure Gravatar"
+msgstr "اضبط «غراڤاتار»"
+
+#: widgets/gravatarconfiguresettingsdialog.cpp:50
+#, kde-format
+msgid "Use Default Image"
+msgstr "استخدم الصّورة المبدئيّة"
+
+#: widgets/gravatarconfiguresettingsdialog.cpp:54
+#: widgets/gravatardownloadpixmapwidget.cpp:45
+#, kde-format
+msgid "Use Libravatar"
+msgstr "استخدم Libravatar"
+
+#: widgets/gravatarconfiguresettingsdialog.cpp:58
+#: widgets/gravatardownloadpixmapwidget.cpp:49
+#, kde-format
+msgid "Fallback to Gravatar"
+msgstr "استخدم «غراڤاتار» كاحتياط"
+
+#: widgets/gravatarconfiguresettingsdialog.cpp:66
+#, kde-format
+msgid "Gravatar Cache Size:"
+msgstr "حجم خبيئة «غراڤاتار»:"
+
+#: widgets/gravatarconfiguresettingsdialog.cpp:73
+#, kde-format
+msgctxt "add space before image"
+msgid " image"
+msgid_plural " images"
+msgstr[0] " (لا صور)"
+msgstr[1] " (صورة واحدة)"
+msgstr[2] " (صورتان)"
+msgstr[3] " صور"
+msgstr[4] " صورة"
+msgstr[5] " صورة"
+
+#: widgets/gravatarconfiguresettingsdialog.cpp:84
+#, kde-format
+msgid "Clear Gravatar Cache"
+msgstr "امسح خبيئة «غراڤاتار»"
+
+#: widgets/gravatarconfigwidget.cpp:52
+#, kde-format
+msgid "Enable Gravatar Support"
+msgstr "فعّل دعم «غراڤاتار»"
+
+#: widgets/gravatarconfigwidget.cpp:57
+#, kde-format
+msgid "Configure..."
+msgstr "اضبط..."
+
+#: widgets/gravatardownloadpixmapwidget.cpp:37
+#, kde-format
+msgid "Email:"
+msgstr "البريد الإلكترونيّ:"
+
+#: widgets/gravatardownloadpixmapwidget.cpp:53
+#, kde-format
+msgid "&Search"
+msgstr "اب&حث"
+
+#: widgets/gravatardownloadpixmapwidget.cpp:84
+#, kde-format
+msgid "No Gravatar found."
+msgstr "لم يُعثر على «غراڤاتار»."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/po/ca/libgravatar.po 
new/libgravatar-18.04.0/po/ca/libgravatar.po
--- old/libgravatar-17.12.3/po/ca/libgravatar.po        2018-03-06 
01:31:53.000000000 +0100
+++ new/libgravatar-18.04.0/po/ca/libgravatar.po        2018-04-13 
02:16:32.000000000 +0200
@@ -84,3 +84,9 @@
 #, kde-format
 msgid "No Gravatar found."
 msgstr "No s'ha trobat «Gravatar»."
+
+#~ msgid "Use HTTPS Protocol"
+#~ msgstr "Usa el protocol HTTPS"
+
+#~ msgid "Use HTTPS"
+#~ msgstr "Usa l'HTTPS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/po/ca@valencia/libgravatar.po 
new/libgravatar-18.04.0/po/ca@valencia/libgravatar.po
--- old/libgravatar-17.12.3/po/ca@valencia/libgravatar.po       2018-03-06 
01:31:53.000000000 +0100
+++ new/libgravatar-18.04.0/po/ca@valencia/libgravatar.po       2018-04-13 
02:16:32.000000000 +0200
@@ -84,3 +84,9 @@
 #, kde-format
 msgid "No Gravatar found."
 msgstr "No s'ha trobat «Gravatar»."
+
+#~ msgid "Use HTTPS Protocol"
+#~ msgstr "Usa el protocol HTTPS"
+
+#~ msgid "Use HTTPS"
+#~ msgstr "Usa l'HTTPS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/po/zh_CN/libgravatar.po 
new/libgravatar-18.04.0/po/zh_CN/libgravatar.po
--- old/libgravatar-17.12.3/po/zh_CN/libgravatar.po     2018-03-06 
01:31:53.000000000 +0100
+++ new/libgravatar-18.04.0/po/zh_CN/libgravatar.po     2018-04-13 
02:16:32.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-09 03:08+0200\n"
-"PO-Revision-Date: 2018-02-28 02:27-0500\n"
+"PO-Revision-Date: 2018-04-05 09:39-0400\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/src/gravatar_private_export.h 
new/libgravatar-18.04.0/src/gravatar_private_export.h
--- old/libgravatar-17.12.3/src/gravatar_private_export.h       2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/gravatar_private_export.h       2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2017-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/src/job/gravatarresolvurljob.cpp 
new/libgravatar-18.04.0/src/job/gravatarresolvurljob.cpp
--- old/libgravatar-17.12.3/src/job/gravatarresolvurljob.cpp    2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/job/gravatarresolvurljob.cpp    2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/src/job/gravatarresolvurljob.h 
new/libgravatar-18.04.0/src/job/gravatarresolvurljob.h
--- old/libgravatar-17.12.3/src/job/gravatarresolvurljob.h      2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/job/gravatarresolvurljob.h      2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/src/misc/gravatarcache.cpp 
new/libgravatar-18.04.0/src/misc/gravatarcache.cpp
--- old/libgravatar-17.12.3/src/misc/gravatarcache.cpp  2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/misc/gravatarcache.cpp  2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/src/misc/gravatarcache.h 
new/libgravatar-18.04.0/src/misc/gravatarcache.h
--- old/libgravatar-17.12.3/src/misc/gravatarcache.h    2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/misc/gravatarcache.h    2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/src/widgets/gravatarconfiguresettingsdialog.cpp 
new/libgravatar-18.04.0/src/widgets/gravatarconfiguresettingsdialog.cpp
--- old/libgravatar-17.12.3/src/widgets/gravatarconfiguresettingsdialog.cpp     
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/widgets/gravatarconfiguresettingsdialog.cpp     
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/src/widgets/gravatarconfiguresettingsdialog.h 
new/libgravatar-18.04.0/src/widgets/gravatarconfiguresettingsdialog.h
--- old/libgravatar-17.12.3/src/widgets/gravatarconfiguresettingsdialog.h       
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/widgets/gravatarconfiguresettingsdialog.h       
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/src/widgets/gravatarconfigwidget.cpp 
new/libgravatar-18.04.0/src/widgets/gravatarconfigwidget.cpp
--- old/libgravatar-17.12.3/src/widgets/gravatarconfigwidget.cpp        
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/widgets/gravatarconfigwidget.cpp        
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/src/widgets/gravatarconfigwidget.h 
new/libgravatar-18.04.0/src/widgets/gravatarconfigwidget.h
--- old/libgravatar-17.12.3/src/widgets/gravatarconfigwidget.h  2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/widgets/gravatarconfigwidget.h  2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/src/widgets/gravatardownloadpixmapdialog.cpp 
new/libgravatar-18.04.0/src/widgets/gravatardownloadpixmapdialog.cpp
--- old/libgravatar-17.12.3/src/widgets/gravatardownloadpixmapdialog.cpp        
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/widgets/gravatardownloadpixmapdialog.cpp        
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/src/widgets/gravatardownloadpixmapdialog.h 
new/libgravatar-18.04.0/src/widgets/gravatardownloadpixmapdialog.h
--- old/libgravatar-17.12.3/src/widgets/gravatardownloadpixmapdialog.h  
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/widgets/gravatardownloadpixmapdialog.h  
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/src/widgets/gravatardownloadpixmapwidget.cpp 
new/libgravatar-18.04.0/src/widgets/gravatardownloadpixmapwidget.cpp
--- old/libgravatar-17.12.3/src/widgets/gravatardownloadpixmapwidget.cpp        
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/widgets/gravatardownloadpixmapwidget.cpp        
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libgravatar-17.12.3/src/widgets/gravatardownloadpixmapwidget.h 
new/libgravatar-18.04.0/src/widgets/gravatardownloadpixmapwidget.h
--- old/libgravatar-17.12.3/src/widgets/gravatardownloadpixmapwidget.h  
2018-02-26 06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/src/widgets/gravatardownloadpixmapwidget.h  
2018-04-10 13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgravatar-17.12.3/tests/gravatarwidget_gui.cpp 
new/libgravatar-18.04.0/tests/gravatarwidget_gui.cpp
--- old/libgravatar-17.12.3/tests/gravatarwidget_gui.cpp        2018-02-26 
06:42:59.000000000 +0100
+++ new/libgravatar-18.04.0/tests/gravatarwidget_gui.cpp        2018-04-10 
13:51:12.000000000 +0200
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015-2017 Laurent Montel <mon...@kde.org>
+   Copyright (C) 2015-2018 Laurent Montel <mon...@kde.org>
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public


Reply via email to