From f9d2e4ad9f2f3881885088cc9e9bf86ec9f65486 Mon Sep 17 00:00:00 2001 From: roland Date: Jun 09 2005 22:29:12 +0000 Subject: eu-strip robustification --- diff --git a/Makefile b/Makefile index 6da7c68..57f97fd 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,22 @@ # Makefile for source rpm: elfutils -# $Id: Makefile,v 1.2 2005/05/08 22:43:51 roland Exp $ +# $Id: Makefile,v 1.3 2005/05/10 05:57:44 roland Exp $ NAME := elfutils SPECFILE = $(firstword $(wildcard *.spec)) +TARGETS += elfutils-portability.patch + include ../common/Makefile.common -elfutils-portability.patch: elfutils-$(VERSION).tar.gz portable.patch - rm -rf elfutils-$(VERSION) elfutils-$(VERSION).orig - tar xzf $< - mv elfutils-$(VERSION) elfutils-$(VERSION).orig - tar xzf $< - patch -p1 -d elfutils-$(VERSION) < portable.patch - cd elfutils-$(VERSION); autoreconf - diff -rpu elfutils-$(VERSION).orig elfutils-$(VERSION) | \ +master-cvsroot = :gserver:cvs.devel.redhat.com:/cvs/devel + +elfutils-portability.patch: elfutils-$(VERSION).tar.gz + @rm -rf elfutils-master elfutils-portable + cvs -d $(master-cvsroot) -Q export \ + -d elfutils-master elfutils + cvs -d $(master-cvsroot) -Q export \ + -d elfutils-portable -r portable-branch elfutils + cd elfutils-master; autoreconf + cd elfutils-portable; autoreconf + diff -rpu elfutils-master elfutils-portable | \ filterdiff --remove-timestamps --strip=1 --addprefix=elfutils/ > $@.new mv $@.new $@ diff --git a/elfutils.spec b/elfutils.spec index d70f752..4332310 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,5 +1,5 @@ %define version 0.108 -%define release 3 +%define release 4 %define gpl 0 %if %{?_with_compat:1}%{!?_with_compat:0} @@ -223,6 +223,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog +* Thu Jun 9 2005 Roland McGrath - 0.108-4 +- eu-strip robustification + * Wed May 25 2005 Roland McGrath - 0.108-3 - more robustification