8
0

Accepting request 303804 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/303804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-XSUtil?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-24 15:54:00 +00:00
committed by Git OBS Bridge
parent ebd16e7757
commit 499bd3f5e1
5 changed files with 43 additions and 13 deletions

View File

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

View File

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

21
cpanspec.yml Normal file
View File

@@ -0,0 +1,21 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#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
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 24 15:35:46 UTC 2015 - coolo@suse.com
- updated to 0.15
see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes
0.15 2015-04-23T22:43:05Z
- Update XSHelper for Fix STATIC_INLINE for gcc -std=c89
(vpit)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 15 12:55:59 UTC 2014 - coolo@suse.com Mon Sep 15 12:55:59 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Build-XSUtil # spec file for package perl-Module-Build-XSUtil
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 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,28 +17,27 @@
Name: perl-Module-Build-XSUtil Name: perl-Module-Build-XSUtil
Version: 0.14 Version: 0.15
Release: 0 Release: 0
%define cpan_name Module-Build-XSUtil %define cpan_name Module-Build-XSUtil
Summary: A Module::Build class for building XS modules Summary: Module::Build class for building XS modules
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/Module-Build-XSUtil/ Url: http://search.cpan.org/dist/Module-Build-XSUtil/
Source: http://www.cpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(Cwd::Guard) BuildRequires: perl(Cwd::Guard)
BuildRequires: perl(Devel::CheckCompiler) >= 0.02 BuildRequires: perl(Devel::CheckCompiler)
BuildRequires: perl(Devel::PPPort) >= 3.19
BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::Copy::Recursive) BuildRequires: perl(File::Copy::Recursive)
BuildRequires: perl(Module::Build) >= 0.4005 BuildRequires: perl(Module::Build) >= 0.400500
BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(parent) BuildRequires: perl(parent)
Requires: perl(Devel::CheckCompiler) >= 0.02 Requires: perl(Devel::CheckCompiler)
Requires: perl(Devel::PPPort) >= 3.19
Requires: perl(ExtUtils::CBuilder) Requires: perl(ExtUtils::CBuilder)
Requires: perl(parent) Requires: perl(parent)
%{perl_requires} %{perl_requires}
@@ -98,6 +97,6 @@ This is a list of a new parameters in the Module::Build::new method:
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes cpanfile LICENSE minil.tmol README.md %doc Changes LICENSE minil.tmol README.md
%changelog %changelog