--- linuxsampler/trunk/linuxsampler.spec.in 2007/01/06 16:54:03 1011 +++ linuxsampler/trunk/linuxsampler.spec.in 2008/12/02 23:25:34 1796 @@ -1,7 +1,7 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 9 +%define release 11 %define prefix @prefix@ Summary: LinuxSampler - modular, streaming capable, realtime audio sampler @@ -14,7 +14,7 @@ Source0: %{name}-%{version}.tar.bz2 URL: http://www.linuxsampler.org/ BuildRoot: /var/tmp/%{name}-%{version}-buildroot -Requires: libgig >= 3.1.0 +Requires: libgig >= 3.2.1 %description LinuxSampler is a work in progress. It's goal is to produce a free @@ -76,13 +76,19 @@ %files devel %defattr(-,root,root) %doc doc/html/* -%{prefix}/lib/linuxsampler/include/config.h %{prefix}/lib/linuxsampler/liblinuxsampler.a %{prefix}/lib/linuxsampler/liblinuxsampler.la %{prefix}/lib/pkgconfig/linuxsampler.pc %{prefix}/include/* %changelog +* Wed Dec 03 2008 Christian Schoenebeck +- fixed rpmbuild: config.h is no longer exported + (fixes #87, patch by Devin Anderson) +* Thu Dec 06 2007 Christian Schoenebeck +- Going for linuxsampler 0.5.1 release. +* Mon Oct 15 2007 Christian Schoenebeck +- Going for linuxsampler 0.5.0 release. * Fri Nov 24 2006 Christian Schoenebeck - Going for linuxsampler 0.4.0 release. * Thu Jun 01 2006 Rui Nuno Capela