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
This commit is contained in:
parent
6b566b4dab
commit
c0375f0793
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f09f63c791a4b7f3b2891672e65af7b819847fa6bfbfc58a695ecf9cf579f88c
|
|
||||||
size 302192
|
|
3
libatasmart-0.18.tar.gz
Normal file
3
libatasmart-0.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:009b2c5ba35ff7047f95de799077045993b409ba90fb7b47736eaa0cea956253
|
||||||
|
size 381009
|
@ -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;
|
|
@ -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
|
Sun Oct 31 10:41:33 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,14 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libatasmart
|
Name: libatasmart
|
||||||
Version: 0.17
|
Version: 0.18
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
||||||
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: http://0pointer.de/public/%{name}-%{version}.tar.gz
|
||||||
Patch0: libatasmart-initialize.patch
|
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -66,7 +65,6 @@ health monitoring.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user