bump for bug in double-long on ppc(64)

This commit is contained in:
Jesse Keating 2006-02-11 02:35:58 +00:00
parent b6719aba4f
commit 6e29682bf8
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
%define version 0.119
%define release 1.2
%define release 1.2.1
%define gpl 0
%if %{?_with_compat:1}%{!?_with_compat:0}
@ -14,7 +14,7 @@ Version: %{version}
%if !%{compat}
Release: %{release}
%else
Release: 0.%{release}
Release: 0.%{release}.1
%endif
%if %{gpl}
License: GPL
@ -247,6 +247,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.so
%changelog
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2.1
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2
- rebuilt for new gcc4.1 snapshot and glibc changes