Hello community,
here is the log from the commit of package perl-ExtUtils-Depends for
openSUSE:Factory checked in at 2015-12-09 19:50:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-Depends (Old)
and /work/SRC/openSUSE:Factory/.perl-ExtUtils-Depends.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ExtUtils-Depends"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-ExtUtils-Depends/perl-ExtUtils-Depends.changes
2015-02-06 10:23:36.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-ExtUtils-Depends.new/perl-ExtUtils-Depends.changes
2015-12-09 22:27:34.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Dec 2 09:42:21 UTC 2015 - [email protected]
+
+- updated to 0.405
+ see /usr/share/doc/packages/perl-ExtUtils-Depends/Changes
+
+ 0.405
+ - Remove MYMETA.* from MANIFEST file; closes autogenerated RT ticket
+ #108554
+
+-------------------------------------------------------------------
Old:
----
ExtUtils-Depends-0.404.tar.gz
New:
----
ExtUtils-Depends-0.405.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-ExtUtils-Depends.spec ++++++
--- /var/tmp/diff_new_pack.37GMMd/_old 2015-12-09 22:27:35.000000000 +0100
+++ /var/tmp/diff_new_pack.37GMMd/_new 2015-12-09 22:27:35.000000000 +0100
@@ -17,14 +17,15 @@
Name: perl-ExtUtils-Depends
-Version: 0.404
+Version: 0.405
Release: 0
%define cpan_name ExtUtils-Depends
Summary: Easily build XS extensions that depend on XS extensions
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-Depends/
-Source:
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -49,8 +50,8 @@
retrieved later. The object can also reformat this information into the
data structures required by ExtUtils::MakeMaker's WriteMakefile function.
-For information on how to make your module fit into this scheme, see the
-/"hashref = ExtUtils::Depends::load (name)" manpage.
+For information on how to make your module fit into this scheme, see
+"hashref = ExtUtils::Depends::load (name)".
When creating a new Depends object, you give it a name, which is the name
of the module you are building. You can also specify the names of modules
@@ -77,8 +78,8 @@
package Mymod;
use parent 'Mymod::Install::Files'; # to inherit 'Inline' method
-And users of 'Mymod' who want to write inline code (using the Inline
-manpage) will simply be able to write:
+And users of 'Mymod' who want to write inline code (using Inline) will
+simply be able to write:
use Inline with => 'Mymod';
@@ -109,6 +110,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes MYMETA.json MYMETA.yml README
+%doc Changes README
%changelog
++++++ ExtUtils-Depends-0.404.tar.gz -> ExtUtils-Depends-0.405.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-Depends-0.404/Changes
new/ExtUtils-Depends-0.405/Changes
--- old/ExtUtils-Depends-0.404/Changes 2015-01-30 03:46:56.000000000 +0100
+++ new/ExtUtils-Depends-0.405/Changes 2015-11-30 16:50:25.000000000 +0100
@@ -1,5 +1,9 @@
Revision history for Perl extension ExtUtils::Depends.
+0.405
+ - Remove MYMETA.* from MANIFEST file; closes autogenerated RT ticket
+ #108554
+
0.404
- Depends.pm: sort deps in save_config() and get_makefile_vars(); patch
submitted by Debian's reproducible build team for RT#101602
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-Depends-0.404/MANIFEST
new/ExtUtils-Depends-0.405/MANIFEST
--- old/ExtUtils-Depends-0.404/MANIFEST 2015-01-30 03:47:19.000000000 +0100
+++ new/ExtUtils-Depends-0.405/MANIFEST 2015-11-30 16:51:20.000000000 +0100
@@ -3,8 +3,6 @@
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
-MYMETA.json
-MYMETA.yml
perl-ExtUtils-Depends.spec.in
README
t/01_load.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-Depends-0.404/MANIFEST.SKIP
new/ExtUtils-Depends-0.405/MANIFEST.SKIP
--- old/ExtUtils-Depends-0.404/MANIFEST.SKIP 2011-11-27 08:56:51.000000000
+0100
+++ new/ExtUtils-Depends-0.405/MANIFEST.SKIP 2015-11-30 16:51:02.000000000
+0100
@@ -5,3 +5,4 @@
^\.git
\.doap$
^MANIFEST\.bak$
+^MYMETA.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-Depends-0.404/META.json
new/ExtUtils-Depends-0.405/META.json
--- old/ExtUtils-Depends-0.404/META.json 2015-01-30 03:47:19.000000000
+0100
+++ new/ExtUtils-Depends-0.405/META.json 2015-11-30 16:51:20.000000000
+0100
@@ -4,7 +4,7 @@
"Gtk2-Perl Team <gtk-perl-list at gnome dot org>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter
version 2.143240",
+ "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter
version 2.150001",
"keywords" : [
"XS",
"XS extensions",
@@ -73,5 +73,5 @@
},
"x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list"
},
- "version" : "0.404"
+ "version" : "0.405"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-Depends-0.404/META.yml
new/ExtUtils-Depends-0.405/META.yml
--- old/ExtUtils-Depends-0.404/META.yml 2015-01-30 03:47:19.000000000 +0100
+++ new/ExtUtils-Depends-0.405/META.yml 2015-11-30 16:51:20.000000000 +0100
@@ -11,7 +11,7 @@
File::Spec: '0'
IO::File: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version
2.143240'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version
2.150001'
keywords:
- XS
- 'XS extensions'
@@ -38,4 +38,4 @@
homepage: http://gtk2-perl.sourceforge.net
license: http://dev.perl.org/licenses/
repository: git://git.gnome.org/perl-ExtUtils-Depends
-version: '0.404'
+version: '0.405'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-Depends-0.404/MYMETA.json
new/ExtUtils-Depends-0.405/MYMETA.json
--- old/ExtUtils-Depends-0.404/MYMETA.json 2015-01-30 03:47:13.000000000
+0100
+++ new/ExtUtils-Depends-0.405/MYMETA.json 1970-01-01 01:00:00.000000000
+0100
@@ -1,77 +0,0 @@
-{
- "abstract" : "unknown",
- "author" : [
- "Gtk2-Perl Team <gtk-perl-list at gnome dot org>"
- ],
- "dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter
version 2.143240",
- "keywords" : [
- "XS",
- "XS extensions",
- "dependency"
- ],
- "license" : [
- "perl_5"
- ],
- "meta-spec" : {
- "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
- },
- "name" : "ExtUtils-Depends",
- "no_index" : {
- "directory" : [
- "t",
- "inc"
- ],
- "package" : [
- "ExtUtils::MM"
- ]
- },
- "prereqs" : {
- "build" : {
- "requires" : {
- "ExtUtils::MakeMaker" : "0",
- "Test::More" : "0"
- }
- },
- "configure" : {
- "requires" : {
- "Data::Dumper" : "0",
- "ExtUtils::MakeMaker" : "0",
- "File::Spec" : "0",
- "IO::File" : "0"
- }
- },
- "runtime" : {
- "requires" : {
- "Data::Dumper" : "0",
- "File::Spec" : "0",
- "IO::File" : "0",
- "perl" : "5.006"
- }
- },
- "test" : {
- "recommends" : {
- "Test::Number::Delta" : "1"
- }
- }
- },
- "release_status" : "stable",
- "resources" : {
- "bugtracker" : {
- "mailto" : "bug-ExtUtils-Depends [at] rt.cpan.org",
- "web" :
"http://rt.cpan.org/Public/Dist/Display.html?Name=ExtUtils-Depends"
- },
- "homepage" : "http://gtk2-perl.sourceforge.net",
- "license" : [
- "http://dev.perl.org/licenses/"
- ],
- "repository" : {
- "type" : "git",
- "url" : "git://git.gnome.org/perl-ExtUtils-Depends",
- "web" : "http://git.gnome.org/browse/perl-ExtUtils-Depends"
- },
- "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list"
- },
- "version" : "0.404"
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-Depends-0.404/MYMETA.yml
new/ExtUtils-Depends-0.405/MYMETA.yml
--- old/ExtUtils-Depends-0.404/MYMETA.yml 2015-01-30 03:47:13.000000000
+0100
+++ new/ExtUtils-Depends-0.405/MYMETA.yml 1970-01-01 01:00:00.000000000
+0100
@@ -1,41 +0,0 @@
----
-abstract: unknown
-author:
- - 'Gtk2-Perl Team <gtk-perl-list at gnome dot org>'
-build_requires:
- ExtUtils::MakeMaker: '0'
- Test::More: '0'
-configure_requires:
- Data::Dumper: '0'
- ExtUtils::MakeMaker: '0'
- File::Spec: '0'
- IO::File: '0'
-dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version
2.143240'
-keywords:
- - XS
- - 'XS extensions'
- - dependency
-license: perl
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: '1.4'
-name: ExtUtils-Depends
-no_index:
- directory:
- - t
- - inc
- package:
- - ExtUtils::MM
-requires:
- Data::Dumper: '0'
- File::Spec: '0'
- IO::File: '0'
- perl: '5.006'
-resources:
- MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
- bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=ExtUtils-Depends
- homepage: http://gtk2-perl.sourceforge.net
- license: http://dev.perl.org/licenses/
- repository: git://git.gnome.org/perl-ExtUtils-Depends
-version: '0.404'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ExtUtils-Depends-0.404/lib/ExtUtils/Depends.pm
new/ExtUtils-Depends-0.405/lib/ExtUtils/Depends.pm
--- old/ExtUtils-Depends-0.404/lib/ExtUtils/Depends.pm 2015-01-30
03:46:29.000000000 +0100
+++ new/ExtUtils-Depends-0.405/lib/ExtUtils/Depends.pm 2015-11-30
16:47:58.000000000 +0100
@@ -12,7 +12,7 @@
use File::Spec;
use Data::Dumper;
-our $VERSION = '0.404';
+our $VERSION = '0.405';
sub import {
my $class = shift;
++++++ cpanspec.yml ++++++
---
#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
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module