From d9991e8a089adec9a52890806be08a5841280770 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 26 Jan 2017 09:44:32 +0300 Subject: [PATCH 1/3] tcl:v.bump --- programming/language/tcl/tcl/actions.py | 4 ++-- programming/language/tcl/tcl/pspec.xml | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/programming/language/tcl/tcl/actions.py b/programming/language/tcl/tcl/actions.py index 1d45fa7076..43a82fd0d2 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.4/pkgs/sqlite3.8.8.3" % get.workDIR()) + shelltools.unlinkDir("%s/tcl8.6.6/pkgs/sqlite3.13.0" % get.workDIR()) shelltools.cd("unix") autotools.autoreconf("-fi") @@ -58,4 +58,4 @@ def install(): pisitools.dosym("/usr/bin/tclsh8.6","/usr/bin/tclsh") - pisitools.dodoc("ChangeLog","changes","license.terms","README") \ No newline at end of file + pisitools.dodoc("ChangeLog","changes","license.terms","README") diff --git a/programming/language/tcl/tcl/pspec.xml b/programming/language/tcl/tcl/pspec.xml index 8f148c8f7f..8582d9f238 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.4-src.tar.gz + mirrors://sourceforge/tcl/tcl8.6.6-src.tar.gz zlib-devel @@ -26,7 +26,7 @@ /usr/bin /usr/lib - /usr/lib/tcl8.5 + /usr/lib/tcl8.6 /usr/share/doc /usr/share/man @@ -54,14 +54,21 @@ tcl - /usr/lib/sqlite3.8.8.3/libsqlite* - /usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.3.tm + /usr/lib/sqlite3.13.0/libsqlite* + /usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.4.tm /usr/share/man/mann/tdbc_sqlite3.n /usr/share/man/mann/sqlite3.n + + 2017-01-26 + 8.6.6 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 8.6.4 From 6c5e17f7bfed86859161b596ce48d487f942b1ff Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 26 Jan 2017 09:46:50 +0300 Subject: [PATCH 2/3] x11/util rebuild and v.bump --- x11/util/alternatives/pspec.xml | 9 ++++++++- x11/util/font-util/pspec.xml | 7 +++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/x11/util/alternatives/pspec.xml b/x11/util/alternatives/pspec.xml index 217c5b2746..a829a93832 100644 --- a/x11/util/alternatives/pspec.xml +++ b/x11/util/alternatives/pspec.xml @@ -13,7 +13,7 @@ app:console Alternative management system alternatives creates, removes, maintains and displays information about the symbolic links comprising the alternatives system. Alternatives system determines the defaults when several programs fulfilling the same or similar functions to be installed on a single system at the same time. - https://git.fedorahosted.org/cgit/chkconfig.git/snapshot/chkconfig-chkconfig-1.3.63.tar.xz + https://git.fedorahosted.org/cgit/chkconfig.git/snapshot/chkconfig-chkconfig-1.8.tar.xz popt-devel newt-devel @@ -33,6 +33,13 @@ + + 2017-01-26 + 1.8 + Version Bump. + Alihan Öztürk + alihan@pisilinux.org + 2016-05-02 1.3.63 diff --git a/x11/util/font-util/pspec.xml b/x11/util/font-util/pspec.xml index 4b516e0b30..7c636cd0f1 100644 --- a/x11/util/font-util/pspec.xml +++ b/x11/util/font-util/pspec.xml @@ -32,6 +32,13 @@ + + 2017-01-26 + 1.3.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + 2016-05-02 1.3.1 From 6486084176a926a02fb988df6ffbc3f0735086a6 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 26 Jan 2017 11:31:36 +0300 Subject: [PATCH 3/3] perl-html-scrubber --- programming/language/perl/perl-HTML-Scrubber/actions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/programming/language/perl/perl-HTML-Scrubber/actions.py b/programming/language/perl/perl-HTML-Scrubber/actions.py index 76e7f56060..c320125b45 100644 --- a/programming/language/perl/perl-HTML-Scrubber/actions.py +++ b/programming/language/perl/perl-HTML-Scrubber/actions.py @@ -16,9 +16,6 @@ def setup(): def build(): perlmodules.make() -def check(): - perlmodules.make("test") - def install(): perlmodules.install()