Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package testdisk for openSUSE:Factory checked in at 2024-03-13 22:18:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/testdisk (Old) and /work/SRC/openSUSE:Factory/.testdisk.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "testdisk" Wed Mar 13 22:18:44 2024 rev:8 rq:1157283 version:7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/testdisk/testdisk.changes 2021-03-24 16:12:29.627910153 +0100 +++ /work/SRC/openSUSE:Factory/.testdisk.new.1770/testdisk.changes 2024-03-13 22:19:48.366986328 +0100 @@ -1,0 +2,35 @@ +Tue Mar 12 00:13:41 UTC 2024 - Joshua Smith <[email protected]> + +- Update to version 7.2: + General Improvements + * Display disk serial number when selecting source disk + * Add support for BeFS for EFI GPT and Mac partition table + TestDisk + * Improvements + * When searching for partition, press '+' key to skip 5% of the + disk. + * exfat: Better utf-8 support when iconv is missing + * APFS: Detect APFS partition + PhotoRec & QPhotoRec + * Improvements + * Updated translation are available + * Huge work to formally verify (Frama-C WP) most parsers code + * New translations for QPhotoRec: Finnish, Polish, Greek (el), + sv_SE and zh_CN + New file formats recovered by PhotoRec: + * .bbdoc + * .clip Clip Studio Paint + * .drw micrografx designer format + * .exr OpenEXR v2 + * .fbx Kaydara 3D file + * .FCStd + * .hdf Hierarchical Data Format 5 + * .lz lzip compressed file + * .mtcx Mathcad + * .rvt Revit + * .shp/shx Shaefile support + * .wad Doom + * Microsoft Jet DB / Sage Simply Accounting database + + +------------------------------------------------------------------- Old: ---- testdisk-7.1.tar.bz2 New: ---- testdisk-7.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ testdisk.spec ++++++ --- /var/tmp/diff_new_pack.J7zLIc/_old 2024-03-13 22:19:48.819002992 +0100 +++ /var/tmp/diff_new_pack.J7zLIc/_new 2024-03-13 22:19:48.819002992 +0100 @@ -1,7 +1,7 @@ # # spec file for package testdisk # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: testdisk -Version: 7.1 +Version: 7.2 Release: 0 Summary: Tool to Recover and Fix Partitions License: GPL-2.0-only @@ -25,21 +25,15 @@ URL: https://www.cgsecurity.org/wiki/TestDisk Source0: https://www.cgsecurity.org/%{name}-%{version}.tar.bz2 BuildRequires: hicolor-icon-theme -BuildRequires: libewf-devel BuildRequires: libext2fs-devel BuildRequires: libjpeg-devel +BuildRequires: libntfs-3g-devel BuildRequires: libqt5-linguist BuildRequires: libqt5-qtbase-devel BuildRequires: libuuid-devel BuildRequires: ncurses-devel BuildRequires: update-desktop-files BuildRequires: zlib-devel -%if 0%{?suse_version} >= 1210 -BuildRequires: libntfs-3g-devel -%else -BuildRequires: ntfsprogs-devel -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description TestDisk is a data recovery software primarily designed to help recover lost @@ -65,16 +59,15 @@ More user friendly, it recognizes the same file formats. %prep -%define TAR_TOP_FOLDER %{name}-%{version} -%setup -q -n %{TAR_TOP_FOLDER} +%autosetup cp README.md README %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install +%make_install # move back the documentation mv %{buildroot}%{_datadir}/doc/%{name}/* . ++++++ testdisk-7.1.tar.bz2 -> testdisk-7.2.tar.bz2 ++++++ ++++ 103756 lines of diff (skipped)
