commit perl-Wx for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Wx for openSUSE:Factory checked in at 2016-11-28 15:06:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Wx (Old) and /work/SRC/openSUSE:Factory/.perl-Wx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Wx" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Wx/perl-Wx.changes 2015-12-29 12:59:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Wx.new/perl-Wx.changes 2016-11-28 15:06:37.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Nov 13 15:47:18 UTC 2016 - stefan.bruens@rwth-aachen.de + +- updated wxWidgets requirements from 2.8 to 3.0 for + distribution versions providing wxWidgets-3_0-nostl. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Wx.spec ++++++ --- /var/tmp/diff_new_pack.DdcfNC/_old 2016-11-28 15:06:38.000000000 +0100 +++ /var/tmp/diff_new_pack.DdcfNC/_new 2016-11-28 15:06:38.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Wx # -# 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 @@ -41,7 +41,11 @@ %{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 BuildRequires: xspp # MANUAL END ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.DdcfNC/_old 2016-11-28 15:06:38.000000000 +0100 +++ /var/tmp/diff_new_pack.DdcfNC/_new 2016-11-28 15:06:38.000000000 +0100 @@ -7,9 +7,13 @@ # foo.patch: -p1 # bar.patch: preamble: |- - BuildRequires: gcc-c++ - BuildRequires: wxWidgets-ansi-devel - BuildRequires: xspp + BuildRequires: gcc-c++ + %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 + BuildRequires: wxWidgets-3_0-nostl-devel + %else + BuildRequires: wxWidgets-ansi-devel + %endif + BuildRequires: xspp #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
participants (1)
-
root@hilbert.suse.de