From 4ddeb8bb4d556c04b4ef9280b324c4749919cd5b Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Sun, 7 Feb 2016 18:46:26 +0100 Subject: [PATCH] Update to latest upstream Signed-off-by: Fabian Deutsch --- libclc.spec | 13 ++++++++----- sources | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/libclc.spec b/libclc.spec index be76ba4..ff0ef81 100644 --- a/libclc.spec +++ b/libclc.spec @@ -1,5 +1,5 @@ -%global commit 4346c30bae8b1a64acba564f6775cb0bacd026e4 -%global commitdate 20150918 +%global commit dc330a37a302063f2f541f397b3b00a2d384d290 +%global commitdate 20160207 %global checkout %{commitdate}git%{shortcommit} %global shortcommit %(c=%{commit}; echo ${c:0:7}) @@ -9,8 +9,8 @@ %global debug_package %{nil} Name: libclc -Version: 0.0.1 -Release: 14.%{checkout}%{?dist} +Version: 0.2.0 +Release: 1.%{checkout}%{?dist} Summary: An open source implementation of the OpenCL 1.1 library requirements License: BSD @@ -26,7 +26,6 @@ ExclusiveArch: %{ix86} x86_64 aarch64 %{power64} BuildRequires: clang-devel BuildRequires: libedit-devel BuildRequires: llvm-devel >= 3.7 -BuildRequires: llvm-static BuildRequires: python BuildRequires: zlib-devel @@ -94,6 +93,10 @@ make %{?_smp_mflags} %changelog +* Sun Feb 07 2016 Fabian Deutsch - 0.2.0-1.20160207gitdc330a3 +- Update to latest upstream +- Dorp llvm-static BR + * Thu Feb 04 2016 Fedora Release Engineering - 0.0.1-14.20150918git4346c30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 91092a4..54d9b13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d92b7406bc335d9b7c14d5108c8cc0fc libclc-20150918git4346c30.tar.gz +cc09f7fce4d3897ffccb1d502790ddb8 libclc-20160207gitdc330a3.tar.gz