Accepting request 458443 from home:enzokiel:branches:devel:openSUSE:Factory:Apps
Update to version 0.28.0 OBS-URL: https://build.opensuse.org/request/show/458443 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=4
This commit is contained in:
parent
83539dad2d
commit
8cee7fe9be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:208cf60c061b86bee4f658d568a3b5d843dce3ab9847f66b452298268799e7bd
|
||||
size 3377303
|
Binary file not shown.
3
gparted-0.28.0.tar.gz
Normal file
3
gparted-0.28.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9fd46398c50b9c11124c93c1d63ba8e91a4df0ab4afb14ca2275f67e0d53df1
|
||||
size 3444334
|
BIN
gparted-0.28.0.tar.gz.sig
Normal file
BIN
gparted-0.28.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 11:02:18 UTC 2017 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
- Update to version 0.28.0:
|
||||
+ Key changes include:
|
||||
- Implement LUKS read-write actions NOT requiring a passphrase.
|
||||
- Add detection of iso9660 file system.
|
||||
+ Bug Fixes
|
||||
- Implement LUKS read-write actions NOT requiring a passphrase
|
||||
(bgo#774818).
|
||||
- Fix mount column shown for non-mounted encrypted file systems
|
||||
(bgo#775475).
|
||||
- Refactor mostly applying of operations (bgo#775932).
|
||||
- Update help with additional partition flags (bgo#776002).
|
||||
- Include sys/sysmacros.h for major and minor macros
|
||||
(bgo#776173).
|
||||
- Add detection of iso9660 file system (bgo#771244).
|
||||
+ Updated translations.
|
||||
+ Dependencies (new/updated)
|
||||
- cryptsetup command is required to work with LUKS encrypted
|
||||
volumes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 12:27:57 UTC 2016 - ecsos@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gparted
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gparted
|
||||
Version: 0.27.0
|
||||
Version: 0.28.0
|
||||
Release: 0
|
||||
Summary: Gnome Partition Editor
|
||||
License: GPL-2.0
|
||||
@ -42,6 +42,7 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xfsprogs-devel
|
||||
Requires: btrfsprogs >= 4.1
|
||||
Requires: cryptsetup
|
||||
Requires: e2fsprogs
|
||||
Requires: hdparm
|
||||
Requires: hfsutils
|
||||
|
Loading…
Reference in New Issue
Block a user