Hello community,
here is the log from the commit of package perl-Exporter-Lite for
openSUSE:Factory checked in at 2015-11-12 19:41:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exporter-Lite (Old)
and /work/SRC/openSUSE:Factory/.perl-Exporter-Lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exporter-Lite"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Exporter-Lite/perl-Exporter-Lite.changes
2015-04-15 16:25:21.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Exporter-Lite.new/perl-Exporter-Lite.changes
2015-11-12 19:41:30.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Nov 11 09:59:59 UTC 2015 - [email protected]
+
+- updated to 0.07
+ see /usr/share/doc/packages/perl-Exporter-Lite/Changes
+
+ 0.07 2015-10-09
+ - Updated github repo URL after changing my github username
+
+-------------------------------------------------------------------
Old:
----
Exporter-Lite-0.06.tar.gz
New:
----
Exporter-Lite-0.07.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Exporter-Lite.spec ++++++
--- /var/tmp/diff_new_pack.sU6vUB/_old 2015-11-12 19:41:31.000000000 +0100
+++ /var/tmp/diff_new_pack.sU6vUB/_new 2015-11-12 19:41:31.000000000 +0100
@@ -17,14 +17,15 @@
Name: perl-Exporter-Lite
-Version: 0.06
+Version: 0.07
Release: 0
%define cpan_name Exporter-Lite
-Summary: lightweight exporting of functions and variables
+Summary: Lightweight Exporting of Functions and Variables
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Exporter-Lite/
-Source:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -32,9 +33,9 @@
%{perl_requires}
%description
-Exporter::Lite is an alternative to the Exporter manpage, intended to
-provide a lightweight subset of the most commonly-used functionality. It
-supports 'import()', '@EXPORT' and '@EXPORT_OK' and not a whole lot else.
+Exporter::Lite is an alternative to Exporter, intended to provide a
+lightweight subset of the most commonly-used functionality. It supports
+'import()', '@EXPORT' and '@EXPORT_OK' and not a whole lot else.
Unlike Exporter, it is not necessary to inherit from Exporter::Lite; Ie you
don't need to write:
++++++ Exporter-Lite-0.06.tar.gz -> Exporter-Lite-0.07.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.06/Changes
new/Exporter-Lite-0.07/Changes
--- old/Exporter-Lite-0.06/Changes 2014-07-30 00:16:11.000000000 +0200
+++ new/Exporter-Lite-0.07/Changes 2015-11-09 22:57:02.000000000 +0100
@@ -1,5 +1,8 @@
Revision history for Perl module Exporter::Lite
+0.07 2015-10-09
+ - Updated github repo URL after changing my github username
+
0.06 2014-07-29
- Improved the abstract - explicit mention that functions are supported
- Improved the SYNOPSIS - split into separate code blocks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.06/META.json
new/Exporter-Lite-0.07/META.json
--- old/Exporter-Lite-0.06/META.json 2014-07-30 00:16:35.000000000 +0200
+++ new/Exporter-Lite-0.07/META.json 2015-11-09 23:02:04.000000000 +0100
@@ -4,7 +4,7 @@
"unknown"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter
version 2.141170",
+ "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter
version 2.150005",
"license" : [
"perl_5"
],
@@ -47,9 +47,10 @@
"resources" : {
"repository" : {
"type" : "git",
- "url" : "git://github.com/neilbowers/Exporter-Lite.git",
- "web" : "https://github.com/neilbowers/Exporter-Lite"
+ "url" : "git://github.com/neilb/Exporter-Lite.git",
+ "web" : "https://github.com/neilb/Exporter-Lite"
}
},
- "version" : "0.06"
+ "version" : "0.07",
+ "x_serialization_backend" : "JSON::PP version 2.27203"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.06/META.yml
new/Exporter-Lite-0.07/META.yml
--- old/Exporter-Lite-0.06/META.yml 2014-07-30 00:16:35.000000000 +0200
+++ new/Exporter-Lite-0.07/META.yml 2015-11-09 23:02:03.000000000 +0100
@@ -8,7 +8,7 @@
configure_requires:
ExtUtils::MakeMaker: '6.3'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version
2.141170'
+generated_by: 'ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version
2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,5 +23,6 @@
strict: '0'
warnings: '0'
resources:
- repository: git://github.com/neilbowers/Exporter-Lite.git
-version: '0.06'
+ repository: git://github.com/neilb/Exporter-Lite.git
+version: '0.07'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.06/Makefile.PL
new/Exporter-Lite-0.07/Makefile.PL
--- old/Exporter-Lite-0.06/Makefile.PL 2014-03-24 22:59:35.000000000 +0100
+++ new/Exporter-Lite-0.07/Makefile.PL 2015-11-09 22:57:38.000000000 +0100
@@ -64,8 +64,8 @@
bugtracker =>
'http://rt.cpan.org/Public/Dist/Display.html?Name=Exporter-Lite',
repository => {
type => 'git',
- web => 'https://github.com/neilbowers/Exporter-Lite',
- url => 'git://github.com/neilbowers/Exporter-Lite.git',
+ web => 'https://github.com/neilb/Exporter-Lite',
+ url => 'git://github.com/neilb/Exporter-Lite.git',
},
},
})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Lite-0.06/lib/Exporter/Lite.pm
new/Exporter-Lite-0.07/lib/Exporter/Lite.pm
--- old/Exporter-Lite-0.06/lib/Exporter/Lite.pm 2014-07-30 00:10:35.000000000
+0200
+++ new/Exporter-Lite-0.07/lib/Exporter/Lite.pm 2015-11-09 22:57:19.000000000
+0100
@@ -4,7 +4,7 @@
use warnings;
use strict;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
our @EXPORT = qw(import);
@@ -243,7 +243,7 @@
=head1 REPOSITORY
-L<https://github.com/neilbowers/Exporter-Lite>
+L<https://github.com/neilb/Exporter-Lite>
=head1 AUTHORS
++++++ 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