From c0d739ebfafd3ff11b3ef3a534b2272a2d705fa2fd1637ab696d1926107bedfe Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 15 Aug 2017 11:10:12 +0000 Subject: [PATCH] Accepting request 515819 from home:enzokiel:branches:devel:openSUSE:Factory:Apps Update to version 0.29.0 OBS-URL: https://build.opensuse.org/request/show/515819 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=6 --- gparted-0.28.1.tar.gz | 3 --- gparted-0.28.1.tar.gz.sig | Bin 287 -> 0 bytes gparted-0.29.0.tar.gz | 3 +++ gparted-0.29.0.tar.gz.sig | Bin 0 -> 287 bytes gparted.changes | 30 ++++++++++++++++++++++++++++++ gparted.spec | 3 ++- 6 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 gparted-0.28.1.tar.gz delete mode 100644 gparted-0.28.1.tar.gz.sig create mode 100644 gparted-0.29.0.tar.gz create mode 100644 gparted-0.29.0.tar.gz.sig 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 1d33b13f4256fa25419c990fcc0d106b081881ab7153de1f8518e43d0607fe71..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-*7escf{2@n^i)BiJ!m2g%=2mUwRQy(l(5{&qEVE8JB z**I@25?&GW*ftnY*-^g6B)ObJZBv?fVQf4?{z*QP)y^cHo*^U5 zs2d;L6bK{7#O7m=H#O`AUiB5)8>mkTwKr35UnCVvPJ6GT!QIrMs;#`-h4TOa 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 0000000000000000000000000000000000000000000000000000000000000000..6fb45bc0afdae1bba0e045eb17948dfcf0beefaf85a9f09643b9223777edbe8c GIT binary patch literal 287 zcmV+)0pR|L0UQJX0RjL91p--!kl+9c2@n^i)BiJ!m2hP-2mp`P3J*H8&JPzbl!&+( zA>262BTjTQKhWr-&P#IK5{`!Z?(^A#fmwoOF!XZ_sOu_e{GQq^6$~hbV>O22GJlG? z+LPgGk*{x>EgA+X(a7Kc6=fkXLs!Gh>2Eh=>tE!dZ_=gP_t{wnx&eoiSJ@gHLUke} zpkt{w>9m-X4fMvs>wvJgwu3z9QT-Q3Xw*k^uQfb#se{3h~oeN literal 0 HcmV?d00001 diff --git a/gparted.changes b/gparted.changes index b33723b..880aac6 100644 --- a/gparted.changes +++ b/gparted.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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. + + Dependencies (new/updated) + - udftools package is required 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..a324d5f 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 @@ -53,6 +53,7 @@ Requires: ntfsprogs Requires: parted Requires: polkit Requires: reiserfs +Requires: udftools Requires: util-linux Requires: xdg-utils Requires: xfsprogs