From e6f291858067e73db44fb57c90e4efb97b088ac8 Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Sun, 4 Mar 2018 09:04:33 -0700 Subject: [PATCH] release 1.0.6 --- aclocal.m4 | 9 ++++----- configure | 24 ++++++++++++------------ configure.ac | 2 +- data/spacefm-manual-en.html | 4 ++-- distros/debian/changelog | 4 ++-- 5 files changed, 21 insertions(+), 22 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 325a66d8d..a884296ac 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -9274,7 +9274,7 @@ m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation, +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9604,10 +9604,9 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- diff --git a/configure b/configure index 8cc4ba444..59485a2aa 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for spacefm 1.0.5+next. +# Generated by GNU Autoconf 2.69 for spacefm 1.0.6. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='spacefm' PACKAGE_TARNAME='spacefm' -PACKAGE_VERSION='1.0.5+next' -PACKAGE_STRING='spacefm 1.0.5+next' +PACKAGE_VERSION='1.0.6' +PACKAGE_STRING='spacefm 1.0.6' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1410,7 +1410,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures spacefm 1.0.5+next to adapt to many kinds of systems. +\`configure' configures spacefm 1.0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1480,7 +1480,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of spacefm 1.0.5+next:";; + short | recursive ) echo "Configuration of spacefm 1.0.6:";; esac cat <<\_ACEOF @@ -1636,7 +1636,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -spacefm configure 1.0.5+next +spacefm configure 1.0.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2001,7 +2001,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by spacefm $as_me 1.0.5+next, which was +It was created by spacefm $as_me 1.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2554,8 +2554,8 @@ test "$program_suffix" != NONE && ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2868,7 +2868,7 @@ fi # Define the identity of the package. PACKAGE='spacefm' - VERSION='1.0.5+next' + VERSION='1.0.6' cat >>confdefs.h <<_ACEOF @@ -16931,7 +16931,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by spacefm $as_me 1.0.5+next, which was +This file was extended by spacefm $as_me 1.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16988,7 +16988,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -spacefm config.status 1.0.5+next +spacefm config.status 1.0.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 8bf0b76eb..035da60e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([spacefm], [1.0.5+next]) +AC_INIT([spacefm], [1.0.6]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([dist-bzip2] [subdir-objects]) AM_MAINTAINER_MODE diff --git a/data/spacefm-manual-en.html b/data/spacefm-manual-en.html index 92ee3f3af..8e756256f 100644 --- a/data/spacefm-manual-en.html +++ b/data/spacefm-manual-en.html @@ -385,7 +385,7 @@ autotools-dev bash build-essential intltool pkg-config fakeroot shared-mime-info desktop-file-utils libc6 libcairo2 libglib2.0-0 - libglib2.0-dev libpango1.0-0 libx11-6 libx11-6-dev libudev0 (>=143) + libglib2.0-dev libpango1.0-0 libx11-6 libx11-dev libudev1 libudev-dev libffmpegthumbnailer-dev Also, if using GTK2: libgtk2.0-0 (>=2.18) libgtk2.0-dev libgtk2.0-bin @@ -7865,7 +7865,7 @@

DISCLAIMER: While the authors, copyright holders, and maintainers of this software endeavour to keep all content up to date and valuable, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the software or the information, communications, products, services, or related graphics for any purpose. Any reliance you place on such content is therefore strictly AT YOUR OWN RISK.

-

Updated 2018-01-28  (SpaceFM version 1.0.5+next) +

Updated 2018-03-04  (SpaceFM version 1.0.6)

diff --git a/distros/debian/changelog b/distros/debian/changelog index bcb890e44..5def87169 100644 --- a/distros/debian/changelog +++ b/distros/debian/changelog @@ -1,5 +1,5 @@ -spacefm (1.0.5+next-1) unstable; urgency=low +spacefm (1.0.6-1) unstable; urgency=low * release - -- IgnorantGuru Wed, 20 Jan 2016 13:23:27 +0000 + -- IgnorantGuru Sun, 04 Mar 2018 16:02:11 +0000