Author: hawk                         Date: Thu Feb 16 21:37:44 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.6.3

---- Files affected:
packages/nut:
   nut-matrix.patch (1.4 -> 1.5) , nut-smartdp-load.patch (1.1 -> 1.2) , 
nut.spec (1.172 -> 1.173) 

---- Diffs:

================================================================
Index: packages/nut/nut-matrix.patch
diff -u packages/nut/nut-matrix.patch:1.4 packages/nut/nut-matrix.patch:1.5
--- packages/nut/nut-matrix.patch:1.4   Thu Jul 15 09:57:28 2010
+++ packages/nut/nut-matrix.patch       Thu Feb 16 22:37:39 2012
@@ -1,5 +1,5 @@
---- nut-2.4.3/drivers/apcsmart.h~      2010-07-15 09:48:38.358605322 +0200
-+++ nut-2.4.3/drivers/apcsmart.h       2010-07-15 09:49:46.457765191 +0200
+--- nut-2.4.3/drivers/apcsmart-old.h~  2010-07-15 09:48:38.358605322 +0200
++++ nut-2.4.3/drivers/apcsmart-old.h   2010-07-15 09:49:46.457765191 +0200
 @@ -257,6 +257,7 @@
        /* APC Matrix */
        { "0ZI",        "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz/<>", 0 },

================================================================
Index: packages/nut/nut-smartdp-load.patch
diff -u packages/nut/nut-smartdp-load.patch:1.1 
packages/nut/nut-smartdp-load.patch:1.2
--- packages/nut/nut-smartdp-load.patch:1.1     Mon Jan  2 17:51:33 2006
+++ packages/nut/nut-smartdp-load.patch Thu Feb 16 22:37:39 2012
@@ -1,6 +1,6 @@
 diff -ur nut-2.0.2/drivers/apcsmart.h nut-2.0.2-smart/drivers/apcsmart.h
---- nut-2.0.2/drivers/apcsmart.h       2005-05-04 11:36:36.000000000 +0200
-+++ nut-2.0.2-smart/drivers/apcsmart.h 2006-01-02 17:28:28.000000000 +0100
+--- nut-2.0.2/drivers/apcsmart-old.h   2005-05-04 11:36:36.000000000 +0200
++++ nut-2.0.2-smart/drivers/apcsmart-old.h     2006-01-02 17:28:28.000000000 
+0100
 @@ -121,6 +121,8 @@
  
        { "ups.temperature",    APC_POLL|APC_F_CELSIUS, 'C' },

================================================================
Index: packages/nut/nut.spec
diff -u packages/nut/nut.spec:1.172 packages/nut/nut.spec:1.173
--- packages/nut/nut.spec:1.172 Sat Jul 30 21:53:17 2011
+++ packages/nut/nut.spec       Thu Feb 16 22:37:39 2012
@@ -12,12 +12,12 @@
 Summary:       Network UPS Tools
 Summary(pl.UTF-8):     Sieciowe narzędzie do UPS-ów
 Name:          nut
-Version:       2.6.1
-Release:       4
+Version:       2.6.3
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       
http://www.networkupstools.org/source/2.6/%{name}-%{version}.tar.gz
-# Source0-md5: 89e6405272cc82c53d7b84160945761b
+# Source0-md5: 8db00c21f8bc03add6e14d15f634ec6a
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-upsmon.init
@@ -291,11 +291,13 @@
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/nut-scanner
 %attr(755,root,root) %{_bindir}/upscmd
 %attr(755,root,root) %{_bindir}/upslog
 %attr(755,root,root) %{_bindir}/upsrw
 %attr(755,root,root) %{_sbindir}/upsd
 %attr(755,root,root) /sbin/poweroff-ups
+%attr(755,root,root) %ghost %{_libdir}/libnutscan.so.1
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ups
 %attr(754,root,root) /etc/rc.d/init.d/ups
 %attr(640,root,ups) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/nut.conf
@@ -305,6 +307,7 @@
 %{_mandir}/man5/ups.conf.5*
 %{_mandir}/man5/upsd.conf.5*
 %{_mandir}/man5/upsd.users.5*
+%{_mandir}/man8/nut-scanner.8*
 %{_mandir}/man8/upscmd.8*
 %{_mandir}/man8/upscode2.8*
 %{_mandir}/man8/upsd.8*
@@ -314,6 +317,7 @@
 %dir %attr(770,root,ups) /var/lib/ups
 %dir /lib/nut
 %attr(755,root,root) /lib/nut/apcsmart
+%attr(755,root,root) /lib/nut/apcsmart-old
 %attr(755,root,root) /lib/nut/bcmxcp
 %{?with_usb:%attr(755,root,root) /lib/nut/bcmxcp_usb}
 %attr(755,root,root) /lib/nut/belkin
@@ -362,6 +366,7 @@
 %{_datadir}/nut
 %{_mandir}/man5/nut.conf.5*
 %{_mandir}/man8/apcsmart.8*
+%{_mandir}/man8/apcsmart-old.8*
 %{_mandir}/man8/bcmxcp.8*
 %{?with_usb:%{_mandir}/man8/bcmxcp_usb.8*}
 %{_mandir}/man8/belkin.8*
@@ -466,6 +471,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.173  2012/02/16 21:37:39  hawk
+- updated to 2.6.3
+
 Revision 1.172  2011/07/30 19:53:17  arekm
 - release 4
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nut/nut-matrix.patch?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nut/nut-smartdp-load.patch?r1=1.1&r2=1.2&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nut/nut.spec?r1=1.172&r2=1.173&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to