summaryrefslogtreecommitdiff
path: root/debian/patches/0047-version-name.diff
diff options
context:
space:
mode:
authorsylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-07-31 06:27:03 +0000
committersylvestre <sylvestre@670adf90-79fe-46c2-b027-9eb1e76e7c7d>2014-07-31 06:27:03 +0000
commit8f5fd9b75e8c96b32b0a64d8e6c9c46542a5d7c5 (patch)
tree6007592c92c0fabd80538f59aa08a73540efd919 /debian/patches/0047-version-name.diff
downloadllvm-toolchain-3.5-8f5fd9b75e8c96b32b0a64d8e6c9c46542a5d7c5.tar.gz
it is time to branch snapshot => 3.5
git-svn-id: svn://svn.debian.org/svn/pkg-llvm/llvm-toolchain/branches/3.5@1282 670adf90-79fe-46c2-b027-9eb1e76e7c7d
Diffstat (limited to 'debian/patches/0047-version-name.diff')
-rw-r--r--debian/patches/0047-version-name.diff28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/patches/0047-version-name.diff b/debian/patches/0047-version-name.diff
new file mode 100644
index 0000000..a6baa19
--- /dev/null
+++ b/debian/patches/0047-version-name.diff
@@ -0,0 +1,28 @@
+Index: llvm-toolchain-snapshot_3.5~svn202847/autoconf/configure.ac
+===================================================================
+--- llvm-toolchain-snapshot_3.5~svn202847.orig/autoconf/configure.ac 2014-03-04 14:43:34.430731503 +0100
++++ llvm-toolchain-snapshot_3.5~svn202847/autoconf/configure.ac 2014-03-04 14:43:53.702730643 +0100
+@@ -32,7 +32,7 @@
+ dnl Initialize autoconf and define the package name, version number and
+ dnl address for reporting bugs.
+
+-AC_INIT([LLVM],[3.5.0svn],[http://llvm.org/bugs/])
++AC_INIT([LLVM],[3.5.0],[http://llvm.org/bugs/])
+
+ LLVM_VERSION_MAJOR=3
+ LLVM_VERSION_MINOR=5
+Index: llvm-toolchain-snapshot_3.5~svn202847/configure
+===================================================================
+--- llvm-toolchain-snapshot_3.5~svn202847.orig/configure 2014-03-04 14:43:34.430731503 +0100
++++ llvm-toolchain-snapshot_3.5~svn202847/configure 2014-03-04 14:44:24.942729247 +0100
+@@ -561,8 +561,8 @@
+ # Identity of this package.
+ PACKAGE_NAME='LLVM'
+ PACKAGE_TARNAME='llvm'
+-PACKAGE_VERSION='3.5.0svn'
+-PACKAGE_STRING='LLVM 3.5.0svn'
++PACKAGE_VERSION='3.5.0'
++PACKAGE_STRING='LLVM 3.5.0'
+ PACKAGE_BUGREPORT='http://llvm.org/bugs/'
+
+ ac_unique_file="lib/IR/Module.cpp"