Browse Source

WebKit: new upstream release, yelp: bug fix

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3357 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
7adced4919
2 changed files with 12 additions and 3 deletions
  1. 4 1
      W/WebKit/WebKit-vl.spec
  2. 8 2
      y/yelp/yelp-vl.spec

+ 4 - 1
W/WebKit/WebKit-vl.spec

@@ -15,7 +15,7 @@
 %bcond_with	wml
 
 Name:		WebKit
-Version:	1.2.6
+Version:	1.2.7
 Release:        1%{?_dist_release}
 Summary:	Web content engine library
 Summary(ja):	ウェブコンテンツエンジンライブラリ
@@ -186,6 +186,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Apr 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.7-1
+- new upstream release
+
 * Sat Jan 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.6-1
 - new upstream release
 

+ 8 - 2
y/yelp/yelp-vl.spec

@@ -11,18 +11,19 @@ Summary: A system documentation reader from the Gnome project.
 Summary(ja): GNOME プロジェクトのシステムドキュメントリーダ
 Name: yelp
 Version: 2.30.2
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 URL: http://live.gnome.org/Yelp
 Source0: %{name}-%{version}.tar.bz2
 Source10: man-convert-helper
 # http://bugzilla.gnome.org/show_bug.cgi?id=319096
 Patch1: yelp-2.15.5-fedora-docs.patch
-Patch2: yelp-2.13.2-add-mime-handling.patch
+Patch2: yelp-2.30.2-add-mime-handling.patch
 Patch3: yelp-2.15.91-use-pango.patch 
 # http://bugzilla.gnome.org/show_bug.cgi?id=497559
 Patch6: hp.patch
 Patch7: yelp-libxul.patch
+
 Patch10: yelp-2.26.0-convert-euc-manpages.patch
 
 Patch11: yelp-2.30.2-xul20.patch
@@ -104,6 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/yelp.schemas > /dev/null
 update-desktop-database %{_datadir}/applications >& /dev/null ||:
+update-mime-database %{_datadir}/mime >& /dev/null ||:
 
 touch %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
@@ -124,6 +126,7 @@ fi
 
 %postun
 update-desktop-database %{_datadir}/applications >& /dev/null ||:
+update-mime-database %{_datadir}/mime >& /dev/null ||:
 
 %files -f %{name}.lang
 %defattr(-,root,root)
@@ -136,6 +139,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 
 
 %changelog
+* Sat Apr 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-3
+- update Patch2: yelp-2.30.2-add-mime-handling.patch
+
 * Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.2-2
 - rebuild with xulrunner-2.0
 - add Patch11 to build with xulrunner-2.0