diff --git a/hdparm-9.13.tar.bz2 b/hdparm-9.13.tar.bz2 deleted file mode 100644 index 6210cc6..0000000 --- a/hdparm-9.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5d4a010e25fcbcedf3895e7674a086d7f4da2025f8f117bb2472048adcc36a1 -size 79682 diff --git a/hdparm-9.13-nostrip.patch b/hdparm-9.15-nostrip.patch similarity index 100% rename from hdparm-9.13-nostrip.patch rename to hdparm-9.15-nostrip.patch diff --git a/hdparm-9.15.tar.bz2 b/hdparm-9.15.tar.bz2 new file mode 100644 index 0000000..975f940 --- /dev/null +++ b/hdparm-9.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd19bf933fac28fa9a15533c0231ef024bdc23d92e12b8139164276eefeb782 +size 80626 diff --git a/hdparm.changes b/hdparm.changes index bd8b55a..b297de2 100644 --- a/hdparm.changes +++ b/hdparm.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 20 14:31:14 CEST 2009 - mseben@suse.cz + +- update to version 9.15 + - fix sgio.c LBA48 bugs on big-endian machines + - fix -m to work with libata + - added development snapshot of --erase-sectors (256) command (do not use) + - added development snapshot of --format-track (256) command (do not use) +- version 9.14 + - display DSM determinate/indeterminate TRIM support in -I output + - tidy output of CFA features from -I + - switch back to O_RDONLY for everything, to keep Debian/udevd happy + ------------------------------------------------------------------- Mon Apr 20 01:42:13 CEST 2009 - kay.sievers@novell.com diff --git a/hdparm.spec b/hdparm.spec index 99c7352..e030526 100644 --- a/hdparm.spec +++ b/hdparm.spec @@ -1,5 +1,5 @@ # -# spec file for package hdparm (Version 9.13) +# spec file for package hdparm (Version 9.15) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,8 +24,8 @@ Group: Hardware/Other PreReq: %insserv_prereq %fillup_prereq coreutils Provides: base:/sbin/hdparm AutoReqProv: on -Version: 9.13 -Release: 2 +Version: 9.15 +Release: 1 Summary: A Program to Get and Set Hard Disk Parameters Source: %{name}-%{version}.tar.bz2 Source1: 56-idedma.rules @@ -114,6 +114,16 @@ fi /var/adm/fillup-templates/sysconfig.ide %changelog +* Mon Apr 20 2009 mseben@suse.cz +- update to version 9.15 + - fix sgio.c LBA48 bugs on big-endian machines + - fix -m to work with libata + - added development snapshot of --erase-sectors (256) command (do not use) + - added development snapshot of --format-track (256) command (do not use) +- version 9.14 + - display DSM determinate/indeterminate TRIM support in -I output + - tidy output of CFA features from -I + - switch back to O_RDONLY for everything, to keep Debian/udevd happy * Mon Apr 20 2009 kay.sievers@novell.com - do not try to set DMA for libata devices - it will not do anything - move rules file to /lib/udev/rules.d