Hello community,

here is the log from the commit of package dd_rescue for openSUSE:Factory 
checked in at 2017-06-16 10:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dd_rescue (Old)
 and      /work/SRC/openSUSE:Factory/.dd_rescue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dd_rescue"

Fri Jun 16 10:47:42 2017 rev:33 rq:501669 version:1.99.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/dd_rescue/dd_rescue.changes      2017-01-09 
10:32:05.356651360 +0100
+++ /work/SRC/openSUSE:Factory/.dd_rescue.new/dd_rescue.changes 2017-06-16 
10:47:43.047178242 +0200
@@ -1,0 +2,8 @@
+Tue May 30 13:52:48 UTC 2017 - tchva...@suse.com
+
+- Cleanup a bit the dependencies
+  * Run %configure as separate comand properly in build phase
+- Remove support for < 12.0
+- Add condition for openSSL to build with verison 1.0.0 on Factory
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dd_rescue.spec ++++++
--- /var/tmp/diff_new_pack.FHQyP4/_old  2017-06-16 10:47:44.442981766 +0200
+++ /var/tmp/diff_new_pack.FHQyP4/_new  2017-06-16 10:47:44.446981204 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dd_rescue
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:           dd_rescue
 Version:        1.99.5
 Release:        0
-Summary:        Data Copying in the Presence of I/O Errors
+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/
@@ -27,27 +27,27 @@
 Source1:        
http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc
 Source2:        %{name}.keyring
 Source99:       %{name}.changes
-
 BuildRequires:  autoconf
 BuildRequires:  libattr-devel
+BuildRequires:  libfallocate-devel
 BuildRequires:  lzo-devel
+BuildRequires:  lzop
+BuildRequires:  pkgconfig
 BuildRequires:  python
 Requires:       bc
-Recommends:     dd_rescue-lzo
 Recommends:     dd_rescue-crypt
+Recommends:     dd_rescue-lzo
 Recommends:     dd_rhelp
 Recommends:     libfallocate0
 # ddrescue was last used in openSUSE 11.4 (version 1.14_0.0.6)
 Provides:       ddrescue = %{version}
 Obsoletes:      ddrescue < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1200
-BuildRequires:  libfallocate-devel
-BuildRequires:  lzop
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libopenssl-1_0_0-devel
+%else
+BuildRequires:  pkgconfig(libcrypto)
 %endif
-BuildRequires:  libopenssl-devel
-BuildRequires:  openssl
-#BuildRequires:        openssl-devel
 
 %description
 dd_rescue helps when nothing else can: your disk has crashed and you
@@ -68,7 +68,7 @@
 dd_rescue-lzo, the crypt plugin in the dd_rescue-crypt subpackage.
 
 %package crypt 
-Summary:        crypt plugin for dd_rescue
+Summary:        Crypt plugin for dd_rescue
 Group:          System/Base
 Requires:       dd_rescue = %{version}
 
@@ -84,10 +84,6 @@
 The plugin is new as of 1.98 and it despite diligent testing it
 might be careful to expect some bugs and future changes.
 
-Authors:
---------
-    Kurt Garloff <k...@garloff.de>
-
 %package lzo
 Summary:        LZO plugin for dd_rescue
 Group:          System/Base
@@ -116,7 +112,6 @@
 
 %prep
 %setup -q 
-./autogen.sh
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE99} '+%%H:%%M')
@@ -125,17 +120,17 @@
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" dd_rescue.c
 
 %build
-flags="%{optflags}"
-make RPM_OPT_FLAGS="$flags" LIBDIR=%{_libdir} LIB=%{_lib} %{?_smp_mflags}
+autoheader
+autoconf
+%configure
+make RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir} LIB=%{_lib} %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} INSTALLDIR=%{buildroot}/%{_bindir} 
LIB=%{_lib} LIBDIR=%{_libdir} \
+%make_install RPM_OPT_FLAGS="%{optflags}" INSTALLDIR=%{buildroot}/%{_bindir} 
LIB=%{_lib} LIBDIR=%{_libdir} \
     INSTASROOT= INSTALLFLAGS=
 
-#UsrMerge
 mkdir %{buildroot}/bin
 ln -sf %{_bindir}/dd_rescue %{buildroot}/bin
-#EndUsrMerge
 
 %check
 make %{?_smp_mflags} check
@@ -144,9 +139,7 @@
 %defattr(-,root,root,-)
 %doc COPYING README.dd_rescue TODO
 %{_bindir}/dd_rescue
-#UsrMerge
 /bin/dd_rescue
-#EndUsrMerge
 %{_libdir}/libddr_hash.so
 %{_libdir}/libddr_MD5.so
 %{_libdir}/libddr_null.so




Reply via email to