~ubuntu-branches/ubuntu/quantal/sunpinyin/quantal

« back to all changes in this revision

Viewing changes to debian/patches/bump-new-pkgconfig-version.patch

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-11-25 12:45:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101125124523-gy11rn1kqo42yfq2
Tags: 2.0.3~rc1-0ubuntu1
* New upstream release
* Drop bump-new-pkgconfig-version.patch, arm-endianess.patch as its
  incorporated upstream
* Refresh all remaining patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Bump pkgconfig version to 2.0.2, from git commit 
2
 
8a2796be4b03ee6d4525b479ea4ebab970e1500c
3
 
--- a/SConstruct
4
 
+++ b/SConstruct
5
 
@@ -2,6 +2,10 @@
6
 
 import os
7
 
 import sys
8
 
 
9
 
+version="2.0.2"
10
 
+abi_major = 3
11
 
+abi_minor = 0
12
 
+
13
 
 cflags='-O2 -pipe -DHAVE_CONFIG_H '
14
 
 prefix='/usr/local'
15
 
 rpath=''
16
 
@@ -117,9 +121,6 @@
17
 
 libdatadir = libdir+'/sunpinyin/data'
18
 
 headersdir = prefix+'/include/sunpinyin-2.0'
19
 
 
20
 
-abi_major = 3
21
 
-abi_minor = 0
22
 
-
23
 
 #
24
 
 #==============================environment==============================
25
 
 #
26
 
@@ -326,7 +327,7 @@
27
 
         '',
28
 
         'Name: libsunpinyin',
29
 
         'Description: IME library based on Statistical Language Model',
30
 
-        'Version: 2.0.1',
31
 
+        'Version: %s' % version,
32
 
         'Requires: sqlite3',
33
 
         'Libs: -L${libdir} -lsunpinyin',
34
 
         'Cflags: ' + reduce(lambda a, b: a + ' ' + b,