This commit is contained in:
parent
7b332e3ab0
commit
a0e41945af
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 15 16:24:22 CEST 2008 - max@suse.de
|
Wed Oct 15 16:24:22 CEST 2008 - max@suse.de
|
||||||
|
|
||||||
|
18
tcl.spec
18
tcl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcl (Version 8.5.5)
|
# spec file for package tcl (Version 8.5.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,13 +21,18 @@
|
|||||||
Name: tcl
|
Name: tcl
|
||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.5.5
|
Version: 8.5.5
|
||||||
Release: 1
|
Release: 2
|
||||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: The Tcl Programming Language
|
Summary: The Tcl Programming Language
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Development/Languages/Tcl
|
Group: Development/Languages/Tcl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tcl-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
Provides: tclsh tclsh%{TCL_MINOR}
|
Provides: tclsh tclsh%{TCL_MINOR}
|
||||||
PreReq: /bin/rm
|
PreReq: /bin/rm
|
||||||
Source0: %name%{version}-src.tar.bz2
|
Source0: %name%{version}-src.tar.bz2
|
||||||
@ -58,6 +63,11 @@ Group: Development/Libraries/Tcl
|
|||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Summary: Header Files and C API Documentation for Tcl
|
Summary: Header Files and C API Documentation for Tcl
|
||||||
Requires: tcl = %version
|
Requires: tcl = %version
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: tcl-devel-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains header files and documentation needed for writing
|
This package contains header files and documentation needed for writing
|
||||||
@ -152,6 +162,8 @@ exit 0
|
|||||||
%_libdir/tclConfig.sh
|
%_libdir/tclConfig.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 07 2009 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Wed Oct 15 2008 max@suse.de
|
* Wed Oct 15 2008 max@suse.de
|
||||||
- Bugfix release 8.5.5:
|
- Bugfix release 8.5.5:
|
||||||
* Prevent overflow crash in [lrepeat].
|
* Prevent overflow crash in [lrepeat].
|
||||||
@ -527,7 +539,7 @@ exit 0
|
|||||||
* Fri Jan 15 1999 max@suse.de
|
* Fri Jan 15 1999 max@suse.de
|
||||||
- fixed path bug with applications linked against libtk which do
|
- fixed path bug with applications linked against libtk which do
|
||||||
not reside in /usr/X11R6
|
not reside in /usr/X11R6
|
||||||
* Thu Nov 26 1998 max@suse.de
|
* Wed Nov 25 1998 max@suse.de
|
||||||
- corrected some paths in tix to make it find its init script
|
- corrected some paths in tix to make it find its init script
|
||||||
and libraries correctly
|
and libraries correctly
|
||||||
* Tue Nov 24 1998 max@suse.de
|
* Tue Nov 24 1998 max@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user