From d9a5b4ba517489f52f8a81cdbb2884498825bc3b Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Dec 20 2010 18:49:01 +0000 Subject: - 1.0.7 --- diff --git a/.gitignore b/.gitignore index 927d5b8..baaba3c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /saphire-1.0.2.tgz /saphire-1.0.5.tgz /saphire-1.0.6.tgz +/saphire-1.0.7.tgz diff --git a/saphire-1.0.7-getpgid.patch b/saphire-1.0.7-getpgid.patch new file mode 100644 index 0000000..b22a7a3 --- /dev/null +++ b/saphire-1.0.7-getpgid.patch @@ -0,0 +1,11 @@ +--- saphire-1.0.7/saphire_main.c.debug 2010-12-20 12:19:22.000000000 +0900 ++++ saphire-1.0.7/saphire_main.c 2010-12-21 02:40:32.000000000 +0900 +@@ -685,7 +685,7 @@ + void sig_cont_optc() + { + gKitutukiSigCont = TRUE; +- killpg(getpgid(), SIGCONT); ++ killpg(getpgrp(), SIGCONT); + } + + void sig_user() diff --git a/saphire.spec b/saphire.spec index 5318f66..455bd4f 100644 --- a/saphire.spec +++ b/saphire.spec @@ -1,7 +1,7 @@ -%global repoid 50211 +%global repoid 50281 Name: saphire -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?dist} Summary: Yet another shell @@ -9,6 +9,7 @@ Group: System Environment/Shells License: GPL+ URL: http://ab25cq.web.fc2.com/ Source0: http://dl.sourceforge.jp/sash/%{repoid}/saphire-%{version}.tgz +Patch0: saphire-1.0.7-getpgid.patch BuildRequires: cmigemo-devel BuildRequires: ncurses-devel @@ -30,6 +31,8 @@ developing applications that use %{name}. %prep %setup -q +%patch0 -p1 -b .pgid + # Don't strip binary sed -i.strip -e 's|install -s|install |' Makefile.in # cp -> ln for library @@ -72,7 +75,8 @@ done # Umm... override docdir also here make -j1 \ CC="gcc %{optflags}" \ - docdir=%{_defaultdocdir}/%{name}-%{version} + docdir=%{_defaultdocdir}/%{name}-%{version} \ + -k %install # Unfortunately, this Makefile.in does not honor DESTDIR, so @@ -109,6 +113,9 @@ make -j1 \ %{_libdir}/lib%{name}.so %changelog +* Tue Dec 21 2010 Mamoru Tasaka - 1.0.7-1 +- 1.0.7 + * Fri Dec 17 2010 Mamoru Tasaka - 1.0.6-1 - 1.0.6 diff --git a/sources b/sources index dca8098..b7396a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -598f198f5792dc76f5f49aa7640ea0af saphire-1.0.6.tgz +045b6def8cf28edfcdd4d6f8050aa536 saphire-1.0.7.tgz