diff --git a/.gitignore b/.gitignore index 7a452a0..15c90cc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ record-66.xo /record-93.xo /record-94.xo /record-95.xo +/record-96.xo diff --git a/sources b/sources index c8b7b38..97d0e8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -953af7a1d914b5d451737854e99c3d3c record-95.xo +09f9a2ea658d600e5ad5ff041f5d9e60 record-96.xo diff --git a/sugar-record.spec b/sugar-record.spec index 638d039..970526c 100644 --- a/sugar-record.spec +++ b/sugar-record.spec @@ -2,7 +2,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: sugar-record -Version: 95 +Version: 96 Release: 1%{?dist} Summary: Recording tool for Sugar @@ -29,7 +29,7 @@ a hallmark of the Record activity %setup -q -n Record.activity %build -%{__python} setup.py build +python ./setup.py build %install python ./setup.py install --prefix=%{buildroot}/%{_prefix} @@ -42,6 +42,9 @@ python ./setup.py install --prefix=%{buildroot}/%{_prefix} %{sugaractivitydir}/Record.activity/ %changelog +* Tue May 8 2012 Peter Robinson - 96-1 +- New upstream 96 release + * Mon Mar 26 2012 Peter Robinson - 95-1 - New upstream 95 release