From 537558670c1fb47735afde28eb1f43d252d98ac9 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 10 Feb 2014 08:13:29 +0000 Subject: [PATCH] refresh of the patch --- debian/patches/0047-version-name.diff | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/patches/0047-version-name.diff b/debian/patches/0047-version-name.diff index a997bb52..a08d20f8 100644 --- a/debian/patches/0047-version-name.diff +++ b/debian/patches/0047-version-name.diff @@ -1,20 +1,20 @@ -Index: llvm-toolchain-snapshot_3.5~svn195268/autoconf/configure.ac +Index: llvm-toolchain-snapshot_3.5~svn201068/autoconf/configure.ac =================================================================== ---- llvm-toolchain-snapshot_3.5~svn195268.orig/autoconf/configure.ac 2013-11-20 21:51:55.000275062 +0100 -+++ llvm-toolchain-snapshot_3.5~svn195268/autoconf/configure.ac 2013-11-20 21:51:54.996275062 +0100 +--- llvm-toolchain-snapshot_3.5~svn201068.orig/autoconf/configure.ac 2014-02-10 09:12:31.462814967 +0100 ++++ llvm-toolchain-snapshot_3.5~svn201068/autoconf/configure.ac 2014-02-10 09:12:49.866814516 +0100 @@ -31,7 +31,7 @@ dnl===-----------------------------------------------------------------------=== dnl Initialize autoconf and define the package name, version number and dnl address for reporting bugs. -AC_INIT([LLVM],[3.5svn],[http://llvm.org/bugs/]) +AC_INIT([LLVM],[3.5],[http://llvm.org/bugs/]) - AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API]) - AC_DEFINE([LLVM_VERSION_MINOR], [5], [Minor version of the LLVM API]) + LLVM_DEFINE_SUBST([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API]) + LLVM_DEFINE_SUBST([LLVM_VERSION_MINOR], [5], [Minor version of the LLVM API]) -Index: llvm-toolchain-snapshot_3.5~svn195268/configure +Index: llvm-toolchain-snapshot_3.5~svn201068/configure =================================================================== ---- llvm-toolchain-snapshot_3.5~svn195268.orig/configure 2013-11-20 21:51:55.000275062 +0100 -+++ llvm-toolchain-snapshot_3.5~svn195268/configure 2013-11-20 21:51:55.000275062 +0100 +--- llvm-toolchain-snapshot_3.5~svn201068.orig/configure 2014-02-10 09:12:31.462814967 +0100 ++++ llvm-toolchain-snapshot_3.5~svn201068/configure 2014-02-10 09:12:31.462814967 +0100 @@ -561,8 +561,8 @@ # Identity of this package. PACKAGE_NAME='LLVM'