Hello community, here is the log from the commit of package lightsoff for openSUSE:Factory checked in at 2014-10-15 16:26:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lightsoff (Old) and /work/SRC/openSUSE:Factory/.lightsoff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lightsoff" Changes: -------- --- /work/SRC/openSUSE:Factory/lightsoff/lightsoff.changes 2014-09-30 19:38:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lightsoff.new/lightsoff.changes 2014-10-15 16:27:14.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Oct 13 20:40:34 UTC 2014 - [email protected] + +- Update to version 3.14.1: + + Updated translations. + +------------------------------------------------------------------- Old: ---- lightsoff-3.14.0.tar.xz New: ---- lightsoff-3.14.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lightsoff.spec ++++++ --- /var/tmp/diff_new_pack.wzFbge/_old 2014-10-15 16:27:15.000000000 +0200 +++ /var/tmp/diff_new_pack.wzFbge/_new 2014-10-15 16:27:15.000000000 +0200 @@ -17,7 +17,7 @@ Name: lightsoff -Version: 3.14.0 +Version: 3.14.1 Release: 0 Summary: Lights Out Game for GNOME License: GPL-2.0+ ++++++ lightsoff-3.14.0.tar.xz -> lightsoff-3.14.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/Makefile.in new/lightsoff-3.14.1/Makefile.in --- old/lightsoff-3.14.0/Makefile.in 2014-09-22 22:07:16.000000000 +0200 +++ new/lightsoff-3.14.1/Makefile.in 2014-10-13 21:54:05.000000000 +0200 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -536,10 +536,16 @@ $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' 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 $(am__post_remove_distdir) @@ -581,9 +587,10 @@ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/NEWS new/lightsoff-3.14.1/NEWS --- old/lightsoff-3.14.0/NEWS 2014-09-22 22:05:59.000000000 +0200 +++ new/lightsoff-3.14.1/NEWS 2014-10-13 21:48:45.000000000 +0200 @@ -1,3 +1,8 @@ +Lights Off 3.14.1 +================= + +* Translation updates (Chinese, Serbian, Italian, Latvian) + Lights Off 3.14.0 ================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/aclocal.m4 new/lightsoff-3.14.1/aclocal.m4 --- old/lightsoff-3.14.0/aclocal.m4 2014-09-22 22:07:14.000000000 +0200 +++ new/lightsoff-3.14.1/aclocal.m4 2014-10-13 21:54:04.000000000 +0200 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.13.4 -*- Autoconf -*- +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. @@ -20,6 +20,143 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) +# gnome-common.m4 +# +# serial 3 +# + +dnl GNOME_COMMON_INIT + +AU_DEFUN([GNOME_COMMON_INIT], +[ + dnl this macro should come after AC_CONFIG_MACRO_DIR + AC_BEFORE([AC_CONFIG_MACRO_DIR], [$0]) + + dnl ensure that when the Automake generated makefile calls aclocal, + dnl it honours the $ACLOCAL_FLAGS environment variable + ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}" + if test -n "$ac_macro_dir"; then + ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS" + fi + + AC_SUBST([ACLOCAL_AMFLAGS]) +], +[[$0: This macro is deprecated. You should set put "ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}" +in your top-level Makefile.am, instead, where "m4" is the macro directory set +with AC_CONFIG_MACRO_DIR() in your configure.ac]]) + +AU_DEFUN([GNOME_DEBUG_CHECK], +[ + AX_CHECK_ENABLE_DEBUG([no],[GNOME_ENABLE_DEBUG]) +], +[[$0: This macro is deprecated. You should use AX_CHECK_ENABLE_DEBUG instead and +replace uses of GNOME_ENABLE_DEBUG with ENABLE_DEBUG. +See: http://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html#ax_check_enable_debug]]) + +dnl GNOME_MAINTAINER_MODE_DEFINES () +dnl define DISABLE_DEPRECATED +dnl +AU_DEFUN([GNOME_MAINTAINER_MODE_DEFINES], +[ + AC_REQUIRE([AM_MAINTAINER_MODE]) + + DISABLE_DEPRECATED="" + if test $USE_MAINTAINER_MODE = yes; then + DOMAINS="GCONF BONOBO BONOBO_UI GNOME LIBGLADE GNOME_VFS WNCK LIBSOUP" + for DOMAIN in $DOMAINS; do + DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES" + done + fi + + AC_SUBST(DISABLE_DEPRECATED) +], +[[$0: This macro is deprecated. All of the modules it disables deprecations for +are obsolete. Remove it and all uses of DISABLE_DEPRECATED.]]) + +dnl GLIB_GSETTINGS +dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether +dnl the schema should be compiled +dnl + +AC_DEFUN([GLIB_GSETTINGS], +[ + m4_pattern_allow([AM_V_GEN]) + AC_ARG_ENABLE(schemas-compile, + AS_HELP_STRING([--disable-schemas-compile], + [Disable regeneration of gschemas.compiled on install]), + [case ${enableval} in + yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; + no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; + *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;; + esac]) + AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE]) + PKG_PROG_PKG_CONFIG([0.16]) + AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas]) + if test x$cross_compiling != xyes; then + GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` + else + AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas) + fi + AC_SUBST(GLIB_COMPILE_SCHEMAS) + if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then + ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2]) + else + ifelse([$1],,[:],[$1]) + fi + + GSETTINGS_RULES=' +.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas + +mostlyclean-am: clean-gsettings-schemas + +gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) + +%.gschema.valid: %.gschema.xml $(gsettings__enum_file) + $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@ + +all-am: $(gsettings_SCHEMAS:.xml=.valid) +uninstall-am: uninstall-gsettings-schemas +install-data-am: install-gsettings-schemas + +.SECONDARY: $(gsettings_SCHEMAS) + +install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) + @$(NORMAL_INSTALL) + if test -n "$^"; then \ + test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ + $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ + fi + +uninstall-gsettings-schemas: + @$(NORMAL_UNINSTALL) + @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) + +clean-gsettings-schemas: + rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + +ifdef gsettings_ENUM_NAMESPACE +$(gsettings__enum_file): $(gsettings_ENUM_FILES) + $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@ +endif +' + _GSETTINGS_SUBST(GSETTINGS_RULES) +]) + +dnl _GSETTINGS_SUBST(VARIABLE) +dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST +AC_DEFUN([_GSETTINGS_SUBST], +[ +AC_SUBST([$1]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) +] +) + dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) # serial 42 IT_PROG_INTLTOOL @@ -236,7 +373,7 @@ # 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, @@ -483,143 +620,6 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])# PKG_CHECK_VAR -# gnome-common.m4 -# -# serial 3 -# - -dnl GNOME_COMMON_INIT - -AU_DEFUN([GNOME_COMMON_INIT], -[ - dnl this macro should come after AC_CONFIG_MACRO_DIR - AC_BEFORE([AC_CONFIG_MACRO_DIR], [$0]) - - dnl ensure that when the Automake generated makefile calls aclocal, - dnl it honours the $ACLOCAL_FLAGS environment variable - ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}" - if test -n "$ac_macro_dir"; then - ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS" - fi - - AC_SUBST([ACLOCAL_AMFLAGS]) -], -[[$0: This macro is deprecated. You should set put "ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}" -in your top-level Makefile.am, instead, where "m4" is the macro directory set -with AC_CONFIG_MACRO_DIR() in your configure.ac]]) - -AU_DEFUN([GNOME_DEBUG_CHECK], -[ - AX_CHECK_ENABLE_DEBUG([no],[GNOME_ENABLE_DEBUG]) -], -[[$0: This macro is deprecated. You should use AX_CHECK_ENABLE_DEBUG instead and -replace uses of GNOME_ENABLE_DEBUG with ENABLE_DEBUG. -See: http://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html#ax_check_enable_debug]]) - -dnl GNOME_MAINTAINER_MODE_DEFINES () -dnl define DISABLE_DEPRECATED -dnl -AU_DEFUN([GNOME_MAINTAINER_MODE_DEFINES], -[ - AC_REQUIRE([AM_MAINTAINER_MODE]) - - DISABLE_DEPRECATED="" - if test $USE_MAINTAINER_MODE = yes; then - DOMAINS="GCONF BONOBO BONOBO_UI GNOME LIBGLADE GNOME_VFS WNCK LIBSOUP" - for DOMAIN in $DOMAINS; do - DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES" - done - fi - - AC_SUBST(DISABLE_DEPRECATED) -], -[[$0: This macro is deprecated. All of the modules it disables deprecations for -are obsolete. Remove it and all uses of DISABLE_DEPRECATED.]]) - -dnl GLIB_GSETTINGS -dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether -dnl the schema should be compiled -dnl - -AC_DEFUN([GLIB_GSETTINGS], -[ - m4_pattern_allow([AM_V_GEN]) - AC_ARG_ENABLE(schemas-compile, - AS_HELP_STRING([--disable-schemas-compile], - [Disable regeneration of gschemas.compiled on install]), - [case ${enableval} in - yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; - no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;; - esac]) - AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE]) - PKG_PROG_PKG_CONFIG([0.16]) - AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas]) - if test x$cross_compiling != xyes; then - GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` - else - AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas) - fi - AC_SUBST(GLIB_COMPILE_SCHEMAS) - if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then - ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2]) - else - ifelse([$1],,[:],[$1]) - fi - - GSETTINGS_RULES=' -.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas - -mostlyclean-am: clean-gsettings-schemas - -gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) - -%.gschema.valid: %.gschema.xml $(gsettings__enum_file) - $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@ - -all-am: $(gsettings_SCHEMAS:.xml=.valid) -uninstall-am: uninstall-gsettings-schemas -install-data-am: install-gsettings-schemas - -.SECONDARY: $(gsettings_SCHEMAS) - -install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) - @$(NORMAL_INSTALL) - if test -n "$^"; then \ - test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ - $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ - test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ - fi - -uninstall-gsettings-schemas: - @$(NORMAL_UNINSTALL) - @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files - test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) - -clean-gsettings-schemas: - rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - -ifdef gsettings_ENUM_NAMESPACE -$(gsettings__enum_file): $(gsettings_ENUM_FILES) - $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@ -endif -' - _GSETTINGS_SUBST(GSETTINGS_RULES) -]) - -dnl _GSETTINGS_SUBST(VARIABLE) -dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST -AC_DEFUN([_GSETTINGS_SUBST], -[ -AC_SUBST([$1]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) -] -) - AC_DEFUN([YELP_HELP_INIT], [ AC_REQUIRE([AC_PROG_LN_S]) @@ -846,10 +846,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.13' +[am__api_version='1.14' 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.13.4], [], +m4_if([$1], [1.14.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -865,7 +865,7 @@ # 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.13.4])dnl +[AM_AUTOMAKE_VERSION([1.14.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) @@ -1232,6 +1232,12 @@ # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -1340,7 +1346,48 @@ AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl -]) + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> + +Please tell [email protected] about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: <http://www.gnu.org/software/coreutils/>. + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -1348,7 +1395,6 @@ m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -1496,38 +1542,6 @@ rm -f confinc confmf ]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_CC_C_O -# -------------- -# Like AC_PROG_CC_C_O, but changed for automake. -AC_DEFUN([AM_PROG_CC_C_O], -[AC_REQUIRE([AC_PROG_CC_C_O])dnl -AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([compile])dnl -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi -dnl Make sure AC_PROG_CC is never called again, or it will override our -dnl setting of CC. -m4_define([AC_PROG_CC], - [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) -]) - # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2013 Free Software Foundation, Inc. @@ -1598,6 +1612,70 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/configure new/lightsoff-3.14.1/configure --- old/lightsoff-3.14.0/configure 2014-09-22 22:07:15.000000000 +0200 +++ new/lightsoff-3.14.1/configure 2014-10-13 21:54:05.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Lights Off 3.14.0. +# Generated by GNU Autoconf 2.69 for Lights Off 3.14.1. # # Report bugs to <https://bugzilla.gnome.org/>. # @@ -639,8 +639,8 @@ # Identity of this package. PACKAGE_NAME='Lights Off' PACKAGE_TARNAME='lightsoff' -PACKAGE_VERSION='3.14.0' -PACKAGE_STRING='Lights Off 3.14.0' +PACKAGE_VERSION='3.14.1' +PACKAGE_STRING='Lights Off 3.14.1' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/' PACKAGE_URL='https://wiki.gnome.org/Apps/Lightsoff' @@ -1355,7 +1355,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 Lights Off 3.14.0 to adapt to many kinds of systems. +\`configure' configures Lights Off 3.14.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1421,7 +1421,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Lights Off 3.14.0:";; + short | recursive ) echo "Configuration of Lights Off 3.14.1:";; esac cat <<\_ACEOF @@ -1534,7 +1534,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Lights Off configure 3.14.0 +Lights Off configure 3.14.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1702,7 +1702,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Lights Off $as_me 3.14.0, which was +It was created by Lights Off $as_me 3.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2050,7 +2050,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -am__api_version='1.13' +am__api_version='1.14' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2565,7 +2565,7 @@ # Define the identity of the package. PACKAGE='lightsoff' - VERSION='3.14.0' + VERSION='3.14.1' cat >>confdefs.h <<_ACEOF @@ -2616,6 +2616,47 @@ +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> + +Please tell [email protected] about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: <http://www.gnu.org/software/coreutils/>. + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; @@ -3615,6 +3656,65 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 @@ -3743,131 +3843,6 @@ fi -if test "x$CC" != xcc; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 -$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 -$as_echo_n "checking whether cc understands -c and -o together... " >&6; } -fi -set dummy $CC; ac_cc=`$as_echo "$2" | - sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -# Make sure it works both with $CC and with simple cc. -# We do the test twice because some compilers refuse to overwrite an -# existing .o file with -o, though they will create one. -ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -rm -f conftest2.* -if { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && - test -f conftest2.$ac_objext && { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; -then - eval ac_cv_prog_cc_${ac_cc}_c_o=yes - if test "x$CC" != xcc; then - # Test first that cc exists at all. - if { ac_try='cc -c conftest.$ac_ext >&5' - { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; }; then - ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' - rm -f conftest2.* - if { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && - test -f conftest2.$ac_objext && { { case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; - then - # cc works too. - : - else - # cc exists but doesn't like -o. - eval ac_cv_prog_cc_${ac_cc}_c_o=no - fi - fi - fi -else - eval ac_cv_prog_cc_${ac_cc}_c_o=no -fi -rm -f core conftest* - -fi -if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h - -fi - -# FIXME: we rely on the cache variable name because -# there is no other way. -set dummy $CC -am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o -if test "$am_t" != yes; then - # Losing compiler, so override with the script. - # FIXME: It is wrong to rewrite CC. - # But if we don't then we get into trouble of one sort or another. - # A longer-term fix would be to have automake use am__CC in this case, - # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" - CC="$am_aux_dir/compile $CC" -fi - @@ -5837,7 +5812,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Lights Off $as_me 3.14.0, which was +This file was extended by Lights Off $as_me 3.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5895,7 +5870,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Lights Off config.status 3.14.0 +Lights Off config.status 3.14.1 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/lightsoff-3.14.0/configure.ac new/lightsoff-3.14.1/configure.ac --- old/lightsoff-3.14.0/configure.ac 2014-09-22 22:00:52.000000000 +0200 +++ new/lightsoff-3.14.1/configure.ac 2014-10-13 21:47:46.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Lights Off], [3.14.0], [https://bugzilla.gnome.org/], +AC_INIT([Lights Off], [3.14.1], [https://bugzilla.gnome.org/], [lightsoff], [https://wiki.gnome.org/Apps/Lightsoff]) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/data/Makefile.in new/lightsoff-3.14.1/data/Makefile.in --- old/lightsoff-3.14.0/data/Makefile.in 2014-09-22 22:07:16.000000000 +0200 +++ new/lightsoff-3.14.1/data/Makefile.in 2014-10-13 21:54:05.000000000 +0200 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/data/icons/HighContrast/Makefile.in new/lightsoff-3.14.1/data/icons/HighContrast/Makefile.in --- old/lightsoff-3.14.0/data/icons/HighContrast/Makefile.in 2014-09-22 22:07:16.000000000 +0200 +++ new/lightsoff-3.14.1/data/icons/HighContrast/Makefile.in 2014-10-13 21:54:06.000000000 +0200 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/data/icons/Makefile.in new/lightsoff-3.14.1/data/icons/Makefile.in --- old/lightsoff-3.14.0/data/icons/Makefile.in 2014-09-22 22:07:16.000000000 +0200 +++ new/lightsoff-3.14.1/data/icons/Makefile.in 2014-10-13 21:54:06.000000000 +0200 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/data/icons/hicolor/Makefile.in new/lightsoff-3.14.1/data/icons/hicolor/Makefile.in --- old/lightsoff-3.14.0/data/icons/hicolor/Makefile.in 2014-09-22 22:07:16.000000000 +0200 +++ new/lightsoff-3.14.1/data/icons/hicolor/Makefile.in 2014-10-13 21:54:06.000000000 +0200 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/help/Makefile.in new/lightsoff-3.14.1/help/Makefile.in --- old/lightsoff-3.14.0/help/Makefile.in 2014-09-22 22:07:16.000000000 +0200 +++ new/lightsoff-3.14.1/help/Makefile.in 2014-10-13 21:54:06.000000000 +0200 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/missing new/lightsoff-3.14.1/missing --- old/lightsoff-3.14.0/missing 2014-09-22 22:07:16.000000000 +0200 +++ new/lightsoff-3.14.1/missing 2014-10-13 21:54:05.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-06-26.16; # UTC +scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. @@ -160,7 +160,7 @@ ;; autom4te*) echo "You might have modified some maintainer files that require" - echo "the 'automa4te' program to be rebuilt." + echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/po/it.po new/lightsoff-3.14.1/po/it.po --- old/lightsoff-3.14.0/po/it.po 2014-09-21 05:38:55.000000000 +0200 +++ new/lightsoff-3.14.1/po/it.po 2014-10-13 21:47:27.000000000 +0200 @@ -10,17 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: lightsoff\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-06 09:33+0100\n" -"PO-Revision-Date: 2014-01-06 09:33+0100\n" -"Last-Translator: Milo Casagrande <[email protected]>\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=lightsoff&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2014-10-06 22:01+0000\n" +"PO-Revision-Date: 2014-10-10 10:08+0100\n" +"Last-Translator: Milo Casagrande <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8-bit\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -"X-Generator: Gtranslator 2.91.6\n" +"X-Generator: Poedit 1.6.9\n" #: ../data/lightsoff.appdata.xml.in.h:1 msgid "" @@ -40,8 +41,8 @@ "I giocatori che apprezzano questo tipo di gioco troveranno un sacco di " "livelli da completare." -#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:60 -#: ../src/lightsoff.vala:163 ../src/lightsoff.vala:186 +#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:207 +#: ../src/lightsoff.vala:229 msgid "Lights Off" msgstr "Spegni le luci" @@ -61,23 +62,42 @@ msgid "The users's most recent level." msgstr "Il livello più recente degli utenti." -#: ../src/lightsoff.vala:44 +#: ../src/lightsoff.vala:52 msgid "_New Game" msgstr "_Nuova partita" -#: ../src/lightsoff.vala:47 +#: ../src/lightsoff.vala:55 msgid "_Help" msgstr "A_iuto" -#: ../src/lightsoff.vala:48 +#: ../src/lightsoff.vala:56 msgid "_About" msgstr "I_nformazioni" -#: ../src/lightsoff.vala:49 +#: ../src/lightsoff.vala:57 msgid "_Quit" msgstr "_Esci" -#: ../src/lightsoff.vala:166 +#: ../src/lightsoff.vala:70 +msgid "Return to the previous level" +msgstr "Tornal al livello precedente" + +#: ../src/lightsoff.vala:76 +msgid "Proceed to the next level" +msgstr "Vai al livello successivo" + +#. The title of the window, %d is the level number +#: ../src/lightsoff.vala:107 +#, c-format +msgid "Level %d" +msgstr "Livello %d" + +#. Subtitle of the window when playing level one. +#: ../src/lightsoff.vala:109 +msgid "Turn off all the lights!" +msgstr "Spegni tutte le luci!" + +#: ../src/lightsoff.vala:210 msgid "" "Turn off all the lights\n" "\n" @@ -87,14 +107,13 @@ "\n" "Spegni le luci fa parte dei Giochi di GNOME." -#: ../src/lightsoff.vala:172 +#: ../src/lightsoff.vala:216 msgid "translator-credits" msgstr "" -"Milo Casagrande <[email protected]>\n" +"Milo Casagrande <[email protected]>\n" "Gruppo traduzione Italiano di Ubuntu <[email protected]>\n" "Francesco Marletta <[email protected]>\n" "Fabrizio Stefani <[email protected]>" -#: ../src/lightsoff.vala:175 -msgid "GNOME Games web site" -msgstr "Sito web di GNOME Games" +#~ msgid "GNOME Games web site" +#~ msgstr "Sito web di GNOME Games" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/po/lv.po new/lightsoff-3.14.1/po/lv.po --- old/lightsoff-3.14.0/po/lv.po 2014-09-21 05:38:55.000000000 +0200 +++ new/lightsoff-3.14.1/po/lv.po 2014-10-13 21:47:27.000000000 +0200 @@ -11,8 +11,8 @@ "Project-Id-Version: lv\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=lightsoff&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-01-12 18:03+0000\n" -"PO-Revision-Date: 2014-03-07 13:58+0200\n" +"POT-Creation-Date: 2014-10-10 08:09+0000\n" +"PO-Revision-Date: 2014-10-12 17:24+0300\n" "Last-Translator: Rūdolfs Mazurs <[email protected]>\n" "Language-Team: Latvian <[email protected]>\n" "Language: lv\n" @@ -43,8 +43,8 @@ "Tiem spēlētājiem, kuriem patīk izslēgt gaismas, būs pieejams milzīgs līmeņu " "skaits." -#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:60 -#: ../src/lightsoff.vala:163 ../src/lightsoff.vala:185 +#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:207 +#: ../src/lightsoff.vala:229 msgid "Lights Off" msgstr "Izslēgt gaismu" @@ -64,23 +64,46 @@ msgid "The users's most recent level." msgstr "Lietotāja pēdējais līmenis." -#: ../src/lightsoff.vala:44 +#: ../src/lightsoff.vala:52 msgid "_New Game" msgstr "Jau_na spēle" -#: ../src/lightsoff.vala:47 +#: ../src/lightsoff.vala:55 msgid "_Help" msgstr "_Palīdzība" -#: ../src/lightsoff.vala:48 +#: ../src/lightsoff.vala:56 msgid "_About" msgstr "P_ar" -#: ../src/lightsoff.vala:49 +#: ../src/lightsoff.vala:57 msgid "_Quit" msgstr "_Iziet" -#: ../src/lightsoff.vala:166 +#: ../src/lightsoff.vala:70 +#| msgid "Show the previous move" +msgid "Return to the previous level" +msgstr "Atgriezties uz iepriekšējo līmeni" + +#: ../src/lightsoff.vala:76 +#| msgid "Show the next move" +msgid "Proceed to the next level" +msgstr "Iet uz nākamo līmeni" + +#. The title of the window, %d is the level number +#: ../src/lightsoff.vala:107 +#, c-format +#| msgid "Level:" +msgid "Level %d" +msgstr "Līmenis %d" + +#. Subtitle of the window when playing level one. +#: ../src/lightsoff.vala:109 +#| msgid "Turn off all the lights" +msgid "Turn off all the lights!" +msgstr "Izslēdziet visas gaismas!" + +#: ../src/lightsoff.vala:210 msgid "" "Turn off all the lights\n" "\n" @@ -90,7 +113,7 @@ "\n" "“Izslēdz gaismas” ir daļa no GNOME spēlēm." -#: ../src/lightsoff.vala:172 +#: ../src/lightsoff.vala:216 msgid "translator-credits" msgstr "" "Raivis Dejus <[email protected]>\n" @@ -139,12 +162,6 @@ #~ msgid "Rewind to the game start" #~ msgstr "Pārtīt uz spēles sākumu" -#~ msgid "Show the previous move" -#~ msgstr "Parādīt iepriekšējo gājienu" - -#~ msgid "Show the next move" -#~ msgstr "Parādīt nākamo gājienu" - #~ msgid "Show the current move" #~ msgstr "Parādīt pašreizējo gājienu" @@ -1758,9 +1775,6 @@ #~ msgid "Safe Teleports:" #~ msgstr "Drošie teleporti:" -#~ msgid "Level:" -#~ msgstr "Līmenis:" - #~ msgid "Remaining:" #~ msgstr "Atlicis:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/po/sr.po new/lightsoff-3.14.1/po/sr.po --- old/lightsoff-3.14.0/po/sr.po 2014-09-21 05:38:55.000000000 +0200 +++ new/lightsoff-3.14.1/po/sr.po 2014-10-13 21:47:27.000000000 +0200 @@ -1,19 +1,19 @@ # Serbian translation of gnome-games -# Courtesy of Prevod.org team (http://prevod.org/) -- 2003 — 2014. +# Courtesy of Prevod.org team (http://prevod.org/) -- 2003—2014. # This file is distributed under the same license as the gnome-games package. # Maintainer: Душан Марјановић <[email protected]> # Reviewed on 2005-08-03 by: Игор Несторовић <[email protected]> # Translated by: Милош Поповић <[email protected]> # Translated on 2010-08-25 by: Бранко Кокановић <[email protected]> # Милош Поповић <gpopac@gmai, 2010. -# Мирослав Николић <[email protected]>, 2011 — 2014. +# Мирослав Николић <[email protected]>, 2011—2014. msgid "" msgstr "" "Project-Id-Version: Гномове игре\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=lights" "off&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-01-12 18:03+0000\n" -"PO-Revision-Date: 2014-03-21 03:14+0200\n" +"POT-Creation-Date: 2014-09-25 21:52+0000\n" +"PO-Revision-Date: 2014-09-26 11:08+0200\n" "Last-Translator: Мирослав Николић <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" "Language: sr\n" @@ -40,8 +40,8 @@ "levels." msgstr "Играчи који буду што дуже гасили светла уживаће у већем броју нивоа." -#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:60 -#: ../src/lightsoff.vala:163 ../src/lightsoff.vala:185 +#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:207 +#: ../src/lightsoff.vala:229 msgid "Lights Off" msgstr "Погаси светла" @@ -61,23 +61,43 @@ msgid "The users's most recent level." msgstr "Најскорији корисников ниво." -#: ../src/lightsoff.vala:44 +#: ../src/lightsoff.vala:52 msgid "_New Game" msgstr "_Нова игра" -#: ../src/lightsoff.vala:47 +#: ../src/lightsoff.vala:55 msgid "_Help" msgstr "По_моћ" -#: ../src/lightsoff.vala:48 +#: ../src/lightsoff.vala:56 msgid "_About" msgstr "_О програму" -#: ../src/lightsoff.vala:49 +#: ../src/lightsoff.vala:57 msgid "_Quit" msgstr "_Изађи" -#: ../src/lightsoff.vala:166 +#: ../src/lightsoff.vala:70 +msgid "Return to the previous level" +msgstr "Вратите се на претходни ниво" + +#: ../src/lightsoff.vala:76 +msgid "Proceed to the next level" +msgstr "Наставите до следећег нивоа" + +#. The title of the window, %d is the level number +#: ../src/lightsoff.vala:107 +#, c-format +msgid "Level %d" +msgstr "%d. ниво" + +#. Subtitle of the window when playing level one. +#: ../src/lightsoff.vala:109 +#| msgid "Turn off all the lights" +msgid "Turn off all the lights!" +msgstr "Погасите сва светла!" + +#: ../src/lightsoff.vala:210 msgid "" "Turn off all the lights\n" "\n" @@ -87,7 +107,7 @@ "\n" "Погаси светла је део Гномових игара." -#: ../src/lightsoff.vala:172 +#: ../src/lightsoff.vala:216 msgid "translator-credits" msgstr "" "Душан Марјановић <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/po/[email protected] new/lightsoff-3.14.1/po/[email protected] --- old/lightsoff-3.14.0/po/[email protected] 2014-09-21 05:38:55.000000000 +0200 +++ new/lightsoff-3.14.1/po/[email protected] 2014-10-13 21:47:27.000000000 +0200 @@ -1,19 +1,19 @@ # Serbian translation of gnome-games -# Courtesy of Prevod.org team (http://prevod.org/) -- 2003 — 2014. +# Courtesy of Prevod.org team (http://prevod.org/) -- 2003—2014. # This file is distributed under the same license as the gnome-games package. # Maintainer: Dušan Marjanović <[email protected]> # Reviewed on 2005-08-03 by: Igor Nestorović <[email protected]> # Translated by: Miloš Popović <[email protected]> # Translated on 2010-08-25 by: Branko Kokanović <[email protected]> # Miloš Popović <gpopac@gmai, 2010. -# Miroslav Nikolić <[email protected]>, 2011 — 2014. +# Miroslav Nikolić <[email protected]>, 2011—2014. msgid "" msgstr "" "Project-Id-Version: Gnomove igre\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=lights" "off&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-01-12 18:03+0000\n" -"PO-Revision-Date: 2014-03-21 03:14+0200\n" +"POT-Creation-Date: 2014-09-25 21:52+0000\n" +"PO-Revision-Date: 2014-09-26 11:08+0200\n" "Last-Translator: Miroslav Nikolić <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" "Language: sr\n" @@ -40,8 +40,8 @@ "levels." msgstr "Igrači koji budu što duže gasili svetla uživaće u većem broju nivoa." -#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:60 -#: ../src/lightsoff.vala:163 ../src/lightsoff.vala:185 +#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:207 +#: ../src/lightsoff.vala:229 msgid "Lights Off" msgstr "Pogasi svetla" @@ -61,23 +61,43 @@ msgid "The users's most recent level." msgstr "Najskoriji korisnikov nivo." -#: ../src/lightsoff.vala:44 +#: ../src/lightsoff.vala:52 msgid "_New Game" msgstr "_Nova igra" -#: ../src/lightsoff.vala:47 +#: ../src/lightsoff.vala:55 msgid "_Help" msgstr "Po_moć" -#: ../src/lightsoff.vala:48 +#: ../src/lightsoff.vala:56 msgid "_About" msgstr "_O programu" -#: ../src/lightsoff.vala:49 +#: ../src/lightsoff.vala:57 msgid "_Quit" msgstr "_Izađi" -#: ../src/lightsoff.vala:166 +#: ../src/lightsoff.vala:70 +msgid "Return to the previous level" +msgstr "Vratite se na prethodni nivo" + +#: ../src/lightsoff.vala:76 +msgid "Proceed to the next level" +msgstr "Nastavite do sledećeg nivoa" + +#. The title of the window, %d is the level number +#: ../src/lightsoff.vala:107 +#, c-format +msgid "Level %d" +msgstr "%d. nivo" + +#. Subtitle of the window when playing level one. +#: ../src/lightsoff.vala:109 +#| msgid "Turn off all the lights" +msgid "Turn off all the lights!" +msgstr "Pogasite sva svetla!" + +#: ../src/lightsoff.vala:210 msgid "" "Turn off all the lights\n" "\n" @@ -87,7 +107,7 @@ "\n" "Pogasi svetla je deo Gnomovih igara." -#: ../src/lightsoff.vala:172 +#: ../src/lightsoff.vala:216 msgid "translator-credits" msgstr "" "Dušan Marjanović <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/po/zh_CN.po new/lightsoff-3.14.1/po/zh_CN.po --- old/lightsoff-3.14.0/po/zh_CN.po 2014-09-21 05:38:55.000000000 +0200 +++ new/lightsoff-3.14.1/po/zh_CN.po 2014-10-13 21:47:27.000000000 +0200 @@ -10,16 +10,16 @@ "Project-Id-Version: gnome-games master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=lightsoff&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-12-19 15:18+0000\n" -"PO-Revision-Date: 2013-12-25 00:25+0800\n" -"Last-Translator: Sphinx Jiang <[email protected]>\n" +"POT-Creation-Date: 2014-09-24 09:50+0000\n" +"PO-Revision-Date: 2014-09-24 23:46+0800\n" +"Last-Translator: YunQiang Su <[email protected]>\n" "Language-Team: Chinese Simplified <[email protected]>\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Poedit 1.6.9\n" #: ../data/lightsoff.appdata.xml.in.h:1 msgid "" @@ -36,8 +36,8 @@ "levels." msgstr "成功关灯的玩家将会享受更多的关卡。" -#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:60 -#: ../src/lightsoff.vala:163 ../src/lightsoff.vala:186 +#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:207 +#: ../src/lightsoff.vala:229 msgid "Lights Off" msgstr "关灯" @@ -57,23 +57,42 @@ msgid "The users's most recent level." msgstr "用户最近的级别。" -#: ../src/lightsoff.vala:44 +#: ../src/lightsoff.vala:52 msgid "_New Game" msgstr "新建游戏(_N)" -#: ../src/lightsoff.vala:47 +#: ../src/lightsoff.vala:55 msgid "_Help" msgstr "帮助(_H)" -#: ../src/lightsoff.vala:48 +#: ../src/lightsoff.vala:56 msgid "_About" msgstr "关于(_A)" -#: ../src/lightsoff.vala:49 +#: ../src/lightsoff.vala:57 msgid "_Quit" msgstr "退出(_Q)" -#: ../src/lightsoff.vala:166 +#: ../src/lightsoff.vala:70 +msgid "Return to the previous level" +msgstr "返回上一级别" + +#: ../src/lightsoff.vala:76 +msgid "Proceed to the next level" +msgstr "前进到下一级别" + +#. The title of the window, %d is the level number +#: ../src/lightsoff.vala:107 +#, c-format +msgid "Level %d" +msgstr "级别 %d" + +#. Subtitle of the window when playing level one. +#: ../src/lightsoff.vala:109 +msgid "Turn off all the lights!" +msgstr "关闭所有的灯!" + +#: ../src/lightsoff.vala:210 msgid "" "Turn off all the lights\n" "\n" @@ -83,16 +102,15 @@ "\n" "关灯是 GNOME 游戏的一部分。" -#: ../src/lightsoff.vala:172 +#: ../src/lightsoff.vala:216 msgid "translator-credits" msgstr "" "Yang Zhang <[email protected]>, 2007\n" "Ping Z <[email protected]>, 2007\n" "Xhacker Liu <[email protected]>, 2010" -#: ../src/lightsoff.vala:175 -msgid "GNOME Games web site" -msgstr "GNOME 游戏网站" +#~ msgid "GNOME Games web site" +#~ msgstr "GNOME 游戏网站" #~ msgid "Chess" #~ msgstr "国际象棋" @@ -133,12 +151,6 @@ #~ msgid "Rewind to the game start" #~ msgstr "定位到游戏开始" -#~ msgid "Show the previous move" -#~ msgstr "显示上一着" - -#~ msgid "Show the next move" -#~ msgstr "显示下一着" - #~ msgid "Show the current move" #~ msgstr "显示当前移动" @@ -1621,9 +1633,6 @@ #~ msgid "Safe Teleports:" #~ msgstr "安全传送点:" -#~ msgid "Level:" -#~ msgstr "级别:" - #~ msgid "Remaining:" #~ msgstr "剩下:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lightsoff-3.14.0/src/Makefile.in new/lightsoff-3.14.1/src/Makefile.in --- old/lightsoff-3.14.0/src/Makefile.in 2014-09-22 22:07:16.000000000 +0200 +++ new/lightsoff-3.14.1/src/Makefile.in 2014-10-13 21:54:06.000000000 +0200 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.4 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -409,14 +409,14 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` lightsoff-board-view.o: board-view.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lightsoff_CFLAGS) $(CFLAGS) -MT lightsoff-board-view.o -MD -MP -MF $(DEPDIR)/lightsoff-board-view.Tpo -c -o lightsoff-board-view.o `test -f 'board-view.c' || echo '$(srcdir)/'`board-view.c -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
