Accepting request 1067098 from home:polslinux:branches:devel:openSUSE:Factory:Apps
- Update to 1.5.0: * Fix path used to resize btrfs needs to be a directory * Fix crash when copying NTFS to starting beyond 2 TiB * Enable repair when checking exfat file systems * Fix undeclared identifier 'basename' build failure with musl libc (!99) * Fix NULL == 0 assumption in call to ped_partition_flag_next() (!100) * Fix make distcheck failure found in GitLab CI job unbuntu_test (!103) * Add Alpine Linux CI jobs and resolve FAT16/32 label and UUID issues (!104) * Update used btrfs file system commands, btrfs-progs 4.5 required (!105) * Update AC_PROG_LIBTOOL to LT_INIT in configure.ac (!106) * Migrate from intltool to gettext translation (!107) * Increase minimum XFS size to 300 MiB (#217, !110) * Erase all Promise FastTrack RAID signatures (#220, !111) OBS-URL: https://build.opensuse.org/request/show/1067098 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:Apps/gparted?expand=0&rev=31
This commit is contained in:
parent
af7ce93a4d
commit
c7f5f5fcbb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5293a792e53fdbeba29c4a834113cd9603d0d639330da931a468bf3687887be
|
||||
size 4308426
|
Binary file not shown.
3
gparted-1.5.0.tar.gz
Normal file
3
gparted-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c95ea26a944083ff1d9b17639b1e2ad9758df225dc751ff407b2a6aa092a8de
|
||||
size 5416965
|
BIN
gparted-1.5.0.tar.gz.sig
Normal file
BIN
gparted-1.5.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 22 07:16:37 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 1.5.0:
|
||||
* Fix path used to resize btrfs needs to be a directory
|
||||
* Fix crash when copying NTFS to starting beyond 2 TiB
|
||||
* Enable repair when checking exfat file systems
|
||||
* Fix undeclared identifier 'basename' build failure with musl libc (!99)
|
||||
* Fix NULL == 0 assumption in call to ped_partition_flag_next() (!100)
|
||||
* Fix make distcheck failure found in GitLab CI job unbuntu_test (!103)
|
||||
* Add Alpine Linux CI jobs and resolve FAT16/32 label and UUID issues (!104)
|
||||
* Update used btrfs file system commands, btrfs-progs 4.5 required (!105)
|
||||
* Update AC_PROG_LIBTOOL to LT_INIT in configure.ac (!106)
|
||||
* Migrate from intltool to gettext translation (!107)
|
||||
* Increase minimum XFS size to 300 MiB (#217, !110)
|
||||
* Erase all Promise FastTrack RAID signatures (#220, !111)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 09:13:52 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gparted
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Gnome Partition Editor
|
||||
License: GPL-2.0-only
|
||||
@ -27,6 +27,7 @@ Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted
|
||||
Source1: http://downloads.sourceforge.net/project/gparted/gparted/gparted-%{version}/%{name}-%{version}.tar.gz.sig
|
||||
Source98: %{name}.policy
|
||||
Source99: %{name}.keyring
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -83,8 +84,8 @@ translation-update-upstream
|
||||
%build
|
||||
export GKSUPROG="pkexec"
|
||||
%configure \
|
||||
--enable-libparted-dmraid \
|
||||
--enable-xhost-root
|
||||
--enable-libparted-dmraid \
|
||||
--enable-xhost-root
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -110,7 +111,6 @@ rm %{buildroot}%{_datadir}/polkit-1/actions/org.gnome.%{name}.policy
|
||||
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/polkit-1/actions/org.opensuse.policykit.%{name}.policy
|
||||
#{_datadir}/polkit-1/actions/org.gnome.%%{name}.policy
|
||||
%{_datadir}/help/C/%{name}/index.docbook
|
||||
%{_datadir}/help/C/%{name}/figures/gparted_window.png
|
||||
%dir %{_datadir}/help/C/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user