rpms/elfutils/devel elfutils.spec,1.63,1.64

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 5 04:59:15 UTC 2006


Author: roland

Update of /cvs/dist/rpms/elfutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16277

Modified Files:
	elfutils.spec 
Log Message:
Fix spec bogon.



Index: elfutils.spec
===================================================================
RCS file: /cvs/dist/rpms/elfutils/devel/elfutils.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- elfutils.spec	5 Apr 2006 04:49:29 -0000	1.63
+++ elfutils.spec	5 Apr 2006 04:59:13 -0000	1.64
@@ -1,5 +1,5 @@
 %define version 0.120
-%define release 1
+%define release 2
 
 %if %{?_with_compat:1}%{!?_with_compat:0}
 %define compat 1
@@ -13,7 +13,7 @@
 %if !%{compat}
 Release: %{release}
 %else
-Release: 0.%{release}.1
+Release: 0.%{release}
 %endif
 License: GPL
 Group: Development/Tools
@@ -214,7 +214,7 @@
 %{_libdir}/libelf.so
 
 %changelog
-* Tue Apr  4 2006 Roland McGrath <roland at redhat.com> - 0.120-1
+* Tue Apr  4 2006 Roland McGrath <roland at redhat.com> - 0.120-2
 - Update to 0.120
   - License changed to GPL, with some exceptions for using
     the libelf, libebl, libdw, and libdwfl library interfaces.




More information about the fedora-cvs-commits mailing list