From f0ed79d3d1035d42dd230c835dccfbfb4b0ea9a7 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 27 Dec 2024 16:31:01 +0300 Subject: [PATCH] tcl, libical, bash-completion ver. bump --- programming/language/tcl/tcl/actions.py | 2 +- programming/language/tcl/tcl/pspec.xml | 9 ++++++++- programming/language/tcl/tcltk/pspec.xml | 11 +++++++++-- programming/misc/libical/pspec.xml | 9 ++++++++- util/shell/bash-completion/actions.py | 2 +- util/shell/bash-completion/pspec.xml | 9 ++++++++- 6 files changed, 35 insertions(+), 7 deletions(-) diff --git a/programming/language/tcl/tcl/actions.py b/programming/language/tcl/tcl/actions.py index ebe0c488b8..f30692b9a8 100644 --- a/programming/language/tcl/tcl/actions.py +++ b/programming/language/tcl/tcl/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def setup(): - shelltools.unlinkDir("%s/tcl8.6.13/pkgs/sqlite3.40.0" % get.workDIR()) + shelltools.unlinkDir("%s/tcl8.6.16/pkgs/sqlite3.47.2" % get.workDIR()) shelltools.cd("unix") autotools.autoreconf("-fi") diff --git a/programming/language/tcl/tcl/pspec.xml b/programming/language/tcl/tcl/pspec.xml index bfbe024929..0383c63a83 100644 --- a/programming/language/tcl/tcl/pspec.xml +++ b/programming/language/tcl/tcl/pspec.xml @@ -12,7 +12,7 @@ app:console Tcl programming language Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. - mirrors://sourceforge/tcl/tcl8.6.13-src.tar.gz + mirrors://sourceforge/tcl/tcl8.6.16-src.tar.gz zlib-devel @@ -62,6 +62,13 @@ + + 2024-12-26 + 8.6.16 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-05-27 8.6.13 diff --git a/programming/language/tcl/tcltk/pspec.xml b/programming/language/tcl/tcltk/pspec.xml index fc741c6de5..79febeb62b 100644 --- a/programming/language/tcl/tcltk/pspec.xml +++ b/programming/language/tcl/tcltk/pspec.xml @@ -12,9 +12,9 @@ library An X11 toolkit implemented with the Tcl scripting language Tk is an X Windows widget set designed to work closely with the tcl scripting language. It allows you to write simple programs with full featured GUIs in only a little more time then it takes to write a text based interface. - mirrors://sourceforge/tcl/tk8.6.13-src.tar.gz + mirrors://sourceforge/tcl/tk8.6.16-src.tar.gz - tcl-devel + tcl-devel libX11-devel libXft-devel @@ -63,6 +63,13 @@ + + 2024-12-26 + 8.6.16 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-05-27 8.6.13 diff --git a/programming/misc/libical/pspec.xml b/programming/misc/libical/pspec.xml index 9029c9d83c..8d0a8c8784 100644 --- a/programming/misc/libical/pspec.xml +++ b/programming/misc/libical/pspec.xml @@ -27,7 +27,7 @@ python-six vala - https://github.com/libical/libical/releases/download/v3.0.16/libical-3.0.16.tar.gz + https://github.com/libical/libical/releases/download/v3.0.19/libical-3.0.19.tar.gz libical @@ -70,6 +70,13 @@ contacts, tasks, and calendar information. + + 2024-12-24 + 3.0.19 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2022-10-18 3.0.16 diff --git a/util/shell/bash-completion/actions.py b/util/shell/bash-completion/actions.py index fbde21a621..09f8203988 100644 --- a/util/shell/bash-completion/actions.py +++ b/util/shell/bash-completion/actions.py @@ -24,4 +24,4 @@ def install(): for comp in blacklist: pisitools.remove("/usr/share/bash-completion/completions/%s" % comp) - pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README.md") + pisitools.dodoc("AUTHORS", "COPYING", "README.md") diff --git a/util/shell/bash-completion/pspec.xml b/util/shell/bash-completion/pspec.xml index d308021766..384994da44 100644 --- a/util/shell/bash-completion/pspec.xml +++ b/util/shell/bash-completion/pspec.xml @@ -12,7 +12,7 @@ app:console Programmable completion for bash A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters. - https://github.com/scop/bash-completion/releases/download/2.10/bash-completion-2.10.tar.xz + https://github.com/scop/bash-completion/releases/download/2.16.0/bash-completion-2.16.0.tar.xz @@ -36,6 +36,13 @@ + + 2024-12-26 + 2.16.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2020-01-11 2.10