Browse Source

new upstream

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5283 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
2841072f17
1 changed files with 5 additions and 6 deletions
  1. 5 6
      n/newt/newt-vl.spec

+ 5 - 6
n/newt/newt-vl.spec

@@ -4,17 +4,15 @@
 Summary: A development library for text mode user interfaces.
 Summary(ja): テキストモードインターフェースのための開発ライブラリ
 Name: newt
-Version: 0.52.12
-Release: 2%{?_dist_release}
+Version: 0.52.13
+Release: 1%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/newt/
 
 Source: https://fedorahosted.org/releases/n/e/newt/newt-%{version}.tar.gz
-Patch0: newt-0.52.12-nostdin.patch
 # patches from mdv
 Patch1: newt-0.51.4-fix-wstrlen-for-non-utf8-strings.patch
-Patch2: newt-0.51.6-assorted-fixes.patch
 # patches from ubuntu
 Patch10: 400_python_memory_allocation.patch
 
@@ -83,9 +81,7 @@ newt.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .nostdin
 %patch1 -p1 -b .fix-wstrlen-for-non-utf8-strings
-%patch2 -p1 -b .assorted-fixes
 %patch10 -p1 -b .python_memory_allocation
 
 %build
@@ -151,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.52.13-1
+- new upstram release
+
 * Sat Jun 04 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.52.12-2
 - add patch2,3 from mdv
 - add patch10 from ubuntu