~ubuntu-branches/ubuntu/natty/sunpinyin/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Zhengpeng Hou
  • Date: 2010-09-06 12:23:46 UTC
  • Revision ID: james.westby@ubuntu.com-20100906122346-ekmzay09hi2yknso
Tags: 2.0.2-0ubuntu1
Initial Ubuntu upload, LP: #631472, LP: #631459

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,