Accepting request 160750 from GNOME:Apps
Update to ver 0.15.0 -- NOTE this lint, I guess we need to make a bug for sec team again [ 144s] RPMLINT report: [ 144s] =============== [ 145s] gparted.x86_64: I: polkit-untracked-privilege org.opensuse.policykit.gparted (auth_admin:auth_admin:auth_admin) [ 145s] The privilege is not listed in /etc/polkit-default-privs.* which makes it [ 145s] harder for admins to find. If the package is intended for inclusion in any [ 145s] SUSE product please open a bug report to request review of the package by the [ 145s] security team (forwarded request 160335 from dimstar) OBS-URL: https://build.opensuse.org/request/show/160750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gparted?expand=0&rev=15
This commit is contained in:
parent
3337602b81
commit
9d6536880c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b1b53c5acb37ff908434cff174dd42600e79937ec8cc9590b12ce9d504d62719
|
|
||||||
size 1873316
|
|
3
gparted-0.15.0.tar.bz2
Normal file
3
gparted-0.15.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9cb75ac51af9a8149a808bfc01946864361311832acd27dd9c342081c56d490f
|
||||||
|
size 1878646
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 19:40:38 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.15.0:
|
||||||
|
+ Live tracking of command progress output in the details log.
|
||||||
|
+ Move operations are twice as fast as prior versions.
|
||||||
|
+ Proper cancel support added.
|
||||||
|
+ Volume label length now based on file system type.
|
||||||
|
+ Unallocated space is selected by default.
|
||||||
|
+ New key bindings added:
|
||||||
|
- Insert --> New Partition
|
||||||
|
- Ctrl+Enter --> Apply All Operations
|
||||||
|
+ Bug Fixes:
|
||||||
|
- Refactor to use asynchronous command execution (bgo#685740).
|
||||||
|
- Remove move read-only simulation pass (bgo#696013).
|
||||||
|
- Remove temporary mtoolsrc file used in fat16/32 labelling and
|
||||||
|
UUID.
|
||||||
|
- Cleanup duplicate code for common file system methods.
|
||||||
|
- Combine duplicate code for ext2/ext3/ext4.
|
||||||
|
- Check file system after reverting partition table when move
|
||||||
|
canceled.
|
||||||
|
- Add proper cancel support for current and pending operations
|
||||||
|
(bgo#601239).
|
||||||
|
- Fix interrupting a format leaves partition in-use
|
||||||
|
(bgo#403487).
|
||||||
|
- Fix details log does not expand to the available vertical
|
||||||
|
space (bgo#602635).
|
||||||
|
- Increase width of details log display to include status icons
|
||||||
|
(bgo#662722).
|
||||||
|
- Select unallocated space by default (bgo#667365).
|
||||||
|
- Make partition label length dependent on the file system type
|
||||||
|
(bgo#689318).
|
||||||
|
- Avoid reading trailing junk for a reiser4 label.
|
||||||
|
- Improve argument vector usage (bgo#689689).
|
||||||
|
- Prevent crash when using an unknown locale (bgo#692049).
|
||||||
|
- Work around faulty "complete disks" detection in mkdosfs
|
||||||
|
(bgo#693955).
|
||||||
|
- Fix move primary partition right to left shrinks partition 1
|
||||||
|
MiB (bgo#695078).
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 28 18:10:37 CET 2013 - sbrabec@suse.cz
|
Thu Feb 28 18:10:37 CET 2013 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gparted
|
Name: gparted
|
||||||
Version: 0.14.1
|
Version: 0.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Gnome Partition Editor
|
Summary: Gnome Partition Editor
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://gparted.sourceforge.net/
|
Url: http://gparted.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.14.1/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.15.0/%{name}-%{version}.tar.bz2
|
||||||
Source1: gparted.policy
|
Source1: gparted.policy
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user