[dietlibc] - updated git-patch (fstatat(2) implementation + actime_r(3) fixes) - removed local runtests-X.sh; i

ensc ensc at fedoraproject.org
Thu Apr 5 12:54:44 UTC 2012


commit 031e2ffc833d2b52e05754c599b18120809d5810
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Thu Apr 5 14:52:00 2012 +0200

    - updated git-patch (fstatat(2) implementation + actime_r(3) fixes)
    - removed local runtests-X.sh; it is in git already

 .gitignore    |    2 +-
 dietlibc.spec |   13 ++++-----
 runtests-X.sh |   80 ---------------------------------------------------------
 sources       |    2 +-
 4 files changed, 8 insertions(+), 89 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b6e4d9..32cf102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /dietlibc-0.33.20120330.tar.xz
-/dietlibc-github-e3675c7d1939de7fa679f6a80372ac35d0848589.patch.gz
+/dietlibc-github-236455eac1d2ed2e2004a89b85f904f3ab27e0da.patch.gz
diff --git a/dietlibc.spec b/dietlibc.spec
index e3e1640..e40f032 100644
--- a/dietlibc.spec
+++ b/dietlibc.spec
@@ -8,7 +8,7 @@
 ##
 
 %global prerelease	20120330
-%global githubref	e3675c7d1939de7fa679f6a80372ac35d0848589
+%global githubref	236455eac1d2ed2e2004a89b85f904f3ab27e0da
 %global pkglibdir	%_prefix/lib/dietlibc
 
 %ifarch %ix86 x86_64
@@ -35,7 +35,7 @@
 Summary:	Small libc implementation
 Name:		dietlibc
 Version:	0.33
-Release:	%release_func 1800
+Release:	%release_func 1801
 License:	GPLv2
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -46,7 +46,6 @@ Source1:	http://www.fefe.de/dietlibc/%name-%version.tar.bz2.sig
 # generated by 'make cvs-sources [CVS_DATE=....]'
 Source0:	%name-%version.%prerelease.tar.xz
 %endif
-Source10:	runtests-X.sh
 ## CVS..master diff from https://github.com/ensc/dietlibc
 Patch0:		dietlibc-github-%githubref.patch.gz
 BuildRoot:	%_tmppath/%name-%version-%release-buildroot
@@ -134,10 +133,6 @@ sed -i \
 %global basemakeflags	prefix=%pkglibdir BINDIR=%_bindir MAN1DIR=%_mandir/man1 CFLAGS="$RPM_OPT_FLAGS %fixcflags $XTRA_CFLAGS" PDIET=%pkglibdir STRIP=:
 %global makeflags	%basemakeflags
 
-for i in `find test -name 'runtests.sh'`; do
-	ln -s %SOURCE10 `dirname $i`/runtests-X.sh
-done
-
 
 %build
 make %makeflags all %{?_smp_mflags}
@@ -203,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr  5 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.33-0.1801.20120330
+- updated git-patch (fstatat(2) implementation + actime_r(3) fixes)
+- removed local runtests-X.sh; it is in git already
+
 * Sat Mar 31 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.33-0.1800.20120330
 - updated to 20120330 CVS snapshot
 - versionized the patchset fetched from github
diff --git a/sources b/sources
index b9c6c67..103e4aa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 a6f2dac580cff9bb79da5d3a75c7cc8a  dietlibc-0.33.20120330.tar.xz
-7e2bd759a5fc8699b845b6162f945cb5  dietlibc-github-e3675c7d1939de7fa679f6a80372ac35d0848589.patch.gz
+f481faef12b80822f0197b014438ac5e  dietlibc-github-236455eac1d2ed2e2004a89b85f904f3ab27e0da.patch.gz


More information about the scm-commits mailing list