From 3a10924b5e38e3b0fb534d3da36a87747fabbfdfe8ab801ca4b1e1b94909b191 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 6 Aug 2015 22:24:49 +0000 Subject: [PATCH] Accepting request 320888 from GNOME:Apps - Update to version 0.23.0: + Add partition name to create dialog and enable online naming (relevant for GPT partitioned disk). + Show serial number in device information. + Add support for btrfs set new file system UUID. + Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems. + Bugs fixed: - Only set LVM partition flag on tables which support it (bgo#746204). - Add partition name to create dialog and enable online naming (bgo#746214). - Fix some operations fail after paste into existing partition (bgo#746559). - Fix FileSystem object memory leaks in init_filesystems (bgo#749036). - Fix arcane cylinder size adjustment when copying and resizing (bgo#749867). - Reduce the amount of copying of partition objects (bgo#750168). - Refactor LVM2_PV_Info module interface and cache representation (bgo#750582). - Adjust pointers to prevent crash resizing a logical partition (bgo#752587). - Show serial number in device information (bgo#751251). - Add support for btrfs set new file system UUID(bgo#751337). - Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems (bgo#737022). - Add translation comments for code section setting partition flag (bgo#752901). OBS-URL: https://build.opensuse.org/request/show/320888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gparted?expand=0&rev=30 --- gparted-0.22.0.tar.bz2 | 3 --- gparted-0.22.0.tar.bz2.sig | Bin 287 -> 0 bytes gparted-0.23.0.tar.bz2 | 3 +++ gparted-0.23.0.tar.bz2.sig | Bin 0 -> 287 bytes gparted.changes | 37 +++++++++++++++++++++++++++++++++++++ gparted.spec | 9 +++++---- 6 files changed, 45 insertions(+), 7 deletions(-) delete mode 100644 gparted-0.22.0.tar.bz2 delete mode 100644 gparted-0.22.0.tar.bz2.sig create mode 100644 gparted-0.23.0.tar.bz2 create mode 100644 gparted-0.23.0.tar.bz2.sig diff --git a/gparted-0.22.0.tar.bz2 b/gparted-0.22.0.tar.bz2 deleted file mode 100644 index 0134d5f..0000000 --- a/gparted-0.22.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa755e1a6e84c8eaac8b3c44416cbe9c202a4993ceaba22f293d20b83b2d6f27 -size 2185652 diff --git a/gparted-0.22.0.tar.bz2.sig b/gparted-0.22.0.tar.bz2.sig deleted file mode 100644 index 2e9a3aca7cf5903fdbbafae8573ef83ab18094047a38fbffa946033603016fb2..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-wNGr<4~2@n^i)BiJ!m2f5l2mq~{WkfSM%2Ujb7US#o z)QgTtIqw0-b4cPg-$W1B;^G{eto-U#hWYgQpp&~(=VYz0mlyzg9NG_LL0`$oFh3GJ z<4ljnQ9Bkv@aP}zE2VkU2~3PR!C8YVilMYdb8$l&@EoOI3ZbuZp!U+j0N<~3;c`uC z&IiZ;QBU40wkZSU9<^fHJPF%XE7WC&eKKm2y}>WhVTj2VOvidr5NV00fY_~dgvA*j zxk8iU8V?x4m4p=uhEQM+i&EG;?SsIx1y;+DTf3}7g4J6Y2zs(3b}TP}l)~nld_#QU8N}>&Z&&|Mcsp zQ`*aBvyF_Dl21I)86ij{CKhK?mJF{hI}4hu!6&rGN!?14;TLRQ_lLhGd3hvwcGJ=l z3aSf~aSCz=LY_(9$tt1ZipOs(F`RvIx(xK1=1?Tf?)cX^#&?6|)S@Xe(RzJn0&+uD$%hFUIbM9Xuqg%eQBjc33hjv@d6 literal 0 HcmV?d00001 diff --git a/gparted.changes b/gparted.changes index a2f8391..133afc3 100644 --- a/gparted.changes +++ b/gparted.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed Aug 05 09:04:33 UTC 2015 - joerg.lorenzen@ki.tng.de + +- Update to version 0.23.0: + + Add partition name to create dialog and enable online naming + (relevant for GPT partitioned disk). + + Show serial number in device information. + + Add support for btrfs set new file system UUID. + + Prevent UI hang when resizing FAT16/32, HFS and HFS+ file + systems. + + Bugs fixed: + - Only set LVM partition flag on tables which support it + (bgo#746204). + - Add partition name to create dialog and enable online naming + (bgo#746214). + - Fix some operations fail after paste into existing partition + (bgo#746559). + - Fix FileSystem object memory leaks in init_filesystems + (bgo#749036). + - Fix arcane cylinder size adjustment when copying and resizing + (bgo#749867). + - Reduce the amount of copying of partition objects + (bgo#750168). + - Refactor LVM2_PV_Info module interface and cache + representation (bgo#750582). + - Adjust pointers to prevent crash resizing a logical + partition (bgo#752587). + - Show serial number in device information (bgo#751251). + - Add support for btrfs set new file system UUID(bgo#751337). + - Prevent UI hang when resizing FAT16/32, HFS and HFS+ file + systems (bgo#737022). + - Add translation comments for code section setting partition + flag (bgo#752901). + + Updated translations. +- Add hdparm requires: hdparm command is required for optional + display serial number device information. + ------------------------------------------------------------------- Tue Mar 24 08:20:55 UTC 2015 - dimstar@opensuse.org diff --git a/gparted.spec b/gparted.spec index 06b023c..2b0c0f2 100644 --- a/gparted.spec +++ b/gparted.spec @@ -17,15 +17,15 @@ Name: gparted -Version: 0.22.0 +Version: 0.23.0 Release: 0 Summary: Gnome Partition Editor License: GPL-2.0 Group: System/Filesystems Url: http://gparted.sourceforge.net/ -Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.22.0/%{name}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.23.0/%{name}-%{version}.tar.bz2 Source1: gparted.policy -Source98: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.22.0/%{name}-%{version}.tar.bz2.sig +Source98: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.23.0/%{name}-%{version}.tar.bz2.sig Source99: %{name}.keyring BuildRequires: e2fsprogs-devel BuildRequires: fdupes @@ -40,8 +40,9 @@ BuildRequires: scrollkeeper BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: xfsprogs-devel -Requires: btrfsprogs +Requires: btrfsprogs >= 4.1 Requires: e2fsprogs +Requires: hdparm Requires: hfsutils Requires: jfsutils Requires: mtools