diff -Nru bytes-circle-2.4/configure bytes-circle-2.5/configure --- bytes-circle-2.4/configure 2016-12-05 21:27:22.000000000 +0000 +++ bytes-circle-2.5/configure 2016-12-30 19:09:23.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for bytes-circle 2.4. +# Generated by GNU Autoconf 2.69 for bytes-circle 2.5. # # Report bugs to . # @@ -579,8 +579,8 @@ # Identity of this package. PACKAGE_NAME='bytes-circle' PACKAGE_TARNAME='bytes-circle' -PACKAGE_VERSION='2.4' -PACKAGE_STRING='bytes-circle 2.4' +PACKAGE_VERSION='2.5' +PACKAGE_STRING='bytes-circle 2.5' PACKAGE_BUGREPORT='roberto.s.galende@gmail.com' PACKAGE_URL='' @@ -651,6 +651,7 @@ docdir oldincludedir includedir +runstatedir localstatedir sharedstatedir sysconfdir @@ -722,6 +723,7 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -974,6 +976,15 @@ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1111,7 +1122,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir + libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1224,7 +1235,7 @@ # 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 bytes-circle 2.4 to adapt to many kinds of systems. +\`configure' configures bytes-circle 2.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1264,6 +1275,7 @@ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -1290,7 +1302,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bytes-circle 2.4:";; + short | recursive ) echo "Configuration of bytes-circle 2.5:";; esac cat <<\_ACEOF @@ -1380,7 +1392,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bytes-circle configure 2.4 +bytes-circle configure 2.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1435,7 +1447,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bytes-circle $as_me 2.4, which was +It was created by bytes-circle $as_me 2.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2298,7 +2310,7 @@ # Define the identity of the package. PACKAGE='bytes-circle' - VERSION='2.4' + VERSION='2.5' cat >>confdefs.h <<_ACEOF @@ -4141,7 +4153,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by bytes-circle $as_me 2.4, which was +This file was extended by bytes-circle $as_me 2.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4207,7 +4219,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -bytes-circle config.status 2.4 +bytes-circle config.status 2.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru bytes-circle-2.4/configure.ac bytes-circle-2.5/configure.ac --- bytes-circle-2.4/configure.ac 2016-12-05 21:27:05.000000000 +0000 +++ bytes-circle-2.5/configure.ac 2016-12-30 18:17:04.000000000 +0000 @@ -1,4 +1,4 @@ -AC_INIT([bytes-circle], [2.4], [roberto.s.galende@gmail.com]) +AC_INIT([bytes-circle], [2.5], [roberto.s.galende@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AC_PROG_CC_C99 diff -Nru bytes-circle-2.4/debian/changelog bytes-circle-2.5/debian/changelog --- bytes-circle-2.4/debian/changelog 2016-12-05 18:01:05.000000000 +0000 +++ bytes-circle-2.5/debian/changelog 2016-12-30 18:31:08.000000000 +0000 @@ -1,6 +1,12 @@ +bytes-circle (2.5-1) unstable; urgency=low + + * New upstream release. + + -- Roberto S. Galende Fri, 30 Dec 2016 19:31:08 +0100 + bytes-circle (2.4-1) unstable; urgency=low - * New upstream release. + * New upstream release. -- Roberto S. Galende Mon, 05 Dec 2016 19:01:05 +0100 diff -Nru bytes-circle-2.4/Makefile.in bytes-circle-2.5/Makefile.in --- bytes-circle-2.4/Makefile.in 2016-12-05 21:27:28.000000000 +0000 +++ bytes-circle-2.5/Makefile.in 2016-12-30 19:09:24.000000000 +0000 @@ -305,6 +305,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru bytes-circle-2.4/README bytes-circle-2.5/README --- bytes-circle-2.4/README 2016-12-05 21:26:56.000000000 +0000 +++ bytes-circle-2.5/README 2016-12-30 18:16:49.000000000 +0000 @@ -1,4 +1,4 @@ -bytes-circle v2.4 +bytes-circle v2.5 bytes-circle is a program that shows statistics about bytes contained in a file as an ASCII circle graph of deviations from diff -Nru bytes-circle-2.4/src/Makefile.in bytes-circle-2.5/src/Makefile.in --- bytes-circle-2.4/src/Makefile.in 2016-12-05 21:27:28.000000000 +0000 +++ bytes-circle-2.5/src/Makefile.in 2016-12-30 19:09:24.000000000 +0000 @@ -234,6 +234,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -Nru bytes-circle-2.4/src/statistics.c bytes-circle-2.5/src/statistics.c --- bytes-circle-2.4/src/statistics.c 2016-12-05 21:25:57.000000000 +0000 +++ bytes-circle-2.5/src/statistics.c 2016-12-30 19:04:42.000000000 +0000 @@ -344,6 +344,9 @@ printf("size =\t%.2f %s, (%lld bytes)\n", readable_size, SIZE_UNITS[i], total_size); + if (color_flag) + printf("%s", RESET); + return 0; } diff -Nru bytes-circle-2.4/src/statistics_circle.h bytes-circle-2.5/src/statistics_circle.h --- bytes-circle-2.4/src/statistics_circle.h 2016-07-08 17:24:01.000000000 +0000 +++ bytes-circle-2.5/src/statistics_circle.h 2016-12-30 19:04:31.000000000 +0000 @@ -5,6 +5,7 @@ // v1.2 by circulosmeos, 2016-01. // v2.1, v2.2 by circulosmeos, 2016-06. // v2.3 by circulosmeos, 2016-07. +// v2.4 by circulosmeos, 2016-12. // wp.me/p2FmmK-96 // goo.gl/TNh5dq // @@ -61,7 +62,7 @@ #define KGRN "\x1B[32m" #define KBLU "\x1B[34m" #define KWHT "\x1B[37m" -#define RESET "\033[0m" +#define RESET "\x1B[m" void create_circle(double complex *coordinates);