--- liblscp/trunk/liblscp.spec.in 2004/10/11 11:59:31 278 +++ liblscp/trunk/liblscp.spec.in 2005/02/14 13:01:55 380 @@ -1,7 +1,7 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 10 +%define release 14 %define prefix @prefix@ Summary: LinuxSampler control protocol API. @@ -29,9 +29,9 @@ %prep %setup +if [ -f Makefile.cvs ]; then make -f Makefile.cvs; fi %build -make -f Makefile.cvs ./configure --prefix=%{prefix} make @@ -57,6 +57,9 @@ %{prefix}/include/lscp %changelog +* Tue Feb 14 2005 Rui Nuno Capela +- Prepare 0.2.5 release. + * Tue Oct 11 2004 Rui Nuno Capela - Fixed 0.2.4 release.