From: Jakub Bogusz Date: Tue, 2 Aug 2011 17:41:46 +0000 (+0000) Subject: - updated to 1.5.24 X-Git-Tag: auto/th/klibc-1_5_24-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fklibc.git;a=commitdiff_plain;h=b8016b7 - updated to 1.5.24 - removed obsolete make patch Changed files: klibc-make.patch -> 1.2 klibc.spec -> 1.86 --- diff --git a/klibc-make.patch b/klibc-make.patch deleted file mode 100644 index 46cedb5..0000000 --- a/klibc-make.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- klibc-1.5.19/scripts/Kbuild.include.orig 2010-08-19 09:39:45.986816591 +0200 -+++ klibc-1.5.19/scripts/Kbuild.include 2010-08-19 09:49:15.010816591 +0200 -@@ -127,7 +127,7 @@ - # >'< substitution is for echo to work, >$< substitution to preserve $ when reloading .cmd file - # note: when using inline perl scripts [perl -e '...$$t=1;...'] in $(cmd_xxx) double $$ your perl vars - # --if_changed = $(if $(strip $(filter-out $(PHONY),$?) \ -+if_changed = $(if $(strip $(filter-out $(PHONY) FORCE,$?) \ - $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ), \ - @set -e; \ - $(echo-cmd) $(cmd_$(1)); \ -@@ -135,7 +135,7 @@ - - # execute the command and also postprocess generated .d dependencies - # file --if_changed_dep = $(if $(strip $(filter-out $(PHONY),$?) \ -+if_changed_dep = $(if $(strip $(filter-out $(PHONY) FORCE,$?) \ - $(filter-out FORCE $(wildcard $^),$^) \ - $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ), \ - @set -e; \ -@@ -147,7 +147,7 @@ - # Usage: $(call if_changed_rule,foo) - # will check if $(cmd_foo) changed, or any of the prequisites changed, - # and if so will execute $(rule_foo) --if_changed_rule = $(if $(strip $(filter-out $(PHONY),$?) \ -+if_changed_rule = $(if $(strip $(filter-out $(PHONY) FORCE,$?) \ - $(call arg-check, $(cmd_$(1)), $(cmd_$@)) ),\ - @set -e; \ - $(rule_$(1))) diff --git a/klibc.spec b/klibc.spec index d2d3af0..70c3f08 100644 --- a/klibc.spec +++ b/klibc.spec @@ -10,14 +10,13 @@ Summary: Minimalistic libc subset for use with initramfs Summary(pl.UTF-8): Zminimalizowany podzbiór biblioteki C do używania z initramfs Name: klibc -Version: 1.5.23 +Version: 1.5.24 Release: 1 License: BSD/GPL Group: Libraries Source0: http://www.kernel.org/pub/linux/libs/klibc/Current/%{name}-%{version}.tar.bz2 -# Source0-md5: 38a0ac99c4facd14443f4495b29aeff1 +# Source0-md5: 4df9b0d3d7f9f366c4b5c171cac3c6c3 Patch0: %{name}-klcc.patch -Patch1: %{name}-make.patch URL: http://www.zytor.com/mailman/listinfo/klibc/ # ld.bfd binary BuildRequires: binutils >= 2.20.51.0.6 @@ -127,7 +126,6 @@ Programy zawarte w tym pakiecie zawierają informacje dla debuggera. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build cd usr/include