Hello community,

here is the log from the commit of package libmygpo-qt5 for openSUSE:Factory 
checked in at 2018-02-26 23:26:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmygpo-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.libmygpo-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmygpo-qt5"

Mon Feb 26 23:26:40 2018 rev:2 rq:580240 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmygpo-qt5/libmygpo-qt5.changes        
2014-11-14 09:19:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmygpo-qt5.new/libmygpo-qt5.changes   
2018-02-26 23:26:41.787001310 +0100
@@ -1,0 +2,15 @@
+Mon Feb 26 09:27:32 UTC 2018 - wba...@tmo.at
+
+- Update to 1.0.9:
+  * Different header installation directories for the qt4 & qt5
+    version
+  * Bugfix: Top level include_install_dir is now respected
+  * Support for QJson 0.7
+  * Default to https instead of http
+  * Bugfix: Allow setting the server URL
+- Tell cmake to install the include files to
+  %{_includedir}/mygpo-qt5/ (which actually is the default but gets
+  overridden by the %cmake macro)
+- Drop conflict with libmygqo-qt-devel, there is no overlap anymore
+
+-------------------------------------------------------------------
@@ -11,0 +27 @@
+  * Support for the "Get All Subscriptions" API endpoint

Old:
----
  libmygpo-qt.1.0.8.tar.gz

New:
----
  libmygpo-qt.1.0.9.tar.gz

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

Other differences:
------------------
++++++ libmygpo-qt5.spec ++++++
--- /var/tmp/diff_new_pack.ghFYOZ/_old  2018-02-26 23:26:42.618971388 +0100
+++ /var/tmp/diff_new_pack.ghFYOZ/_new  2018-02-26 23:26:42.622971245 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libmygpo-qt
+# spec file for package libmygpo-qt5
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libmygpo-qt5
-Version:        1.0.8
+Version:        1.0.9
 Release:        0
 Summary:        Qt Library that wraps the gpodder.net Web API
 License:        LGPL-2.1+
@@ -53,7 +53,6 @@
 Group:          Development/Libraries/C and C++
 Url:            http://wiki.gpodder.org/wiki/Libmygpo-qt
 Requires:       libmygpo-qt5-1 = %{version}
-Conflicts:      libmygpo-qt-devel
 
 %description devel
 libmygpo-qt5 is a Qt Library that wraps the gpodder.net Web API 
(http://wiki.gpodder.org/wiki/Web_Services/API_2)
@@ -66,7 +65,7 @@
 %setup -q -n libmygpo-qt.%{version}
 
 %build
-  %cmake -DMYGPO_BUILD_TESTS=OFF -DBUILD_WITH_QT4=OFF
+  %cmake -DMYGPO_BUILD_TESTS=OFF -DBUILD_WITH_QT4=OFF 
-DINCLUDE_INSTALL_DIR=%{_includedir}/mygpo-qt5/
   %make_jobs
 
 %install
@@ -79,7 +78,7 @@
 %files devel
 %defattr(-,root,root)
 %doc LICENSE
-%{_includedir}/mygpo-qt/
+%{_includedir}/mygpo-qt5/
 %{_libdir}/cmake/mygpo-qt/
 %{_libdir}/libmygpo-qt5.so
 %{_libdir}/pkgconfig/libmygpo-qt5.pc

++++++ libmygpo-qt.1.0.8.tar.gz -> libmygpo-qt.1.0.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/CMakeLists.txt 
new/libmygpo-qt.1.0.9/CMakeLists.txt
--- old/libmygpo-qt.1.0.8/CMakeLists.txt        2014-07-21 18:18:27.000000000 
+0200
+++ new/libmygpo-qt.1.0.9/CMakeLists.txt        2016-09-16 13:02:54.000000000 
+0200
@@ -54,7 +54,7 @@
 
 set( MYGPO_QT_VERSION_MAJOR "1" )
 set( MYGPO_QT_VERSION_MINOR "0" )
-set( MYGPO_QT_VERSION_PATCH "8" )
+set( MYGPO_QT_VERSION_PATCH "9" )
 set( MYGPO_QT_VERSION 
"${MYGPO_QT_VERSION_MAJOR}.${MYGPO_QT_VERSION_MINOR}.${MYGPO_QT_VERSION_PATCH}" 
)
 
 set( MYGPO_QT_SONAME "${MYGPO_QT_VERSION_MAJOR}")
@@ -98,7 +98,7 @@
 set(LIB_SUFFIX "" CACHE STRING "The directories where to install libraries to")
 set(LIB_INSTALL_DIR lib${LIB_SUFFIX} )
 set(LIB_DIR_PKGCONF "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
-set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/mygpo-qt" CACHE PATH 
"The directory the headers are installed in")
+set(INCLUDE_INSTALL_DIR 
"${CMAKE_INSTALL_PREFIX}/include/mygpo-qt${MYGPO_QT_VERSION_SUFFIX}" CACHE PATH 
"The directory the headers are installed in")
 set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/mygpo-qt )
 
 if( APPLE )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/libmygpo-qt.kdev4 
new/libmygpo-qt.1.0.9/libmygpo-qt.kdev4
--- old/libmygpo-qt.1.0.8/libmygpo-qt.kdev4     1970-01-01 01:00:00.000000000 
+0100
+++ new/libmygpo-qt.1.0.9/libmygpo-qt.kdev4     2016-09-16 13:02:54.000000000 
+0200
@@ -0,0 +1,4 @@
+[Project]
+Name=libmygpo-qt
+Manager=KDevCMakeManager
+VersionControl=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/src/CMakeLists.txt 
new/libmygpo-qt.1.0.9/src/CMakeLists.txt
--- old/libmygpo-qt.1.0.8/src/CMakeLists.txt    2014-05-04 01:26:49.000000000 
+0200
+++ new/libmygpo-qt.1.0.9/src/CMakeLists.txt    2016-09-16 13:02:54.000000000 
+0200
@@ -83,6 +83,6 @@
 set_target_properties( ${MYGPO_QT_TARGET_NAME} PROPERTIES VERSION 
${MYGPO_QT_VERSION} SOVERSION ${MYGPO_QT_SONAME} DEFINE_SYMBOL MYGPO_MAKEDLL)
 qt5_use_modules( ${MYGPO_QT_TARGET_NAME} Core Network )
 
-install( TARGETS ${MYGPO_QT_TARGET_NAME} EXPORT ${MYGPO_QT_TARGET_NAME}Export 
DESTINATION lib${LIB_SUFFIX} )
+install( TARGETS ${MYGPO_QT_TARGET_NAME} EXPORT ${MYGPO_QT_TARGET_NAME}Export 
DESTINATION ${LIB_INSTALL_DIR} )
 
-install( FILES ${LIBMYGPO_QT_INSTALL_H} DESTINATION  include/mygpo-qt 
COMPONENT Devel )
+install( FILES ${LIBMYGPO_QT_INSTALL_H} DESTINATION  ${INCLUDE_INSTALL_DIR} 
COMPONENT Devel )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/src/Config.cpp 
new/libmygpo-qt.1.0.9/src/Config.cpp
--- old/libmygpo-qt.1.0.8/src/Config.cpp        2014-01-05 14:29:49.000000000 
+0100
+++ new/libmygpo-qt.1.0.9/src/Config.cpp        2016-09-16 13:02:54.000000000 
+0200
@@ -29,7 +29,7 @@
 
 Config* Config::s_instance = 0;
 
-ConfigPrivate::ConfigPrivate( Config* qq ) : q( qq ), m_mygpoBaseUrl( QUrl( 
QLatin1String( "http://gpodder.net"; ) ) ), m_userAgentPrefix( QString() )
+ConfigPrivate::ConfigPrivate( Config* qq ) : q( qq ), m_mygpoBaseUrl( QUrl( 
QLatin1String( "https://gpodder.net"; ) ) ), m_userAgentPrefix( QString() )
 {
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/src/UrlBuilder.cpp 
new/libmygpo-qt.1.0.9/src/UrlBuilder.cpp
--- old/libmygpo-qt.1.0.8/src/UrlBuilder.cpp    2014-07-21 17:54:15.000000000 
+0200
+++ new/libmygpo-qt.1.0.9/src/UrlBuilder.cpp    2016-09-16 13:02:54.000000000 
+0200
@@ -30,7 +30,6 @@
 
 using namespace mygpo;
 
-const QString UrlBuilder::s_server = 
Config::instance()->mygpoBaseUrl().toString();
 const QString UrlBuilder::s_api2 = QLatin1String( "/api/2" );
 const QString UrlBuilder::s_api1 = QLatin1String( "/api/1" );
 
@@ -58,93 +57,110 @@
 QString UrlBuilder::getToplistUrl( uint i, Format f )
 {
     QString numString = QString::number(( i == 0 ) ? 1 : i );
-    return s_server % QLatin1String( "/toplist/" ) % numString % 
getFormatExtension( f );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        QLatin1String( "/toplist/" ) % numString % getFormatExtension( f );
 }
 
 QString UrlBuilder::getSuggestionsUrl( uint i, Format f )
 {
     QString numString = QString::number(( i == 0 ) ? 1 : i );
-    return s_server % QLatin1String( "/suggestions/" ) % numString % 
getFormatExtension( f );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        QLatin1String( "/suggestions/" ) % numString % getFormatExtension( f );
 }
 
 QString UrlBuilder::getPodcastSearchUrl( const QString& query, Format f )
 {
-    return s_server % QLatin1String( "/search" ) % getFormatExtension( f ) % 
QLatin1String( "?q=" ) % query;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        QLatin1String( "/search" ) % getFormatExtension( f ) % QLatin1String( 
"?q=" ) % query;
 }
 
 QString UrlBuilder::getSubscriptionsUrl( const QString& username, const 
QString& device, UrlBuilder::Format f)
 {
     QString deviceString = device.isNull() ? QString(QLatin1String("")) : 
(QLatin1String( "/" ) % device);
-    return s_server % QLatin1String( "/subscriptions/" ) % username % 
deviceString % getFormatExtension( f );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        QLatin1String( "/subscriptions/" ) % username % deviceString % 
getFormatExtension( f );
 }
 
 QString UrlBuilder::getTopTagsUrl( uint i )
 {
     QString numString = QString::number(( i == 0 ) ? 1 : i );
-    return s_server % s_api2 % QLatin1String( "/tags/" ) % numString % 
QLatin1String( ".json" );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/tags/" ) % numString % QLatin1String( 
".json" );
 }
 
 QString UrlBuilder::getPodcastsOfTagUrl( const QString& tag, uint i )
 {
     QString numString = QString::number(( i == 0 ) ? 1 : i );
-    return s_server % s_api2 % QLatin1String( "/tag/" ) % tag % QLatin1String( 
"/" ) % numString % QLatin1String( ".json" );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/tag/" ) % tag % QLatin1String( "/" ) % 
numString % QLatin1String( ".json" );
 }
 
 QString UrlBuilder::getPodcastDataUrl( const QString& url )
 {
-    return s_server % s_api2 % QLatin1String( "/data/podcast" ) % 
QLatin1String( ".json" ) % QLatin1String( "?url=" ) % url;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/data/podcast" ) % QLatin1String( ".json" ) % 
QLatin1String( "?url=" ) % url;
 }
 
 QString UrlBuilder::getEpisodeDataUrl( const QString& podcastUrl, const 
QString& episodeUrl )
 {
-    return s_server % s_api2 % QLatin1String( "/data/episode" ) % 
QLatin1String( ".json" ) % QLatin1String( "?podcast=" ) % podcastUrl % 
QLatin1String( "&url=" ) % episodeUrl;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/data/episode" ) % QLatin1String( ".json" ) % 
QLatin1String( "?podcast=" ) % podcastUrl % QLatin1String( "&url=" ) % 
episodeUrl;
 }
 
 QString UrlBuilder::getFavEpisodesUrl( const QString& username )
 {
-    return s_server % s_api2 % QLatin1String( "/favorites/" ) % username % 
QLatin1String( ".json" );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/favorites/" ) % username % QLatin1String( 
".json" );
 }
 
 
 QString UrlBuilder::getAddRemoveSubUrl( const QString& username, const 
QString& deviceId )
 {
-    return s_server % s_api2 % QLatin1String( "/subscriptions/" ) % username % 
QLatin1String( "/" ) % deviceId % QLatin1String( ".json" );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/subscriptions/" ) % username % 
QLatin1String( "/" ) % deviceId % QLatin1String( ".json" );
 }
 
 QString UrlBuilder::getAccountSettingsUrl( const QString& username )
 {
-    return s_server % s_api2 % QLatin1String( "/settings/" ) % username % 
QLatin1String( "/account" ) % QLatin1String( ".json" );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/settings/" ) % username % QLatin1String( 
"/account" ) % QLatin1String( ".json" );
 }
 
 QString UrlBuilder::getDeviceSettingsUrl( const QString& username, const 
QString& deviceId )
 {
-    return s_server % s_api2 % QLatin1String( "/settings/" ) % username % 
QLatin1String( "/device" ) % QLatin1String( ".json" ) % QLatin1String( 
"?device=" ) % deviceId;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/settings/" ) % username % QLatin1String( 
"/device" ) % QLatin1String( ".json" ) % QLatin1String( "?device=" ) % deviceId;
 }
 
 QString UrlBuilder::getPodcastSettingsUrl( const QString& username, const 
QString& podcastUrl )
 {
-    return s_server % s_api2 % QLatin1String( "/settings/" ) % username % 
QLatin1String( "/podcast" ) % QLatin1String( ".json" ) % QLatin1String( 
"?podcast=" ) % podcastUrl;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/settings/" ) % username % QLatin1String( 
"/podcast" ) % QLatin1String( ".json" ) % QLatin1String( "?podcast=" ) % 
podcastUrl;
 }
 
 QString UrlBuilder::getEpisodeSettingsUrl( const QString& username, const 
QString& podcastUrl, const QString& episodeUrl )
 {
-    return s_server % s_api2 % QLatin1String( "/settings/" ) % username % 
QLatin1String( "/episode" ) % QLatin1String( ".json" ) % QLatin1String( 
"?podcast=" ) % podcastUrl % QLatin1String( "&episode=" ) % episodeUrl;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/settings/" ) % username % QLatin1String( 
"/episode" ) % QLatin1String( ".json" ) % QLatin1String( "?podcast=" ) % 
podcastUrl % QLatin1String( "&episode=" ) % episodeUrl;
 }
 
 QString UrlBuilder::getDeviceListUrl( const QString& username )
 {
-    return s_server % s_api2 % QLatin1String( "/devices/" ) % username % 
QLatin1String( ".json" ) ;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/devices/" ) % username % QLatin1String( 
".json" ) ;
 }
 
 QString UrlBuilder::getDeviceUpdatesUrl( const QString& username, const 
QString& deviceId, qulonglong timestamp )
 {
     QString numString = QString::number( timestamp );
-    return s_server % s_api2 % QLatin1String( "/updates/" ) % username % 
QLatin1String( "/" ) % deviceId % QLatin1String( ".json?since=" ) % numString;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/updates/" ) % username % QLatin1String( "/" 
) % deviceId % QLatin1String( ".json?since=" ) % numString;
 }
 
 QString UrlBuilder::getRenameDeviceUrl( const QString& username, const 
QString& deviceId )
 {
-    return s_server % s_api2 % QLatin1String( "/devices/" ) % username % 
QLatin1String( "/" ) % deviceId % QLatin1String( ".json" );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/devices/" ) % username % QLatin1String( "/" 
) % deviceId % QLatin1String( ".json" );
 }
 
 QString UrlBuilder::getEpisodeActionsUrl( const QString& username, const bool 
aggregated )
@@ -155,7 +171,8 @@
     else
         agg = QLatin1String( "" );
 
-    return s_server % s_api2 % QLatin1String( "/episodes/" ) % username % 
QLatin1String( ".json" ) % agg;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/episodes/" ) % username % QLatin1String( 
".json" ) % agg;
 }
 
 QString UrlBuilder::getEpisodeActionsUrlByPodcast( const QString& username, 
const QString& podcastUrl, const bool aggregated )
@@ -166,7 +183,8 @@
     else
         agg = QLatin1String( "" );
 
-    return s_server % s_api2 % QLatin1String( "/episodes/" ) % username % 
QLatin1String( ".json?podcast=" ) % podcastUrl % agg;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/episodes/" ) % username % QLatin1String( 
".json?podcast=" ) % podcastUrl % agg;
 }
 
 QString UrlBuilder::getEpisodeActionsUrlByDevice( const QString& username, 
const QString& deviceId, bool aggregated )
@@ -177,33 +195,39 @@
     else
         agg = QLatin1String( "" );
 
-    return s_server % s_api2 % QLatin1String( "/episodes/" ) % username % 
QLatin1String( ".json?device=" ) % deviceId % agg;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/episodes/" ) % username % QLatin1String( 
".json?device=" ) % deviceId % agg;
 }
 
 QString UrlBuilder::getEpisodeActionsUrlByTimestamp( const QString& username, 
qulonglong since )
 {
     QString numString = QString::number( since );
-    return s_server % s_api2 % QLatin1String( "/episodes/" ) % username % 
QLatin1String( ".json?since=" ) % numString;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/episodes/" ) % username % QLatin1String( 
".json?since=" ) % numString;
 }
 
 QString UrlBuilder::getEpisodeActionsUrlByPodcastAndTimestamp( const QString& 
username, const QString& podcastUrl, qulonglong since )
 {
     QString numString = QString::number( since );
-    return s_server % s_api2 % QLatin1String( "/episodes/" ) % username % 
QLatin1String( ".json?podcast=" ) % podcastUrl % QLatin1String( "&since=" ) % 
numString;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/episodes/" ) % username % QLatin1String( 
".json?podcast=" ) % podcastUrl % QLatin1String( "&since=" ) % numString;
 }
 
 QString UrlBuilder::getEpisodeActionsUrlByDeviceAndTimestamp( const QString& 
username, const QString& deviceId, qulonglong since )
 {
     QString numString = QString::number( since );
-    return s_server % s_api2 % QLatin1String( "/episodes/" ) % username % 
QLatin1String( ".json?device=" ) % deviceId % QLatin1String( "&since=" ) % 
numString;
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/episodes/" ) % username % QLatin1String( 
".json?device=" ) % deviceId % QLatin1String( "&since=" ) % numString;
 }
 
 QString UrlBuilder::getUploadEpisodeActionsUrl( const QString& username )
 {
-    return s_server % s_api2 % QLatin1String( "/episodes/" ) % username % 
QLatin1String( ".json" );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/episodes/" ) % username % QLatin1String( 
".json" );
 }
 
 QString UrlBuilder::getDeviceSynchronizationStatusUrl ( const QString& 
username )
 {
-    return s_server % s_api2 % QLatin1String( "/sync-devices/" ) % username % 
QLatin1String( ".json" );
+    return Config::instance()->mygpoBaseUrl().toString() %
+        s_api2 % QLatin1String( "/sync-devices/" ) % username % QLatin1String( 
".json" );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/src/UrlBuilder.h 
new/libmygpo-qt.1.0.9/src/UrlBuilder.h
--- old/libmygpo-qt.1.0.8/src/UrlBuilder.h      2014-01-05 14:29:49.000000000 
+0100
+++ new/libmygpo-qt.1.0.9/src/UrlBuilder.h      2016-09-16 13:02:54.000000000 
+0200
@@ -137,7 +137,6 @@
 private:
     UrlBuilder() {};
     UrlBuilder( const UrlBuilder& ) {};
-    static const QString s_server;
     static const QString s_api2;
     static const QString s_api1;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/src/qjsonwrapper/Json.cpp 
new/libmygpo-qt.1.0.9/src/qjsonwrapper/Json.cpp
--- old/libmygpo-qt.1.0.8/src/qjsonwrapper/Json.cpp     2014-04-27 
19:14:24.000000000 +0200
+++ new/libmygpo-qt.1.0.9/src/qjsonwrapper/Json.cpp     2016-09-16 
13:02:54.000000000 +0200
@@ -116,7 +116,12 @@
     return doc.toJson( QJsonDocument::Compact );
 #else
     QJson::Serializer serializer;
-    return serializer.serialize( variant, ok );
+    QByteArray ret = serializer.serialize( variant );
+    if ( ok != NULL )
+    {
+        *ok = !ret.isNull();
+    }
+    return ret;
 #endif
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/templates/Template.cpp 
new/libmygpo-qt.1.0.9/templates/Template.cpp
--- old/libmygpo-qt.1.0.8/templates/Template.cpp        1970-01-01 
01:00:00.000000000 +0100
+++ new/libmygpo-qt.1.0.9/templates/Template.cpp        2016-09-16 
13:02:54.000000000 +0200
@@ -0,0 +1,22 @@
+/***************************************************************************
+* This file is part of libmygpo-qt                                         *
+* Copyright (c) 2010 - 2011 Stefan Derkits <ste...@derkits.at>             *
+* Copyright (c) 2010 - 2011 Christian Wagner <christian.wagne...@gmx.at>   *
+* Copyright (c) 2010 - 2011 Felix Winter <ixo...@gmail.com>                *
+*                                                                          *
+* This library is free software; you can redistribute it and/or            *
+* modify it under the terms of the GNU Lesser General Public               *
+* License as published by the Free Software Foundation; either             *
+* version 2.1 of the License, or (at your option) any later version.       *
+*                                                                          *
+* This library is distributed in the hope that it will be useful,          *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of           *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        *
+* Lesser General Public License for more details.                          *
+*                                                                          *
+* You should have received a copy of the GNU Lesser General Public         *
+* License along with this library; if not, write to the Free Software      *
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 *
+* USA                                                                      *
+***************************************************************************/
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/templates/Template.h 
new/libmygpo-qt.1.0.9/templates/Template.h
--- old/libmygpo-qt.1.0.8/templates/Template.h  1970-01-01 01:00:00.000000000 
+0100
+++ new/libmygpo-qt.1.0.9/templates/Template.h  2016-09-16 13:02:54.000000000 
+0200
@@ -0,0 +1,26 @@
+/***************************************************************************
+* This file is part of libmygpo-qt                                         *
+* Copyright (c) 2010 - 2011 Stefan Derkits <ste...@derkits.at>             *
+* Copyright (c) 2010 - 2011 Christian Wagner <christian.wagne...@gmx.at>   *
+* Copyright (c) 2010 - 2011 Felix Winter <ixo...@gmail.com>                *
+*                                                                          *
+* This library is free software; you can redistribute it and/or            *
+* modify it under the terms of the GNU Lesser General Public               *
+* License as published by the Free Software Foundation; either             *
+* version 2.1 of the License, or (at your option) any later version.       *
+*                                                                          *
+* This library is distributed in the hope that it will be useful,          *
+* but WITHOUT ANY WARRANTY; without even the implied warranty of           *
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        *
+* Lesser General Public License for more details.                          *
+*                                                                          *
+* You should have received a copy of the GNU Lesser General Public         *
+* License along with this library; if not, write to the Free Software      *
+* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 *
+* USA                                                                      *
+***************************************************************************/
+
+#ifndef TEMPLATE_H
+#define TEMPLATE_H
+
+#endif // TEMPLATE_H
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/tests/UrlBuilderTest.cpp 
new/libmygpo-qt.1.0.9/tests/UrlBuilderTest.cpp
--- old/libmygpo-qt.1.0.8/tests/UrlBuilderTest.cpp      2014-07-21 
18:02:08.000000000 +0200
+++ new/libmygpo-qt.1.0.9/tests/UrlBuilderTest.cpp      2016-09-16 
13:02:54.000000000 +0200
@@ -24,7 +24,7 @@
 
 using namespace mygpo;
 
-UrlBuilderTest::UrlBuilderTest() 
:m_server(QLatin1String("http://gpodder.net";)),
+UrlBuilderTest::UrlBuilderTest() 
:m_server(QLatin1String("https://gpodder.net";)),
         m_api2(QLatin1String( "/api/2" )) {
 
 }


Reply via email to