Browse Source

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

kudoh 15 years ago
parent
commit
e460c5af09
3 changed files with 22 additions and 5 deletions
  1. 14 3
      s/scim-bridge/scim-bridge-vl.spec
  2. 4 1
      s/shotwell/shotwell-vl.spec
  3. 4 1
      v/vala/vala-vl.spec

+ 14 - 3
s/scim-bridge/scim-bridge-vl.spec

@@ -1,6 +1,6 @@
 %define name scim-bridge
 %define version 0.4.16
-%define release 8%{?_dist_release}
+%define release 9%{?_dist_release}
 
 # build qt3 immodule ("--without qt3" to disable qt3)
 %bcond_without qt3
@@ -45,8 +45,9 @@ Patch3:	scim-bridge-0.4.15.2-linkage.patch
 
 # Patch from Fedora development
 Patch4: scim-bridge-0.4.15-EOF.patch
-
 Patch5: scim-bridge-0.4.15-hotkey-help.patch
+Patch6: scim-bridge-0.4.16-fix-gtk-key-snooper.patch
+Patch7: scim-bridge-0.4.16-fixes-null-imengine.patch
 
 URL: http://www.scim-im.org/projects/scim_bridge
 License: GPL/LGPL
@@ -122,6 +123,10 @@ This package provides the SCIM Bridge Qt4 IM module.
 %patch3
 %patch4 -p1
 %patch5 -p1
+pushd client-gtk
+%patch6 -p0
+popd
+%patch7 -p1
 
 %build
 %if !%{without qt3}
@@ -131,7 +136,7 @@ export QT3_PREFIX=%{_qt3_prefix}
 export QT4_PREFIX=%{_qt4_prefix}
 %endif
 
-%configure \
+%configure --disable-static \
 %if %{without qt3}
         --disable-qt3-immodule \
 %else
@@ -187,6 +192,12 @@ export QT4_PREFIX=%{_qt4_prefix}
 %endif
 
 %changelog
+* Fri May 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.16-9
+- added Patch6,7 from Fedora development, Patch8 from Debian
+  - to fix Text input in firefox becomes increasingly sluggish (Patch6)
+  - to fix Process /usr/bin/scim-bridge was killed by signal 11 (Patch7)
+- added configure --disable-static option
+
 * Sun Jan 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.16-8
 - updated Qt version detection macros to build properly
 

+ 4 - 1
s/shotwell/shotwell-vl.spec

@@ -1,5 +1,5 @@
 Name:           shotwell
-Version:        0.5.0
+Version:        0.5.2
 Release:        1%{?_dist_release}
 Summary:        A photo organizer for the GNOME desktop
 Summary(ja):    GNOME デスクトップ向けの画像整理ソフト
@@ -104,6 +104,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed May 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
+- new upstream release
+
 * Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
 - new upstream release
 - added BuildRequires:  libgudev1-devel

+ 4 - 1
v/vala/vala-vl.spec

@@ -2,7 +2,7 @@ Summary:        A modern programming language for GNOME
 Summary:        GNOME 用のモダンなプログラミング言語
 
 Name:           vala
-Version:        0.8.0
+Version:        0.8.1
 Release:        1%{?_dist_release}
 
 Group:          Development/Languages
@@ -141,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 12 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.1-1
+- new upstream release
+
 * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
 - new upstream release
 - change BuildRequires: gecko-libs -> xulrunner-devel