[uClibc] resolves: #712040 resolves: #716134 update to 0.9.32 final

pschiffe pschiffe at fedoraproject.org
Wed Aug 17 14:39:34 UTC 2011


commit 0870564dcf3252721333d8d7b07e5ff297131970
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Wed Aug 17 16:38:58 2011 +0200

    resolves: #712040
    resolves: #716134
    update to 0.9.32 final

 .gitignore                       |    3 +--
 sources                          |    2 +-
 uClibc-0.9.32-rc2-getutent.patch |   13 -------------
 uClibc.spec                      |   15 ++++++++-------
 4 files changed, 10 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5fcd68..99d37a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/uClibc-0.9.31.tar.bz2
-/uClibc-0.9.32-rc2.tar.xz
+/uClibc-0.9.32.tar.xz
diff --git a/sources b/sources
index b1d4f4f..2b20fd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c36d9d86c619247807380027d9a14c1e  uClibc-0.9.32-rc2.tar.xz
+51660b93b8f1edb486049981fecfd148  uClibc-0.9.32.tar.xz
diff --git a/uClibc.spec b/uClibc.spec
index 27df49e..2f012b2 100644
--- a/uClibc.spec
+++ b/uClibc.spec
@@ -1,16 +1,13 @@
-%global pretag rc2
-
 Name: uClibc
 Version: 0.9.32
-Release: 0.5.%{pretag}%{?dist}
+Release: 1%{?dist}
 Summary: C library for embedded Linux
 
 Group: Development/Libraries
 License: LGPLv2
 URL: http://www.uclibc.org/
-Source0: http://www.uclibc.org/downloads/%{name}-%{version}-%{pretag}.tar.xz
+Source0: http://www.uclibc.org/downloads/%{name}-%{version}.tar.xz
 Source1: uClibc.config
-Patch0: uClibc-0.9.32-rc2-getutent.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %global debug_package %{nil}
@@ -37,8 +34,7 @@ This package contains the header files and libraries
 needed for uClibc package.
 
 %prep
-%setup -q -n %{name}-%{version}-%{pretag}
-%patch0 -p1 -b .getutent
+%setup -q -n %{name}-%{version}
 
 cat %{SOURCE1} >.config1
 iconv -f windows-1252 -t utf-8 README >README.pom
@@ -93,6 +89,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/uClibc
 
 %changelog
+* Tue Aug 16 2011 Peter Schiffer <pschiffe at redhat.com> - 0.9.32-1
+- resolves: #712040
+  resolves: #716134
+  update to 0.9.32 final
+
 * Mon Jun 13 2011 Peter Robinson <pbrobinson at gmail.com> - 0.9.32-0.5.rc2
 - And set the ARM build to little endian
 


More information about the scm-commits mailing list