Browse Source

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

kudoh 13 years ago
parent
commit
13a27f4e2c
2 changed files with 15 additions and 4 deletions
  1. 7 2
      f/filezilla/filezilla-vl.spec
  2. 8 2
      m/midori/midori-vl.spec

+ 7 - 2
f/filezilla/filezilla-vl.spec

@@ -1,8 +1,8 @@
 Name:           filezilla
-Version:        3.4.0
+Version:        3.5.0
 Release:        1%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
-Summary(ja):    FileZilla -クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
+Summary(ja):    FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
 
 Group:          Applications/Internet
 License:        GPLv2+
@@ -25,6 +25,7 @@ BuildRequires:  tinyxml-devel >= 2.5.3
 BuildRequires:  wx-gtk2-devel >= 2.8.9
 BuildRequires:  gtk2-devel
 BuildRequires:  xdg-utils
+BuildRequires:  sqlite3-devel >= 3.7
 
 Requires:  xdg-utils
 
@@ -134,6 +135,10 @@ fi || :
 
 
 %changelog
+* Wed May 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.5.0-1
+- Update to 3.5.0
+- added BuildRequires: sqlite3-devel >= 3.7
+
 * Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.0-1
 - Update to 3.4.0
 

+ 8 - 2
m/midori/midori-vl.spec

@@ -1,7 +1,7 @@
 Summary:	A lightweight GTK+ web browser
 Summary(ja):	軽量な GTK+ ウェブブラウザ
 Name:		midori
-Version:	0.3.5
+Version:	0.3.6
 Release:        1%{?_dist_release}
 
 Group:		Applications/Internet
@@ -10,6 +10,7 @@ URL:		http://software.twotoasts.de/?page=midori
 
 Source0:	http://software.twotoasts.de/media/%{name}/%{name}-%{version}.tar.bz2
 #Patch0:		%{name}-0.2.9-docdir.patch
+Patch0:         fix_desktop_entry.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -89,6 +90,7 @@ developing extensions for %{name}.
 %prep
 %setup -q
 #%patch0 -p1 -b .docdir
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -148,6 +150,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/%{name}-0.3/
 
 %changelog
+* Wed May 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.6-1
+- new upstream release
+- added Patch0 to fix desktop entry
+
 * Tue May 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.5-1
 - new upstream release
 
@@ -175,7 +181,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - disabled conditional branch to vala support
   - to preparation vala package on Vine 5
 - splitted devel file
--enabled BuildRequires: gtk-doc
+- enabled BuildRequires: gtk-doc
 
 * Wed May 26 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.6-1
 - new upstream release