Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4461 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
bede1af7b1
1 changed files with 6 additions and 4 deletions
  1. 6 4
      s/sakura/sakura-vl.spec

+ 6 - 4
s/sakura/sakura-vl.spec

@@ -1,5 +1,5 @@
-%define pkg_version 2.4.1
-%define pkg_release 2%{?_dist_release}
+%define pkg_version 2.4.2
+%define pkg_release 1%{?_dist_release}
 
 Summary: A terminal emulator based on libvte.
 Summary(ja): libvteベースの端末エミュレータ
@@ -8,7 +8,6 @@ Version: %{pkg_version}
 Release: %{pkg_release}
 Source0: http://pleyades.net/david/projects/sakura/%{name}-%{version}.tar.bz2
 Patch0: sakura-2.3.7-pod2man.patch
-Patch1: sakura-2.4.1-sakura_init.patch
 License: GPLv2
 Group: User Interface/X
 URL: http://pleyades.net/david/sakura.php
@@ -37,7 +36,6 @@ Sakura は GTK+ 及び VTEベースの端末エミュレータです。依存性
 %prep
 %setup -q
 %patch0 -p1 -b .pod2man
-%patch1 -p1 -b .init
 
 %build
 %cmake CMAKE_C_FLAGS=%{optflags} .
@@ -71,6 +69,10 @@ desktop-file-install --vendor ''			\
 
 
 %changelog
+* Tue Aug 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
+- new upstream release
+- delete Patch1
+
 * Sun Jul 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-2
 - add Patch1 (sakura-2.4.1-sakura_init.patch)
 - add BuildRequires: desktop-file-utils