From d0b84a15dd2712621429caf35040bc26694b7c80 Mon Sep 17 00:00:00 2001 From: jbj Date: Feb 06 2005 01:46:29 +0000 Subject: - upgrade to 0.99. --- diff --git a/.cvsignore b/.cvsignore index 83a49ad..fe27d2d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -elfutils-0.97.tar.gz +elfutils-0.99.tar.gz diff --git a/elfutils.spec b/elfutils.spec index a0110c8..39990eb 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,9 +1,13 @@ %define gpl 0 Summary: A collection of utilities and DSOs to handle compiled objects. Name: elfutils -Version: 0.97 +Version: 0.99 Release: 2 -Copyright: OSL +%if %{gpl} +License: GPL +%else +License: OSL +%endif Group: Development/Tools #URL: file://home/devel/drepper/ Source: elfutils-%{version}.tar.gz @@ -19,6 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-root BuildRequires: gcc >= 3.2 BuildRequires: bison >= 1.875 BuildRequires: flex >= 2.5.4a +BuildRequires: bzip2 %define _gnu %{nil} %define _programprefix eu- @@ -35,7 +40,11 @@ handling. %package devel Summary: Development libraries to handle compiled objects. Group: Development/Tools -Copyright: OSL +%if %{gpl} +License: GPL +%else +License: OSL +%endif Requires: elfutils = %{version}-%{release} Requires: elfutils-libelf-devel = %{version}-%{release} @@ -50,7 +59,7 @@ assembler interface. Summary: Library to read and write ELF files. Group: Development/Tools %if %{gpl} -Copyright: GPL +License: GPL %endif %description libelf @@ -65,7 +74,7 @@ Group: Development/Tools Requires: elfutils-libelf = %{version}-%{release} Conflicts: libelf-devel %if %{gpl} -Copyright: GPL +License: GPL %endif %description libelf-devel @@ -181,6 +190,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog +* Sat Feb 5 2005 Jeff Johnson 0.99-2 +- upgrade to 0.99. + * Sun Sep 26 2004 Jeff Johnson 0.97-3 - upgrade to 0.97. diff --git a/sources b/sources index 6d986e5..99c8b88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41c3e3c918acef6cbf77519c6f10793e elfutils-0.97.tar.gz +14afa77fa5b18475199b5c9e0fd8f64d elfutils-0.99.tar.gz