From 6fee6f52d4ae7d9a2578df5f8ccdf80a85639c7ab8d10cff67193c403ee2513f Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 10 Sep 2009 10:55:04 +0000 Subject: [PATCH] Accepting request 20245 from Base:System Copy from Base:System/libatasmart based on submit request 20245 from user vuntz OBS-URL: https://build.opensuse.org/request/show/20245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libatasmart?expand=0&rev=2 --- libatasmart-0.13.tar.bz2 | 3 --- libatasmart-0.14.tar.bz2 | 3 +++ libatasmart.changes | 27 +++++++++++++++++++++++++++ libatasmart.spec | 20 ++++++++++---------- 4 files changed, 40 insertions(+), 13 deletions(-) delete mode 100644 libatasmart-0.13.tar.bz2 create mode 100644 libatasmart-0.14.tar.bz2 diff --git a/libatasmart-0.13.tar.bz2 b/libatasmart-0.13.tar.bz2 deleted file mode 100644 index 12cbefb..0000000 --- a/libatasmart-0.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d9b5404a796b782f539e356c76741e8bfedf301d480e333c8c9454e3c6ceecf -size 278101 diff --git a/libatasmart-0.14.tar.bz2 b/libatasmart-0.14.tar.bz2 new file mode 100644 index 0000000..9208499 --- /dev/null +++ b/libatasmart-0.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cf001b963920f3662992b4e625407181759cbfe66580acd088e085f952f507 +size 298966 diff --git a/libatasmart.changes b/libatasmart.changes index d622a08..d0cdbc7 100644 --- a/libatasmart.changes +++ b/libatasmart.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Sep 9 18:32:00 CEST 2009 - vuntz@opensuse.org + +- Update to version 0.14: + + Get rid of qurik 9_UNKNOWN again + + add missing 'else' + + add another sunplus bridge to the list of supported sunplus + bridges + + look at lower 32 bit of current-pending-sector raw data only, + similar to reallocated-sector-count + + black list a few attributes on FUJITSU MHY2120BH/0085000B + + rename SK_DISK_TYPE_ATA to SK_DISK_TYPE_LINUX_IDE + + allow prefixing device strings with access methods + + show full device string when dumping status + + if the ID_ATA_SMART_ACCESS udev env var is set for a device + read the access method from it + + blacklist attribute 5 of an hitachi drive + + verify parsing of all attributes + + add MHY2250B/0085000B to quirk db + + rename failed to bad + + rework logic that determines verdict of drive + + bump soname due to ABI change + + add entries to database + + fix parsing of power-on-minutes + + highlight if smart status is bad +- Rename libatasmart0 to libatasmart4 because of soname change. + ------------------------------------------------------------------- Sun May 10 02:22:38 CET 2009 - mboman@suse.de diff --git a/libatasmart.spec b/libatasmart.spec index 4b9c97b..732b8d5 100644 --- a/libatasmart.spec +++ b/libatasmart.spec @@ -1,5 +1,5 @@ # -# spec file for package libatasmart (Version 0.13) +# spec file for package libatasmart (Version 0.14) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,8 +19,8 @@ Name: libatasmart -Version: 0.13 -Release: 2 +Version: 0.14 +Release: 1 License: LGPL v2.1 or later Summary: ATA S.M.A.R.T. Disk Health Monitoring Library Url: http://git.0pointer.de/?p=libatasmart.git;a=summary @@ -34,12 +34,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. -%package -n libatasmart0 +%package -n libatasmart4 License: LGPL v2.1 or later Summary: ATA S.M.A.R.T. Disk Health Monitoring Library Group: System/Libraries -%description -n libatasmart0 +%description -n libatasmart4 A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. @@ -47,7 +47,7 @@ health monitoring. License: LGPL v2.1 or later Summary: ATA S.M.A.R.T. Disk Health Monitoring Library - Utilities Group: Hardware/Other -Requires: libatasmart0 = %{version} +Requires: libatasmart4 = %{version} %description utils A small and lightweight parser library for ATA S.M.A.R.T. hard disk @@ -57,7 +57,7 @@ health monitoring. License: LGPL v2.1 or later Summary: ATA S.M.A.R.T. Disk Health Monitoring Library - Development Files Group: Development/Libraries/C and C++ -Requires: libatasmart0 = %{version} +Requires: libatasmart4 = %{version} %description devel A small and lightweight parser library for ATA S.M.A.R.T. hard disk @@ -77,11 +77,11 @@ rm -f %{buildroot}%{_libdir}/*.la %clean rm -rf %{buildroot} -%post -n libatasmart0 -p /sbin/ldconfig +%post -n libatasmart4 -p /sbin/ldconfig -%postun -n libatasmart0 -p /sbin/ldconfig +%postun -n libatasmart4 -p /sbin/ldconfig -%files -n libatasmart0 +%files -n libatasmart4 %defattr(-,root,root) %doc README LGPL %{_libdir}/libatasmart.so.*