commit perl-Inline for openSUSE:Factory

2020-01-10 Thread root
Hello community,

here is the log from the commit of package perl-Inline for openSUSE:Factory 
checked in at 2020-01-10 17:50:02

Comparing /work/SRC/openSUSE:Factory/perl-Inline (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Inline.new.6675 (New)


Package is "perl-Inline"

Fri Jan 10 17:50:02 2020 rev:31 rq:762644 version:0.86

Changes:

--- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes  2019-04-30 
13:05:58.745903194 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Inline.new.6675/perl-Inline.changes
2020-01-10 17:50:10.494128239 +0100
@@ -1,0 +2,16 @@
+Fri Jan 10 03:07:43 UTC 2020 -  
+
+- updated to 0.86
+   see /usr/share/doc/packages/perl-Inline/Changes
+
+  0.86 Wed Jan  8 21:19:58 PST 2020
+   - Fix various test problems
+  
+  0.85 Mon Jan  6 07:33:52 PST 2020
+   - Fix a taint issue @mohawk2++
+  
+  0.84 Mon Jan  6 07:04:31 PST 2020
+   - https://github.com/ingydotnet/inline-pm/pull/75 Make correct PERL5LIB to
+ pass on including -I flags @mohawk2++
+
+---

Old:

  Inline-0.83.tar.gz

New:

  Inline-0.86.tar.gz



Other differences:
--
++ perl-Inline.spec ++
--- /var/tmp/diff_new_pack.Ezwyyv/_old  2020-01-10 17:50:11.934127981 +0100
+++ /var/tmp/diff_new_pack.Ezwyyv/_new  2020-01-10 17:50:11.938127981 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Inline
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,19 +17,20 @@
 
 
 Name:   perl-Inline
-Version:0.83
+Version:0.86
 Release:0
 %define cpan_name Inline
 Summary:Write Perl Subroutines in Other Programming Languages
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(JSON::PP)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn) >= 0.23
 BuildRequires:  perl(version) >= 0.82
@@ -66,7 +67,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ Inline-0.83.tar.gz -> Inline-0.86.tar.gz ++
 1704 lines of diff (skipped)




commit perl-Inline for openSUSE:Factory

2019-04-30 Thread root
Hello community,

here is the log from the commit of package perl-Inline for openSUSE:Factory 
checked in at 2019-04-30 13:05:58

Comparing /work/SRC/openSUSE:Factory/perl-Inline (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Inline.new.5536 (New)


Package is "perl-Inline"

Tue Apr 30 13:05:58 2019 rev:30 rq:699376 version:0.83

Changes:

--- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes  2019-04-03 
10:51:37.265935115 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Inline.new.5536/perl-Inline.changes
2019-04-30 13:05:58.745903194 +0200
@@ -1,0 +2,13 @@
+Mon Apr 29 05:15:16 UTC 2019 - Stephan Kulow 
+
+- updated to 0.83
+   see /usr/share/doc/packages/perl-Inline/Changes
+
+  0.83 Sun 28 Apr 2019 11:30:37 AM CEST
+   - Reference Inline::Module in docs related to installation (PR#68
+ @nrdvana++)
+   - create_config_file: don't accidentally skip rest of directory scanning
+ (PR#73 @eserte++)
+   - Merge per-language config, not overwrite (PR#71 @mohawk++)
+
+---

Old:

  Inline-0.82.tar.gz

New:

  Inline-0.83.tar.gz



Other differences:
--
++ perl-Inline.spec ++
--- /var/tmp/diff_new_pack.UF69TG/_old  2019-04-30 13:05:59.497902514 +0200
+++ /var/tmp/diff_new_pack.UF69TG/_new  2019-04-30 13:05:59.505902507 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Inline
-Version:0.82
+Version:0.83
 Release:0
 %define cpan_name Inline
 Summary:Write Perl Subroutines in Other Programming Languages

++ Inline-0.82.tar.gz -> Inline-0.83.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.82/Changes new/Inline-0.83/Changes
--- old/Inline-0.82/Changes 2019-03-31 16:10:32.0 +0200
+++ new/Inline-0.83/Changes 2019-04-28 11:30:45.0 +0200
@@ -1,3 +1,10 @@
+0.83 Sun 28 Apr 2019 11:30:37 AM CEST
+ - Reference Inline::Module in docs related to installation (PR#68
+   @nrdvana++)
+ - create_config_file: don't accidentally skip rest of directory scanning
+   (PR#73 @eserte++)
+ - Merge per-language config, not overwrite (PR#71 @mohawk++)
+
 0.82 Sun 31 Mar 2019 04:10:24 PM CEST
  - Another fix for @INC PR#69 TINITA
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.82/META.json new/Inline-0.83/META.json
--- old/Inline-0.82/META.json   2019-03-31 16:10:32.0 +0200
+++ new/Inline-0.83/META.json   2019-04-28 11:30:45.0 +0200
@@ -59,7 +59,7 @@
  "web" : "https://github.com/ingydotnet/inline-pm";
   }
},
-   "version" : "0.82",
+   "version" : "0.83",
"x_generated_by_perl" : "v5.24.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.82/META.yml new/Inline-0.83/META.yml
--- old/Inline-0.82/META.yml2019-03-31 16:10:32.0 +0200
+++ new/Inline-0.83/META.yml2019-04-28 11:30:45.0 +0200
@@ -29,6 +29,6 @@
   bugtracker: https://github.com/ingydotnet/inline-pm/issues
   homepage: https://github.com/ingydotnet/inline-pm
   repository: https://github.com/ingydotnet/inline-pm.git
-version: '0.82'
+version: '0.83'
 x_generated_by_perl: v5.24.1
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.82/Makefile.PL new/Inline-0.83/Makefile.PL
--- old/Inline-0.82/Makefile.PL 2019-03-31 16:10:32.0 +0200
+++ new/Inline-0.83/Makefile.PL 2019-04-28 11:30:45.0 +0200
@@ -25,7 +25,7 @@
 "Test::More" => "0.88",
 "Test::Warn" => "0.23"
   },
-  "VERSION" => "0.82",
+  "VERSION" => "0.83",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.82/README new/Inline-0.83/README
--- old/Inline-0.82/README  2019-03-31 16:10:32.0 +0200
+++ new/Inline-0.83/README  2019-04-28 11:30:45.0 +0200
@@ -4,7 +4,7 @@
 
 VERSION
 
-This document describes Inline version 0.82.
+This document describes Inline version 0.83.
 
 SYNOPSIS
 
@@ -288,6 +288,11 @@
   'file.ext'.) These methods are less frequently used but may be useful
   in some situations.
 
+  For instance, to load your C++ code from a file named the same as
+  your perl module with a swapped file extension, you can use:
+
+  use Inline CPP => (__FILE__ =~ s/\.pm$/.cpp/r);
+
 Shorthand
 
   If you are using the 'DATA' or 'file' methods described above and
@@ -637,7 +642,8 @@
   used only for modules, and it must match the global variable
   $

commit perl-Inline for openSUSE:Factory

2019-04-03 Thread root
Hello community,

here is the log from the commit of package perl-Inline for openSUSE:Factory 
checked in at 2019-04-03 10:51:33

Comparing /work/SRC/openSUSE:Factory/perl-Inline (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Inline.new.25356 (New)


Package is "perl-Inline"

Wed Apr  3 10:51:33 2019 rev:29 rq:690872 version:0.82

Changes:

--- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes  2019-02-04 
14:26:13.613030590 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Inline.new.25356/perl-Inline.changes   
2019-04-03 10:51:37.265935115 +0200
@@ -1,0 +2,9 @@
+Wed Apr  3 07:05:27 UTC 2019 - Stephan Kulow 
+
+- updated to 0.82
+   see /usr/share/doc/packages/perl-Inline/Changes
+
+  0.82 Sun 31 Mar 2019 04:10:24 PM CEST
+   - Another fix for @INC PR#69 TINITA
+
+---

Old:

  Inline-0.81.tar.gz

New:

  Inline-0.82.tar.gz



Other differences:
--
++ perl-Inline.spec ++
--- /var/tmp/diff_new_pack.s4y1V9/_old  2019-04-03 10:51:38.693935498 +0200
+++ /var/tmp/diff_new_pack.s4y1V9/_new  2019-04-03 10:51:38.721935505 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Inline
-Version:0.81
+Version:0.82
 Release:0
 %define cpan_name Inline
 Summary:Write Perl Subroutines in Other Programming Languages

++ Inline-0.81.tar.gz -> Inline-0.82.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.81/Changes new/Inline-0.82/Changes
--- old/Inline-0.81/Changes 2019-02-03 16:42:13.0 +0100
+++ new/Inline-0.82/Changes 2019-03-31 16:10:32.0 +0200
@@ -1,3 +1,6 @@
+0.82 Sun 31 Mar 2019 04:10:24 PM CEST
+ - Another fix for @INC PR#69 TINITA
+
 0.81 Sun 03 Feb 2019 04:42:05 PM CET
  - Regular release, see developer releases
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.81/META.json new/Inline-0.82/META.json
--- old/Inline-0.81/META.json   2019-02-03 16:42:13.0 +0100
+++ new/Inline-0.82/META.json   2019-03-31 16:10:32.0 +0200
@@ -59,7 +59,7 @@
  "web" : "https://github.com/ingydotnet/inline-pm";
   }
},
-   "version" : "0.81",
+   "version" : "0.82",
"x_generated_by_perl" : "v5.24.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.81/META.yml new/Inline-0.82/META.yml
--- old/Inline-0.81/META.yml2019-02-03 16:42:13.0 +0100
+++ new/Inline-0.82/META.yml2019-03-31 16:10:32.0 +0200
@@ -29,6 +29,6 @@
   bugtracker: https://github.com/ingydotnet/inline-pm/issues
   homepage: https://github.com/ingydotnet/inline-pm
   repository: https://github.com/ingydotnet/inline-pm.git
-version: '0.81'
+version: '0.82'
 x_generated_by_perl: v5.24.1
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.81/Makefile.PL new/Inline-0.82/Makefile.PL
--- old/Inline-0.81/Makefile.PL 2019-02-03 16:42:13.0 +0100
+++ new/Inline-0.82/Makefile.PL 2019-03-31 16:10:32.0 +0200
@@ -25,7 +25,7 @@
 "Test::More" => "0.88",
 "Test::Warn" => "0.23"
   },
-  "VERSION" => "0.81",
+  "VERSION" => "0.82",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.81/README new/Inline-0.82/README
--- old/Inline-0.81/README  2019-02-03 16:42:13.0 +0100
+++ new/Inline-0.82/README  2019-03-31 16:10:32.0 +0200
@@ -4,7 +4,7 @@
 
 VERSION
 
-This document describes Inline version 0.81.
+This document describes Inline version 0.82.
 
 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.81/lib/Inline/Foo.pm 
new/Inline-0.82/lib/Inline/Foo.pm
--- old/Inline-0.81/lib/Inline/Foo.pm   2019-02-03 16:42:13.0 +0100
+++ new/Inline-0.82/lib/Inline/Foo.pm   2019-03-31 16:10:32.0 +0200
@@ -3,7 +3,7 @@
 
 require Inline;
 our @ISA = qw(Inline);
-our $VERSION = '0.81';
+our $VERSION = '0.82';
 
 use Carp;
 use File::Spec;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.81/lib/Inline/MakeMaker.pm 
new/Inline-0.82/lib/Inline/MakeMaker.pm
--- old/Inline-0.81/lib/Inline/MakeMaker.pm 2019-02-03 16:42:13.0 
+0100
+++ new/Inline-0.82/lib/Inline/MakeMaker.pm 2019-03-31 16:10:32.0 
+0200
@@ -7,7 +7,7 @@
 use version;
 
 our @EXPORT = qw(WriteMakefile WriteInlineMakefile);
-our $VERSION = '0.81';
+our $VERSION = '0.82';
 
 sub Wri

commit perl-Inline for openSUSE:Factory

2019-02-04 Thread root
Hello community,

here is the log from the commit of package perl-Inline for openSUSE:Factory 
checked in at 2019-02-04 14:26:11

Comparing /work/SRC/openSUSE:Factory/perl-Inline (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Inline.new.28833 (New)


Package is "perl-Inline"

Mon Feb  4 14:26:11 2019 rev:28 rq:671010 version:0.81

Changes:

--- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes  2015-04-16 
14:14:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Inline.new.28833/perl-Inline.changes   
2019-02-04 14:26:13.613030590 +0100
@@ -1,0 +2,6 @@
+Mon Feb  4 06:11:25 UTC 2019 - Stephan Kulow 
+
+- updated to 0.81
+   see /usr/share/doc/packages/perl-Inline/Changes
+
+---

Old:

  Inline-0.80.tar.gz

New:

  Inline-0.81.tar.gz



Other differences:
--
++ perl-Inline.spec ++
--- /var/tmp/diff_new_pack.LtB1TS/_old  2019-02-04 14:26:14.049030383 +0100
+++ /var/tmp/diff_new_pack.LtB1TS/_new  2019-02-04 14:26:14.053030381 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Inline
 #
-# Copyright (c) 2015 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,19 +12,19 @@
 # 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-Inline
-Version:0.80
+Version:0.81
 Release:0
 %define cpan_name Inline
 Summary:Write Perl Subroutines in Other Programming Languages
-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/Inline/
-Source0:
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,8 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn) >= 0.23
+BuildRequires:  perl(version) >= 0.82
+Requires:   perl(version) >= 0.82
 %{perl_requires}
 # MANUAL BEGIN
 Requires:   gcc
@@ -59,19 +61,19 @@
 the module is installed, so the end user will never notice the compilation
 time.
 
-Best of all, it works the same on both Unix and Microsoft Windows. See the
-Inline- Support manpage for support information.
+Best of all, it works the same on both Unix and Microsoft Windows. See
+Inline- Support for support information.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -80,6 +82,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING example LICENSE README
+%doc Changes CONTRIBUTING example README
+%license LICENSE
 
 %changelog

++ Inline-0.80.tar.gz -> Inline-0.81.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.80/CONTRIBUTING new/Inline-0.81/CONTRIBUTING
--- old/Inline-0.80/CONTRIBUTING2015-03-14 04:04:06.0 +0100
+++ new/Inline-0.81/CONTRIBUTING2019-02-03 16:42:13.0 +0100
@@ -64,4 +64,4 @@
 
 
 
-# This file generated by Zilla-Dist-0.0.189
+# This file generated by Zilla-Dist-0.0.203
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Inline-0.80/Changes new/Inline-0.81/Changes
--- old/Inline-0.80/Changes 2015-03-14 04:04:06.0 +0100
+++ new/Inline-0.81/Changes 2019-02-03 16:42:13.0 +0100
@@ -1,3 +1,19 @@
+0.81 Sun 03 Feb 2019 04:42:05 PM CET
+ - Regular release, see developer releases
+
+0.80_03 Fri 01 Feb 2019 11:26:18 PM CET
+ - Fix @inc, add another exception for Inline::C (SISYPHUS++)
+
+0.80_02 Fri Jun 22 22:21:11 MDT 2018
+ - Revert PR/61 - failed on travis
+
+0.80_01 Fri Jun 22 21:39:49 MDT 2018
+ - PR/59 @pypt++ Travis test against Perl 5.22, 5.24, 5.26
+ - PR/60 @pypt++ Calculate MD5 hashes of UTF-8 source by encoding it first
+ - PR/61 @

commit perl-Inline for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Inline for openSUSE:Factory 
checked in at 2015-04-16 14:13:59

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


Package is "perl-Inline"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes  2012-11-28 
13:15:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Inline.new/perl-Inline.changes 
2015-04-16 14:14:00.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 19:58:13 UTC 2015 - co...@suse.com
+
+- updated to 0.80
+   see /usr/share/doc/packages/perl-Inline/Changes
+
+---

Old:

  Inline-0.50.tar.gz

New:

  Inline-0.80.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Inline.spec ++
--- /var/tmp/diff_new_pack.N4jLSz/_old  2015-04-16 14:14:00.0 +0200
+++ /var/tmp/diff_new_pack.N4jLSz/_new  2015-04-16 14:14:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Inline
 #
-# Copyright (c) 2012 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,54 +17,69 @@
 
 
 Name:   perl-Inline
-Version:0.50
+Version:0.80
 Release:0
-Summary:Write Perl subroutines in other programming languages
+%define cpan_name Inline
+Summary:Write Perl Subroutines in Other Programming Languages
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Url:http://www.cpan.org/modules/by-module/Inline/
-Source: Inline-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Inline/
+Source0:
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-Parse-RecDescent
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Warn) >= 0.23
+%{perl_requires}
+# MANUAL BEGIN
 Requires:   gcc
 Requires:   make
-Requires:   perl-Parse-RecDescent
 Provides:   perl-Inline-C = 0.20
 Obsoletes:  perl-Inline-C < 0.20
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+# MANUAL END
 
 %description
-Inline lets you write Perl subroutines in other programming languages,
-like C, C++, Java, Python, Tcl and even Assembly. You don't need to
-compile anything. All the details are handled transparently, so you can
-just run your Perl script like normal.
+The Inline module allows you to put source code from other programming
+languages directly "inline" in a Perl script or module. The code is
+automatically compiled as needed, and then loaded for immediate access from
+Perl.
+
+Inline saves you from the hassle of having to write and compile your own
+glue code using facilities like XS or SWIG. Simply type the code where you
+want it and run your Perl as normal. All the hairy details are handled for
+you. The compilation and installation of your code chunks all happen
+transparently; all you will notice is the delay of compilation on the first
+run.
+
+The Inline code only gets compiled the first time you run it (or whenever
+it is modified) so you only take the performance hit once. Code that is
+Inlined into distributed modules (like on the CPAN) will get compiled when
+the module is installed, so the end user will never notice the compilation
+time.
+
+Best of all, it works the same on both Unix and Microsoft Windows. See the
+Inline- Support manpage for support information.
 
 %prep
-%setup -n Inline-%{version} -q
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-, root, root)
-%doc Changes README
-%{_mandir}/man?/*
-%perl_vendorlib/Inline*
-%perl_vendorlib/auto/Inline
-%perl_vendorarch/auto/Inline
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes CONTRIBUTING example LICENSE README
 
 %changelog

++ Inline-0.50.tar.gz -> Inline-0.80.tar.gz ++
 20091 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  

commit perl-Inline for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Inline for openSUSE:Factory 
checked in at 2012-11-28 13:15:57

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


Package is "perl-Inline", Maintainer is "dlova...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes  2012-02-08 
17:20:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Inline.new/perl-Inline.changes 
2012-11-28 13:15:59.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 23 12:57:47 UTC 2012 - bwiedem...@suse.com
+
+- require make+gcc to avoid
+  https://rt.cpan.org/Public/Bug/Display.html?id=81375
+
+---



Other differences:
--
++ perl-Inline.spec ++
--- /var/tmp/diff_new_pack.lDdnSK/_old  2012-11-28 13:16:00.0 +0100
+++ /var/tmp/diff_new_pack.lDdnSK/_new  2012-11-28 13:16:00.0 +0100
@@ -16,19 +16,20 @@
 #
 
 
-
 Name:   perl-Inline
 Version:0.50
 Release:0
-License:Artistic-1.0 or GPL-1.0+
 Summary:Write Perl subroutines in other programming languages
-Url:http://www.cpan.org/modules/by-module/Inline/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://www.cpan.org/modules/by-module/Inline/
 Source: Inline-%{version}.tar.gz
 BuildRequires:  perl
-BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl-Parse-RecDescent
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Warn)
+Requires:   gcc
+Requires:   make
 Requires:   perl-Parse-RecDescent
 Provides:   perl-Inline-C = 0.20
 Obsoletes:  perl-Inline-C < 0.20

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



commit perl-Inline for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Inline for openSUSE:Factory 
checked in at 2011-12-06 18:42:55

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


Package is "perl-Inline", Maintainer is "vci...@suse.com"

Changes:




Other differences:
--
++ perl-Inline.spec ++
--- /var/tmp/diff_new_pack.J8QTpL/_old  2011-12-06 19:12:04.0 +0100
+++ /var/tmp/diff_new_pack.J8QTpL/_new  2011-12-06 19:12:04.0 +0100
@@ -27,7 +27,7 @@
 Provides:   perl-Inline-C = 0.20
 Obsoletes:  perl-Inline-C < 0.20
 Group:  Development/Libraries/Perl
-License:Artistic
+License:Artistic-1.0
 Url:http://www.cpan.org/modules/by-module/Inline/
 Summary:Write Perl subroutines in other programming languages
 Source: Inline-%version.tar.gz

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



commit perl-Inline for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Inline for openSUSE:Factory 
checked in at 2011-11-21 12:41:21

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


Package is "perl-Inline", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Inline/perl-Inline.changes  2011-09-23 
12:37:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Inline.new/perl-Inline.changes 
2011-11-21 12:41:25.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov 20 20:46:11 UTC 2011 - co...@suse.com
+
+- obsolete perl-Inline-C correctly
+
+---
+Fri Nov 18 11:10:23 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Inline-0.48.tar.bz2

New:

  Inline-0.48.tar.gz



Other differences:
--
++ perl-Inline.spec ++
--- /var/tmp/diff_new_pack.eHy66I/_old  2011-11-21 12:41:26.0 +0100
+++ /var/tmp/diff_new_pack.eHy66I/_new  2011-11-21 12:41:26.0 +0100
@@ -23,14 +23,14 @@
 BuildRequires:  perl-macros
 Version:0.48
 Release:1
-Provides:   Inline
 Requires:   perl-Parse-RecDescent
-AutoReqProv:on
+Provides:   perl-Inline-C = 0.20
+Obsoletes:  perl-Inline-C < 0.20
 Group:  Development/Libraries/Perl
 License:Artistic
 Url:http://www.cpan.org/modules/by-module/Inline/
 Summary:Write Perl subroutines in other programming languages
-Source: Inline-%version.tar.bz2
+Source: Inline-%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 

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