Ver código fonte

new upstream release and fix bug

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1464 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 anos atrás
pai
commit
7b20f5ddf8
1 arquivos alterados com 11 adições e 3 exclusões
  1. 11 3
      p/pidgin/pidgin-vl.spec

+ 11 - 3
p/pidgin/pidgin-vl.spec

@@ -16,16 +16,18 @@
 Summary:	A GTK+ based multi-protocol instant messaging client
 Summary(ja):	マルチプロトコル対応のインスタントメッセンジャー
 Name:		pidgin
-Version:	2.7.1
-Release:	2%{?_dist_release}
+Version:	2.7.2
+Release:	1%{?_dist_release}
 License:	GPL
 Group:		Applications/Internet
 URL:		http://pidgin.im/
 Source0:	http://jaist.dl.sourceforge.net/sourceforge/pidgin/%{name}-%{version}%{?extraver:%{extraver}}.tar.bz2
 # Source1:	http://mikeforce.homelinux.org/gnome/po/pidgin-ja.po
 Source1:	pidgin-2.6.2-ja.po
-Patch0:	        http://www.honeyplanet.jp/%{name}-2.7.1_jp.diff.gz
+Patch0:	        http://www.honeyplanet.jp/%{name}-%{version}_jp.diff.gz
 Patch1:		%{name}-2.0.0beta7_jp-enable-shortcut.patch
+## fix %{name}-%{version}_jp.diff.gz for vine linux
+Patch2:		%{name}-%{version}_jp_fix_for_vine.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gtk2-devel >= %{_gtk_ver}, glib2-devel >= %{_glib_ver}
 BuildRequires:	pango-devel >= %{_pango_ver}
@@ -191,6 +193,7 @@ and plugins.
 
 %patch0 -p1 -b .japanese
 %patch1 -p1 -b .shortcut
+%patch2 -p1 -b .vine1
 
 # update ja.po
 %__cp -f %{SOURCE1} po/ja.po
@@ -336,6 +339,11 @@ fi
 %{_libdir}/pkgconfig/gnt.pc
 
 %changelog
+* Thu Jul 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-1
+- new upstream release
+- update patch0 for pidgin-2.7.2
+- add Patch2 for Vine Linux
+
 * Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.1-2
 - rebuild package (because i686 package is broken)