From 0a920383fb6c533afaca9b143e3ce4181f8b7d9393be5c55b084e9ffc31926ef Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 14 Aug 2008 00:57:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdparm?expand=0&rev=16 --- hdparm-8.6.tar.bz2 | 3 -- ...-nostrip.patch => hdparm-8.9-nostrip.patch | 0 hdparm-8.9.tar.bz2 | 3 ++ hdparm.changes | 23 +++++++++++ hdparm.spec | 39 ++++++++++++++++--- 5 files changed, 59 insertions(+), 9 deletions(-) delete mode 100644 hdparm-8.6.tar.bz2 rename hdparm-8.6-nostrip.patch => hdparm-8.9-nostrip.patch (100%) create mode 100644 hdparm-8.9.tar.bz2 diff --git a/hdparm-8.6.tar.bz2 b/hdparm-8.6.tar.bz2 deleted file mode 100644 index bccc30f..0000000 --- a/hdparm-8.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bae452887f014be7bc62359af8536edc1bd273534e8894c115f95b4573d27b4 -size 63317 diff --git a/hdparm-8.6-nostrip.patch b/hdparm-8.9-nostrip.patch similarity index 100% rename from hdparm-8.6-nostrip.patch rename to hdparm-8.9-nostrip.patch diff --git a/hdparm-8.9.tar.bz2 b/hdparm-8.9.tar.bz2 new file mode 100644 index 0000000..a965eb0 --- /dev/null +++ b/hdparm-8.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99254ac94b86923cc68719af9f38519253840bb1a4dcc0b3e3082c4a71aa7682 +size 67183 diff --git a/hdparm.changes b/hdparm.changes index 7299eb8..ba08ef2 100644 --- a/hdparm.changes +++ b/hdparm.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Aug 12 17:19:18 CEST 2008 - lmichnovic@suse.cz + +- update to version 8.9 + * Add compatibility for /sys/block/ symlinks, as seen on some + distro kernels. +- version 8.8 + * Fixed bugs in -r, -a, and -Q flags. +- version 8.7 + * fixes to permit building against older kernels which lack SG_IO + * added build script for empeg systems + * removed -R, -U flags: kernel support is broken and being removed + * fixed IO_support output + * prevent error messages from default flags + * added sysfs.c, geom.c, fibmap.c + * use sysfs for device start_lba/nsectors values whereever + possible (for >= 2TB drives) + * new standalone --fibmap and --fibmap-sector flags + * converted -Q to access the queue_depth attribute from sysfs + (now works for SATA!) + * fixed readonly issue with optical drives that some people + noticed + ------------------------------------------------------------------- Wed Feb 27 11:41:08 CET 2008 - lmichnovic@suse.cz diff --git a/hdparm.spec b/hdparm.spec index 8c57593..696139b 100644 --- a/hdparm.spec +++ b/hdparm.spec @@ -1,10 +1,17 @@ # -# spec file for package hdparm (Version 8.6) +# spec file for package hdparm (Version 8.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -17,14 +24,14 @@ Group: Hardware/Other PreReq: %insserv_prereq %fillup_prereq coreutils Provides: base:/sbin/hdparm AutoReqProv: on -Version: 8.6 +Version: 8.9 Release: 1 Summary: A Program to Get and Set Hard Disk Parameters Source: hdparm-%{version}.tar.bz2 Source1: 56-idedma.rules Source2: sysconfig.ide Source3: udev.idedma.sh -Patch1: hdparm-8.6-nostrip.patch +Patch1: hdparm-8.9-nostrip.patch Url: http://sourceforge.net/projects/hdparm/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -109,6 +116,26 @@ fi /var/adm/fillup-templates/sysconfig.ide %changelog +* Tue Aug 12 2008 lmichnovic@suse.cz +- update to version 8.9 + * Add compatibility for /sys/block/ symlinks, as seen on some + distro kernels. +- version 8.8 + * Fixed bugs in -r, -a, and -Q flags. +- version 8.7 + * fixes to permit building against older kernels which lack SG_IO + * added build script for empeg systems + * removed -R, -U flags: kernel support is broken and being removed + * fixed IO_support output + * prevent error messages from default flags + * added sysfs.c, geom.c, fibmap.c + * use sysfs for device start_lba/nsectors values whereever + possible (for >= 2TB drives) + * new standalone --fibmap and --fibmap-sector flags + * converted -Q to access the queue_depth attribute from sysfs + (now works for SATA!) + * fixed readonly issue with optical drives that some people + noticed * Wed Feb 27 2008 lmichnovic@suse.cz - update to version 8.6 * add partition safeguards to r/w sector and make_bad_sector @@ -187,7 +214,7 @@ fi - fix permissions for fillup-template * Tue May 01 2007 schwab@suse.de - Don't strip binaries. -* Mon Apr 30 2007 ro@suse.de +* Tue May 01 2007 ro@suse.de - update to 7.3 - fixed spelling of --drq-hsm-error in -h output - fixed SG_IO CDB[2] bits for better SAT compliance