Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sispmctl for openSUSE:Factory checked in at 2023-07-10 16:40:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sispmctl (Old) and /work/SRC/openSUSE:Factory/.sispmctl.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sispmctl" Mon Jul 10 16:40:21 2023 rev:10 rq:1097900 version:4.11 Changes: -------- --- /work/SRC/openSUSE:Factory/sispmctl/sispmctl.changes 2023-01-04 17:55:02.959046838 +0100 +++ /work/SRC/openSUSE:Factory/.sispmctl.new.23466/sispmctl.changes 2023-07-10 16:40:24.942727027 +0200 @@ -1,0 +2,8 @@ +Sun Jul 9 19:08:31 UTC 2023 - Martin Hauke <mar...@gmx.de> + +- Update to 4.11 + * Create /etc/sispmctl/ in passwordsetup.sh + * Avoid incorrect web output if not in quiet mode + * Include artwork in distribution file + +------------------------------------------------------------------- Old: ---- sispmctl-4.10.tar.gz New: ---- sispmctl-4.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sispmctl.spec ++++++ --- /var/tmp/diff_new_pack.k3Ug6E/_old 2023-07-10 16:40:25.638731175 +0200 +++ /var/tmp/diff_new_pack.k3Ug6E/_new 2023-07-10 16:40:25.642731199 +0200 @@ -1,7 +1,7 @@ # # spec file for package sispmctl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define libname libsispmctl0 Name: sispmctl -Version: 4.10 +Version: 4.11 Release: 0 Summary: SIS-PM Control for Linux License: GPL-2.0-only ++++++ sispmctl-4.10.tar.gz -> sispmctl-4.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/ChangeLog new/sispmctl-4.11/ChangeLog --- old/sispmctl-4.10/ChangeLog 2022-12-22 09:21:50.000000000 +0100 +++ new/sispmctl-4.11/ChangeLog 2023-07-06 22:08:04.000000000 +0200 @@ -1,3 +1,9 @@ +06 Jul 2023 - 4.11 + Create /etc/sispmctl/ in passwordsetup.sh + Avoid incorrect web output if not in quiet mode + Use core22 for snap + Include artwork in distribution file + 21 Dec 2022 - 4.10 Provide snapcraft.yaml to build as snap Provide script to create password file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/Makefile.am new/sispmctl-4.11/Makefile.am --- old/sispmctl-4.10/Makefile.am 2022-12-22 09:21:50.000000000 +0100 +++ new/sispmctl-4.11/Makefile.am 2023-07-06 22:03:50.000000000 +0200 @@ -1,8 +1,9 @@ -SUBDIRS = src man +SUBDIRS = man src ACLOCAL_AMFLAGS = -I m4 exampledir = $(docdir)/examples +artworkdir = $(docdir)/artwork dist_example_DATA= \ examples/60-sispmctl.rules \ @@ -11,3 +12,7 @@ dist_doc_DATA = \ README.md COPYING + +dist_artwork_DATA = \ + artwork/sispmctl.png \ + artwork/sispmctl.svg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/Makefile.in new/sispmctl-4.11/Makefile.in --- old/sispmctl-4.10/Makefile.in 2022-12-22 09:27:01.000000000 +0100 +++ new/sispmctl-4.11/Makefile.in 2023-07-06 22:13:58.000000000 +0200 @@ -98,8 +98,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ - $(am__configure_deps) $(dist_doc_DATA) $(dist_example_DATA) \ - $(am__DIST_COMMON) + $(am__configure_deps) $(dist_artwork_DATA) $(dist_doc_DATA) \ + $(dist_example_DATA) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -160,8 +160,9 @@ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } -am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(exampledir)" -DATA = $(dist_doc_DATA) $(dist_example_DATA) +am__installdirs = "$(DESTDIR)$(artworkdir)" "$(DESTDIR)$(docdir)" \ + "$(DESTDIR)$(exampledir)" +DATA = $(dist_artwork_DATA) $(dist_doc_DATA) $(dist_example_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ @@ -374,9 +375,10 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = src man +SUBDIRS = man src ACLOCAL_AMFLAGS = -I m4 exampledir = $(docdir)/examples +artworkdir = $(docdir)/artwork dist_example_DATA = \ examples/60-sispmctl.rules \ examples/passwordsetup.sh \ @@ -385,6 +387,10 @@ dist_doc_DATA = \ README.md COPYING +dist_artwork_DATA = \ + artwork/sispmctl.png \ + artwork/sispmctl.svg + all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -446,6 +452,27 @@ distclean-libtool: -rm -f libtool config.lt +install-dist_artworkDATA: $(dist_artwork_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_artwork_DATA)'; test -n "$(artworkdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(artworkdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(artworkdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(artworkdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(artworkdir)" || exit $$?; \ + done + +uninstall-dist_artworkDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_artwork_DATA)'; test -n "$(artworkdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(artworkdir)'; $(am__uninstall_files_from_dir) install-dist_docDATA: $(dist_doc_DATA) @$(NORMAL_INSTALL) @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ @@ -796,7 +823,7 @@ all-am: Makefile $(DATA) config.h installdirs: installdirs-recursive installdirs-am: - for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(exampledir)"; do \ + for dir in "$(DESTDIR)$(artworkdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(exampledir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive @@ -851,7 +878,8 @@ info-am: -install-data-am: install-dist_docDATA install-dist_exampleDATA +install-data-am: install-dist_artworkDATA install-dist_docDATA \ + install-dist_exampleDATA install-dvi: install-dvi-recursive @@ -897,7 +925,8 @@ ps-am: -uninstall-am: uninstall-dist_docDATA uninstall-dist_exampleDATA +uninstall-am: uninstall-dist_artworkDATA uninstall-dist_docDATA \ + uninstall-dist_exampleDATA .MAKE: $(am__recursive_targets) all install-am install-strip @@ -909,15 +938,16 @@ distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dist_docDATA \ - install-dist_exampleDATA install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs installdirs-am \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am uninstall-dist_docDATA \ + install-data install-data-am install-dist_artworkDATA \ + install-dist_docDATA install-dist_exampleDATA install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am \ + uninstall-dist_artworkDATA uninstall-dist_docDATA \ uninstall-dist_exampleDATA .PRECIOUS: Makefile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/README new/sispmctl-4.11/README --- old/sispmctl-4.10/README 2022-12-22 09:21:50.000000000 +0100 +++ new/sispmctl-4.11/README 2023-07-06 22:04:00.000000000 +0200 @@ -1,7 +1,7 @@ SiS-PM Control for Linux ======================== -(c) 2015-2020, Heinrich Schuchardt <xypron.g...@gmx.de> +(c) 2015-2023, Heinrich Schuchardt <xypron.g...@gmx.de> (c) 2011-2016, Pete Hildebrandt <send...@gmail.de> (c) 2005-2011, Mondrian Nuessle et al. @@ -13,7 +13,9 @@ * Gembird SIS-PMS SilverShield * Gembird MSIS-PM -* EnerGenie EG-PMS2 +* EnerGenie EG-PM +* EnerGenie EG-PMS +* EnerGenie EG-PM2 * EnerGenie EG-PMS2 Installation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/README.md new/sispmctl-4.11/README.md --- old/sispmctl-4.10/README.md 2022-12-22 09:21:50.000000000 +0100 +++ new/sispmctl-4.11/README.md 2023-07-06 22:04:00.000000000 +0200 @@ -1,7 +1,7 @@ SiS-PM Control for Linux ======================== -(c) 2015-2020, Heinrich Schuchardt <xypron.g...@gmx.de> +(c) 2015-2023, Heinrich Schuchardt <xypron.g...@gmx.de> (c) 2011-2016, Pete Hildebrandt <send...@gmail.de> (c) 2005-2011, Mondrian Nuessle et al. @@ -13,7 +13,9 @@ * Gembird SIS-PMS SilverShield * Gembird MSIS-PM -* EnerGenie EG-PMS2 +* EnerGenie EG-PM +* EnerGenie EG-PMS +* EnerGenie EG-PM2 * EnerGenie EG-PMS2 Installation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/aclocal.m4 new/sispmctl-4.11/aclocal.m4 --- old/sispmctl-4.10/aclocal.m4 2022-12-22 09:27:00.000000000 +0100 +++ new/sispmctl-4.11/aclocal.m4 2023-07-06 22:13:57.000000000 +0200 @@ -20,7 +20,7 @@ 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'.])]) -# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*- # serial 12 (pkg-config-0.29.2) dnl Copyright © 2004 Scott James Remnant <sc...@netsplit.com>. @@ -108,7 +108,7 @@ dnl PKG_CHECK_MODULES(), but does not set variables or print errors. dnl dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -dnl only at the first occurence in configure.ac, so if the first place +dnl only at the first occurrence in configure.ac, so if the first place dnl it's called might be skipped (such as if it is within an "if", you dnl have to call PKG_CHECK_EXISTS manually AC_DEFUN([PKG_CHECK_EXISTS], @@ -177,14 +177,14 @@ AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD - m4_default([$4], [AC_MSG_ERROR( + m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS @@ -196,7 +196,7 @@ ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( + m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. @@ -206,10 +206,10 @@ To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl ]) else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) - $3 + $3 fi[]dnl ])dnl PKG_CHECK_MODULES @@ -296,6 +296,74 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR +dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], +dnl [DESCRIPTION], [DEFAULT]) +dnl ------------------------------------------ +dnl +dnl Prepare a "--with-" configure option using the lowercase +dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and +dnl PKG_CHECK_MODULES in a single macro. +AC_DEFUN([PKG_WITH_MODULES], +[ +m4_pushdef([with_arg], m4_tolower([$1])) + +m4_pushdef([description], + [m4_default([$5], [build with ]with_arg[ support])]) + +m4_pushdef([def_arg], [m4_default([$6], [auto])]) +m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) +m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) + +m4_case(def_arg, + [yes],[m4_pushdef([with_without], [--without-]with_arg)], + [m4_pushdef([with_without],[--with-]with_arg)]) + +AC_ARG_WITH(with_arg, + AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, + [AS_TR_SH([with_]with_arg)=def_arg]) + +AS_CASE([$AS_TR_SH([with_]with_arg)], + [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], + [auto],[PKG_CHECK_MODULES([$1],[$2], + [m4_n([def_action_if_found]) $3], + [m4_n([def_action_if_not_found]) $4])]) + +m4_popdef([with_arg]) +m4_popdef([description]) +m4_popdef([def_arg]) + +])dnl PKG_WITH_MODULES + +dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [DESCRIPTION], [DEFAULT]) +dnl ----------------------------------------------- +dnl +dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES +dnl check._[VARIABLE-PREFIX] is exported as make variable. +AC_DEFUN([PKG_HAVE_WITH_MODULES], +[ +PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) + +AM_CONDITIONAL([HAVE_][$1], + [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) +])dnl PKG_HAVE_WITH_MODULES + +dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [DESCRIPTION], [DEFAULT]) +dnl ------------------------------------------------------ +dnl +dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after +dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make +dnl and preprocessor variable. +AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], +[ +PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) + +AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], + [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) +])dnl PKG_HAVE_DEFINE_WITH_MODULES + # Copyright (C) 2002-2021 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation Binary files old/sispmctl-4.10/artwork/sispmctl.png and new/sispmctl-4.11/artwork/sispmctl.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/artwork/sispmctl.svg new/sispmctl-4.11/artwork/sispmctl.svg --- old/sispmctl-4.10/artwork/sispmctl.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/sispmctl-4.11/artwork/sispmctl.svg 2023-07-02 00:07:05.000000000 +0200 @@ -0,0 +1,175 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="25.283743mm" + height="26.548941mm" + viewBox="0 0 25.283743 26.548941" + version="1.1" + id="svg8" + inkscape:version="0.92.4 (5da689c313, 2019-01-14)" + sodipodi:docname="logo.svg" + inkscape:export-filename="/tmp/logo.png" + inkscape:export-xdpi="95.672371" + inkscape:export-ydpi="95.672371"> + <defs + id="defs2"> + <linearGradient + inkscape:collect="always" + id="linearGradient917"> + <stop + style="stop-color:#ffffff;stop-opacity:0.75294119" + offset="0" + id="stop913" /> + <stop + id="stop923" + offset="0.42441806" + style="stop-color:#ffffff;stop-opacity:0.45882353;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0" + offset="1" + id="stop915" /> + </linearGradient> + <linearGradient + id="linearGradient907" + inkscape:collect="always"> + <stop + id="stop903" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#ffd39d;stop-opacity:1;" + offset="0.2463537" + id="stop927" /> + <stop + style="stop-color:#ff9f29;stop-opacity:1;" + offset="0.63496101" + id="stop925" /> + <stop + style="stop-color:#ff8a1a;stop-opacity:1;" + offset="0.80715096" + id="stop909" /> + <stop + id="stop905" + offset="1" + style="stop-color:#ff6400;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient879"> + <stop + style="stop-color:#ffff00;stop-opacity:1;" + offset="0" + id="stop875" /> + <stop + style="stop-color:#ff8800;stop-opacity:1" + offset="1" + id="stop877" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient879" + id="linearGradient881" + x1="21.412638" + y1="275.71356" + x2="30.028187" + y2="279.99731" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-9.1876198,2.7250962)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient907" + id="radialGradient901" + gradientUnits="userSpaceOnUse" + cx="15.591966" + cy="278.01971" + fx="15.591967" + fy="278.01971" + r="10.870849" + gradientTransform="matrix(0.99999143,0.00559314,-0.00608784,1.0884376,-2.5469747,-24.685634)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient917" + id="radialGradient921" + cx="16.091261" + cy="273.04886" + fx="16.091261" + fy="273.04886" + r="5.6841435" + gradientTransform="matrix(0.99997748,0.00674734,-0.0058309,0.87347554,-3.4945775,38.012418)" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="8.3016364" + inkscape:cx="47.780303" + inkscape:cy="50.170832" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1920" + inkscape:window-height="1043" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-0.71308517,-273.57478)"> + <circle + style="fill:url(#radialGradient901);fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1" + id="path883" + cx="11.451642" + cy="286.26144" + r="10.738557" /> + <ellipse + style="fill:url(#radialGradient921);fill-opacity:1;stroke:none;stroke-width:0.24505018;stroke-opacity:1" + id="path911" + cx="11.269351" + cy="278.62183" + rx="5.6841435" + ry="3.0989351" /> + <path + style="fill:#000000;fill-opacity:0.25098039;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.25098039" + d="m 7.9335154,284.94387 9.9762516,-10.47341 8.087062,10e-6 -9.876821,9.1145 6.032152,-0.0994 -11.003706,8.78308 h 5.402422 l -14.2849316,7.85507 6.032152,-6.5956 -3.579519,0.0663 8.6173606,-8.61736 z" + id="path873-5" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccc" /> + <path + style="fill:url(#linearGradient881);fill-opacity:1;stroke:#ff7f00;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 6.6219221,284.18069 9.9762519,-10.47341 8.087062,10e-6 -9.876821,9.1145 6.032152,-0.0994 -11.0037061,8.78308 h 5.4024221 l -14.28493185,7.85507 6.03215195,-6.5956 -3.579519,0.0663 8.6173609,-8.61736 z" + id="path873" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccc" /> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/configure new/sispmctl-4.11/configure --- old/sispmctl-4.10/configure 2022-12-22 09:27:00.000000000 +0100 +++ new/sispmctl-4.11/configure 2023-07-06 22:13:57.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for sispmctl 4.10. +# Generated by GNU Autoconf 2.71 for sispmctl 4.11. # # Report bugs to <xypron.g...@gmx.de>. # @@ -621,8 +621,8 @@ # Identity of this package. PACKAGE_NAME='sispmctl' PACKAGE_TARNAME='sispmctl' -PACKAGE_VERSION='4.10' -PACKAGE_STRING='sispmctl 4.10' +PACKAGE_VERSION='4.11' +PACKAGE_STRING='sispmctl 4.11' PACKAGE_BUGREPORT='xypron.g...@gmx.de' PACKAGE_URL='' @@ -1378,7 +1378,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 sispmctl 4.10 to adapt to many kinds of systems. +\`configure' configures sispmctl 4.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1450,7 +1450,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of sispmctl 4.10:";; + short | recursive ) echo "Configuration of sispmctl 4.11:";; esac cat <<\_ACEOF @@ -1574,7 +1574,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -sispmctl configure 4.10 +sispmctl configure 4.11 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1982,7 +1982,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by sispmctl $as_me 4.10, which was +It was created by sispmctl $as_me 4.11, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3367,7 +3367,7 @@ # Define the identity of the package. PACKAGE='sispmctl' - VERSION='4.10' + VERSION='4.11' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -14179,14 +14179,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libusb >= 0.1.11" 2>&1` + LIBUSB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libusb >= 0.1.11" 2>&1` else - LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libusb >= 0.1.11" 2>&1` + LIBUSB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libusb >= 0.1.11" 2>&1` fi - # Put the nasty error message in config.log where it belongs - echo "$LIBUSB_PKG_ERRORS" >&5 + # Put the nasty error message in config.log where it belongs + echo "$LIBUSB_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (libusb >= 0.1.11) were not met: + as_fn_error $? "Package requirements (libusb >= 0.1.11) were not met: $LIBUSB_PKG_ERRORS @@ -14199,7 +14199,7 @@ elif test $pkg_failed = untried; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full @@ -14212,8 +14212,8 @@ To get pkg-config, see <http://pkg-config.freedesktop.org/>. See \`config.log' for more details" "$LINENO" 5; } else - LIBUSB_CFLAGS=$pkg_cv_LIBUSB_CFLAGS - LIBUSB_LIBS=$pkg_cv_LIBUSB_LIBS + LIBUSB_CFLAGS=$pkg_cv_LIBUSB_CFLAGS + LIBUSB_LIBS=$pkg_cv_LIBUSB_LIBS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } @@ -15409,7 +15409,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by sispmctl $as_me 4.10, which was +This file was extended by sispmctl $as_me 4.11, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15477,7 +15477,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -sispmctl config.status 4.10 +sispmctl config.status 4.11 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/configure.ac new/sispmctl-4.11/configure.ac --- old/sispmctl-4.10/configure.ac 2022-12-22 09:21:50.000000000 +0100 +++ new/sispmctl-4.11/configure.ac 2023-07-06 22:08:21.000000000 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([sispmctl], [4.10], [xypron.g...@gmx.de]) +AC_INIT([sispmctl], [4.11], [xypron.g...@gmx.de]) AC_CONFIG_AUX_DIR(admin) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/examples/passwordsetup.sh new/sispmctl-4.11/examples/passwordsetup.sh --- old/sispmctl-4.10/examples/passwordsetup.sh 2022-12-22 09:21:50.000000000 +0100 +++ new/sispmctl-4.11/examples/passwordsetup.sh 2023-07-06 22:04:00.000000000 +0200 @@ -25,6 +25,7 @@ echo The password inputs did not match. done SECRET=$(echo -n "$UNAME:$PASSWD" | base64) +mkdir -p /etc/sispmctl rm -f $FILE echo $SECRET > $FILE chmod 400 $FILE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/man/sispmctl.1 new/sispmctl-4.11/man/sispmctl.1 --- old/sispmctl-4.10/man/sispmctl.1 2022-04-02 13:21:46.000000000 +0200 +++ new/sispmctl-4.11/man/sispmctl.1 2023-07-06 22:13:43.000000000 +0200 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii foo.1 .\" -.TH sispmctl 1 "Apr 2020" Linux "User Manuals" +.TH sispmctl 1 "Jul 2023" Linux "User Manuals" .SH NAME sispmctl \- manage EnerGenie and Gembird USB controlled power strips diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/src/Makefile.am new/sispmctl-4.11/src/Makefile.am --- old/sispmctl-4.10/src/Makefile.am 2022-12-22 09:21:50.000000000 +0100 +++ new/sispmctl-4.11/src/Makefile.am 2023-07-06 22:13:13.000000000 +0200 @@ -1,5 +1,5 @@ libsispmctl_la_LDFLAGS = \ - -version-info 2:1:2 + -version-info 2:2:2 bin_PROGRAMS = sispmctl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/src/Makefile.in new/sispmctl-4.11/src/Makefile.in --- old/sispmctl-4.10/src/Makefile.in 2022-12-22 09:27:01.000000000 +0100 +++ new/sispmctl-4.11/src/Makefile.in 2023-07-06 22:13:59.000000000 +0200 @@ -353,7 +353,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ libsispmctl_la_LDFLAGS = \ - -version-info 2:1:2 + -version-info 2:2:2 lib_LTLIBRARIES = libsispmctl.la sispmctl_LDADD = libsispmctl.la diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sispmctl-4.10/src/process.c new/sispmctl-4.11/src/process.c --- old/sispmctl-4.10/src/process.c 2022-04-02 13:21:46.000000000 +0200 +++ new/sispmctl-4.11/src/process.c 2023-07-06 22:04:00.000000000 +0200 @@ -217,7 +217,8 @@ fclose(in); return; } else if (verbose) - printf("Accessing Gembird #%d USB device %s\n", devnum, dev->filename ); + fprintf(stderr, "Accessing Gembird #%d USB device %s\n", devnum, + dev->filename ); id = get_id(dev); lastpos = ftell(in);