1
0

Accepting request 725016 from devel:languages:perl:autoupdate

OBS-URL: https://build.opensuse.org/request/show/725016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-wxWidgets?expand=0&rev=22
This commit is contained in:
Tina Müller 2019-08-21 18:53:16 +00:00 committed by Git OBS Bridge
parent 4f1c298491
commit 383f8efed5
5 changed files with 30 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e1af6e9ff2d82c2cf1219517bafe076280c414f2879a6b5723820de0e9916a2
size 671730

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53224e4bbbefff4cf7b63ed9a62963893b9ffd4965d70d96710348f8676de249
size 671819

View File

@ -1,11 +1,11 @@
--- Build.PL.orig 2010-12-27 11:20:05.000000000 +0100
+++ Build.PL 2010-12-27 11:20:22.000000000 +0100
@@ -44,7 +44,7 @@
--- Build.PL.orig 2019-08-21 13:20:23.591141429 +0200
+++ Build.PL 2019-08-21 13:20:25.603152873 +0200
@@ -54,7 +54,7 @@
'Module::Pluggable' => '2.6',
},
build_requires => { 'Module::Build' => '0.28',
- 'ExtUtils::CBuilder' => '0.24',
+ 'ExtUtils::CBuilder' => 0,
'File::Spec' => '1.50',
'LWP::Protocol::https' => '0',
},
configure_requires => { 'Module::Build' => '0.28',

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Aug 21 13:33:25 CEST 2019 - Tina Mueller <tina.mueller@suse.com>
- Update patch perl-Alien-wxWidgets-ignore_cbuilder_version.patch
-------------------------------------------------------------------
Wed Apr 3 06:41:44 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.69
see /usr/share/doc/packages/perl-Alien-wxWidgets/Changes
0.69 Tue Apr 18 2017
- added build dependency on LWP::Protocol::https - it is always
- necessary due to sourceforge redirect to https
-------------------------------------------------------------------
Tue Apr 11 05:01:27 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Alien-wxWidgets
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Alien-wxWidgets
Version: 0.68
Version: 0.69
Release: 0
%define cpan_name Alien-wxWidgets
Summary: Building, Finding and Using Wxwidgets Binaries
License: Artistic-1.0 or GPL-1.0+
Summary: Building, finding and using wxWidgets binaries
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Alien-wxWidgets/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: perl-Alien-wxWidgets-do_not_build_wxgtk.patch
@ -35,6 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
BuildRequires: perl(LWP::Protocol::https)
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Module::Pluggable) >= 2.6
Requires: perl(Module::Pluggable) >= 2.6
@ -80,6 +81,6 @@ yes no | ./Build
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes patches README.txt script
%doc Changes README.txt
%changelog