Accepting request 1235151 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1235151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Alien-wxWidgets?expand=0&rev=9
This commit is contained in:
commit
eaed377fa7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 27 09:14:38 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
- Use wxWidgets-3_2 instead wxWidgets-3_0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 12:00:57 UTC 2024 - pgajdos@suse.com
|
Mon Mar 4 12:00:57 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Alien-wxWidgets
|
# spec file for package perl-Alien-wxWidgets
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Building, finding and using wxWidgets binaries
|
Summary: Building, finding and using wxWidgets binaries
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: perl-Alien-wxWidgets-do_not_build_wxgtk.patch
|
Patch0: perl-Alien-wxWidgets-do_not_build_wxgtk.patch
|
||||||
@ -43,7 +43,7 @@ Requires: perl(Module::Pluggable) >= 2.6
|
|||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||||
BuildRequires: wxWidgets-3_0-nostl-devel
|
BuildRequires: wxWidgets-3_2-nostl-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: wxWidgets-ansi-devel
|
BuildRequires: wxWidgets-ansi-devel
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user