Browse Source

newt: update to 0.52.12

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

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

@@ -4,15 +4,14 @@
 Summary: A development library for text mode user interfaces.
 Summary(ja): テキストモードインターフェースのための開発ライブラリ
 Name: newt
-Version: 0.52.10
-Release: 7%{?_dist_release}
+Version: 0.52.12
+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
-# Security fix
-Patch100: newt-0.52.10-reflowbuffer.patch
+Patch0: newt-0.52.12-nostdin.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Vendor: Project Vine
@@ -78,8 +77,7 @@ newt.
 
 %prep
 %setup -q -n %{name}-%{version}
-
-%patch100 -p1 -b .CVE-2009-2905
+%patch0 -p1 -b .nostdin
 
 %build
 %if %{build_compat32}
@@ -127,6 +125,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/newt.h
 %{_libdir}/libnewt.a
 %{_libdir}/libnewt.so
+%{_libdir}/pkgconfig/libnewt.pc
 
 %if %{build_compat32}
 %files -n compat32-%{name}
@@ -143,6 +142,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 31 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.52.12-1
+- update to 0.52.12
+- add patch0: don't hang in form when stdin disappears
+- remove patch100, fixed in upstream
+
 * Mon Apr 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.52.10-7
 - rebuilt with recent environment.