Accepting request 631281 from home:jubalh:branches:devel:openSUSE:Factory:Apps
- Update to version 0.32.0: + Key changes include: - Implement opening and closing of LUKS mappings - Fix can't shrink LVM partition due to pvresize prompt - Recognise additional GRUB2 core.img signatures - Honour resize2fs minimum FS sizes + Bug Fixes: - Desupport RHEL / CentOS 5 (#794253) - Implement opening and closing of LUKS mappings (#795617) - Fix null pointer check accidentally disabled (#796293) - Add logo.png for automatic GitLab/GitHub project avatar - Fix volume label is incorrect for bitlocker encrypted partitions (#795127) - Update URL links to https://gparted.org (#796411) - Avoid unnecessary string change (!1) - Fix can't shrink LVM partition due to pvresize prompt (#1)(#2)(!3) - Remove support for obsolete devkit-disks automount inhibitor (!2) - Add GitLab CI jobs to build and test GParted (!4) - Recognise additional GRUB2 core.img signatures (!5) - Reduce the time taken by the GitLab CI jobs (!6) - Stop xmllint scrollkeeper-omf.dtd fetch fail breaking CI tests (#9)(!7) - Honour resize2fs minimum FS sizes (#8)(!8) OBS-URL: https://build.opensuse.org/request/show/631281 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=12
This commit is contained in:
parent
d7a5c087b2
commit
987038cbc7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b7b49a434d9e4b397bc41a1f5acab8539b9ff402b472dfd83ad77b2decd07ba
|
||||
size 3813251
|
Binary file not shown.
3
gparted-0.32.0.tar.gz
Normal file
3
gparted-0.32.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae1db86def71015f2d755310a32ab334354076d23bf400e35a720226112357ba
|
||||
size 3880559
|
BIN
gparted-0.32.0.tar.gz.sig
Normal file
BIN
gparted-0.32.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 09:35:18 UTC 2018 - mvetter@suse.com
|
||||
|
||||
- Update to version 0.32.0:
|
||||
+ Key changes include:
|
||||
- Implement opening and closing of LUKS mappings
|
||||
- Fix can't shrink LVM partition due to pvresize prompt
|
||||
- Recognise additional GRUB2 core.img signatures
|
||||
- Honour resize2fs minimum FS sizes
|
||||
+ Bug Fixes:
|
||||
- Desupport RHEL / CentOS 5 (#794253)
|
||||
- Implement opening and closing of LUKS mappings (#795617)
|
||||
- Fix null pointer check accidentally disabled (#796293)
|
||||
- Add logo.png for automatic GitLab/GitHub project avatar
|
||||
- Fix volume label is incorrect for bitlocker encrypted partitions (#795127)
|
||||
- Update URL links to https://gparted.org (#796411)
|
||||
- Avoid unnecessary string change (!1)
|
||||
- Fix can't shrink LVM partition due to pvresize prompt (#1)(#2)(!3)
|
||||
- Remove support for obsolete devkit-disks automount inhibitor (!2)
|
||||
- Add GitLab CI jobs to build and test GParted (!4)
|
||||
- Recognise additional GRUB2 core.img signatures (!5)
|
||||
- Reduce the time taken by the GitLab CI jobs (!6)
|
||||
- Stop xmllint scrollkeeper-omf.dtd fetch fail breaking CI tests (#9)(!7)
|
||||
- Honour resize2fs minimum FS sizes (#8)(!8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 14:08:24 UTC 2018 - enzokiel@kabelmail.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gparted
|
||||
Version: 0.31.0
|
||||
Version: 0.32.0
|
||||
Release: 0
|
||||
Summary: Gnome Partition Editor
|
||||
License: GPL-2.0
|
||||
@ -42,7 +42,7 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.14.0
|
||||
BuildRequires: pkgconfig(gtkmm-2.4) > 2.8
|
||||
BuildRequires: pkgconfig(gtkmm-2.4) >= 2.16.0
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(sigc++-2.0) >= 2.5.1
|
||||
Requires: btrfsprogs >= 4.1
|
||||
|
Loading…
Reference in New Issue
Block a user