Accepting request 142880 from devel:languages:tcl
Fix build: Buildrequire timezone (forwarded request 142735 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/142880 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=37
This commit is contained in:
commit
42883f4931
19
tcl.changes
19
tcl.changes
@ -1,15 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 25 06:04:02 UTC 2012 - aj@suse.de
|
||||||
|
|
||||||
|
- The testsuite needs timezone data, require it at build time.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 9 11:14:51 UTC 2012 - max@suse.com
|
||||||
|
|
||||||
|
- New patchlevel: 8.5.12:
|
||||||
|
* Fix the values returned by [switch -regexp -indexvar]
|
||||||
|
* Improve RFC compliance of the http package
|
||||||
|
* Several other bugfixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 29 18:02:41 UTC 2012 - jengelh@inai.de
|
Sun Jul 29 18:02:41 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
- Disable profiling on SPARC due to compiler bug [gcc #54121]
|
- Disable profiling on SPARC due to compiler bug [gcc #54121]
|
||||||
- Remove redundant tags/sections from specfile
|
- Remove redundant tags/sections from specfile
|
||||||
- Parallel build with %_smp_mflags
|
- Parallel build with %_smp_mflags
|
||||||
- Remove outdated PPC obsoletes (there is no tcl-devel-XXbit built)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jul 26 08:59:49 UTC 2012 - max@suse.com
|
|
||||||
|
|
||||||
- 8.5.12rc2
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 4 08:45:50 UTC 2012 - cfarrell@suse.com
|
Wed Jan 4 08:45:50 UTC 2012 - cfarrell@suse.com
|
||||||
|
4
tcl.spec
4
tcl.spec
@ -20,7 +20,7 @@ Name: tcl
|
|||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.5.12
|
Version: 8.5.12
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rrc rc2
|
%define rrc %nil
|
||||||
%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
|
||||||
@ -41,6 +41,8 @@ Source3: macros.tcl
|
|||||||
Patch0: tcl.patch
|
Patch0: tcl.patch
|
||||||
Patch1: tcl-unload.patch
|
Patch1: tcl-unload.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
# Required for test suite:
|
||||||
|
BuildRequires: timezone
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tcl (Tool Command Language) is a very powerful but easy to learn
|
Tcl (Tool Command Language) is a very powerful but easy to learn
|
||||||
|
Loading…
Reference in New Issue
Block a user