Hello community,
here is the log from the commit of package perl-Alien-wxWidgets for
openSUSE:Factory checked in at 2016-11-22 18:58:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Alien-wxWidgets (Old)
and /work/SRC/openSUSE:Factory/.perl-Alien-wxWidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Alien-wxWidgets"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Alien-wxWidgets/perl-Alien-wxWidgets.changes
2015-04-16 14:13:23.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Alien-wxWidgets.new/perl-Alien-wxWidgets.changes
2016-11-22 18:58:30.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 13 15:11:39 UTC 2016 - [email protected]
+
+- updated wxWidgets requirements from 2.8 to 3.0 for
+ distribution versions providing wxWidgets-3_0-nostl.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Alien-wxWidgets.spec ++++++
--- /var/tmp/diff_new_pack.0wZNXU/_old 2016-11-22 18:58:31.000000000 +0100
+++ /var/tmp/diff_new_pack.0wZNXU/_new 2016-11-22 18:58:31.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Alien-wxWidgets
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -34,13 +34,17 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
-BuildRequires: perl(Module::Build) >= 0.28
+BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Module::Pluggable) >= 2.6
Requires: perl(Module::Pluggable) >= 2.6
%{perl_requires}
# MANUAL BEGIN
BuildRequires: gcc-c++
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+BuildRequires: wxWidgets-3_0-nostl-devel
+%else
BuildRequires: wxWidgets-ansi-devel
+%endif
# MANUAL END
%description
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.0wZNXU/_old 2016-11-22 18:58:31.000000000 +0100
+++ /var/tmp/diff_new_pack.0wZNXU/_new 2016-11-22 18:58:31.000000000 +0100
@@ -10,7 +10,11 @@
preamble: |-
BuildRequires: gcc-c++
+ %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+ BuildRequires: wxWidgets-3_0-nostl-devel
+ %else
BuildRequires: wxWidgets-ansi-devel
+ %endif
post_prep: |-
# this copy of GNU patch is only used on win32, remove it for license clarity
# see https://build.opensuse.org/request/show/237465