From c0375f0793b0e55dc19df1bf604820fe448f6fea2583e109c72803445bef5e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Wed, 16 Nov 2011 14:21:14 +0000 Subject: [PATCH] Accepting request 91748 from home:vuntz:branches:Base:System Update to 0.18 OBS-URL: https://build.opensuse.org/request/show/91748 OBS-URL: https://build.opensuse.org/package/show/Base:System/libatasmart?expand=0&rev=14 --- libatasmart-0.17.tar.bz2 | 3 --- libatasmart-0.18.tar.gz | 3 +++ libatasmart-initialize.patch | 10 ---------- libatasmart.changes | 23 +++++++++++++++++++++++ libatasmart.spec | 12 +++++------- 5 files changed, 31 insertions(+), 20 deletions(-) delete mode 100644 libatasmart-0.17.tar.bz2 create mode 100644 libatasmart-0.18.tar.gz delete mode 100644 libatasmart-initialize.patch diff --git a/libatasmart-0.17.tar.bz2 b/libatasmart-0.17.tar.bz2 deleted file mode 100644 index bb55953..0000000 --- a/libatasmart-0.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f09f63c791a4b7f3b2891672e65af7b819847fa6bfbfc58a695ecf9cf579f88c -size 302192 diff --git a/libatasmart-0.18.tar.gz b/libatasmart-0.18.tar.gz new file mode 100644 index 0000000..957c5ae --- /dev/null +++ b/libatasmart-0.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009b2c5ba35ff7047f95de799077045993b409ba90fb7b47736eaa0cea956253 +size 381009 diff --git a/libatasmart-initialize.patch b/libatasmart-initialize.patch deleted file mode 100644 index 9177567..0000000 --- a/libatasmart-initialize.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- strpool.c -+++ strpool.c -@@ -435,6 +435,7 @@ - rl = 0; - - i->next = NULL; -+ i->suffix_of = NULL; - - if (last) - last->next = i; diff --git a/libatasmart.changes b/libatasmart.changes index 243fff7..113d331 100644 --- a/libatasmart.changes +++ b/libatasmart.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Nov 15 16:52:14 UTC 2011 - vuntz@opensuse.org + +- Update to version 0.18: + + Add support for end-to-end-error, command-timeout, + available-reserved-space, program-fail-count, erase-fail-count + attributes. + + Display endurance-remaining as percentage decreasing from 100 + to 0. + + Show MB, GB or TB depending on the value. + + Ignore sector count if it is -1. + + Speed up get_overall() and get_bad(). + + Restrict the list of exported symbols to sk_.* + + Use quirks for more Apple SSD firmware versions + + Blacklist an Oxford Semiconductor bridge. + + Add INTEL SSD 320 120GB blob and several quirks for Intel SSD + G3 (Available Reserved Space, Media Wearout Indicator, Total + LBAs Written, Timed Workload Media Wear, Timed Workload Host + Reads, Workload Timer, etc.) + + Several small bug fixes and other code changes. + + Build system improvements. +- Drop libatasmart-initialize.patch: fixed upstream. + ------------------------------------------------------------------- Sun Oct 31 10:41:33 UTC 2010 - jengelh@medozas.de diff --git a/libatasmart.spec b/libatasmart.spec index e374c30..afec892 100644 --- a/libatasmart.spec +++ b/libatasmart.spec @@ -1,7 +1,7 @@ # -# spec file for package libatasmart (Version 0.17) +# spec file for package libatasmart # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,13 @@ Name: libatasmart -Version: 0.17 -Release: 2 +Version: 0.18 +Release: 1 License: LGPLv2.1+ Summary: ATA S.M.A.R.T. Disk Health Monitoring Library Url: http://git.0pointer.de/?p=libatasmart.git;a=summary Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 -Patch0: libatasmart-initialize.patch +Source: http://0pointer.de/public/%{name}-%{version}.tar.gz BuildRequires: libudev-devel BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,7 +65,6 @@ health monitoring. %prep %setup -q -%patch0 %build %configure --disable-static