From 4223ae12b42ebc553ca5332736871fa2f54bbc1b Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 26 Apr 2021 06:14:14 +0300 Subject: [PATCH 1/2] p7zip. --- util/archive/p7zip/actions.py | 2 +- util/archive/p7zip/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/util/archive/p7zip/actions.py b/util/archive/p7zip/actions.py index 000f918a77..7f1cdde316 100644 --- a/util/archive/p7zip/actions.py +++ b/util/archive/p7zip/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get WorkDir = "p7zip-%s" % get.srcVERSION() makefiles = { - 'x86_64' : "makefile.linux_amd64" + 'x86_64' : "makefile.linux_amd64_asm" } def setup(): diff --git a/util/archive/p7zip/pspec.xml b/util/archive/p7zip/pspec.xml index e8bc23250f..03efdc11e1 100644 --- a/util/archive/p7zip/pspec.xml +++ b/util/archive/p7zip/pspec.xml @@ -14,8 +14,8 @@ p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives. - - https://github.com/jinfeihan57/p7zip/archive/v17.03.tar.gz + + https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz yasm-devel @@ -37,6 +37,13 @@ + + 2021-04-26 + 17.04 + Version bump. + fury + uglyside@yandex.ru + 2021-03-13 17.03 From 8754476cb48e0b24e8606d27b31ab8699847bf7f Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 26 Apr 2021 06:16:10 +0300 Subject: [PATCH 2/2] uchardet, flacon rebuild. --- multimedia/converter/flacon/pspec.xml | 2 +- multimedia/converter/uchardet/actions.py | 4 ++-- multimedia/converter/uchardet/pspec.xml | 11 +++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/multimedia/converter/flacon/pspec.xml b/multimedia/converter/flacon/pspec.xml index 76114c3201..070a68f295 100644 --- a/multimedia/converter/flacon/pspec.xml +++ b/multimedia/converter/flacon/pspec.xml @@ -39,7 +39,7 @@ - 2020-01-01 + 2021-04-26 5.5.1 First release. PisiLinux Community diff --git a/multimedia/converter/uchardet/actions.py b/multimedia/converter/uchardet/actions.py index 72b13f9200..7287b0b000 100644 --- a/multimedia/converter/uchardet/actions.py +++ b/multimedia/converter/uchardet/actions.py @@ -1,8 +1,8 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import cmaketools from pisi.actionsapi import pisitools diff --git a/multimedia/converter/uchardet/pspec.xml b/multimedia/converter/uchardet/pspec.xml index 6d377c3393..c2a018d36d 100644 --- a/multimedia/converter/uchardet/pspec.xml +++ b/multimedia/converter/uchardet/pspec.xml @@ -1,5 +1,5 @@ - + uchardet @@ -12,7 +12,7 @@ library Encoding detector library ported from Mozilla Encoding detector library ported from Mozilla - https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.6.tar.xz + https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.7.tar.xz cmake @@ -46,6 +46,13 @@ + + 2021-04-26 + 0.0.7 + Version bump. + PisiLinux Community + admins@pisilinux.org + 2020-01-01 0.0.6