diff --git a/.gitignore b/.gitignore index 51b2e23..ef6ab86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xsp-2.6.5.tar.bz2 /xsp-2.8.tar.bz2 /xsp-2.10.tar.bz2 +/xsp-2.10.2.tar.bz2 diff --git a/sources b/sources index 92f4766..5d023f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aec9369a00a9728801ea2587a1a8fd9c xsp-2.10.tar.bz2 +4fe62fc95ad5dc136d8a7f3299d523b6 xsp-2.10.2.tar.bz2 diff --git a/xsp.spec b/xsp.spec index 391f873..d5c73c0 100644 --- a/xsp.spec +++ b/xsp.spec @@ -1,5 +1,5 @@ Name: xsp -Version: 2.10 +Version: 2.10.2 Release: 1%{?dist} License: MIT URL: http://www.mono-project.com/Main_Page @@ -50,7 +50,7 @@ find . -name Makefile.in -or -name Makefile.am -or -name \*.pc.in \ sed -i -e 's!$libdir!%{_libdir}!' "$f" ; done -autoreconf +autoreconf -I build/m4/shamrock -I build/m4/shave %build %configure @@ -97,6 +97,9 @@ make DESTDIR=%{buildroot} install %{_libdir}/xsp/test %changelog +* Wed Apr 27 2011 Christian Krause - 2.10.2-1 +- Update to 2.10.2 + * Wed Mar 30 2011 Christian Krause - 2.10-1 - Update to 2.10 - Minor spec file cleanups