rpms/yasm/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 yasm.spec, 1.9, 1.10

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sun Feb 25 10:27:27 UTC 2007


Author: thias

Update of /cvs/extras/rpms/yasm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17508

Modified Files:
	.cvsignore sources yasm.spec 
Log Message:
Update to 0.6.0 during Max Spevack's FOSDEM talk :-)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	14 Jul 2006 08:54:00 -0000	1.3
+++ .cvsignore	25 Feb 2007 10:26:55 -0000	1.4
@@ -1 +1 @@
-yasm-0.5.0.tar.gz
+yasm-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	14 Jul 2006 08:54:00 -0000	1.3
+++ sources	25 Feb 2007 10:26:55 -0000	1.4
@@ -1 +1 @@
-d4931fcce497bd4f80ed349384704240  yasm-0.5.0.tar.gz
+3246a73ee7e1d523ca1be8587cebac8b  yasm-0.6.0.tar.gz


Index: yasm.spec
===================================================================
RCS file: /cvs/extras/rpms/yasm/devel/yasm.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yasm.spec	28 Aug 2006 16:40:29 -0000	1.9
+++ yasm.spec	25 Feb 2007 10:26:55 -0000	1.10
@@ -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 @@
 
 
 %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 <http://freshrpms.net/> 0.6.0-1
+- Update to 0.6.0.
+
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.5.0-2
 - FC6 rebuild.
 - Require the same release in the devel sub-package.




More information about the scm-commits mailing list