packages: uClibc/uClibc-stdio-unhide.patch, uClibc/uClibc.spec, uClibc/uCli...
qboosh
qboosh at pld-linux.org
Sat Feb 4 15:57:19 CET 2012
Author: qboosh Date: Sat Feb 4 14:57:19 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.9.33
- updated stdio-unhide patch
- removed obsolete epoll patch
---- Files affected:
packages/uClibc:
uClibc-stdio-unhide.patch (1.5 -> 1.6) , uClibc.spec (1.205 -> 1.206) , uClibc-epoll.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/uClibc/uClibc-stdio-unhide.patch
diff -u packages/uClibc/uClibc-stdio-unhide.patch:1.5 packages/uClibc/uClibc-stdio-unhide.patch:1.6
--- packages/uClibc/uClibc-stdio-unhide.patch:1.5 Sun Jun 19 09:18:41 2011
+++ packages/uClibc/uClibc-stdio-unhide.patch Sat Feb 4 15:57:14 2012
@@ -9,14 +9,14 @@
#ifdef __UCLIBC_HAS_LOCALE__
extern void weak_function _locale_init(void) attribute_hidden;
#endif
---- uClibc-0.9.29/libc/stdlib/_atexit.c.orig 2007-05-04 16:13:17.000000000 +0200
-+++ uClibc-0.9.29/libc/stdlib/_atexit.c 2007-06-04 00:40:04.671116329 +0200
-@@ -305,7 +305,7 @@
- #endif
+--- uClibc-0.9.33/libc/stdlib/_atexit.c.orig 2012-02-01 22:21:04.000000000 +0100
++++ uClibc-0.9.33/libc/stdlib/_atexit.c 2012-02-04 15:34:41.881463595 +0100
+@@ -314,7 +314,7 @@
+ return q != 0;
+ }
- #ifdef L_exit
-extern void weak_function _stdio_term(void) attribute_hidden;
+extern void weak_function _stdio_term(void);
- attribute_hidden void (*__exit_cleanup) (int) = 0;
+ attribute_hidden void (*__exit_cleanup)(int) = 0;
__UCLIBC_MUTEX_INIT(__atexit_lock, PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP);
================================================================
Index: packages/uClibc/uClibc.spec
diff -u packages/uClibc/uClibc.spec:1.205 packages/uClibc/uClibc.spec:1.206
--- packages/uClibc/uClibc.spec:1.205 Sat Dec 31 10:51:26 2011
+++ packages/uClibc/uClibc.spec Sat Feb 4 15:57:14 2012
@@ -12,19 +12,18 @@
Summary: C library optimized for size
Summary(pl.UTF-8): Biblioteka C zoptymalizowana na rozmiar
Name: uClibc
-Version: 0.9.32.1
+Version: 0.9.33
Release: 1
Epoch: 4
License: LGPL v2.1
Group: Libraries
Source0: http://uclibc.org/downloads/%{name}-%{version}.tar.xz
-# Source0-md5: 85fbafaf3e634988e49e2b222e8a2180
+# Source0-md5: 940b411bfac938a77d25a86cb53d67ff
Patch0: %{name}-newsoname.patch
Patch1: %{name}-toolchain-wrapper.patch
Patch2: %{name}-targetcpu.patch
Patch3: %{name}-debug.patch
Patch4: %{name}-stdio-unhide.patch
-Patch5: %{name}-epoll.patch
URL: http://uclibc.org/
BuildRequires: binutils >= 2.16
BuildRequires: cpp
@@ -93,11 +92,10 @@
%patch2 -p1
%patch3 -p1
%patch4 -p1
-%patch5 -p1
# ARCH is already determined by uname -m
%ifarch %{ix86}
-defconfig=extra/Configs/defconfigs/i386
+defconfig=extra/Configs/defconfigs/i386/defconfig
%ifarch i386
echo 'CONFIG_386=y' >> $defconfig
%endif
@@ -121,19 +119,19 @@
%endif
%endif
%ifarch %{x8664}
-defconfig=extra/Configs/defconfigs/x86_64
+defconfig=extra/Configs/defconfigs/x86_64/defconfig
%endif
%ifarch alpha
-defconfig=extra/Configs/defconfigs/alpha
+defconfig=extra/Configs/defconfigs/alpha/defconfig
%endif
%ifarch sparc sparcv9
-defconfig=extra/Configs/defconfigs/sparc
+defconfig=extra/Configs/defconfigs/sparc/defconfig
%endif
%ifarch ppc
-defconfig=extra/Configs/defconfigs/powerpc
+defconfig=extra/Configs/defconfigs/powerpc/defconfig
%endif
%ifarch ia64
-defconfig=extra/Configs/defconfigs/ia64
+defconfig=extra/Configs/defconfigs/ia64/defconfig
%endif
cat <<'EOF' >> $defconfig
@@ -333,6 +331,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.206 2012/02/04 14:57:14 qboosh
+- updated to 0.9.33
+- updated stdio-unhide patch
+- removed obsolete epoll patch
+
Revision 1.205 2011/12/31 09:51:26 arekm
- up to 0.9.32.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/uClibc/uClibc-stdio-unhide.patch?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/uClibc/uClibc.spec?r1=1.205&r2=1.206&f=u
More information about the pld-cvs-commit
mailing list