|
@@ -4,15 +4,14 @@
|
|
Summary: A development library for text mode user interfaces.
|
|
Summary: A development library for text mode user interfaces.
|
|
Summary(ja): テキストモードインターフェースのための開発ライブラリ
|
|
Summary(ja): テキストモードインターフェースのための開発ライブラリ
|
|
Name: newt
|
|
Name: newt
|
|
-Version: 0.52.10
|
|
+Version: 0.52.12
|
|
-Release: 7%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: https://fedorahosted.org/newt/
|
|
URL: https://fedorahosted.org/newt/
|
|
|
|
|
|
Source: https://fedorahosted.org/releases/n/e/newt/newt-%{version}.tar.gz
|
|
Source: https://fedorahosted.org/releases/n/e/newt/newt-%{version}.tar.gz
|
|
-# Security fix
|
|
+Patch0: newt-0.52.12-nostdin.patch
|
|
-Patch100: newt-0.52.10-reflowbuffer.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -78,8 +77,7 @@ newt.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
%setup -q -n %{name}-%{version}
|
|
-
|
|
+%patch0 -p1 -b .nostdin
|
|
-%patch100 -p1 -b .CVE-2009-2905
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
@@ -127,6 +125,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_includedir}/newt.h
|
|
%{_includedir}/newt.h
|
|
%{_libdir}/libnewt.a
|
|
%{_libdir}/libnewt.a
|
|
%{_libdir}/libnewt.so
|
|
%{_libdir}/libnewt.so
|
|
|
|
+%{_libdir}/pkgconfig/libnewt.pc
|
|
|
|
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
%files -n compat32-%{name}
|
|
%files -n compat32-%{name}
|
|
@@ -143,6 +142,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Mon Apr 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.52.10-7
|
|
- rebuilt with recent environment.
|
|
- rebuilt with recent environment.
|
|
|
|
|