2006-12-21 15:29:33 +00:00
|
|
|
#
|
2008-04-08 22:38:42 +00:00
|
|
|
# spec file for package newt (Version 0.52.9)
|
2006-12-21 15:29:33 +00:00
|
|
|
#
|
2008-04-08 22:38:42 +00:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-21 15:29:33 +00:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
|
#
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-04-08 22:38:42 +00:00
|
|
|
|
2006-12-21 15:29:33 +00:00
|
|
|
Name: newt
|
2007-12-18 17:51:42 +00:00
|
|
|
Url: http://cvs.fedora.redhat.com/viewcvs/devel/newt/
|
2006-12-21 15:29:33 +00:00
|
|
|
Summary: Nifty Erik's Windowing Toolkit
|
2008-04-08 22:38:42 +00:00
|
|
|
Version: 0.52.9
|
2008-04-10 13:03:51 +00:00
|
|
|
Release: 2
|
2007-12-18 17:51:42 +00:00
|
|
|
%define soname 0_52
|
|
|
|
|
License: LGPL v2.1 or later
|
2006-12-21 15:29:33 +00:00
|
|
|
Group: System/Libraries
|
2007-12-18 17:51:42 +00:00
|
|
|
Source: %name-%version.tar.bz2
|
2007-06-28 17:36:00 +00:00
|
|
|
Source10: %name-rpmlintrc
|
2007-12-18 17:51:42 +00:00
|
|
|
Requires: libnewt%soname = %version
|
2007-10-11 20:00:42 +00:00
|
|
|
BuildRequires: popt-devel python-devel slang-devel
|
2007-12-18 17:51:42 +00:00
|
|
|
%if 0%{?suse_version} < 1020
|
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
%endif
|
2007-06-28 17:36:00 +00:00
|
|
|
# needed for tutorial.pdf
|
|
|
|
|
BuildRequires: docbook-toys
|
2007-12-18 17:51:42 +00:00
|
|
|
%if 0%{?sles_version} == 9
|
|
|
|
|
BuildRequires: jadetex
|
|
|
|
|
%endif
|
2007-06-14 13:44:43 +00:00
|
|
|
%{py_requires}
|
2007-04-01 23:00:44 +00:00
|
|
|
#
|
2007-12-18 17:51:42 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-10-11 20:00:42 +00:00
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
%description
|
|
|
|
|
Newt is a programming library for color text-mode widget-based user
|
|
|
|
|
interfaces. Newt can be used to add stacked windows, entry widgets,
|
|
|
|
|
check boxes, radio buttons, labels, plain text fields, scrollbars,
|
|
|
|
|
etc., to text mode user interfaces.
|
2007-10-11 20:00:42 +00:00
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
This package also contains a Dialog replacement called whiptail.
|
2007-10-11 20:00:42 +00:00
|
|
|
|
|
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Erik Troan <ewt@redhat.com>
|
|
|
|
|
|
|
|
|
|
%package -n libnewt0_52
|
2008-04-08 22:38:42 +00:00
|
|
|
License: LGPL v2.1 or later
|
2007-12-18 17:51:42 +00:00
|
|
|
Summary: Shared libraries for Nifty Erik's Windowing Toolkit
|
2007-10-11 20:00:42 +00:00
|
|
|
Group: System/Libraries
|
2007-12-18 17:51:42 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
%description -n libnewt0_52
|
|
|
|
|
This package contains the shared libraries needed by programs built
|
|
|
|
|
with newt.
|
2006-12-21 15:29:33 +00:00
|
|
|
|
|
|
|
|
Newt is a programming library for color text-mode widget-based user
|
|
|
|
|
interfaces. Newt can be used to add stacked windows, entry widgets,
|
|
|
|
|
check boxes, radio buttons, labels, plain text fields, scrollbars,
|
|
|
|
|
etc., to text mode user interfaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Erik Troan <ewt@redhat.com>
|
|
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
%package devel
|
2008-04-08 22:38:42 +00:00
|
|
|
License: LGPL v2.1 or later
|
2007-12-18 17:51:42 +00:00
|
|
|
Summary: Development files for the Newt windowing toolkit
|
|
|
|
|
Requires: libnewt%soname = %{version}
|
2008-04-08 22:38:42 +00:00
|
|
|
Requires: python-devel
|
|
|
|
|
Requires: slang-devel
|
|
|
|
|
Requires: popt-devel
|
|
|
|
|
Recommends: newt = %{version}
|
2007-12-18 17:51:42 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
#
|
|
|
|
|
|
2006-12-21 15:29:33 +00:00
|
|
|
%description devel
|
|
|
|
|
This package contains the header files and libraries necessary for
|
|
|
|
|
developing applications which use newt.
|
|
|
|
|
|
|
|
|
|
Newt is a development library for text mode user interfaces.
|
|
|
|
|
|
|
|
|
|
Install newt-devel if you want to develop applications which depend on
|
|
|
|
|
newt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-06-28 17:36:00 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Erik Troan <ewt@redhat.com>
|
|
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
%package doc
|
2008-04-08 22:38:42 +00:00
|
|
|
License: LGPL v2.1 or later
|
2007-12-18 17:51:42 +00:00
|
|
|
Summary: Tutorial for Nifty Erik's Windowing Toolkit
|
|
|
|
|
Group: Documentation/Howto
|
|
|
|
|
#
|
|
|
|
|
|
2007-06-28 17:36:00 +00:00
|
|
|
%description doc
|
|
|
|
|
This package contains a tutorial about the Newt windowing toolkit.
|
|
|
|
|
|
|
|
|
|
Newt is a programming library for color text-mode widget-based user
|
|
|
|
|
interfaces. Newt can be used to add stacked windows, entry widgets,
|
|
|
|
|
check boxes, radio buttons, labels, plain text fields, scrollbars,
|
|
|
|
|
etc., to text mode user interfaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-03-07 22:15:32 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Erik Troan <ewt@redhat.com>
|
|
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
%package static
|
2008-04-08 22:38:42 +00:00
|
|
|
License: LGPL v2.1 or later
|
2007-12-18 17:51:42 +00:00
|
|
|
Summary: Static libraries of Nifty Erik's Windowing Toolkit
|
|
|
|
|
Requires: newt-devel = %{version}
|
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
#
|
|
|
|
|
|
2007-03-07 22:15:32 +00:00
|
|
|
%description static
|
2008-04-08 22:38:42 +00:00
|
|
|
This package contains the static libraries needed to compile programs
|
2007-12-18 17:51:42 +00:00
|
|
|
based on newt which don't need the shared libraries.
|
|
|
|
|
|
2007-03-07 22:15:32 +00:00
|
|
|
Newt is a programming library for color text-mode widget-based user
|
|
|
|
|
interfaces. Newt can be used to add stacked windows, entry widgets,
|
|
|
|
|
check boxes, radio buttons, labels, plain text fields, scrollbars,
|
|
|
|
|
etc., to text mode user interfaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-10-11 20:00:42 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Erik Troan <ewt@redhat.com>
|
|
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
%package python
|
2008-04-08 22:38:42 +00:00
|
|
|
License: GPL v2 only; GPL v2 or later; LGPL v2.1 or later
|
2007-12-18 17:51:42 +00:00
|
|
|
Summary: Python bindings for newt
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Requires: newt = %{version}
|
|
|
|
|
#
|
|
|
|
|
|
2007-10-11 20:00:42 +00:00
|
|
|
%description python
|
|
|
|
|
The newt-python package contains the Python bindings for the newt
|
|
|
|
|
library providing a python API for creating text mode ionterfaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-12-21 15:29:33 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Erik Troan <ewt@redhat.com>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
2007-06-14 13:44:43 +00:00
|
|
|
%configure --without-tcl
|
|
|
|
|
# gpm support seems to smash the stack
|
|
|
|
|
# --with-gpm-support
|
2007-06-28 17:36:00 +00:00
|
|
|
## make depend
|
2007-12-18 17:51:42 +00:00
|
|
|
make %{?jobs:-j%jobs} all
|
2006-12-21 15:29:33 +00:00
|
|
|
|
|
|
|
|
%install
|
2007-12-18 17:51:42 +00:00
|
|
|
make PYTHONVERS="python%{py_ver}" instroot="%buildroot" install install-sh
|
2006-12-21 15:29:33 +00:00
|
|
|
# currently we don't support these languages
|
2008-04-08 22:38:42 +00:00
|
|
|
for lang in wo; do
|
|
|
|
|
rm -rf %buildroot%_datadir/locale/$lang
|
|
|
|
|
done
|
2007-12-18 17:51:42 +00:00
|
|
|
#
|
|
|
|
|
# prepare defaultdocdir with examples and scripts
|
|
|
|
|
#
|
2007-10-11 20:00:42 +00:00
|
|
|
install -d -m 755 %buildroot/%_defaultdocdir/%name/examples
|
|
|
|
|
# install COPYING file
|
|
|
|
|
install -m 644 COPYING %buildroot/%_defaultdocdir/%name/
|
|
|
|
|
# install example scripts
|
|
|
|
|
install -m 755 peanuts.py %buildroot/%_defaultdocdir/%name/examples/
|
|
|
|
|
install -m 755 popcorn.py %buildroot/%_defaultdocdir/%name/examples/
|
2007-12-18 17:51:42 +00:00
|
|
|
#
|
2007-10-11 20:00:42 +00:00
|
|
|
# create tutorial.pdf documentation
|
2007-12-18 17:51:42 +00:00
|
|
|
#
|
2007-10-11 20:00:42 +00:00
|
|
|
install -m 644 tutorial.sgml %buildroot/%_defaultdocdir/%name/
|
2007-06-28 17:36:00 +00:00
|
|
|
pushd %buildroot/%_defaultdocdir/%name/ 1>/dev/null
|
|
|
|
|
db2pdf tutorial.sgml
|
|
|
|
|
rm tutorial.{aux,log,out} CATALOG.* *.dsl
|
|
|
|
|
popd 1>/dev/null
|
2006-12-21 15:29:33 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %buildroot
|
|
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
%post -n libnewt%soname -p /sbin/ldconfig
|
2006-12-21 15:29:33 +00:00
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
%postun -n libnewt%soname -p /sbin/ldconfig
|
2006-12-21 15:29:33 +00:00
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%defattr (-,root,root)
|
2007-06-28 17:36:00 +00:00
|
|
|
%dir %_defaultdocdir/%name
|
|
|
|
|
%doc %_defaultdocdir/%name/COPYING
|
2006-12-21 15:29:33 +00:00
|
|
|
%{_bindir}/whiptail
|
|
|
|
|
%{_mandir}/man1/whiptail.1*
|
|
|
|
|
|
2007-12-18 17:51:42 +00:00
|
|
|
%files -n libnewt0_52
|
|
|
|
|
%defattr (-,root,root)
|
|
|
|
|
%{_libdir}/libnewt.so.*
|
|
|
|
|
|
2006-12-21 15:29:33 +00:00
|
|
|
%files devel
|
|
|
|
|
%defattr (-,root,root)
|
|
|
|
|
%{_includedir}/newt.h
|
|
|
|
|
%{_libdir}/libnewt.so
|
|
|
|
|
|
2007-06-28 17:36:00 +00:00
|
|
|
%files doc
|
|
|
|
|
%defattr (-,root,root)
|
|
|
|
|
%doc %_defaultdocdir/%name/tutorial.*
|
|
|
|
|
|
2007-03-07 22:15:32 +00:00
|
|
|
%files static
|
|
|
|
|
%defattr (-,root,root)
|
|
|
|
|
%{_libdir}/libnewt.a
|
|
|
|
|
|
2007-10-11 20:00:42 +00:00
|
|
|
%files python
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %_defaultdocdir/%name/examples
|
|
|
|
|
%doc %_defaultdocdir/%name/examples/*.py
|
|
|
|
|
%{py_sitedir}/*
|
2007-12-18 17:51:42 +00:00
|
|
|
|
2007-03-07 22:15:32 +00:00
|
|
|
%changelog
|
2008-04-10 13:03:51 +00:00
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
|
for multilib support
|
2008-04-08 22:38:42 +00:00
|
|
|
* Mon Apr 07 2008 lrupp@suse.de
|
|
|
|
|
- update to 0.52.9:
|
|
|
|
|
+ handle component destruction (patch by Richard W.M. Jones)
|
|
|
|
|
+ fix newtWinEntry definition
|
|
|
|
|
+ don't use uninitialized values in newtWinMenu
|
|
|
|
|
+ remove workarounds for old bug in SLsmg_write_nstring
|
|
|
|
|
+ improve SIGWINCH handling in form
|
|
|
|
|
+ don't abort from whiptail gauge on SIGWINCH
|
|
|
|
|
+ redisplay also last line
|
|
|
|
|
+ update Polish translation
|
|
|
|
|
+ enable slang utf8 mode (rh#425992)
|
|
|
|
|
+ support --disable-nls option (patch by Natanael Copa)
|
|
|
|
|
+ redraw screen when using entry in euc encodings
|
|
|
|
|
- removed upstreamed patches
|
|
|
|
|
- devel package should require poptd-, python- and slang-devel and
|
|
|
|
|
recommend the main package (not really needed)
|
|
|
|
|
- updated rpmlintrc
|
|
|
|
|
* Mon Dec 17 2007 lrupp@suse.de
|
2007-12-18 17:51:42 +00:00
|
|
|
- split libnewt0_52 to follow the shared library packaging policy
|
|
|
|
|
- build on older distributions
|
|
|
|
|
- build parallel
|
2008-04-08 22:38:42 +00:00
|
|
|
* Thu Oct 11 2007 lrupp@suse.de
|
2007-10-11 20:00:42 +00:00
|
|
|
- split python module to -python subpackage
|
|
|
|
|
- add back support for list of Entries in EntryWindow prompts in
|
|
|
|
|
snack (RH#248878) (newt-0.52.7-snack.patch)
|
|
|
|
|
- fix segfault in whiptail when no entry is selected in radiolist
|
|
|
|
|
(newt-0.52.7-whiptail.patch)
|
|
|
|
|
- fix handling of UTF-8 characters (#289291)
|
|
|
|
|
(newt-0.52.7-utf8.patch)
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue Sep 11 2007 cthiel@suse.de
|
2007-09-11 19:27:27 +00:00
|
|
|
- removed bogus Provides: snack (to avoid name clash with package snack)
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue Jun 26 2007 lrupp@suse.de
|
2007-06-28 17:36:00 +00:00
|
|
|
- update to 0.52.7:
|
|
|
|
|
+ add support to snack for multiple selection and border in listbox
|
|
|
|
|
and cursorAtEnd in entry (patch by Shawn Starr)
|
|
|
|
|
+ fix scrollbar positioning in listbox
|
|
|
|
|
+ cope with backward system time jumps (RH#240691)
|
|
|
|
|
+ free helplines and windows in newtFinished, check for overflow (RH#239992)
|
|
|
|
|
- remove included patches
|
|
|
|
|
- created doc package for tutorial (N#287087)
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed Jun 13 2007 lrupp@suse.de
|
2007-06-14 13:44:43 +00:00
|
|
|
- included patches from Miroslav Lichvar:
|
|
|
|
|
+ fix cursor positioning when setting entry or checkbox flags
|
|
|
|
|
(newt-0.52.6-cursor.patch)
|
|
|
|
|
+ fix counting of items in checkboxtree
|
|
|
|
|
(newt-0.52.6-countitems.patch)
|
|
|
|
|
+ fix some memory leaks
|
|
|
|
|
(newt-0.52.6-memleaks.patch)
|
|
|
|
|
+ fix entry scrolling (RH#234829) and
|
|
|
|
|
+ fix multibyte character handling in entry
|
|
|
|
|
(newt-0.52.6-entry.patch)
|
|
|
|
|
- disable gpm-support - seems to smash the stack
|
|
|
|
|
- remove libbz2-1 from buildreq
|
|
|
|
|
- re-arange buildrequires
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue Jun 05 2007 ro@suse.de
|
2007-06-05 18:05:24 +00:00
|
|
|
- buildreq: libbz2 -> libbz2-1
|
2008-04-08 22:38:42 +00:00
|
|
|
* Sun Apr 01 2007 lrupp@suse.de
|
2007-04-01 23:00:44 +00:00
|
|
|
- added distribution specfic parts for build service
|
|
|
|
|
- added libbz2 to BuildRequires for suse_version > 1020
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed Mar 07 2007 lrupp@suse.de
|
2007-03-07 22:15:32 +00:00
|
|
|
- update to 0.52.6:
|
|
|
|
|
+ add newtSetColor() to allow changing individual colors
|
|
|
|
|
+ add newtPopWindowNoRefresh() (patch by Forest Bond)
|
|
|
|
|
- branched newt-static package containing static library
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed Feb 14 2007 lrupp@suse.de
|
2007-02-15 17:05:34 +00:00
|
|
|
- update to 0.52.5
|
|
|
|
|
+ provide option to change text of buttons (rh#126768)
|
|
|
|
|
+ don't add escape key to hot keys by default (rh#216157)
|
|
|
|
|
+ fix cursor position in checkboxtree, radio button and checkbox
|
|
|
|
|
+ don't force monochrome terminals to output colors
|
|
|
|
|
+ highlight active compact button on monochrome terminals
|
|
|
|
|
+ update translations from debian
|
|
|
|
|
- removed unnecessary ldconfig call in devel package
|
|
|
|
|
- removed obsolete newt-0.52.4-if1close.patch
|
2008-04-08 22:38:42 +00:00
|
|
|
* Thu Dec 21 2006 lrupp@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- new upstream version 0.52.4: patches included upstream
|
|
|
|
|
+ fix entry corruption when reading multibyte characters
|
|
|
|
|
and double width character handling
|
|
|
|
|
+ avoid overflow/crash in scale
|
|
|
|
|
- makefile, configure and spec cleanup
|
|
|
|
|
- package whiptail.1 and locale files
|
2008-04-08 22:38:42 +00:00
|
|
|
* Fri Sep 22 2006 lrupp@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- fix build with python 2.5 (thanks to aj)
|
|
|
|
|
- useful fixes from RH bugzilla included:
|
|
|
|
|
* #137957 : fix screen corruption
|
|
|
|
|
* #81352 : fix help dialog
|
|
|
|
|
* #83203 : make textbox with scrollbar focusable
|
|
|
|
|
* #86074 : turn off cursor when entry terminated form
|
|
|
|
|
* #186053 : better handling of listbox and checkboxtree focus
|
|
|
|
|
* #187545 : be more color friendly to 8-color terminals
|
|
|
|
|
* #189981 : fix handling windows larger than screen size
|
|
|
|
|
* fix checkboxtree positioning
|
|
|
|
|
* unfocus when displaying help
|
|
|
|
|
* fix double width character handling in checkboxtree and listbox
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue May 09 2006 lrupp@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- add "Provides: snack" to specfile
|
|
|
|
|
- do not build whiptcl to avoid dependency on tcl (RH #177346)
|
|
|
|
|
(whiptcl is currently not used by anything)
|
|
|
|
|
- Apply patch by Bill Nottingham (thanks) to improve scrollbar appearance
|
|
|
|
|
(RH #174771)
|
|
|
|
|
- Fix a crash in checkboxtree.c (RH #165347)
|
|
|
|
|
- draw correct dialog sizes on the screen (see RH #185950) - applying
|
|
|
|
|
patch from Tomas Mraz (thanks)
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-04-08 22:38:42 +00:00
|
|
|
* Mon Dec 12 2005 lrupp@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- new version 0.52.2
|
|
|
|
|
- include whiptcl.so
|
2008-04-08 22:38:42 +00:00
|
|
|
* Thu Nov 10 2005 lrupp@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- only do gpmclose if gpmopen succeeed
|
|
|
|
|
(see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=118530)
|
|
|
|
|
- include example files (peanuts.py, popcorn.py) in devel package
|
|
|
|
|
- use "-fPIC -Wall -fno-strict-aliasing" in CFLAGS
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue Sep 27 2005 mls@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- make devel package require base package
|
2008-04-08 22:38:42 +00:00
|
|
|
* Mon Jul 25 2005 lrupp@suse.de 0.51.6
|
2006-12-21 15:29:33 +00:00
|
|
|
- use of %%run_ldconfig
|
2008-04-08 22:38:42 +00:00
|
|
|
* Fri Jun 17 2005 lrupp@suse.de 0.51.6
|
2006-12-21 15:29:33 +00:00
|
|
|
- use more macros: fix build on 64bit
|
2008-04-08 22:38:42 +00:00
|
|
|
* Fri Jun 17 2005 lrupp@suse.de 0.51.6
|
2006-12-21 15:29:33 +00:00
|
|
|
- use $RPM_OPT_FLAGS
|
|
|
|
|
- delete /usr/lib/phyton in build to avoid errors from abuild
|
|
|
|
|
=> we've a symlink to /usr/lib/python2.4
|
2008-04-08 22:38:42 +00:00
|
|
|
* Thu Jun 16 2005 ro@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- fix files pagaged twice (real path and over symlink)
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue Feb 15 2005 ro@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- added python deps
|
2008-04-08 22:38:42 +00:00
|
|
|
* Mon Jan 24 2005 ro@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- fix lib64 build
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue Nov 30 2004 cwh@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- updated to 0.51.6
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed Jun 02 2004 ro@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- get rid of some compiler warnings
|
2008-04-08 22:38:42 +00:00
|
|
|
* Thu Feb 26 2004 hmacht@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- building as non-root
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue Feb 24 2004 cwh@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- added soname link to package
|
2008-04-08 22:38:42 +00:00
|
|
|
* Mon Sep 15 2003 cwh@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- removed wrong "Provides: snack" from spec-file
|
2008-04-08 22:38:42 +00:00
|
|
|
* Thu Aug 21 2003 ro@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- expand filelist
|
|
|
|
|
- fix lib64 issues
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed Aug 20 2003 cwh@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- fixed to compile with tcl8.4
|
2008-04-08 22:38:42 +00:00
|
|
|
* Tue Jan 16 2001 schwab@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- Fix missing -fPIC in Makefile.
|
|
|
|
|
- Fix use of varargs.
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed Nov 29 2000 ro@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- changed neededforbuild <tcld> to <tcl-devel>
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed Nov 29 2000 smid@suse.cz
|
2006-12-21 15:29:33 +00:00
|
|
|
- subpackage renamed: newtd => newt-devel
|
2008-04-08 22:38:42 +00:00
|
|
|
* Fri Nov 24 2000 ro@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- fixes for 2.0-python
|
2008-04-08 22:38:42 +00:00
|
|
|
* Sun Oct 29 2000 kukuk@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- Add python-devel to need for build
|
2008-04-08 22:38:42 +00:00
|
|
|
* Mon May 22 2000 smid@suse.cz
|
2006-12-21 15:29:33 +00:00
|
|
|
- fixed to compile with tcl8.3
|
2008-04-08 22:38:42 +00:00
|
|
|
* Wed May 10 2000 nadvornik@suse.cz
|
2006-12-21 15:29:33 +00:00
|
|
|
- update to 0.50.8
|
|
|
|
|
- added BuildRoot
|
2008-04-08 22:38:42 +00:00
|
|
|
* Mon Jan 17 2000 nashif@suse.de
|
2006-12-21 15:29:33 +00:00
|
|
|
- Initial Release ( Version 0.50)
|