Accepting request 134393 from Base:System

Update to 0.19 (forwarded request 134356 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/134393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libatasmart?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2012-09-17 11:57:33 +00:00 committed by Git OBS Bridge
commit a3edd28cb9
4 changed files with 16 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:009b2c5ba35ff7047f95de799077045993b409ba90fb7b47736eaa0cea956253
size 381009

BIN
libatasmart-0.19.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 14 18:11:09 UTC 2012 - vuntz@opensuse.org
- Update to version 0.19:
+ Add quirks for Intel SSD Serie 320
+ Add S.M.A.R.T attributes for Samsung SSD
-------------------------------------------------------------------
Tue Nov 15 16:52:14 UTC 2011 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libatasmart
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -15,17 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libatasmart
Version: 0.18
Release: 1
License: LGPL-2.1+
Version: 0.19
Release: 0
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
License: LGPL-2.1+
Group: System/Libraries
Source: http://0pointer.de/public/%{name}-%{version}.tar.gz
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
Source: http://0pointer.de/public/%{name}-%{version}.tar.xz
BuildRequires: libudev-devel
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -35,7 +33,6 @@ A small and lightweight parser library for ATA S.M.A.R.T. hard disk
health monitoring.
%package -n libatasmart4
License: LGPL-2.1+
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
Group: System/Libraries
@ -44,7 +41,6 @@ A small and lightweight parser library for ATA S.M.A.R.T. hard disk
health monitoring.
%package utils
License: LGPL-2.1+
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library - Utilities
Group: Hardware/Other
Requires: libatasmart4 = %{version}
@ -54,7 +50,6 @@ A small and lightweight parser library for ATA S.M.A.R.T. hard disk
health monitoring.
%package devel
License: LGPL-2.1+
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library - Development Files
Group: Development/Libraries/C and C++
Requires: libatasmart4 = %{version}