Hello community, here is the log from the commit of package compiz-bcop for openSUSE:Factory checked in at 2018-11-26 10:18:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/compiz-bcop (Old) and /work/SRC/openSUSE:Factory/.compiz-bcop.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compiz-bcop" Mon Nov 26 10:18:36 2018 rev:26 rq:648270 version:0.8.16 Changes: -------- --- /work/SRC/openSUSE:Factory/compiz-bcop/compiz-bcop.changes 2017-04-24 09:48:14.664534513 +0200 +++ /work/SRC/openSUSE:Factory/.compiz-bcop.new.19453/compiz-bcop.changes 2018-11-26 10:19:46.317770590 +0100 @@ -1,0 +2,6 @@ +Sun Nov 11 18:15:12 UTC 2018 - [email protected] + +- Update to version 0.8.16: + * No changelog available. + +------------------------------------------------------------------- Old: ---- compiz-bcop-0.8.14.tar.xz New: ---- compiz-bcop-0.8.16.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compiz-bcop.spec ++++++ --- /var/tmp/diff_new_pack.JoJJ3w/_old 2018-11-26 10:19:46.721770118 +0100 +++ /var/tmp/diff_new_pack.JoJJ3w/_new 2018-11-26 10:19:46.721770118 +0100 @@ -1,7 +1,7 @@ # # spec file for package compiz-bcop # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define _rev f304a07726d865d3b7b3a6fec3be1ba7 %define _name bcop Name: compiz-bcop -Version: 0.8.14 +Version: 0.8.16 Release: 0 Summary: Compiz option code generator -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/GUI/Other -Url: https://github.com/raveit65/compiz-bcop -Source: https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz +URL: https://gitlab.com/compiz/compiz-bcop +Source: https://gitlab.com/compiz/compiz-bcop/uploads/%{_rev}/%{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: pkgconfig @@ -49,8 +50,8 @@ %make_install %files -%defattr(-,root,root) -%doc AUTHORS COPYING +%license COPYING +%doc AUTHORS NEWS README.md %{_bindir}/%{_name} %{_datadir}/%{_name}/ %{_datadir}/pkgconfig/%{_name}.pc ++++++ compiz-bcop-0.8.14.tar.xz -> compiz-bcop-0.8.16.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/AUTHORS new/compiz-bcop-0.8.16/AUTHORS --- old/compiz-bcop-0.8.14/AUTHORS 2017-04-18 02:51:37.000000000 +0200 +++ new/compiz-bcop-0.8.16/AUTHORS 2018-11-11 18:21:03.000000000 +0100 @@ -1 +1 @@ -Dennis Kasprzyk <[email protected]> \ No newline at end of file +Dennis Kasprzyk <[email protected]> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/ChangeLog new/compiz-bcop-0.8.16/ChangeLog --- old/compiz-bcop-0.8.14/ChangeLog 2017-04-18 04:17:57.000000000 +0200 +++ new/compiz-bcop-0.8.16/ChangeLog 2018-11-11 18:21:09.000000000 +0100 @@ -1,3 +1,43 @@ +commit 2f90391d283734c888046825abf095c4826f48ee +Author: Scott Moreau <[email protected]> +Date: Sun Nov 11 10:21:06 2018 -0700 + + Release version 0.8.16 + + NEWS | 6 ++++++ + configure.ac | 2 +- + 2 files changed, 7 insertions(+), 1 deletion(-) + +commit b14eb33ed5142102af967c9535b658ba5eae0b9b +Author: Alexei Sorokin <[email protected]> +Date: Fri Jun 8 20:15:09 2018 +0300 + + Update links + + AUTHORS | 2 +- + src/bcop.in | 2 +- + src/bcop.xslt | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +commit 1eeaf40b1a214f21cd321bcf3c75b3014948bfd8 +Author: Scott Moreau <[email protected]> +Date: Wed Apr 19 13:56:05 2017 -0600 + + Post-release version increment + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 3ee22c92d34760a846ca144a1cc0343481a83360 +Author: Scott Moreau <[email protected]> +Date: Tue Apr 18 02:22:55 2017 -0600 + + Release version 0.8.14 + + NEWS | 6 ++++++ + configure.ac | 2 +- + 2 files changed, 7 insertions(+), 1 deletion(-) + commit 9315d61c0bfb367bd7d7660dd71ea42a586a0959 Author: raveit65 <[email protected]> Date: Wed Oct 5 07:28:45 2016 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/Makefile.in new/compiz-bcop-0.8.16/Makefile.in --- old/compiz-bcop-0.8.14/Makefile.in 2017-04-18 04:17:56.000000000 +0200 +++ new/compiz-bcop-0.8.16/Makefile.in 2018-11-11 18:21:08.000000000 +0100 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -589,7 +589,7 @@ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir @@ -614,7 +614,7 @@ @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -632,7 +632,7 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -642,7 +642,7 @@ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/NEWS new/compiz-bcop-0.8.16/NEWS --- old/compiz-bcop-0.8.14/NEWS 2017-04-18 03:44:24.000000000 +0200 +++ new/compiz-bcop-0.8.16/NEWS 2018-11-11 18:21:06.000000000 +0100 @@ -1,4 +1,10 @@ -Release 0.8.14 (2017-04-17 Scott Moreau <[email protected]>) +Release 0.8.16 (2018-11-11 Scott Moreau <[email protected]>) +================================================================ +COMPIZ-RELOADED + +Maintenance release. + +Release 0.8.14 (2017-04-18 Scott Moreau <[email protected]>) ================================================================ COMPIZ-RELOADED diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/aclocal.m4 new/compiz-bcop-0.8.16/aclocal.m4 --- old/compiz-bcop-0.8.14/aclocal.m4 2017-04-18 04:17:55.000000000 +0200 +++ new/compiz-bcop-0.8.16/aclocal.m4 2018-11-11 18:21:07.000000000 +0100 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15 -*- Autoconf -*- +# generated automatically by aclocal 1.15.1 -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -296,7 +296,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -311,7 +311,7 @@ [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15], [], +m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -327,14 +327,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.15])dnl +[AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -386,7 +386,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -417,7 +417,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -608,7 +608,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -684,7 +684,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -881,7 +881,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -902,7 +902,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -924,7 +924,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -959,7 +959,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1009,7 +1009,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1048,7 +1048,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1077,7 +1077,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1124,7 +1124,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1143,7 +1143,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1224,7 +1224,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1284,7 +1284,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1312,7 +1312,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2014 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1331,7 +1331,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/configure new/compiz-bcop-0.8.16/configure --- old/compiz-bcop-0.8.14/configure 2017-04-18 04:17:55.000000000 +0200 +++ new/compiz-bcop-0.8.16/configure 2018-11-11 18:21:08.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for compiz-bcop 0.8.14. +# Generated by GNU Autoconf 2.69 for compiz-bcop 0.8.16. # # Report bugs to <[email protected]>. # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='compiz-bcop' PACKAGE_TARNAME='compiz-bcop' -PACKAGE_VERSION='0.8.14' -PACKAGE_STRING='compiz-bcop 0.8.14' +PACKAGE_VERSION='0.8.16' +PACKAGE_STRING='compiz-bcop 0.8.16' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1291,7 +1291,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 compiz-bcop 0.8.14 to adapt to many kinds of systems. +\`configure' configures compiz-bcop 0.8.16 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1358,7 +1358,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of compiz-bcop 0.8.14:";; + short | recursive ) echo "Configuration of compiz-bcop 0.8.16:";; esac cat <<\_ACEOF @@ -1461,7 +1461,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -compiz-bcop configure 0.8.14 +compiz-bcop configure 0.8.16 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1672,7 +1672,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by compiz-bcop $as_me 0.8.14, which was +It was created by compiz-bcop $as_me 0.8.16, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2536,7 +2536,7 @@ # Define the identity of the package. PACKAGE='compiz-bcop' - VERSION='0.8.14' + VERSION='0.8.16' cat >>confdefs.h <<_ACEOF @@ -5856,7 +5856,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by compiz-bcop $as_me 0.8.14, which was +This file was extended by compiz-bcop $as_me 0.8.16, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5922,7 +5922,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -compiz-bcop config.status 0.8.14 +compiz-bcop config.status 0.8.16 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/configure.ac new/compiz-bcop-0.8.16/configure.ac --- old/compiz-bcop-0.8.14/configure.ac 2017-04-18 03:44:28.000000000 +0200 +++ new/compiz-bcop-0.8.16/configure.ac 2018-11-11 18:21:06.000000000 +0100 @@ -1,6 +1,6 @@ AC_PREREQ(2.57) -AC_INIT([compiz-bcop], [0.8.14], [[email protected]]) +AC_INIT([compiz-bcop], [0.8.16], [[email protected]]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) AC_CONFIG_HEADER([config.h]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/src/Makefile.in new/compiz-bcop-0.8.16/src/Makefile.in --- old/compiz-bcop-0.8.14/src/Makefile.in 2017-04-18 04:17:56.000000000 +0200 +++ new/compiz-bcop-0.8.16/src/Makefile.in 2018-11-11 18:21:08.000000000 +0100 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/src/bcop.in new/compiz-bcop-0.8.16/src/bcop.in --- old/compiz-bcop-0.8.14/src/bcop.in 2017-04-18 02:51:37.000000000 +0200 +++ new/compiz-bcop-0.8.16/src/bcop.in 2018-11-11 18:21:03.000000000 +0100 @@ -4,7 +4,7 @@ # Compiz option code generator # # Copyright : (C) 2007 by Dennis Kasprzyk -# E-mail : [email protected] +# E-mail : [email protected] # # # This program is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/compiz-bcop-0.8.14/src/bcop.xslt new/compiz-bcop-0.8.16/src/bcop.xslt --- old/compiz-bcop-0.8.14/src/bcop.xslt 2017-04-18 02:51:37.000000000 +0200 +++ new/compiz-bcop-0.8.16/src/bcop.xslt 2018-11-11 18:21:03.000000000 +0100 @@ -2,7 +2,7 @@ Compiz option code generator Copyright : (C) 2007 by Dennis Kasprzyk - E-mail : [email protected] + E-mail : [email protected] This program is free software; you can redistribute it and/or
