1
0

Accepting request 487157 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/487157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-wxWidgets?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2017-04-12 17:21:05 +00:00 committed by Git OBS Bridge
parent 223d90650d
commit 4f1c298491
4 changed files with 24 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Apr 11 05:01:27 UTC 2017 - coolo@suse.com
- updated to 0.68
see /usr/share/doc/packages/perl-Alien-wxWidgets/Changes
0.68 Sat Apr 8 2017
- RT:120887 - patch from Jim Keenan for '.' no longer in@INC
- RT:94367 - allow ENV setting for wx-config
- Fix current OSX builds
0.67 Tue Mar 10 2015
- pause indexing fix
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 26 13:56:53 UTC 2016 - stefan.bruens@rwth-aachen.de Sat Nov 26 13:56:53 UTC 2016 - stefan.bruens@rwth-aachen.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Alien-wxWidgets # spec file for package perl-Alien-wxWidgets
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -17,18 +17,18 @@
Name: perl-Alien-wxWidgets Name: perl-Alien-wxWidgets
Version: 0.67 Version: 0.68
Release: 0 Release: 0
%define cpan_name Alien-wxWidgets %define cpan_name Alien-wxWidgets
Summary: Building, Finding and Using Wxwidgets Binaries Summary: Building, Finding and Using Wxwidgets Binaries
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Alien-wxWidgets/ Url: http://search.cpan.org/dist/Alien-wxWidgets/
Source0: http://www.cpan.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
Patch1: perl-Alien-wxWidgets-ignore_cbuilder_version.patch Patch1: perl-Alien-wxWidgets-dump_sorted_config.patch
Patch2: perl-Alien-wxWidgets-dump_sorted_config.patch Patch2: perl-Alien-wxWidgets-ignore_cbuilder_version.patch
# MANUAL # MANUAL
#BuildArch: noarch #BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -49,14 +49,14 @@ BuildRequires: wxWidgets-ansi-devel
# MANUAL END # MANUAL END
%description %description
Please see the Alien manpage for the manifesto of the Alien namespace. Please see Alien for the manifesto of the Alien namespace.
In short 'Alien::wxWidgets' can be used to detect and get configuration In short 'Alien::wxWidgets' can be used to detect and get configuration
settings from an installed wxWidgets. settings from an installed wxWidgets.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%patch0 %patch0
%patch1 %patch1
%patch2 %patch2