From e767e52b012653d880cda485a086e15d4e591304 Mon Sep 17 00:00:00 2001
From: Tom Callaway <s...@fedoraproject.org>
Date: Tue, 18 Apr 2017 12:05:41 -0400
Subject: 0.69, profiles for wxGTK and wxGTK3

---
 .gitignore                |  2 ++
 perl-Alien-wxWidgets.spec | 19 +++++++++++++++----
 sources                   |  2 +-
 3 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index d4ae75e..7587dc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 Alien-wxWidgets-0.51.tar.gz
 /Alien-wxWidgets-0.67.tar.gz
+/Alien-wxWidgets-0.68.tar.gz
+/Alien-wxWidgets-0.69.tar.gz
diff --git a/perl-Alien-wxWidgets.spec b/perl-Alien-wxWidgets.spec
index ce39d16..c987a7b 100644
--- a/perl-Alien-wxWidgets.spec
+++ b/perl-Alien-wxWidgets.spec
@@ -1,12 +1,12 @@
 Name:           perl-Alien-wxWidgets
-Version:        0.67
-Release:        7%{?dist}
+Version:        0.69
+Release:        1%{?dist}
 Summary:        Building, finding and using wxWidgets binaries
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Alien-wxWidgets/
 Source0:        
http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
-BuildRequires:  wxGTK-devel
+BuildRequires:  wxGTK-devel, wxGTK3-devel
 # A lot of stuff used by inc/My/Build/Base.pm.
 BuildRequires:  perl
 BuildRequires:  perl-generators
@@ -23,6 +23,7 @@ BuildRequires:  perl(File::Spec) >= 1.50
 BuildRequires:  perl(Module::Build) >= 0.28
 BuildRequires:  perl(Module::Pluggable)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(LWP::Protocol::https)
 # Tests:
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
@@ -42,9 +43,12 @@ 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
-
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
@@ -62,6 +66,13 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %changelog
+* Tue Apr 18 2017 Tom Callaway <s...@fedoraproject.org> - 0.69-1
+- update to 0.69
+
+* Mon Apr 17 2017 Tom Callaway <s...@fedoraproject.org> - 0.68-1
+- update to 0.68
+- generate and package config profiles for wxGTK v2 and v3
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.67-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index ea0f8a9..a39230e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-510a7817fdaf59089b50a877a621d770  Alien-wxWidgets-0.67.tar.gz
+SHA512 (Alien-wxWidgets-0.69.tar.gz) = 
028eae7fd7f44612b6a56814a38a81681d66a95db5d9e21ffb7ef763ff6c9f68fece8eea4bef0b232546b6e2dd6d7a5c32389b96dd62968c4cb110e6508cd534
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Alien-wxWidgets.git/commit/?h=master&id=e767e52b012653d880cda485a086e15d4e591304
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to