forked from pool/gparted
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
f6614a38e0 | ||
7d9b8899e1 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b9f51b3ce494ddcb59a55e1ae6679c09436604e331dbf5a536d60ded6c6ea5b
|
||||
size 5404754
|
Binary file not shown.
3
gparted-1.7.0.tar.gz
Normal file
3
gparted-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84ae3b9973e443a2175f07aa0dc2aceeadb1501e0f8953cec83b0ec3347b7d52
|
||||
size 5440420
|
BIN
gparted-1.7.0.tar.gz.sig
Normal file
BIN
gparted-1.7.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 03:17:48 UTC 2025 - RN <R_Nik_C@proton.me>
|
||||
|
||||
- Update to 1.7.0:
|
||||
* Recognise NBDs (Network Block Devices)
|
||||
* Add support for Bcachefs (experimental), single device file
|
||||
systems only
|
||||
* Prevent GParted probe starting LVM Volume Groups
|
||||
* Increase minimum required version of libparted to 3.2
|
||||
* Read exFAT file system usage from exfatprogs >= 1.2.3
|
||||
* Add support for Bcachefs, single device file systems only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 07:26:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gparted
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Gnome Partition Editor
|
||||
License: GPL-2.0-only
|
||||
@ -42,7 +42,7 @@ BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.32
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.4.0
|
||||
BuildRequires: pkgconfig(libparted) >= 2.2
|
||||
BuildRequires: pkgconfig(libparted) >= 3.2
|
||||
BuildRequires: pkgconfig(sigc++-2.0) >= 2.5.1
|
||||
Requires: gpart
|
||||
Requires: hdparm
|
||||
@ -53,13 +53,14 @@ Requires: util-linux
|
||||
Recommends: btrfsprogs >= 4.1
|
||||
Recommends: cryptsetup
|
||||
Recommends: e2fsprogs
|
||||
Recommends: exfatprogs
|
||||
Recommends: exfatprogs >= 1.2.3
|
||||
Recommends: hfsutils
|
||||
Recommends: jfsutils
|
||||
Recommends: nilfs-utils
|
||||
Recommends: ntfsprogs
|
||||
Recommends: udftools
|
||||
Recommends: xfsprogs
|
||||
Recommends: bcachefs-tools
|
||||
Requires: /usr/bin/pkexec
|
||||
%if !0%{?is_opensuse}
|
||||
BuildRequires: translation-update-upstream
|
||||
|
Loading…
x
Reference in New Issue
Block a user