From 8f4a9553282f4f3973bed10d45fc2d9233a8c492 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sat, 15 Dec 2018 00:42:53 -0500 Subject: [PATCH] Remove BR on wxGTK as it is about to be retired --- perl-Alien-wxWidgets.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-Alien-wxWidgets.spec b/perl-Alien-wxWidgets.spec index d49f7fe..03c6f5f 100644 --- a/perl-Alien-wxWidgets.spec +++ b/perl-Alien-wxWidgets.spec @@ -1,13 +1,13 @@ Name: perl-Alien-wxWidgets Version: 0.69 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries License: GPL+ or Artistic URL: https://metacpan.org/release/Alien-wxWidgets Source0: https://cpan.metacpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz BuildRequires: gcc, gcc-c++ -BuildRequires: wxGTK-devel, wxGTK3-devel +BuildRequires: wxGTK3-devel # A lot of stuff used by inc/My/Build/Base.pm. BuildRequires: perl-interpreter BuildRequires: perl-generators @@ -44,9 +44,6 @@ settings from an installed wxWidgets. %build -export WX_CONFIG="%{_bindir}/wx-config-2.0" -%{__perl} Build.PL installdirs=vendor < /dev/null -./Build export WX_CONFIG="%{_bindir}/wx-config-3.0" %{__perl} Build.PL installdirs=vendor < /dev/null ./Build @@ -67,6 +64,9 @@ chmod -R u+w $RPM_BUILD_ROOT/* %changelog +* Sat Dec 15 2018 Scott Talbert - 0.69-9 +- Remove BR on wxGTK as it is about to be retired + * Mon Jul 23 2018 Tom Callaway - 0.69-8 - add BuildRequires: gcc, gcc-c++ to generate sane configs