diff --git a/Alien-wxWidgets-0.68.tar.gz b/Alien-wxWidgets-0.68.tar.gz deleted file mode 100644 index 7502131..0000000 --- a/Alien-wxWidgets-0.68.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e1af6e9ff2d82c2cf1219517bafe076280c414f2879a6b5723820de0e9916a2 -size 671730 diff --git a/Alien-wxWidgets-0.69.tar.gz b/Alien-wxWidgets-0.69.tar.gz new file mode 100644 index 0000000..16f6a40 --- /dev/null +++ b/Alien-wxWidgets-0.69.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53224e4bbbefff4cf7b63ed9a62963893b9ffd4965d70d96710348f8676de249 +size 671819 diff --git a/perl-Alien-wxWidgets-ignore_cbuilder_version.patch b/perl-Alien-wxWidgets-ignore_cbuilder_version.patch index e77829a..f312061 100644 --- a/perl-Alien-wxWidgets-ignore_cbuilder_version.patch +++ b/perl-Alien-wxWidgets-ignore_cbuilder_version.patch @@ -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', diff --git a/perl-Alien-wxWidgets.changes b/perl-Alien-wxWidgets.changes index 6490b9a..0f405f8 100644 --- a/perl-Alien-wxWidgets.changes +++ b/perl-Alien-wxWidgets.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Aug 21 13:33:25 CEST 2019 - Tina Mueller + +- Update patch perl-Alien-wxWidgets-ignore_cbuilder_version.patch + +------------------------------------------------------------------- +Wed Apr 3 06:41:44 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-Alien-wxWidgets.spec b/perl-Alien-wxWidgets.spec index b7c1bb6..22d6282 100644 --- a/perl-Alien-wxWidgets.spec +++ b/perl-Alien-wxWidgets.spec @@ -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