From 1273a1f89e8ad096c970b8c04f0ddfc81136e19f Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Wed, 8 Jan 2014 12:45:30 +0100 Subject: [PATCH] Update to fresher snapshot Signed-off-by: Fabian Deutsch --- .gitignore | 1 + libclc.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a928f9..8fdf903 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libclc-20130715gitce72a50.tar.xz +/libclc-20140108gitc002f62.tar.xz diff --git a/libclc.spec b/libclc.spec index 247a219..dab62ba 100644 --- a/libclc.spec +++ b/libclc.spec @@ -1,8 +1,8 @@ -%define git 20130715gitce72a50 +%define git 20140108gitc002f62 Name: libclc Version: 0.0.1 -Release: 0.%{git}%{?dist} +Release: 1.%{git}%{?dist} Summary: An open source implementation of the OpenCL 1.1 library requirements License: BSD @@ -14,6 +14,7 @@ Source0: %{name}-%{git}.tar.xz BuildRequires: llvm >= 3.3-0.6, llvm-devel, llvm-static BuildRequires: clang >= 3.3-0.6 +BuildRequires: libstdc++-devel BuildRequires: zlib-devel BuildRequires: python @@ -78,5 +79,9 @@ make %{?_smp_mflags} %changelog +* Wed Jan 08 2014 Fabian Deutsch - 0.0.1-1.20140108gitc002f62 +- Could not use latest master because it doesn't build +- Update to a fresher snapshot + * Sun Jul 14 2013 Fabian Deutsch - 0.0.1-0.20130714git5217211 - Initial package diff --git a/sources b/sources index cb0c9aa..a64c5d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3454369caed3f833f948af113c89b109 libclc-20130715gitce72a50.tar.xz +56da6ceadcb6887e55eebc4ab56d1c65 libclc-20140108gitc002f62.tar.xz