Hello community,

here is the log from the commit of package smartmontools for openSUSE:Factory 
checked in at 2011-10-25 17:10:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smartmontools (Old)
 and      /work/SRC/openSUSE:Factory/.smartmontools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smartmontools", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/smartmontools/smartmontools.changes      
2011-10-20 14:11:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.smartmontools.new/smartmontools.changes 
2011-10-25 17:10:19.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Oct 21 15:54:22 CEST 2011 - [email protected]
+
+- Upgrade to version 5.42:
+  * smartctl option '-l devstat' (Device Statistics).
+  * smartctl option '-l ssd' (SSD endurance indicator).
+  * smartd logs identify information of each SCSI/SAS device.
+  * smartd resends warning emails if problem reappears.
+  * smartd directives '-l offlinests' and '-l selfteststs'.
+  * Many HDD, SSD and USB additions to drive database.
+  * Platform-specific man pages.
+  * smartd.8 man page no longer includes smartd.conf.5.
+  * Support for Areca controllers enhanced.
+- Fixed race condition lock location.
+
+-------------------------------------------------------------------

Old:
----
  smartmontools-5.41.tar.bz2

New:
----
  smartmontools-5.42.tar.bz2
  smartmontools-var-lock-subsys.patch

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

Other differences:
------------------
++++++ smartmontools.spec ++++++
--- /var/tmp/diff_new_pack.hMeq4H/_old  2011-10-25 17:10:22.000000000 +0200
+++ /var/tmp/diff_new_pack.hMeq4H/_new  2011-10-25 17:10:22.000000000 +0200
@@ -18,8 +18,8 @@
 
 
 Name:           smartmontools
-Version:        5.41
-Release:        14
+Version:        5.42
+Release:        0
 License:        GPLv2+
 Group:          Hardware/Other
 Source:         %{name}-%{version}.tar.bz2
@@ -32,6 +32,8 @@
 Patch8:         smartmontools-nobuild-date.patch
 # Fix FSF wrong address
 Patch9:         COPYING-address.patch
+# PATCH-FIX-OPENSUSE smartmontools-var-lock-subsys.patch [email protected] -- Do 
not use unsupported /var/lock/subsys.
+Patch10:        smartmontools-var-lock-subsys.patch
 PreReq:         %fillup_prereq
 PreReq:         %insserv_prereq
 PreReq:         coreutils
@@ -74,6 +76,7 @@
 %patch4
 %patch8 -p1
 %patch9
+%patch10 -p1
 
 %build
 AUTOMAKE=/usr/bin/automake-1.11 ./autogen.sh

++++++ COPYING-address.patch ++++++
--- /var/tmp/diff_new_pack.hMeq4H/_old  2011-10-25 17:10:22.000000000 +0200
+++ /var/tmp/diff_new_pack.hMeq4H/_new  2011-10-25 17:10:22.000000000 +0200
@@ -1,5 +1,7 @@
---- COPYING    2009-07-15 21:59:19.000000000 +0200
-+++ gpl-2.0.txt        2010-03-24 00:34:05.000000000 +0100
+Index: COPYING
+===================================================================
+--- COPYING.orig
++++ COPYING
 @@ -1,12 +1,12 @@
 -                  GNU GENERAL PUBLIC LICENSE
 -                     Version 2, June 1991
@@ -18,7 +20,7 @@
  
    The licenses for most software are designed to take away your
  freedom to share and change it.  By contrast, the GNU General Public
-@@ -15,7 +15,7 @@
+@@ -15,7 +15,7 @@ software--to make sure the software is f
  General Public License applies to most of the Free Software
  Foundation's software and to any other program whose authors commit to
  using it.  (Some other Free Software Foundation software is covered by
@@ -27,7 +29,7 @@
  your programs, too.
  
    When we speak of free software, we are referring to freedom, not
-@@ -55,8 +55,8 @@
+@@ -55,8 +55,8 @@ patent must be licensed for everyone's f
  
    The precise terms and conditions for copying, distribution and
  modification follow.
@@ -38,7 +40,7 @@
     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  
    0. This License applies to any program or other work which contains
-@@ -110,7 +110,7 @@
+@@ -110,7 +110,7 @@ above, provided that you also meet all o
      License.  (Exception: if the Program itself is interactive but
      does not normally print such an announcement, your work based on
      the Program is not required to print an announcement.)
@@ -47,7 +49,7 @@
  These requirements apply to the modified work as a whole.  If
  identifiable sections of that work are not derived from the Program,
  and can be reasonably considered independent and separate works in
-@@ -168,7 +168,7 @@
+@@ -168,7 +168,7 @@ access to copy from a designated place,
  access to copy the source code from the same place counts as
  distribution of the source code, even though third parties are not
  compelled to copy the source along with the object code.
@@ -56,7 +58,7 @@
    4. You may not copy, modify, sublicense, or distribute the Program
  except as expressly provided under this License.  Any attempt
  otherwise to copy, modify, sublicense or distribute the Program is
-@@ -225,7 +225,7 @@
+@@ -225,7 +225,7 @@ impose that choice.
  
  This section is intended to make thoroughly clear what is believed to
  be a consequence of the rest of this License.
@@ -65,7 +67,7 @@
    8. If the distribution and/or use of the Program is restricted in
  certain countries either by patents or by copyrighted interfaces, the
  original copyright holder who places the Program under this License
-@@ -255,7 +255,7 @@
+@@ -255,7 +255,7 @@ make exceptions for this.  Our decision
  of preserving the free status of all derivatives of our free software and
  of promoting the sharing and reuse of software generally.
  
@@ -74,7 +76,7 @@
  
    11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-@@ -277,9 +277,9 @@
+@@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE
  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGES.
  
@@ -87,7 +89,7 @@
  
    If you develop a new program, and you want it to be of the greatest
  possible use to the public, the best way to achieve this is to make it
-@@ -303,17 +303,16 @@
+@@ -303,17 +303,16 @@ the "copyright" line and a pointer to wh
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      GNU General Public License for more details.
  
@@ -109,10 +111,25 @@
      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
      This is free software, and you are welcome to redistribute it
      under certain conditions; type `show c' for details.
-@@ -336,5 +335,5 @@
+@@ -336,5 +335,5 @@ necessary.  Here is a sample; alter the
  This General Public License does not permit incorporating your program into
  proprietary programs.  If your program is a subroutine library, you may
  consider it more useful to permit linking proprietary applications with the
 -library.  If this is what you want to do, use the GNU Library General
 +library.  If this is what you want to do, use the GNU Lesser General
  Public License instead of this License.
+Index: examplescripts/README
+===================================================================
+--- examplescripts/README.orig
++++ examplescripts/README
+@@ -10,8 +10,8 @@
+ # version.
+ # 
+ # You should have received a copy of the GNU General Public License (for
+-# example COPYING); if not, write to the Free Software Foundation, Inc., 675
+-# Mass Ave, Cambridge, MA 02139, USA.
++# example COPYING); if not, write to the Free Software Foundation, Inc., 51
++# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ #
+ # This code was originally developed as a Senior Thesis by Michael Cornwell
+ # at the Concurrent Systems Laboratory (now part of the Storage Systems

++++++ smartmontools-5.41.tar.bz2 -> smartmontools-5.42.tar.bz2 ++++++
++++ 8635 lines of diff (skipped)

++++++ smartmontools-var-lock-subsys.patch ++++++
Index: smartmontools-5.42/smartd.initd.in
===================================================================
--- smartmontools-5.42.orig/smartd.initd.in
+++ smartmontools-5.42/smartd.initd.in
@@ -62,7 +62,7 @@ if [ -f /etc/redhat-release -o -f /etc/y
     RETVAL=0
 
     prog=smartd
-    pidfile=/var/lock/subsys/smartd
+    pidfile=/var/lock/smartd
     config=/etc/smartd.conf
 
     start()
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to