From c7f5f5fcbb446b0da569fc3890a0d549989fd2bbfeb4d67efb77b6783285df5d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Feb 2023 08:13:34 +0000 Subject: [PATCH] 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 --- gparted-1.4.0.tar.gz | 3 --- gparted-1.4.0.tar.gz.sig | Bin 310 -> 0 bytes gparted-1.5.0.tar.gz | 3 +++ gparted-1.5.0.tar.gz.sig | Bin 0 -> 310 bytes gparted.changes | 17 +++++++++++++++++ gparted.spec | 8 ++++---- 6 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 gparted-1.4.0.tar.gz delete mode 100644 gparted-1.4.0.tar.gz.sig create mode 100644 gparted-1.5.0.tar.gz create mode 100644 gparted-1.5.0.tar.gz.sig diff --git a/gparted-1.4.0.tar.gz b/gparted-1.4.0.tar.gz deleted file mode 100644 index f8fece3..0000000 --- a/gparted-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5293a792e53fdbeba29c4a834113cd9603d0d639330da931a468bf3687887be -size 4308426 diff --git a/gparted-1.4.0.tar.gz.sig b/gparted-1.4.0.tar.gz.sig deleted file mode 100644 index 9d2d0fc1a1c0cf4d7076ded7fa8d62245a5443bb32b92f9148680a312ff95bd0..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SW*e79j+?3IDitWBM){A{1yBrqlm3jFoT&0%Aec>HrD}5ErJ? z|1*r0a3gyM{0o>kgMi@^Qy#VEJ%3VRe*4906j#YSb!`(#LNXGbb~7n`O2f=}h)(xs zXZrc$&iwes{!&0lzC%L!Ar;?3J4l9fuW}F5;0B%_wbvN!WqRgrW@To;b_zqJKEDsM%>Q>IN#jW?wBm^lu zr?F~62L_KW5LxTHH7ou;PH1G7@AhX(f@mH(>HW9cB!{``OjShZvsavGu({%Xs5Q`K z+@LPSW7P{y&)*=Anbl5ws{ZOEUhP>TbxFLO{Y2Yk3Z)%rh=6oFDnGB$cFn IdOQXOpI0o9J^%m! diff --git a/gparted-1.5.0.tar.gz b/gparted-1.5.0.tar.gz new file mode 100644 index 0000000..a6e5016 --- /dev/null +++ b/gparted-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c95ea26a944083ff1d9b17639b1e2ad9758df225dc751ff407b2a6aa092a8de +size 5416965 diff --git a/gparted-1.5.0.tar.gz.sig b/gparted-1.5.0.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..00e02af03c1967fcd327f05c80e79785f3be3a39fdf2580248bd4f1aa154e7a3 GIT binary patch literal 310 zcmV-60m=S}0W$;u0SW*e79j+?3IDitWBM){A{1yBrqlm3jFoT&0%P?6TL20P5ErJ? z|1*r0aQtNm0D}j>cVN>63Km^-czt0gnUH?)ESmLVE>6;i8bIV)KR45SDj!%jNqFqQ zO-i|v4*QE`CL3<64O{2O^Dk*;^1yqgM9y=4fOSp+!85zM-D?6x%wye6GyUO&mSlM$H%jPd5PODI5> zV#)2v1+m}tyhl)7lH`y*J;)(&j5MZ6>p~yo-RF)_K%o`i$>*QsCw7Rf zcGIzJS09UajgCibFR!%^jnb!D^0HD`1otZ5CPl7CMMuYF-lL6X=OtcnMU3RpjRRp} Ip<;7J{#db%G5`Po literal 0 HcmV?d00001 diff --git a/gparted.changes b/gparted.changes index 4dad280..b98699b 100644 --- a/gparted.changes +++ b/gparted.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Feb 22 07:16:37 UTC 2023 - Paolo Stivanin + +- 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 diff --git a/gparted.spec b/gparted.spec index 230546f..981deb6 100644 --- a/gparted.spec +++ b/gparted.spec @@ -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}