diff --git a/.gitignore b/.gitignore index 4117d0d..ecf92cf 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /saphire-3.4.7.tgz /saphire-3.4.9.tgz /saphire-3.5.0.tgz +/saphire-3.5.1.tgz diff --git a/saphire.spec b/saphire.spec index dd4730e..84a1015 100644 --- a/saphire.spec +++ b/saphire.spec @@ -1,8 +1,8 @@ -%global repoid 53064 +%global repoid 53160 Name: saphire -Version: 3.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: Yet another shell @@ -112,7 +112,9 @@ make -j1 \ %{_bindir}/%{name} %{_bindir}/saphiresh %{_libdir}/lib%{name}.so.1* -%{_libdir}/%{name}/ +%dir %{_libdir}/%{name}/ +%{_libdir}/%{name}/%{name}.sa* +%{_libdir}/%{name}/user_compl.sa* %files devel %defattr(-,root,root,-) @@ -120,6 +122,9 @@ make -j1 \ %{_libdir}/lib%{name}.so %changelog +* Fri Sep 9 2011 Mamoru Tasaka - 3.5.1-1 +- 3.5.1 + * Fri Sep 2 2011 Mamoru Tasaka - 3.5.0-1 - 3.5.0 diff --git a/sources b/sources index b615fe1..a498150 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7525f5d80a83fccec0424c5266da5565 saphire-3.5.0.tgz +b7782906a0edc09c9c801624b9f9867a saphire-3.5.1.tgz