diff --git a/.cvsignore b/.cvsignore
index eff0860..3d90f4e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-yasm-0.7.1.tar.gz
+yasm-0.7.2.tar.gz
diff --git a/sources b/sources
index 972483a..8a22d56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fce21d066f4d04e3ec7f9318e6446e2b yasm-0.7.1.tar.gz
+cc9360593de5625dca286f0bfcb27dd5 yasm-0.7.2.tar.gz
diff --git a/yasm.spec b/yasm.spec
index e4b7b33..ec52097 100644
--- a/yasm.spec
+++ b/yasm.spec
@@ -1,7 +1,7 @@
-Summary: Complete rewrite of the NASM assembler
+Summary: Modular Assembler
Name: yasm
-Version: 0.7.1
-Release: 2%{?dist}
+Version: 0.7.2
+Release: 1%{?dist}
# See COPYING for the detail, there is quite a lot!
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
Group: Development/Languages
@@ -20,7 +20,7 @@ overall design is an optimizer module.
%package devel
-Summary: Header files and static libraries for yasm
+Summary: Header files and static libraries for the yasm Modular Assembler
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
@@ -52,11 +52,6 @@ Install this package if you need to rebuild applications that use yasm.
%{__rm} -rf %{buildroot}
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-
%files
%defattr(-,root,root,-)
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
@@ -73,8 +68,14 @@ Install this package if you need to rebuild applications that use yasm.
%changelog
+* Wed Dec 24 2008 Matthias Saou 0.7.2-1
+- Update to 0.7.2.
+- Remove useless /sbin/ldconfig calls, as we don't ship any shared library.
+- Update summary.
+
* Sat Sep 6 2008 Tom "spot" Callaway 0.7.1-2
-- fix license tag so that it doesn't trigger a false positive on the check script
+- fix license tag so that it doesn't trigger a false positive on the check
+ script.
* Tue May 20 2008 Matthias Saou 0.7.1-1
- Update to 0.7.1.