From 960dce44b06a6bee2c40886bc380ab11025288f6 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 9 Dec 2005 22:40:18 +0000 Subject: [PATCH] gcc update bump --- elfutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/elfutils.spec b/elfutils.spec index 339799c..c157f5e 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,5 +1,5 @@ %define version 0.118 -%define release 1 +%define release 1.1 %define gpl 0 %if %{?_with_compat:1}%{!?_with_compat:0} @@ -12,9 +12,9 @@ Summary: A collection of utilities and DSOs to handle compiled objects. Name: elfutils Version: %{version} %if !%{compat} -Release: %{release} +Release: %{release}.1 %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 Dec 09 2005 Jesse Keating +- rebuilt + * Sun Nov 27 2005 Roland McGrath - 0.118-1 - update to 0.118 - elflint: more tests.