Hello community, here is the log from the commit of package testdisk for openSUSE:Factory checked in at 2019-05-22 11:08:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/testdisk (Old) and /work/SRC/openSUSE:Factory/.testdisk.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "testdisk" Wed May 22 11:08:48 2019 rev:4 rq:699398 version:7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/testdisk/testdisk.changes 2015-05-23 13:07:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.testdisk.new.5148/testdisk.changes 2019-05-22 11:08:52.706608653 +0200 @@ -1,0 +2,35 @@ +Sun Apr 28 08:26:32 UTC 2019 - opensuse.lietuviu.kalba@gmail.com + +- update to version 7.1-beta: + * TestDisk + + Ask confirmation when user quits the list of partitions found by TestDisk + + Various bug fixes for scripted run + * PhotoRec & QPhotoRec + + Improvements + - Log the correct filenames in photorec.log file + - Reduced false positives for tar + - Fix recovery of mobius camera videos. + - Fix recovery of progressive jpeg + - Extract the filesize from sqlite header when available + + New file formats recovered by PhotoRec: + - .aes: Synology AES key files + - .axp: Pinnacle Studio + - .bdm: AVHCD index + - .cpi: AVCHD Clip Information + - .DS_Store: Apple Desktop Services Store + - .dvr: RT60 + - .gi: Roxio Creator + - .gpx: Guitar Pro 6 + - .gp4: Guitar Pro 4 + - .iam/.ipt Autodesk Inventor part + - .icns: Apple Icon Image + - .jsonlz4: Mozilla bookmarks + - .lyx LyX 2.X + - .mpl: AVHCD playlist + - .tg Tux Guitar 1.2 + - .vdj: VirtualDJ + - .wee: weecast + - .xar: XAR Archive +- switch from Qt4 to Qt5 for QPhotoRec. + +------------------------------------------------------------------- Old: ---- testdisk-7.0.tar.bz2 New: ---- testdisk-7.1-WIP.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ testdisk.spec ++++++ --- /var/tmp/diff_new_pack.OrzufR/_old 2019-05-22 11:08:53.714608180 +0200 +++ /var/tmp/diff_new_pack.OrzufR/_new 2019-05-22 11:08:53.718608179 +0200 @@ -17,19 +17,20 @@ Name: testdisk -Version: 7.0 +Version: 7.1 Release: 0 Summary: Tool to Recover and Fix Partitions License: GPL-2.0 Group: System/Filesystems Url: http://www.cgsecurity.org/wiki/TestDisk -Source0: http://www.cgsecurity.org/%{name}-%{version}.tar.bz2 +Source0: http://www.cgsecurity.org/%{name}-%{version}-WIP.tar.bz2 Patch0: testdisk-file-contains-date-and-time.patch BuildRequires: hicolor-icon-theme BuildRequires: libewf-devel BuildRequires: libext2fs-devel BuildRequires: libjpeg-devel -BuildRequires: libqt4-devel +BuildRequires: libqt5-qtbase-devel +BuildRequires: libqt5-linguist BuildRequires: libreiserfs-devel BuildRequires: libuuid-devel BuildRequires: ncurses-devel @@ -66,8 +67,10 @@ More user friendly, it recognizes the same file formats. %prep -%setup -q +%define TAR_TOP_FOLDER %{name}-%{version}-WIP +%setup -q -n %{TAR_TOP_FOLDER} %patch0 -p1 +cp README.md README %build %configure
participants (1)
-
root