From ea00479dadbeaea19b295b4e257581fb42bdc9b2 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 15 Dec 2020 11:06:06 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/parted.git#e59dafa4c952f5b3916326ec807460e56296067c --- .gitignore | 2 ++ parted.spec | 55 ++++++++--------------------------------------------- sources | 4 ++-- 3 files changed, 12 insertions(+), 49 deletions(-) diff --git a/.gitignore b/.gitignore index e5f9ad4..ee363b3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ clog /parted-3.2.153.tar.xz.sig /parted-3.3.tar.xz /parted-3.3.tar.xz.sig +/parted-3.3.52.tar.xz +/parted-3.3.52.tar.xz.sig diff --git a/parted.spec b/parted.spec index 2a8cf61..66c8d35 100644 --- a/parted.spec +++ b/parted.spec @@ -3,8 +3,8 @@ Summary: The GNU disk partition manipulation program Name: parted -Version: 3.3 -Release: 8%{?dist} +Version: 3.3.52 +Release: 1%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/parted @@ -13,49 +13,6 @@ Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig Source2: pubkey.phillip.susi Source3: pubkey.brian.lane -# Upstream patches since v3.3 release -Patch0001: 0001-Switch-gpt-header-move-and-msdos-overlap-to-python3.patch -Patch0002: 0003-tests-Test-incomplete-resizepart-command.patch -Patch0003: 0004-Fix-end_input-usage-in-do_resizepart.patch -Patch0004: 0005-libparted-Add-ChromeOS-Kernel-partition-flag.patch -Patch0005: 0006-libparted-Add-support-for-MSDOS-partition-type-bls_b.patch -Patch0006: 0007-libparted-Add-support-for-bls_boot-to-GPT-disks.patch -Patch0007: 0008-Removed-reference-to-ped_file_system_create.patch -Patch0008: 0009-Add-support-for-the-F2FS-filesystem.patch -Patch0009: 0010-tests-Add-f2fs-to-the-fs-probe-test.patch -Patch0010: 0011-parted-Preserve-resizepart-End-when-prompted-for-bus.patch -Patch0011: 0012-tests-Add-a-test-for-resizepart-on-a-busy-partition.patch -Patch0012: 0013-Do-not-link-to-libsepol-or-libselinux.patch -Patch0013: 0014-t6001-psep-modify-device-manage-support-detection.patch -Patch0014: 0015-tests-Update-all-the-dmsetup-tests-to-use-ENABLE_DEV.patch -Patch0015: 0016-libparted-Fix-a-GCC-warning-Wunused-but-set-variable.patch -Patch0016: 0017-libparted-Fix-warnings-from-GCC-8-Wunused-variable-a.patch -Patch0017: 0018-libparted-Fix-warnings-from-GCC-s-Wimplicit-fallthro.patch -Patch0018: 0019-libparted-Avoid-a-GCC-warning-for-unused-functions.patch -Patch0019: 0020-libparted-Fix-warnings-from-GCC-8-Wsuggest-attribute.patch -Patch0020: 0021-libparted-Fix-warnings-from-GCC-8-Wsuggest-attribute.patch -Patch0021: 0022-bsd-Fix-gcc-complaints-when-using-boot_code-pointer.patch -Patch0022: 0023-dos-Fix-gcc-complaints-when-using-boot_code-pointer.patch -Patch0023: 0024-linux-Fix-gcc-complains-about-signed-sccanf-variable.patch -Patch0024: 0025-tests-Fix-unsigned-warning-in-duplicate.c.patch -Patch0025: 0026-hfs-Fix-gcc-10-bounds-check-warning.patch -Patch0026: 0027-hfs-advfs-Fix-gcc-10-warnings-about-cast-alignment.patch -Patch0027: 0028-hfs-advfs_plus-Fix-gcc-10-warnings-about-cast-alignm.patch -Patch0028: 0029-hfs-hfs-Fix-gcc-10-warnings-about-cast-alignment.patch -Patch0029: 0030-ext2-Fix-gcc-10-warnings-about-cast-alignment.patch -Patch0030: 0031-nilfs2-Fix-gcc-10-warnings-about-cast-alignment.patch -Patch0031: 0032-ntfs-Fix-gcc-10-warnings-about-cast-alignment.patch -Patch0032: 0033-ufs-Fix-gcc-10-warnings-about-cast-alignment.patch -Patch0033: 0034-ped_assert-Fix-incorrect-exception-option.patch -Patch0034: 0035-ui-Fix-command_line_get_disk_flag.patch -Patch0035: 0036-ui-Fix-gcc-10-warning-about-snprintf-truncating-an-i.patch -Patch0036: 0037-hfs-reloc-Fix-gcc-10-warnings-about-cast-alignment.patch -Patch0037: 0038-hfs-reloc_plus-Fix-gcc-10-warnings-about-cast-alignm.patch -Patch0038: 0039-fs-r-fat-Remove-disabled-code.patch -Patch0039: 0040-fs-r-hfs-Remove-disabled-code.patch -Patch0040: 0041-libparted-Remove-disabled-code.patch -Patch0041: 0042-libparted-fs-Fix-GCC-warnings-suggesting-pure-for-PE.patch - BuildRequires: gcc BuildRequires: e2fsprogs-devel BuildRequires: readline-devel @@ -143,9 +100,9 @@ make check %{_mandir}/man8/parted.8.gz %{_mandir}/man8/partprobe.8.gz %{_libdir}/libparted.so.2 -%{_libdir}/libparted.so.2.0.2 +%{_libdir}/libparted.so.2.0.3 %{_libdir}/libparted-fs-resize.so.0 -%{_libdir}/libparted-fs-resize.so.0.0.2 +%{_libdir}/libparted-fs-resize.so.0.0.3 %{_infodir}/parted.info.* %files devel @@ -158,6 +115,10 @@ make check %changelog +* Mon Dec 14 2020 Brian C. Lane - 3.3.52-1 +- New upstream ALPHA release v3.3.52 +- Includes all patches + * Mon Nov 30 2020 Brian C. Lane - 3.3-8 - Add upstream commits to fix various gcc 10 warnings (bcl) diff --git a/sources b/sources index ed18e98..c03ef29 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (parted-3.3.tar.xz) = d1384694a491aa53bab6206fdeccd1d192de2ed379fe25aa865dd6aa06ed945a728e85b2ccc2fb23f5aa9dfee4a8bd8f0f2be1dd386cb8e8861b73382c6a07e4 -SHA512 (parted-3.3.tar.xz.sig) = b96f048b92e4056ca327635b3b6c00c86e9213be1af4d42ddc1dace91fe44bf40f2d99052ef04509ef8097fea69eca758bcb0de37ef7afc6a1c0d982c2aac5bd +SHA512 (parted-3.3.52.tar.xz) = dceea49a7d26accecf68d447dbfc0078b99d0e4ecbfd565aee972c6a3a72e67165e5a32fad40ebf6b970ad6b93b4b42aa173532082f1a2071e92c1da8f3b4e87 +SHA512 (parted-3.3.52.tar.xz.sig) = ffd382193a98213e155b8412cc8058d639d6cac1653fe2b0ba0bd0b4eaf6f89a62a91bb19ff8643bf68ca720fa36723553fd0b38c674a407de89fb3f1b120304