[newt] update to 0.52.17

Miroslav Lichvar mlichvar at fedoraproject.org
Wed Feb 19 17:08:04 UTC 2014


commit e33484704cc9c62d62b8e86248d75182553c276f
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Wed Feb 19 18:00:26 2014 +0100

    update to 0.52.17

 .gitignore |    2 +-
 newt.spec  |   11 ++---------
 sources    |    2 +-
 3 files changed, 4 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c45ac86..209f430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/newt-0.52.16.tar.gz
+/newt-0.52.17.tar.gz
diff --git a/newt.spec b/newt.spec
index 9e5c345..150e479 100644
--- a/newt.spec
+++ b/newt.spec
@@ -6,7 +6,7 @@
 
 Summary: A library for text mode user interfaces
 Name: newt
-Version: 0.52.16
+Version: 0.52.17
 Release: 2%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
@@ -19,10 +19,6 @@ BuildRequires: python3-devel
 %endif
 Provides: snack = %{version}-%{release}
 
-Patch1: newt-python3.patch
-Patch2: newt-snackrename.patch
-BuildRequires: autoconf
-
 %package devel
 Summary: Newt windowing toolkit development files
 Requires: slang-devel %{name}%{?_isa} = %{version}-%{release}
@@ -79,11 +75,8 @@ providing a python API for creating text mode interfaces.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 %build
-autoconf
 # gpm support seems to smash the stack w/ we use help in anaconda??
 # --with-gpm-support
 %configure --without-tcl
@@ -101,7 +94,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 %postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%doc COPYING
+%doc AUTHORS COPYING CHANGES README
 %{_bindir}/whiptail
 %{_libdir}/libnewt.so.*
 %{_mandir}/man1/whiptail.1*
diff --git a/sources b/sources
index ec75f23..eabba85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ce923015cf87ef2c17779d24692f573  newt-0.52.16.tar.gz
+f36d4d908965a0c89fd6fd8b61a6118b  newt-0.52.17.tar.gz


More information about the scm-commits mailing list