Hello community,

here is the log from the commit of package gnu_ddrescue for openSUSE:Factory 
checked in at 2014-11-12 00:21:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu_ddrescue (Old)
 and      /work/SRC/openSUSE:Factory/.gnu_ddrescue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu_ddrescue"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu_ddrescue/gnu_ddrescue.changes        
2014-06-23 09:23:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnu_ddrescue.new/gnu_ddrescue.changes   
2014-11-12 00:21:22.000000000 +0100
@@ -1,0 +2,28 @@
+Sat Oct 11 13:59:40 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.19
+* A race condition at start of run with "--timeout=0" has been
+  fixed.
+* The new option -P (--data-preview) which makes ddrescue show a
+  few lines of the latest data read, has been added.
+* The new option -u (--unidirectional), which runs all passes in
+  the same direction (forwards or backwards), has been added.
+* The new option -X (--exit-on-error), which makes ddrescue exit
+  after the first read error is encountered during the copying
+  phase, has been added.
+* New options --ask, --cpass, --pause were added.
+* The option -l (--logfile-size) has been removed.
+* Ddrescue now skips on the first error during the copying phase.
+* Trimming is now done in one pass and may be run in reverse.
+* The splitting phase has been replaced by a "scraping" phase that
+  scrapes together the data not recovered by the copying or trimming
+  phases. Scraping reads each non-scraped block forwards, one sector
+  at a time.
+* The long name of option "-n" has been changed to "--no-scrape".
+* During the retrying phase, the direction is now reversed after
+  each pass. Use --unidirectional to override.
+* The license has been changed to GPL version 2 or later.
+- Remove %gpg_verify; verification is now handled by
+  source validator.
+
+-------------------------------------------------------------------

Old:
----
  ddrescue-1.18.1.tar.lz
  ddrescue-1.18.1.tar.lz.sig

New:
----
  ddrescue-1.19.tar.lz
  ddrescue-1.19.tar.lz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnu_ddrescue.spec ++++++
--- /var/tmp/diff_new_pack.q9fwy6/_old  2014-11-12 00:21:23.000000000 +0100
+++ /var/tmp/diff_new_pack.q9fwy6/_new  2014-11-12 00:21:23.000000000 +0100
@@ -17,14 +17,13 @@
 
 
 Name:           gnu_ddrescue
-Version:        1.18.1
+Version:        1.19
 Release:        0
 Summary:        Data Copying in the Presence of I/O Errors
-License:        GPL-3.0+
+License:        GPL-2.0+
 Group:          System/Base
 Url:            http://gnu.org/software/ddrescue/ddrescue.html
 
-#Freecode-URL: http://freecode.com/projects/addrescue
 #DL-URL:       http://ftp.u-tx.net/gnu/ddrescue/
 Source:         http://ftp.u-tx.net/gnu/ddrescue/ddrescue-%version.tar.lz
 Source2:        http://ftp.u-tx.net/gnu/ddrescue/ddrescue-%version.tar.lz.sig
@@ -43,12 +42,11 @@
 with more than a few hundred bad sectors.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -qn ddrescue-%version
 
 %build
-# not autoconf, but at least it behaves like it.
-%configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
+# not autoconf, but at least it behaves (nearly) like it.
+%configure --enable-linux CFLAGS="%optflags" CXXFLAGS="%optflags"
 make %{?_smp_mflags}
 
 %install
@@ -65,5 +63,6 @@
 %_bindir/*
 %_mandir/man*/*
 %doc %_infodir/ddrescue*
+%doc COPYING NEWS README
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to