[vlc-commits] contrib: sparkle: Downgrade to sparkle 1.16 for now

David Fuhrmann git at videolan.org
Mon Sep 4 23:45:48 CEST 2017


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon Sep  4 23:40:39 2017 +0200| [db218008ea32dff518d5916ed1183a2c0740958d] | committer: David Fuhrmann

contrib: sparkle: Downgrade to sparkle 1.16 for now

Sparkle 1.17 added support for the new os_log API, but forgot to
correctly guard the header to allow compilation with SDKs < 10.12.
Downgrade as long as current sparkle version can only compile with
10.12 SDK.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db218008ea32dff518d5916ed1183a2c0740958d
---

 contrib/src/sparkle/SHA512SUMS | 2 +-
 contrib/src/sparkle/rules.mak  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/sparkle/SHA512SUMS b/contrib/src/sparkle/SHA512SUMS
index 40af35f3ef..c514685de3 100644
--- a/contrib/src/sparkle/SHA512SUMS
+++ b/contrib/src/sparkle/SHA512SUMS
@@ -1 +1 @@
-51ef5e0b3ccfd4fd1297b0447a694339481b4dd6662f3dea20045711cac6dcc4b7b8baeae618d4c53b96fc49d02471a7fd378c3f3f88e94e8706884b1bb53ed3  Sparkle-1.18.1.zip
+5ed418c48878d4304f2d0bbdcf2e1bfafbe0cde57d4f4e294bd1e60a23dab76d86a0b5d393ed12d1d7c144e470d004a994ad76f46765bcc789d0e43035b9ab2a  Sparkle-1.16.0.zip
diff --git a/contrib/src/sparkle/rules.mak b/contrib/src/sparkle/rules.mak
index dd84c4d5ec..32591bfb45 100644
--- a/contrib/src/sparkle/rules.mak
+++ b/contrib/src/sparkle/rules.mak
@@ -1,6 +1,6 @@
 # Sparkle
 
-SPARKLE_VERSION := 1.18.1
+SPARKLE_VERSION := 1.16.0
 SPARKLE_URL := https://github.com/sparkle-project/Sparkle/archive/$(SPARKLE_VERSION).zip
 
 ifdef HAVE_MACOSX



More information about the vlc-commits mailing list