[dietlibc/f17] - updated to 20120330 CVS snapshot - versionized the patchset fetched from github

ensc ensc at fedoraproject.org
Sat Mar 31 14:12:11 UTC 2012


commit 7ec2c6aed0d8d0292d5e5a0b8391a079717c270d
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sat Mar 31 16:04:45 2012 +0200

    - updated to 20120330 CVS snapshot
    - versionized the patchset fetched from github

 .gitignore    |    4 ++--
 dietlibc.spec |   12 +++++++++---
 sources       |    4 ++--
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b0869ba..1b6e4d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/dietlibc-0.33.20111222.tar.xz
-/dietlibc-github.patch.gz
+/dietlibc-0.33.20120330.tar.xz
+/dietlibc-github-e3675c7d1939de7fa679f6a80372ac35d0848589.patch.gz
diff --git a/dietlibc.spec b/dietlibc.spec
index 3803fc7..1dd5a3e 100644
--- a/dietlibc.spec
+++ b/dietlibc.spec
@@ -7,7 +7,8 @@
 %bcond_without		noarch
 ##
 
-%global prerelease	20111222
+%global prerelease	20120330
+%global githubref	e3675c7d1939de7fa679f6a80372ac35d0848589
 %global pkglibdir	%_prefix/lib/dietlibc
 
 %ifarch %ix86 x86_64
@@ -34,7 +35,7 @@
 Summary:	Small libc implementation
 Name:		dietlibc
 Version:	0.33
-Release:	%release_func 1700
+Release:	%release_func 1701
 License:	GPLv2
 Group:		Development/Libraries
 URL:		http://www.fefe.de/dietlibc/
@@ -47,7 +48,7 @@ Source0:	%name-%version.%prerelease.tar.xz
 %endif
 Source10:	runtests-X.sh
 ## CVS..master diff from https://github.com/ensc/dietlibc
-Patch0:		dietlibc-github.patch.gz
+Patch0:		dietlibc-github-%githubref.patch.gz
 BuildRoot:	%_tmppath/%name-%version-%release-buildroot
 %{?with_dynamic:Requires:	dietlibc-lib = %version-%release}
 %{!?with_dynamic:Obsoletes:	dietlibc-lib < %version-%release}
@@ -202,6 +203,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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
+- fixed build on armv7+ systems (#800601)
+
 * Sat Jan 14 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.33-0.1700.20111222
 - updated to 20111222 CVS snapshot
 - rediffed + updated patchset
diff --git a/sources b/sources
index f956b98..b9c6c67 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-13401ee8360ac03aa862840b2a2cae47  dietlibc-0.33.20111222.tar.xz
-03d26bdc779a9abf62792ca4c449f182  dietlibc-github.patch.gz
+a6f2dac580cff9bb79da5d3a75c7cc8a  dietlibc-0.33.20120330.tar.xz
+7e2bd759a5fc8699b845b6162f945cb5  dietlibc-github-e3675c7d1939de7fa679f6a80372ac35d0848589.patch.gz


More information about the scm-commits mailing list