From 4e5d3b1480c68a646d3ec9764aa47aa8d332cbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 24 Aug 2015 22:45:20 +0300 Subject: [PATCH] file verbump and fix unused.. --- system/base/file/actions.py | 2 ++ system/base/file/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/system/base/file/actions.py b/system/base/file/actions.py index 31aae691..12791965 100644 --- a/system/base/file/actions.py +++ b/system/base/file/actions.py @@ -16,6 +16,8 @@ def setup(): autotools.configure("--datadir=/usr/share/misc \ --disable-static \ --enable-fsect-man5") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() diff --git a/system/base/file/pspec.xml b/system/base/file/pspec.xml index e8954de4..2fd539b1 100644 --- a/system/base/file/pspec.xml +++ b/system/base/file/pspec.xml @@ -12,10 +12,10 @@ app:console Program to identify a file's format by scanning binary data for patterns Program to identify a file's format by scanning binary data for patterns. - ftp://ftp.astron.com/pub/file/file-5.23.tar.gz + ftp://ftp.astron.com/pub/file/file-5.24.tar.gz - zlib + zlib-devel python-devel @@ -41,6 +41,13 @@ + + 2015-08-24 + 5.24 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-06-17 5.23