From 633c511c8c8d6f85c3eed7bbe072945ef07731e6 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 31 Jul 2017 15:34:53 -0700 Subject: [PATCH] - atari.c: Drop xlocale.h Resloves: rhbz#1476934 --- 0079-atari.c-Drop-xlocale.h-1476934.patch | 25 +++++++++++++++++++++++ parted.spec | 7 ++++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 0079-atari.c-Drop-xlocale.h-1476934.patch diff --git a/0079-atari.c-Drop-xlocale.h-1476934.patch b/0079-atari.c-Drop-xlocale.h-1476934.patch new file mode 100644 index 0000000..7ba2dd6 --- /dev/null +++ b/0079-atari.c-Drop-xlocale.h-1476934.patch @@ -0,0 +1,25 @@ +From 465fdd8d72e7f8517d67ec7b5f227f5482928ec1 Mon Sep 17 00:00:00 2001 +From: "Brian C. Lane" +Date: Mon, 31 Jul 2017 15:20:45 -0700 +Subject: [PATCH] atari.c: Drop xlocale.h (#1476934) + +glibc no longer includes this header. locale.h should work just fine. +--- + libparted/labels/atari.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/libparted/labels/atari.c b/libparted/labels/atari.c +index 36e68b9..ea4c87f 100644 +--- a/libparted/labels/atari.c ++++ b/libparted/labels/atari.c +@@ -37,7 +37,6 @@ + #include + #include + #include +-#include + #include + #include + #include +-- +2.9.4 + diff --git a/parted.spec b/parted.spec index 257d643..69bcce6 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program Name: parted Version: 3.2 -Release: 27%{?dist} +Release: 28%{?dist} License: GPLv3+ Group: Applications/System URL: http://www.gnu.org/software/parted @@ -92,6 +92,7 @@ Patch0075: 0075-libparted-dasd-add-test-cases-for-the-new-fdasd-func.patch Patch0076: 0076-Increase-timeout-for-rmmod-scsi_debug-and-make-it-a-.patch Patch0077: 0077-tests-t1701-rescue-fs-wait-for-the-device-to-appear.patch Patch0078: 0078-libparted-Fix-udev-cookie-leak-in-_dm_resize_partiti.patch +Patch0079: 0079-atari.c-Drop-xlocale.h-1476934.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -230,6 +231,10 @@ fi %changelog +* Mon Jul 31 2017 Brian C. Lane - 3.2-28 +- atari.c: Drop xlocale.h + Resloves: rhbz#1476934 + * Thu Jul 27 2017 Fedora Release Engineering - 3.2-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild