Browse Source

uClibc:
- update to 0.9.33.2
- update config

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7155 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 11 years ago
parent
commit
9af823d998
1 changed files with 9 additions and 5 deletions
  1. 9 5
      u/uClibc/uClibc-vl.spec

+ 9 - 5
u/uClibc/uClibc-vl.spec

@@ -1,16 +1,16 @@
-%define prever rc3
+#define prever rc3
 
 Summary: C library for embedded Linux
 Summary(ja): 組み込みLinux用のCライブラリ
 
 Name: uClibc
-Version: 0.9.32
-Release: 1.%{prever}%{?_dist_release}
+Version: 0.9.33.2
+Release: 1%{?_dist_release}
 
 Group: Development/Libraries
 License: LGPLv2
 URL: http://www.uclibc.org/
-Source0: http://www.uclibc.org/downloads/%{name}-%{version}-%{prever}.tar.xz
+Source0: http://www.uclibc.org/downloads/%{name}-%{version}.tar.xz
 Source1: uClibc.config
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -39,7 +39,7 @@ This package contains the header files and libraries
 needed for uClibc package.
 
 %prep
-%setup -q -n %{name}-%{version}-%{prever}
+%setup -q -n %{name}-%{version}
 
 cat %{SOURCE1} >.config1
 iconv -f windows-1252 -t utf-8 README >README.pom
@@ -88,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/uClibc
 
 %changelog
+* Mon Nov 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.33.2-1
+- update to 0.9.33.2
+- update config
+
 * Mon May 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.32-1.rc3
 - initial build for Vine Linux