[newt] 0.52.12-1

Miroslav Lichvar mlichvar at fedoraproject.org
Fri Aug 6 12:13:59 UTC 2010


commit e29db349208b30d48867878c3f53ae29839d3413
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Fri Aug 6 14:11:28 2010 +0200

    0.52.12-1
    
    - fix whiptail --gauge and its description in man page (#620083)
    - remove space after \n in whiptail texts (#620083)
    - remove NLS code from snack (#599608)
    - expose more keys to python as shortcuts in dialogs (Jakob Kemi)
    - release python global-thread-lock during dialog displays (Jakob Kemi)
    - fix warnings in whiptcl.c and include Tcl_PkgProvide() call (Mikhail T.)
    - don't NULL deref when an invalid array is specified in checkboxtree
      (Arnaldo Carvalho de Melo)

 .gitignore |    1 +
 newt.spec  |   16 +++++++++++++---
 sources    |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bfe686..c870223 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 newt-0.52.11.tar.gz
+newt-0.52.12.tar.gz
diff --git a/newt.spec b/newt.spec
index faaa792..dec80d4 100644
--- a/newt.spec
+++ b/newt.spec
@@ -1,12 +1,12 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Summary: A library for text mode user interfaces
 Name: newt
-Version: 0.52.11
-Release: 3%{?dist}
+Version: 0.52.12
+Release: 1%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
 URL: https://fedorahosted.org/newt/
-Source: https://fedorahosted.org/releases/n/e/newt/newt-%{version}.tar.gz
+Source: https://fedorahosted.org/released/newt/newt-%{version}.tar.gz
 BuildRequires: popt-devel python-devel slang-devel
 BuildRequires: docbook-utils
 Provides: snack = %{version}-%{release}
@@ -104,6 +104,16 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*.py*
 
 %changelog
+* Fri Aug 06 2010 Miroslav Lichvar <mlichvar at redhat.com> - 0.52.12-1
+- fix whiptail --gauge and its description in man page (#620083)
+- remove space after \n in whiptail texts (#620083)
+- remove NLS code from snack (#599608)
+- expose more keys to python as shortcuts in dialogs (Jakob Kemi)
+- release python global-thread-lock during dialog displays (Jakob Kemi)
+- fix warnings in whiptcl.c and include Tcl_PkgProvide() call (Mikhail T.)
+- don't NULL deref when an invalid array is specified in checkboxtree
+  (Arnaldo Carvalho de Melo)
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.52.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index d5e3080..2725f84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b9a0685ecd180c42d2c4a5806e3fc52  newt-0.52.11.tar.gz
+51b04128d9e1bf000fa769c417b74486  newt-0.52.12.tar.gz


More information about the scm-commits mailing list