[Pkg-owncloud-commits] [owncloud-client] 94/219: Sparkle requirement bumped to 1.8

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit ada1d42ebf51752f241ffb120f357f0994687829
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Fri Sep 12 16:08:44 2014 +0200

    Sparkle requirement bumped to 1.8
---
 src/updater/sparkleupdater_mac.mm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/updater/sparkleupdater_mac.mm b/src/updater/sparkleupdater_mac.mm
index e1dea1c..66d7605 100644
--- a/src/updater/sparkleupdater_mac.mm
+++ b/src/updater/sparkleupdater_mac.mm
@@ -86,9 +86,9 @@ SparkleUpdater::SparkleUpdater(const QString& appCastUrl)
             [NSString stringWithUTF8String: appCastUrl.toUtf8().data()]];
     [d->updater setFeedURL: url];
 
-// requires a more recent version
-//    NSString *userAgent = [NSString stringWithUTF8String: Utility::userAgentString().data()];
-//    [d->updater setUserAgentString: userAgent];
+    // Sparkle 1.8 required
+    NSString *userAgent = [NSString stringWithUTF8String: Utility::userAgentString().data()];
+    [d->updater setUserAgentString: userAgent];
 }
 
 SparkleUpdater::~SparkleUpdater()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list