From 6023832adfdd19329faa0fe61272d90ec9af77cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 2 Sep 2019 08:37:14 +0200 Subject: [PATCH] Adjust spec file to rpm-build-4.15.0-0.rc1.1 --- perl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl.spec b/perl.spec index aceda88..2642724 100644 --- a/perl.spec +++ b/perl.spec @@ -85,7 +85,7 @@ License: GPL+ or Artistic Epoch: %{perl_epoch} Version: %{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release: 444%{?dist} +Release: 445%{?dist} Summary: Practical Extraction and Report Language Url: https://www.perl.org/ Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz @@ -2845,9 +2845,9 @@ Perl extension for Version Objects # Local patch tracking perl -x patchlevel.h \ 'Fedora Patch1: Removes date check, Fedora/RHEL specific' \ -%ifarch %{multilib_64_archs} \ +%ifarch %{multilib_64_archs} 'Fedora Patch2: support for libdir64' \ -%endif \ +%endif 'Fedora Patch3: use libresolv instead of libbind' \ 'Fedora Patch4: USE_MM_LD_RUN_PATH' \ 'Fedora Patch5: Provide MM::maybe_command independently (bug #1129443)' \ @@ -5143,6 +5143,9 @@ popd # Old changelog entries are preserved in CVS. %changelog +* Mon Sep 02 2019 Petr Pisar - 4:5.30.0-445 +- Adjust spec file to rpm-build-4.15.0-0.rc1.1 + * Thu Aug 22 2019 Petr Pisar - 4:5.30.0-444 - Fix a NULL pointer dereference in PerlIOVia_pushed() - Fix a crash when setting $@ on unwinding a call stack (RT#134266)