diff --git a/Module-Build-XSUtil-0.14.tar.gz b/Module-Build-XSUtil-0.14.tar.gz deleted file mode 100644 index e5ccba0..0000000 --- a/Module-Build-XSUtil-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d344fe7986767d7689b332c04d53fa02ff33f383dd5fd1769833c4b25415b625 -size 14863 diff --git a/Module-Build-XSUtil-0.15.tar.gz b/Module-Build-XSUtil-0.15.tar.gz new file mode 100644 index 0000000..f12f94e --- /dev/null +++ b/Module-Build-XSUtil-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289ff6df88d63df92fa403434346bcc5193b88856e43231c130d461da8432d21 +size 14925 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..29bf039 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Module-Build-XSUtil.changes b/perl-Module-Build-XSUtil.changes index 90be418..0bd8d6c 100644 --- a/perl-Module-Build-XSUtil.changes +++ b/perl-Module-Build-XSUtil.changes @@ -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 diff --git a/perl-Module-Build-XSUtil.spec b/perl-Module-Build-XSUtil.spec index 10febb7..393ac5d 100644 --- a/perl-Module-Build-XSUtil.spec +++ b/perl-Module-Build-XSUtil.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,28 +17,27 @@ Name: perl-Module-Build-XSUtil -Version: 0.14 +Version: 0.15 Release: 0 %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+ Group: Development/Libraries/Perl 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 BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Cwd::Guard) -BuildRequires: perl(Devel::CheckCompiler) >= 0.02 -BuildRequires: perl(Devel::PPPort) >= 3.19 +BuildRequires: perl(Devel::CheckCompiler) BuildRequires: perl(ExtUtils::CBuilder) 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(parent) -Requires: perl(Devel::CheckCompiler) >= 0.02 -Requires: perl(Devel::PPPort) >= 3.19 +Requires: perl(Devel::CheckCompiler) Requires: perl(ExtUtils::CBuilder) Requires: perl(parent) %{perl_requires} @@ -98,6 +97,6 @@ This is a list of a new parameters in the Module::Build::new method: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes cpanfile LICENSE minil.tmol README.md +%doc Changes LICENSE minil.tmol README.md %changelog