Hello community,

here is the log from the commit of package nut for openSUSE:Factory checked in 
at 2014-11-12 00:21:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nut (Old)
 and      /work/SRC/openSUSE:Factory/.nut.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nut"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nut/nut.changes  2014-06-16 21:29:17.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.nut.new/nut.changes     2014-11-12 
00:22:15.000000000 +0100
@@ -1,0 +2,47 @@
+Sun Nov 09 19:50:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in post script
+
+-------------------------------------------------------------------
+Thu Oct 30 07:22:38 UTC 2014 - mvysko...@opensuse.org
+
+- Update to version 2.7.2: 
+  For more see NEWS and UPGRADING in /usr/share/doc/packages/nut.
+  * upsdrvctl is now installed to $prefix/sbin rather than
+    $driverexec. This usually means moving from /bin to /sbin, apart
+    from few exceptions.
+  * FreeDesktop Hardware Abstraction Layer (HAL) support was removed.
+  * This is a good time to point out that for stricter packaging
+    systems, it may be beneficial to add "--enable-option-checking=fatal"
+    to the ./configure command line, in order to quickly pick up any
+    other removed option flags.
+  Other changes:
+  * libupsclient had undefined references related to functions of
+    libcommon.This issue was reported on Debian (bug #731156) and
+    is now fixed
+  * support for new devices:
+    + CABAC UPS-1700DV2
+    + Eaton Powerware 3105
+    + Emerson Network Power Liebert PSI 1440
+    + MicroDowell B.Box LP 500
+    + Numeric Digital 800 plus
+    + OptiUPS VS 575C
+    + Tripp Lite SU10KRT3/1X
+  * nutdrv_atcl_usb: new driver for 'ATCL FOR UPS'
+  * al175: re-introduced this driver (actually, it was in 2.7.1)
+  * upsdrvctl now provides retry options for upsdrvctl and driver(s)
+  * snmp-ups: add support for XPPC-MIB and Tripp Lite SU10KRT3/1X.
+    Also fix erroneous status in HP/Compaq SNMP MIB (with the most
+    recent HP firmware (1.76) ;
+    improved various MIBs (APC, HP/Compaq, ...) 
+  * nutdrv_qx: add new 'fallback' Q1 subdriver, with minimal
+    'Q1' support. General improvements on all subdrivers.
+  * mge-shut: partially revert PnP/RTS change, for initializing
+    the communication with the UPS. Note that nut-scanner similar
+    function was not modified however.
+- dropped nut-hal.patch
+- use _smp_mflags macro for make
+- build with --enable-option-checking=fatal and remove obsoleted --with-hal
+  and --with-linux-hiddev configure options
+
+-------------------------------------------------------------------

Old:
----
  nut-2.7.1.tar.gz
  nut-2.7.1.tar.gz.sig
  nut-hal.patch

New:
----
  nut-2.7.2.tar.gz
  nut-2.7.2.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nut.spec ++++++
--- /var/tmp/diff_new_pack.JXAVI3/_old  2014-11-12 00:22:17.000000000 +0100
+++ /var/tmp/diff_new_pack.JXAVI3/_new  2014-11-12 00:22:17.000000000 +0100
@@ -59,7 +59,7 @@
 Summary:        Network UPS Tools Core (Uninterruptible Power Supply 
Monitoring)
 License:        GPL-2.0+
 Group:          Hardware/UPS
-Version:        2.7.1
+Version:        2.7.2
 Release:        0
 Url:            http://www.networkupstools.org/
 Source:         
http://www.networkupstools.org/source/2.7/%{name}-%{version}.tar.gz
@@ -75,8 +75,6 @@
 Source11:       nut-server
 Source12:       nut-monitor
 Patch:          nut-preconfig.patch
-# PATCH-FIX-OPENSUSE nut-hal.patch sbra...@suse.cz -- Fix hal callouts path.
-Patch1:         nut-hal.patch
 Patch3:         nut-notifyflag.patch
 Patch4:         nut-powersave.patch
 Patch6:         nut-udev.patch
@@ -207,7 +205,6 @@
 cp -a %{S:1} %{S:2} %{S:3} %{S:5} %{S:6} %{S:7} %{S:10} %{S:11} %{S:12} .
 mv upsd-early-powerdown.init upsd-early-powerdown
 %patch
-%patch1 -p1
 %patch3
 %if %suse_version < 1110
 %patch4
@@ -231,7 +228,6 @@
        --datadir=%{_datadir}/nut\
        --with-all\
        --with-dev\
-       --without-hal\
 %if 0%{?suse_version} <= 1230
        --without-ipmi\
 %endif
@@ -241,15 +237,16 @@
 %if %suse_version <= 1110
        --without-powerman\
 %endif
-       --with-linux-hiddev=%{_includedir}/linux/hiddev.h\
        --with-htmlpath=%{HTMLPATH}\
        --with-cgipath=%{CGIPATH}\
        --with-statepath=%{STATEPATH}\
        --with-drvpath=%{MODELPATH}\
        --with-user=%{USER}\
        --with-group=%{GROUP} \
-       --with-udev-dir=/etc/udev
-make %{?jobs:-j%jobs}
+       --with-udev-dir=/etc/udev \
+    --enable-option-checking=fatal
+
+make %{_smp_mflags}
 PORT=$(sed -n 's/#define PORT //p' config.log)
 if test "$PORT" = 3493 ; then
     PORT=nut
@@ -312,9 +309,9 @@
 bin/chown -R %{USER}:%{GROUP} %{STATEPATH}
 %{fillup_and_insserv -f -n upsd}
 # Generate initial passwords.
-if usr/bin/fgrep -q "password = @UPSD_INITIAL_MASTER_PASSWORD@" 
%{CONFPATH}/{upsmon.conf,upsd.users} ; then
+if usr/bin/fgrep -q "password = @UPSD_INITIAL_MASTER_PASSWORD@" 
%{CONFPATH}/upsmon.conf %{CONFPATH}/upsd.users; then
   UPSD_INITIAL_MASTER_PASSWORD=$(usr/bin/head -c 20 /dev/urandom | 
usr/bin/md5sum | usr/bin/head -c 10)
-  usr/bin/sed -i 
s/@UPSD_INITIAL_MASTER_PASSWORD@/$UPSD_INITIAL_MASTER_PASSWORD/ 
%{CONFPATH}/{upsmon.conf,upsd.users}
+  usr/bin/sed -i 
s/@UPSD_INITIAL_MASTER_PASSWORD@/$UPSD_INITIAL_MASTER_PASSWORD/ 
%{CONFPATH}/upsmon.conf %{CONFPATH}/upsd.users
 fi
 if usr/bin/fgrep -q "password = @UPSD_INITIAL_SLAVE_PASSWORD@" 
%{CONFPATH}/upsd.users ; then
   UPSD_INITIAL_SLAVE_PASSWORD=$(usr/bin/head -c 20 /dev/urandom | 
usr/bin/md5sum | usr/bin/head -c 10)

++++++ nut-2.7.1.tar.gz -> nut-2.7.2.tar.gz ++++++
++++ 23362 lines of diff (skipped)

++++++ nut-systemd-dirs.patch ++++++
--- /var/tmp/diff_new_pack.JXAVI3/_old  2014-11-12 00:22:18.000000000 +0100
+++ /var/tmp/diff_new_pack.JXAVI3/_new  2014-11-12 00:22:18.000000000 +0100
@@ -1,7 +1,7 @@
-Index: nut-2.6.5/configure.in
+Index: nut-2.6.5/configure.ac
 ===================================================================
---- nut-2.6.5.orig/configure.in
-+++ nut-2.6.5/configure.in
+--- nut-2.6.5.orig/configure.ac
++++ nut-2.6.5/configure.ac
 @@ -986,9 +986,13 @@ dnl Override installation directory, wit
  dnl prefix. This is needed for 'distcheck*' targets, otherwise
  dnl files will try to get intalled to the actual system directories

++++++ upsd.init ++++++
--- /var/tmp/diff_new_pack.JXAVI3/_old  2014-11-12 00:22:18.000000000 +0100
+++ /var/tmp/diff_new_pack.JXAVI3/_new  2014-11-12 00:22:18.000000000 +0100
@@ -61,7 +61,7 @@
 # Note: Special treatment of stop for LSB conformance
 UPSD_BIN=/usr/sbin/upsd
 UPSMON_BIN=/usr/sbin/upsmon
-UPSDRVCTL_BIN=$DRIVER_BIN/upsdrvctl
+UPSDRVCTL_BIN=/usr/sbin/upsdrvctl
 test -x $UPSD_BIN || { echo "$UPSD_BIN not installed"; 
        if [ "$1" = "stop" ]; then exit 0;
        else exit 5; fi; }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to