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
This commit is contained in:
parent
9234ed9e2a
commit
3a10924b5e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa755e1a6e84c8eaac8b3c44416cbe9c202a4993ceaba22f293d20b83b2d6f27
|
||||
size 2185652
|
Binary file not shown.
3
gparted-0.23.0.tar.bz2
Normal file
3
gparted-0.23.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fd1dddf29814c2982f55ab765b8918561e1b5dabf792012c66b4d3ba25da754
|
||||
size 2264376
|
BIN
gparted-0.23.0.tar.bz2.sig
Normal file
BIN
gparted-0.23.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user