|
@@ -1,4 +1,4 @@
|
|
-%define pkg_version 3.2.0
|
|
|
|
|
|
+%define pkg_version 3.3.0
|
|
%define pkg_release 1%{?_dist_release}
|
|
%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
Summary: A terminal emulator based on libvte.
|
|
Summary: A terminal emulator based on libvte.
|
|
@@ -10,9 +10,6 @@ Release: %{pkg_release}
|
|
Source0: http://pleyades.net/david/projects/sakura/%{name}-%{version}.tar.bz2
|
|
Source0: http://pleyades.net/david/projects/sakura/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
Patch0: sakura-2.3.7-pod2man.patch
|
|
Patch0: sakura-2.3.7-pod2man.patch
|
|
-# upstream patch base on
|
|
|
|
-# https://gist.githubusercontent.com/anatol/0b566007276271dcc733/raw/66d93cb9724548837631a8b0ea9865bbf309f8fa/sakura_vte291.patch
|
|
|
|
-Patch1: sakura-3.2.0-vte291.patch
|
|
|
|
|
|
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: User Interface/X
|
|
Group: User Interface/X
|
|
@@ -42,7 +39,6 @@ Sakura は GTK+ 及び VTEベースの端末エミュレータです。依存性
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .pod2man
|
|
%patch0 -p1 -b .pod2man
|
|
-%patch1 -p1 -b .vte291
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%cmake CMAKE_C_FLAGS=%{optflags} .
|
|
%cmake CMAKE_C_FLAGS=%{optflags} .
|
|
@@ -76,6 +72,10 @@ desktop-file-install --vendor '' \
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Aug 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- remove Patch1 (sakura-3.2.0-vte291.patch)
|
|
|
|
+
|
|
* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
|
|
* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- update Patch1 (sakura-3.2.0-vte291.patch)
|
|
- update Patch1 (sakura-3.2.0-vte291.patch)
|