Browse Source

thunderbird: change configure options
others: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7065 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 11 years ago
parent
commit
52f69f1827

+ 4 - 1
k/kdevelop/kdevelop-vl.spec

@@ -1,7 +1,7 @@
 Name: kdevelop
 Summary: Integrated Development Environment for C++/C
 Summary(ja): C++/C 向け統合開発環境
-Version: 4.4.0
+Version: 4.4.1
 Release: 1%{?_dist_release}
 
 License: GPLv2
@@ -153,6 +153,9 @@ update-mime-database %{_datadir}/mime &> /dev/null
 
 
 %changelog
+* Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-1
+- new upstream release
+
 * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.0-1
 - new upstream release
 

+ 4 - 1
k/kdevplatform/kdevplatform-vl.spec

@@ -3,7 +3,7 @@
 Name:           kdevplatform
 Summary:        Libraries for use by %{kde} development tools
 Summary(ja):    %{kde} 開発ツールが使用するライブラリ
-Version:        1.4.0
+Version:        1.4.1
 Release:        1%{?_dist_release}
 
 Group:          Development/Tools
@@ -128,6 +128,9 @@ fi
 
 
 %changelog
+* Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-1
+- new upstream release
+
 * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.0-1
 - new upstream release
 - add BuildRequires: qjson-devel

+ 3 - 2
t/thunderbird/mozconfig-thunderbird-vine6

@@ -21,6 +21,7 @@ ac_add_options --with-system-zlib
 ac_add_options --with-pthreads
 ac_add_options --disable-tests
 ac_add_options --disable-debug
+ac_add_options --disable-debug-symbols
 ac_add_options --enable-jsd
 ac_add_options --disable-installer
 ac_add_options --enable-optimize
@@ -33,8 +34,8 @@ ac_add_options --enable-canvas
 ac_add_options --disable-xprint
 ac_add_options --disable-strip
 ac_add_options --disable-official-branding
-#ac_add_options --disable-install-strip
-ac_add_options --enable-install-strip
+ac_add_options --disable-install-strip
+#ac_add_options --enable-install-strip
 # hunspell is in plus category for vine (2010/07/23 K.Harada)
 ac_add_options --disable-system-hunspell
 ac_add_options --disable-crashreporter

+ 3 - 2
t/thunderbird/mozconfig-thunderbird-vine7

@@ -20,6 +20,7 @@ ac_add_options --with-system-nss
 ac_add_options --with-pthreads
 ac_add_options --disable-tests
 ac_add_options --disable-debug
+ac_add_options --disable-debug-symbols
 ac_add_options --enable-jsd
 ac_add_options --disable-installer
 ac_add_options --enable-optimize
@@ -32,8 +33,8 @@ ac_add_options --enable-canvas
 ac_add_options --disable-xprint
 ac_add_options --disable-strip
 ac_add_options --disable-official-branding
-#ac_add_options --disable-install-strip
-ac_add_options --enable-install-strip
+ac_add_options --disable-install-strip
+#ac_add_options --enable-install-strip
 # hunspell is in plus category for vine (2010/07/23 K.Harada)
 ac_add_options --disable-system-hunspell
 ac_add_options --disable-crashreporter

+ 5 - 1
t/thunderbird/thunderbird-vl.spec

@@ -2,7 +2,7 @@
 %define tbmajor 16.0.2
 #%define tbversion %{tbmajor}.10
 %define tbversion %{tbmajor}
-%define tbrelease 1%{?_dist_release}
+%define tbrelease 2%{?_dist_release}
 
 # The tarball is pretty inconsistent with directory structure.
 # Sometimes there is a top level directory.  That goes here.
@@ -344,6 +344,10 @@ fi
 #===============================================================================
 
 %changelog
+* Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.2-2
+- use --disable-install-strip instead of --enable-install-strip
+- add --disable-debug-symbols
+
 * Tue Oct 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.2-1
 - new upstream release