diff --git a/.cvsignore b/.cvsignore
index fde5fcc..7b45b98 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-yasm-0.5.0.tar.gz
+yasm-0.6.0.tar.gz
diff --git a/sources b/sources
index 2804f76..3f9da84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4931fcce497bd4f80ed349384704240 yasm-0.5.0.tar.gz
+3246a73ee7e1d523ca1be8587cebac8b yasm-0.6.0.tar.gz
diff --git a/yasm.spec b/yasm.spec
index 3eca899..bde2476 100644
--- a/yasm.spec
+++ b/yasm.spec
@@ -1,7 +1,7 @@
Summary: Complete rewrite of the NASM assembler
Name: yasm
-Version: 0.5.0
-Release: 2%{?dist}
+Version: 0.6.0
+Release: 1%{?dist}
License: BSD
Group: Development/Languages
URL: http://www.tortall.net/projects/yasm/
@@ -57,20 +57,24 @@ Install this package if you need to rebuild applications that use yasm.
%files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
%{_bindir}/yasm
%{_mandir}/man1/yasm.1*
%files devel
-%defattr(-, root, root, 0755)
-%{_includedir}/libyasm.h
+%defattr(-,root,root,-)
%{_includedir}/libyasm/
+%{_includedir}/libyasm-stdint.h
+%{_includedir}/libyasm.h
%{_libdir}/libyasm.a
-%{_mandir}/man7/yasm_arch.7*
+%{_mandir}/man7/yasm_*.7*
%changelog
+* Sun Feb 25 2007 Matthias Saou 0.6.0-1
+- Update to 0.6.0.
+
* Mon Aug 28 2006 Matthias Saou 0.5.0-2
- FC6 rebuild.
- Require the same release in the devel sub-package.