commit perl-Module-Build-XSUtil for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package perl-Module-Build-XSUtil for 
openSUSE:Factory checked in at 2019-07-11 13:07:35

Comparing /work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new.4615 (New)


Package is "perl-Module-Build-XSUtil"

Thu Jul 11 13:07:35 2019 rev:6 rq:691010 version:0.19

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil/perl-Module-Build-XSUtil.changes
2018-01-09 14:51:05.001736996 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new.4615/perl-Module-Build-XSUtil.changes
  2019-07-11 13:07:37.231016495 +0200
@@ -1,0 +2,10 @@
+Wed Apr  3 07:14:01 UTC 2019 - Stephan Kulow 
+
+- updated to 0.19
+   see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes
+
+  0.19 2018-04-17T14:51:20Z
+  - Use File::Copy::Recursive::Reduced instead File::Copy::Recursive(#13)
+  (jkeenan)
+
+---

Old:

  Module-Build-XSUtil-0.18.tar.gz

New:

  Module-Build-XSUtil-0.19.tar.gz



Other differences:
--
++ perl-Module-Build-XSUtil.spec ++
--- /var/tmp/diff_new_pack.JPQbuz/_old  2019-07-11 13:07:38.507015969 +0200
+++ /var/tmp/diff_new_pack.JPQbuz/_new  2019-07-11 13:07:38.511015967 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Build-XSUtil
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Module-Build-XSUtil
-Version:0.18
+Version:0.19
 Release:0
 %define cpan_name Module-Build-XSUtil
 Summary:Module::Build class for building XS modules
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Module-Build-XSUtil/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,7 +33,7 @@
 BuildRequires:  perl(Cwd::Guard)
 BuildRequires:  perl(Devel::CheckCompiler)
 BuildRequires:  perl(ExtUtils::CBuilder)
-BuildRequires:  perl(File::Copy::Recursive)
+BuildRequires:  perl(File::Copy::Recursive::Reduced) >= 0.002
 BuildRequires:  perl(Module::Build) >= 0.400500
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(parent)
@@ -85,7 +85,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
+perl Build.PL installdirs=vendor optimize="%{optflags}"
 ./Build build flags=%{?_smp_mflags}
 
 %check

++ Module-Build-XSUtil-0.18.tar.gz -> Module-Build-XSUtil-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.18/Build.PL 
new/Module-Build-XSUtil-0.19/Build.PL
--- old/Module-Build-XSUtil-0.18/Build.PL   2017-11-01 19:22:32.0 
+0100
+++ new/Module-Build-XSUtil-0.19/Build.PL   2018-04-17 16:51:25.0 
+0200
@@ -30,7 +30,7 @@
 'File::Path' => '0',
 'XSLoader' => '0',
 'parent' => '0',
-'perl' => '5.008005',
+'perl' => '5.008001',
 },
 
 recommends => {
@@ -45,7 +45,7 @@
 test_requires => {
 'Capture::Tiny' => '0',
 'Cwd::Guard' => '0',
-'File::Copy::Recursive' => '0',
+'File::Copy::Recursive::Reduced' => '0.002',
 'File::Spec::Functions' => '0',
 'File::Temp' => '0',
 'Test::More' => '0.98',
@@ -56,7 +56,6 @@
 allow_pureperl => 0,
 
 script_files => [glob('script/*'), glob('bin/*')],
-c_source => [qw()],
 PL_files => {},
 
 test_files   => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') 
? 't/ xt/' : 't/',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.18/Changes 
new/Module-Build-XSUtil-0.19/Changes
--- old/Module-Build-XSUtil-0.18/Changes2017-11-01 19:22:32.0 
+0100
+++ new/Module-Build-XSUtil-0.19/Changes2018-04-17 16:51:25.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Perl exten

commit perl-Module-Build-XSUtil for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Module-Build-XSUtil for 
openSUSE:Factory checked in at 2018-01-09 14:50:30

Comparing /work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new (New)


Package is "perl-Module-Build-XSUtil"

Tue Jan  9 14:50:30 2018 rev:5 rq:554831 version:0.18

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil/perl-Module-Build-XSUtil.changes
2017-11-15 16:53:11.446166330 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new/perl-Module-Build-XSUtil.changes
   2018-01-09 14:51:05.001736996 +0100
@@ -1,0 +2,9 @@
+Thu Nov  9 06:32:57 UTC 2017 - co...@suse.com
+
+- updated to 0.18
+   see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes
+
+  0.18 2017-11-01T18:22:27Z
+  - Remove Module::Build::Tiny from deps
+
+---

Old:

  Module-Build-XSUtil-0.17.tar.gz

New:

  Module-Build-XSUtil-0.18.tar.gz



Other differences:
--
++ perl-Module-Build-XSUtil.spec ++
--- /var/tmp/diff_new_pack.vydkJL/_old  2018-01-09 14:51:05.673705491 +0100
+++ /var/tmp/diff_new_pack.vydkJL/_new  2018-01-09 14:51:05.677705303 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Build-XSUtil
-Version:0.17
+Version:0.18
 Release:0
 %define cpan_name Module-Build-XSUtil
 Summary:Module::Build class for building XS modules
@@ -35,7 +35,6 @@
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(File::Copy::Recursive)
 BuildRequires:  perl(Module::Build) >= 0.400500
-BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(parent)
 Requires:   perl(Devel::CheckCompiler)
@@ -86,14 +85,14 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor optimize="%{optflags}"
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Module-Build-XSUtil-0.17.tar.gz -> Module-Build-XSUtil-0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.17/Build.PL 
new/Module-Build-XSUtil-0.18/Build.PL
--- old/Module-Build-XSUtil-0.17/Build.PL   2017-10-31 14:00:49.0 
+0100
+++ new/Module-Build-XSUtil-0.18/Build.PL   2017-11-01 19:22:32.0 
+0100
@@ -4,9 +4,80 @@
 # =
 
 use 5.008_001;
+
 use strict;
+use warnings;
+use utf8;
+
+use Module::Build;
+use File::Basename;
+use File::Spec;
+
+my %args = (
+license  => 'perl_5',
+dynamic_config   => 0,
+
+configure_requires => {
+'Module::Build' => '0.4005',
+},
+
+requires => {
+'Devel::CheckCompiler' => '0',
+'Devel::PPPort' => '0',
+'Exporter' => '0',
+'ExtUtils::CBuilder' => '0',
+'File::Basename' => '0',
+'File::Path' => '0',
+'XSLoader' => '0',
+'parent' => '0',
+'perl' => '5.008005',
+},
+
+recommends => {
+},
+
+suggests => {
+},
+
+build_requires => {
+},
+
+test_requires => {
+'Capture::Tiny' => '0',
+'Cwd::Guard' => '0',
+'File::Copy::Recursive' => '0',
+'File::Spec::Functions' => '0',
+'File::Temp' => '0',
+'Test::More' => '0.98',
+},
+
+name=> 'Module-Build-XSUtil',
+module_name => 'Module::Build::XSUtil',
+allow_pureperl => 0,
+
+script_files => [glob('script/*'), glob('bin/*')],
+c_source => [qw()],
+PL_files => {},
+
+test_files   => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') 
? 't/ xt/' : 't/',
+recursive_test_files => 1,
+
 
-use Module::Build::Tiny 0.035;
+);
+if (-d 'share') {
+$args{share_dir} = 'share';
+}
 
-Build_PL();
+my $builder = Module::Build->subclass(
+class => 'MyBuilder',
+code => q{
+sub ACTION_distmeta {
+die "Do not run distmeta. Install Minilla and `minil install` 
instead.\n";
+}
+sub ACTION_installdeps {
+die "Do not run installdeps. Run `cpanm --installdeps .` 
instead.\n";
+}
+}
+)->new(%args);
+$builder->create_build_script();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.17/Changes 
new/Module-Build-XSU

commit perl-Module-Build-XSUtil for openSUSE:Factory

2017-11-15 Thread root
Hello community,

here is the log from the commit of package perl-Module-Build-XSUtil for 
openSUSE:Factory checked in at 2017-11-15 16:53:05

Comparing /work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new (New)


Package is "perl-Module-Build-XSUtil"

Wed Nov 15 16:53:05 2017 rev:4 rq:539958 version:0.17

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil/perl-Module-Build-XSUtil.changes
2015-07-03 00:13:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new/perl-Module-Build-XSUtil.changes
   2017-11-15 16:53:11.446166330 +0100
@@ -1,0 +2,9 @@
+Wed Nov  1 06:34:27 UTC 2017 - co...@suse.com
+
+- updated to 0.17
+   see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes
+
+  0.17 2017-10-31T13:00:43Z
+  - Support pure-perl build
+
+---

Old:

  Module-Build-XSUtil-0.16.tar.gz

New:

  Module-Build-XSUtil-0.17.tar.gz



Other differences:
--
++ perl-Module-Build-XSUtil.spec ++
--- /var/tmp/diff_new_pack.kqSWzn/_old  2017-11-15 16:53:12.186139218 +0100
+++ /var/tmp/diff_new_pack.kqSWzn/_new  2017-11-15 16:53:12.190139071 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Build-XSUtil
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   perl-Module-Build-XSUtil
-Version:0.16
+Version:0.17
 Release:0
 %define cpan_name Module-Build-XSUtil
 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/
-Source0:
http://www.cpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -35,6 +35,7 @@
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(File::Copy::Recursive)
 BuildRequires:  perl(Module::Build) >= 0.400500
+BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(parent)
 Requires:   perl(Devel::CheckCompiler)
@@ -43,60 +44,61 @@
 %{perl_requires}
 
 %description
-Module::Build::XSUtil is subclass of the Module::Build manpage for support
-building XS modules.
+Module::Build::XSUtil is subclass of Module::Build for support building XS
+modules.
 
 This is a list of a new parameters in the Module::Build::new method:
 
 * needs_compiler_c99
 
-  This option checks C99 compiler's availability. If it's not available,
-  Build.PL exits by 0.
+This option checks C99 compiler's availability. If it's not available,
+Build.PL exits by 0.
 
 * needs_compiler_cpp
 
-  This option checks C++ compiler's availability. If it's not available,
-  Build.PL exits by 0.
+This option checks C++ compiler's availability. If it's not available,
+Build.PL exits by 0.
 
-  In addition, append 'extra_compiler_flags' and 'extra_linker_flags' for
-  C++.
+In addition, append 'extra_compiler_flags' and 'extra_linker_flags' for
+C++.
 
 * generate_ppport_h
 
-  Genereate ppport.h by the Devel::PPPort manpage.
+Genereate ppport.h by Devel::PPPort.
 
 * generate_xshelper_h
 
-  Genereate xshelper.h which is a helper header file to include EXTERN.h,
-  perl.h, XSUB.h and ppport.h, and defines some portability stuff which are
-  not supported by ppport.h.
+Genereate xshelper.h which is a helper header file to include EXTERN.h,
+perl.h, XSUB.h and ppport.h, and defines some portability stuff which are
+not supported by ppport.h.
 
-  It is porting from the Module::Install::XSUtil manpage.
+It is porting from Module::Install::XSUtil.
 
 * cc_warnings
 
-  Enable compiler warnings flag. It is enable by default.
+Enable compiler warnings flag. It is enable by default.
 
 * -g options
 
-  If invoke Build.PL with '-g' option, It will build with debug options.
+If invoke Build.PL with '-g' option, It will build with debug options.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
-./Build build flags=%{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor optimize="%{optflags}"
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packl

commit perl-Module-Build-XSUtil for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Build-XSUtil for 
openSUSE:Factory checked in at 2015-07-02 22:50:14

Comparing /work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new (New)


Package is "perl-Module-Build-XSUtil"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil/perl-Module-Build-XSUtil.changes
2015-04-27 13:04:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new/perl-Module-Build-XSUtil.changes
   2015-07-03 00:13:13.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun 30 14:39:28 UTC 2015 - co...@suse.com
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes
+
+  0.16 2015-06-29T15:55:13Z
+  - Fix regexp of _gcc_version for Ubuntu and Debian
+  (syohex)
+  - Set -std=c99 explicitly for older GCC
+  (syohex)
+
+---

Old:

  Module-Build-XSUtil-0.15.tar.gz

New:

  Module-Build-XSUtil-0.16.tar.gz



Other differences:
--
++ perl-Module-Build-XSUtil.spec ++
--- /var/tmp/diff_new_pack.YrVWSX/_old  2015-07-03 00:13:13.0 +0200
+++ /var/tmp/diff_new_pack.YrVWSX/_new  2015-07-03 00:13:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Build-XSUtil
-Version:0.15
+Version:0.16
 Release:0
 %define cpan_name Module-Build-XSUtil
 Summary:Module::Build class for building XS modules
@@ -97,6 +97,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE minil.tmol README.md
+%doc Changes LICENSE minil.toml README.md
 
 %changelog

++ Module-Build-XSUtil-0.15.tar.gz -> Module-Build-XSUtil-0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.15/Changes 
new/Module-Build-XSUtil-0.16/Changes
--- old/Module-Build-XSUtil-0.15/Changes2015-04-24 00:43:07.0 
+0200
+++ new/Module-Build-XSUtil-0.16/Changes2015-06-29 17:55:15.0 
+0200
@@ -1,5 +1,11 @@
 Revision history for Perl extension Module-Build-XSHelper
 
+0.16 2015-06-29T15:55:13Z
+- Fix regexp of _gcc_version for Ubuntu and Debian
+(syohex)
+- Set -std=c99 explicitly for older GCC
+(syohex)
+
 0.15 2015-04-23T22:43:05Z
 - Update XSHelper for Fix STATIC_INLINE for gcc -std=c89
 (vpit)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.15/MANIFEST 
new/Module-Build-XSUtil-0.16/MANIFEST
--- old/Module-Build-XSUtil-0.15/MANIFEST   2015-04-24 00:43:07.0 
+0200
+++ new/Module-Build-XSUtil-0.16/MANIFEST   2015-06-29 17:55:15.0 
+0200
@@ -13,7 +13,7 @@
 eg/Foo/t/basic.t
 eg/Foo/typemap
 lib/Module/Build/XSUtil.pm
-minil.tmol
+minil.toml
 t/00_compile.t
 t/01_build.t
 META.yml
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.15/META.json 
new/Module-Build-XSUtil-0.16/META.json
--- old/Module-Build-XSUtil-0.15/META.json  2015-04-24 00:43:07.0 
+0200
+++ new/Module-Build-XSUtil-0.16/META.json  2015-06-29 17:55:15.0 
+0200
@@ -4,7 +4,7 @@
   ":"
],
"dynamic_config" : 0,
-   "generated_by" : "Minilla/v2.3.0",
+   "generated_by" : "Minilla/v2.4.1",
"license" : [
   "perl_5"
],
@@ -67,7 +67,7 @@
"provides" : {
   "Module::Build::XSUtil" : {
  "file" : "lib/Module/Build/XSUtil.pm",
- "version" : "0.15"
+ "version" : "0.16"
   }
},
"release_status" : "stable",
@@ -81,10 +81,11 @@
  "web" : "https://github.com/hideo55/Module-Build-XSUtil";
   }
},
-   "version" : "0.15",
+   "version" : "0.16",
"x_contributors" : [
   "tokuhirom ",
   "Vincent Pit ",
-  "hideo55 "
+  "Syohei YOSHIDA ",
+  "Hideaki Ohno "
]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.15/META.yml 
new/Module-Build-XSUtil-0.16/META.yml
--- old/Module-Build-XSUtil-0.15/META.yml   2015-04-24 00:43:07.0 
+0200
+++ new/Module-Build-XSUtil-0.16/META.yml   2015-06-29 17:55:15.0 
+0200
@@ -12,7 +12,7 @@
 configure_requires:
   Module::Build: '0.4005'
 dynamic_config: 0
-generated_by: 'Minilla/v2.3.0, CPAN::Meta::Converter version 2.142060'
+generated_by: 'Minilla/v2.4.1, CPAN::Meta::Converter version 2.142060'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,7 +31,7 @@
 provides:
   Module::Build::XSUtil:
 file: lib/Modu

commit perl-Module-Build-XSUtil for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Build-XSUtil for 
openSUSE:Factory checked in at 2015-04-27 13:04:16

Comparing /work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new (New)


Package is "perl-Module-Build-XSUtil"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil/perl-Module-Build-XSUtil.changes
2014-09-18 07:12:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new/perl-Module-Build-XSUtil.changes
   2015-04-27 13:04:17.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 24 15:35:46 UTC 2015 - co...@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)
+
+---

Old:

  Module-Build-XSUtil-0.14.tar.gz

New:

  Module-Build-XSUtil-0.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Module-Build-XSUtil.spec ++
--- /var/tmp/diff_new_pack.SKbxfv/_old  2015-04-27 13:04:18.0 +0200
+++ /var/tmp/diff_new_pack.SKbxfv/_new  2015-04-27 13:04:18.0 +0200
@@ -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 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE minil.tmol README.md
+%doc Changes LICENSE minil.tmol README.md
 
 %changelog

++ Module-Build-XSUtil-0.14.tar.gz -> Module-Build-XSUtil-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.14/Changes 
new/Module-Build-XSUtil-0.15/Changes
--- old/Module-Build-XSUtil-0.14/Changes2014-08-04 11:48:01.0 
+0200
+++ new/Module-Build-XSUtil-0.15/Changes2015-04-24 00:43:07.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Module-Build-XSHelper
 
+0.15 2015-04-23T22:43:05Z
+- Update XSHelper for Fix STATIC_INLINE for gcc -std=c89
+(vpit)
+
 0.14 2014-08-04T09:48:00Z
 - Skip broken test.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-XSUtil-0.14/META.json 
new/Module-Build-XSUtil-0.15/META.json
--- old/Module-Build-XSUtil-0.14/META.json  2014-08-04 11:48:01.0 
+0200
+++ new/Module-Build-XSUtil-0.15/META.json  2015-04-24 00:43:07.0 
+0200
@@ -4,7 +4,7 @@
   ":"
],
"dynamic_config" : 0,
-   "generated_by" : "Minilla/v2.1.1",
+   "generated_by" : "Minilla/v2.3.0",
"license" : [
   "perl_5"
],
@@ -42,13 +42,13 @@
   },
   "runtime" : {
  "requires" : {
-"Devel::CheckCompiler" : "0.02",
-"Devel::PPPort" : "3.19",
+"Devel::CheckCompiler" : "0",
+"Devel::PPPort" : "0",
 "Exporter" : "0",
 "ExtUtils::CBuilder" : "0",
 

commit perl-Module-Build-XSUtil for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Build-XSUtil for 
openSUSE:Factory checked in at 2014-09-18 07:12:39

Comparing /work/SRC/openSUSE:Factory/perl-Module-Build-XSUtil (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new (New)


Package is "perl-Module-Build-XSUtil"

Changes:

New Changes file:

--- /dev/null   2014-07-24 01:57:42.080040256 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-XSUtil.new/perl-Module-Build-XSUtil.changes
   2014-09-18 07:12:40.0 +0200
@@ -0,0 +1,6 @@
+---
+Mon Sep 15 12:55:59 UTC 2014 - co...@suse.com
+
+- initial package 0.14
+* created by cpanspec 1.78.08
+

New:

  Module-Build-XSUtil-0.14.tar.gz
  perl-Module-Build-XSUtil.changes
  perl-Module-Build-XSUtil.spec



Other differences:
--
++ perl-Module-Build-XSUtil.spec ++
#
# spec file for package perl-Module-Build-XSUtil
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   perl-Module-Build-XSUtil
Version:0.14
Release:0
%define cpan_name Module-Build-XSUtil
Summary:A 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
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(ExtUtils::CBuilder)
BuildRequires:  perl(File::Copy::Recursive)
BuildRequires:  perl(Module::Build) >= 0.4005
BuildRequires:  perl(Test::More) >= 0.98
BuildRequires:  perl(parent)
Requires:   perl(Devel::CheckCompiler) >= 0.02
Requires:   perl(Devel::PPPort) >= 3.19
Requires:   perl(ExtUtils::CBuilder)
Requires:   perl(parent)
%{perl_requires}

%description
Module::Build::XSUtil is subclass of the Module::Build manpage for support
building XS modules.

This is a list of a new parameters in the Module::Build::new method:

* needs_compiler_c99

  This option checks C99 compiler's availability. If it's not available,
  Build.PL exits by 0.

* needs_compiler_cpp

  This option checks C++ compiler's availability. If it's not available,
  Build.PL exits by 0.

  In addition, append 'extra_compiler_flags' and 'extra_linker_flags' for
  C++.

* generate_ppport_h

  Genereate ppport.h by the Devel::PPPort manpage.

* generate_xshelper_h

  Genereate xshelper.h which is a helper header file to include EXTERN.h,
  perl.h, XSUB.h and ppport.h, and defines some portability stuff which are
  not supported by ppport.h.

  It is porting from the Module::Install::XSUtil manpage.

* cc_warnings

  Enable compiler warnings flag. It is enable by default.

* -g options

  If invoke Build.PL with '-g' option, It will build with debug options.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes cpanfile LICENSE minil.tmol README.md

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org