Hello community, here is the log from the commit of package dc3dd for openSUSE:Factory checked in at 2015-01-06 09:06:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dc3dd (Old) and /work/SRC/openSUSE:Factory/.dc3dd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dc3dd" Changes: -------- --- /work/SRC/openSUSE:Factory/dc3dd/dc3dd.changes 2013-07-09 20:48:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dc3dd.new/dc3dd.changes 2015-01-06 09:06:59.000000000 +0100 @@ -1,0 +2,24 @@ +Sun Jan 4 19:37:05 UTC 2015 - [email protected] + +- update Source: field to be the full URL and delete http: comment +- remove BuildRequires for libtool, automake, autoconf - they were not used + +------------------------------------------------------------------- +Sun Jan 4 17:06:29 UTC 2015 - [email protected] + +- Update to version 7.2.0 + + Log output may be sent to multiple job logs and hash logs. Simply specify + log=LOG and/or hlog=LOG more than once. + + Verification of an image restored to a device larger than the image is now + supported. Specify hof=DEVICE to hash only the bytes dc3dd writes to the + device. Specify fhod=DEVICE to hash both the bytes dc3dd writes to the + device and all the bytes that follow, up to the end of the device. + + Specifying hof=DEVICE will now default to phod=DEVICE behavior (hash only + the bytes output by dc3dd, not the full device). +- Add xz make dependency; use xz tarball instead of bzipped one +- New dependency on perl(Locale::gettext) +- Strip out translations in lang_subpackage +- Remove depreciated Authors section +- Remove spurious executable bits of documentation files + +------------------------------------------------------------------- Old: ---- dc3dd-7.1.614.tar.bz2 New: ---- dc3dd-7.2.641.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dc3dd.spec ++++++ --- /var/tmp/diff_new_pack.7ROLsZ/_old 2015-01-06 09:07:00.000000000 +0100 +++ /var/tmp/diff_new_pack.7ROLsZ/_new 2015-01-06 09:07:00.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package dc3dd # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,22 @@ Name: dc3dd -Version: 7.1.0 +Version: 7.2.0 Release: 0 -%define pkg_version 7.1.614 +%define pkg_version 7.2.641 Summary: Patched dd with Computer Forensics Features License: GPL-3.0 Group: Productivity/Archiving/Backup -# http://prdownloads.sourceforge.net/dc3dd/dc3dd-%%{pkg_version}.tar.gz -Source: dc3dd-%{pkg_version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/dc3dd/dc3dd/7.2/dc3dd-%{pkg_version}.tar.xz Url: http://dc3dd.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf -BuildRequires: automake BuildRequires: gcc BuildRequires: gettext BuildRequires: gettext-devel BuildRequires: glibc-devel -BuildRequires: libtool BuildRequires: make +BuildRequires: xz +BuildRequires: perl(Locale::gettext) %description dc3dd is a patched version of GNU dd to include a number of features useful @@ -54,19 +52,15 @@ * Ability to split the output into chunks with numerical or alphabetic extensions - - - -Authors: --------- - Andrew Medico <[email protected]> - Jesse Kornblum <[email protected]> - +%lang_package %prep %setup -q -n "dc3dd-%{pkg_version}" # fix end-of-line encoding %__sed -i 's/\r$//' *.txt +%__sed -i 's/\r$//' ChangeLog +# Remove executable permissions on documentation files +chmod a-x *.txt COPYING ChangeLog NEWS THANKS %build # hpa and dco detection is recommended for linux builds @@ -80,11 +74,13 @@ %find_lang dc3dd -%files -f dc3dd.lang +%files %defattr(-,root,root) %doc ChangeLog COPYING NEWS THANKS %doc *.txt %{_bindir}/dc3dd -%doc %{_mandir}/man1/dc3dd.1%{ext_man} +%{_mandir}/man1/dc3dd.1%{ext_man} + +%files lang -f %{name}.lang %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
