diff --git a/gparted-0.28.1.tar.gz b/gparted-0.28.1.tar.gz deleted file mode 100644 index bec7577..0000000 --- a/gparted-0.28.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76891f14394754f7d6ecceba2af0e585bf89f9d780c389a255dcd41a2f45d333 -size 3444521 diff --git a/gparted-0.28.1.tar.gz.sig b/gparted-0.28.1.tar.gz.sig deleted file mode 100644 index 1d33b13..0000000 Binary files a/gparted-0.28.1.tar.gz.sig and /dev/null differ diff --git a/gparted-0.29.0.tar.gz b/gparted-0.29.0.tar.gz new file mode 100644 index 0000000..b4e9c92 --- /dev/null +++ b/gparted-0.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd +size 3751292 diff --git a/gparted-0.29.0.tar.gz.sig b/gparted-0.29.0.tar.gz.sig new file mode 100644 index 0000000..6fb45bc Binary files /dev/null and b/gparted-0.29.0.tar.gz.sig differ diff --git a/gparted.changes b/gparted.changes index b33723b..d7ac2bb 100644 --- a/gparted.changes +++ b/gparted.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Aug 09 22:11:23 UTC 2017 - joerg.lorenzen@ki.tng.de + +- Update to version 0.29.0: + + Key changes include: + - Add support for UDF file system + - Fix segmentation fault on disk with corrupted FAT file system + - Fix snap-to-alignment of operations creating partitions + + Bug Fixes + - Fix segmentation fault on disk with corrupted FAT file system + (bgo#777973). + - Fix snap-to-alignment of operations creating partitions + (bgo#779339). + - Fix btrfs partitions mounted with whitespace cannot be + resized (bgo#782681). + - Add Google Test C++ test framework (bgo#781978). + - Fix LVM2 PV detected regardless if second magic matches or not + (bgo#783997). + - Fix no longer detecting btrfs change UUID capability + (bgo#784467). + - Fix setting empty label when creating FAT16/32 file systems + (bgo#784564). + - Add support for UDF file system (bgo#784533). + - Fix make distcheck fails with *.Po: No such file or directory + (bgo#785308). + + Updated translations. +- Recommend udftools: needed for optional udf file system support. + ------------------------------------------------------------------- Tue Feb 21 12:34:55 UTC 2017 - zaitor@opensuse.org diff --git a/gparted.spec b/gparted.spec index a2db580..32efe5c 100644 --- a/gparted.spec +++ b/gparted.spec @@ -17,7 +17,7 @@ Name: gparted -Version: 0.28.1 +Version: 0.29.0 Release: 0 Summary: Gnome Partition Editor License: GPL-2.0 @@ -57,6 +57,7 @@ Requires: util-linux Requires: xdg-utils Requires: xfsprogs Recommends: gpart +Recommends: udftools BuildRoot: %{_tmppath}/%{name}-%{version}-build %description