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

ensc ensc at fedoraproject.org
Mon Apr 30 10:30:15 UTC 2012


commit 746de281aaf69a97aed514409954ec01b13d2d78
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 |   11 +++----
 runtests-X.sh |   80 ---------------------------------------------------------
 sources       |    2 +-
 4 files changed, 7 insertions(+), 88 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 1dd5a3e..f1418ee 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
@@ -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
+* Sun Apr 29 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
+- 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.1701.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