diff --git a/.cvsignore b/.cvsignore
index 7b45b98..bcd5a15 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-yasm-0.6.0.tar.gz
+yasm-0.6.1.tar.gz
diff --git a/sources b/sources
index 3f9da84..c9a489b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3246a73ee7e1d523ca1be8587cebac8b yasm-0.6.0.tar.gz
+2add4f9253681d1dc6084c6676b98468 yasm-0.6.1.tar.gz
diff --git a/yasm.spec b/yasm.spec
index bde2476..23ea692 100644
--- a/yasm.spec
+++ b/yasm.spec
@@ -1,6 +1,6 @@
Summary: Complete rewrite of the NASM assembler
Name: yasm
-Version: 0.6.0
+Version: 0.6.1
Release: 1%{?dist}
License: BSD
Group: Development/Languages
@@ -34,7 +34,7 @@ Install this package if you need to rebuild applications that use yasm.
%prep
-%setup
+%setup -q
%build
@@ -44,7 +44,7 @@ Install this package if you need to rebuild applications that use yasm.
%install
%{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
%clean
@@ -72,6 +72,9 @@ Install this package if you need to rebuild applications that use yasm.
%changelog
+* Tue Jun 19 2007 Matthias Saou 0.6.1-1
+- Update to 0.6.1.
+
* Sun Feb 25 2007 Matthias Saou 0.6.0-1
- Update to 0.6.0.