Accepting request 186383 from home:garloff:branches:Base:System

OBS-URL: https://build.opensuse.org/request/show/186383
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=17
This commit is contained in:
Kurt Garloff 2013-08-08 12:28:11 +00:00 committed by Git OBS Bridge
parent 323fa464c7
commit 84ae3622c8
4 changed files with 19 additions and 7 deletions

View File

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

3
dd_rescue-1.39.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Aug 8 13:59:39 CEST 2013 - kurt@garloff.de
- Update to dd_rescue-1.39:
* Fix an issue with the last block being appended zeros if
hardbs==softbs (bnc #833765).
* A little ARM asm speedup (~15%) for sparse detection.
* Clarify help/man page w.r.t. interpretation of -y/--syncfreq.
* We use autoconf for feature detection now.
- Build version with libdl by default now.
-------------------------------------------------------------------
Fri Aug 2 22:05:52 CEST 2013 - kurt@garloff.de

View File

@ -17,16 +17,17 @@
Name: dd_rescue
Version: 1.38
Version: 1.39
Release: 0
Summary: Data Copying in the Presence of I/O Errors
License: GPL-2.0 or GPL-3.0
Group: System/Base
Url: http://www.garloff.de/kurt/linux/ddrescue/
Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
BuildRequires: libfallocate-devel-static
BuildRequires: autoconf
BuildRequires: libfallocate-devel
Requires: bc
Recommends: dd_rhelp
Recommends: dd_rhelp libfallocate0
# ddrescue was last used in openSUSE 11.4 (version 1.14_0.0.6)
Provides: ddrescue = %{version}
Obsoletes: ddrescue < %{version}
@ -52,7 +53,7 @@ sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/g" dd_rescue.c
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" dd_rescue.c
%build
make RPM_OPT_FLAGS="%{optflags}" libfalloc-static LIBDIR=%{_libdir} %{?_smp_mflags}
make RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir} %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot} INSTALLDIR=%{buildroot}/%{_bindir} \