Hello community,
here is the log from the commit of package perl-Exporter-Tidy for
openSUSE:Factory checked in at 2015-02-10 20:22:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exporter-Tidy (Old)
and /work/SRC/openSUSE:Factory/.perl-Exporter-Tidy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exporter-Tidy"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Exporter-Tidy/perl-Exporter-Tidy.changes
2011-12-09 09:32:18.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Exporter-Tidy.new/perl-Exporter-Tidy.changes
2015-02-10 20:22:46.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb 7 07:21:43 UTC 2015 - [email protected]
+
+- updated to 0.08
+ - README updated to reflect license change.
+
+-------------------------------------------------------------------
Old:
----
Exporter-Tidy-0.07.tar.gz
New:
----
Exporter-Tidy-0.08.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Exporter-Tidy.spec ++++++
--- /var/tmp/diff_new_pack.KbGs0Z/_old 2015-02-10 20:22:47.000000000 +0100
+++ /var/tmp/diff_new_pack.KbGs0Z/_new 2015-02-10 20:22:47.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Exporter-Tidy
#
-# Copyright (c) 2011 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,48 +17,45 @@
Name: perl-Exporter-Tidy
-Version: 0.07
+Version: 0.08
Release: 0
+%define cpan_name Exporter-Tidy
Summary: Another way of exporting symbols
License: SUSE-Public-Domain
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Exporter-Tidy/
-Source0:
http://www.cpan.org/authors/id/J/JU/JUERD/Exporter-Tidy-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/J/JU/JUERD/%{cpan_name}-%{version}.tar.gz
+BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
+%{perl_requires}
%description
This module serves as an easy, clean alternative to Exporter. Unlike
Exporter, it is not subclassed, but it simply exports a custom import()
into your namespace.
+With Exporter::Tidy, you don't need to use any package global in your
+module. Even the subs you export can be lexically scoped.
+
%prep
-%setup -q -n Exporter-Tidy-%{version}
+%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL
-make %{?_smp_mflags}
-
-%install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor
-%perl_process_packlist
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
%check
-make test
+%{__make} test
-%clean
-rm -rf $RPM_BUILD_ROOT
+%install
+%perl_make_install
+%perl_process_packlist
+%perl_gen_filelist
-%files
-%defattr(-,root,root,-)
+%files -f %{name}.files
+%defattr(-,root,root,755)
%doc Changes README
-%dir %{perl_vendorarch}/auto/Exporter
-%{perl_vendorarch}/auto/Exporter/Tidy
-%dir %{perl_vendorlib}/Exporter
-%{perl_vendorlib}/Exporter/Tidy.pm
-%{_mandir}/man3/Exporter::Tidy.3*
%changelog
++++++ Exporter-Tidy-0.07.tar.gz -> Exporter-Tidy-0.08.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Tidy-0.07/Changes
new/Exporter-Tidy-0.08/Changes
--- old/Exporter-Tidy-0.07/Changes 2007-09-14 13:02:47.000000000 +0200
+++ new/Exporter-Tidy-0.08/Changes 2015-01-06 12:24:49.000000000 +0100
@@ -1,5 +1,8 @@
Revision history for Perl extension Exporter::Tidy.
+0.08 Thu Jan 6 12:23 2014
+ - README updated to reflect license change.
+
0.07 Fri Sep 14 13:02 2007
- Now any-OSI licensed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Tidy-0.07/MANIFEST
new/Exporter-Tidy-0.08/MANIFEST
--- old/Exporter-Tidy-0.07/MANIFEST 2007-09-14 13:03:07.000000000 +0200
+++ new/Exporter-Tidy-0.08/MANIFEST 2015-01-06 12:26:23.000000000 +0100
@@ -6,4 +6,5 @@
t/1.t
t/lib/Test/More.pm
t/lib/Test/Builder.pm
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by
MakeMaker)
+META.json Module JSON meta-data (added by
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Tidy-0.07/META.json
new/Exporter-Tidy-0.08/META.json
--- old/Exporter-Tidy-0.07/META.json 1970-01-01 01:00:00.000000000 +0100
+++ new/Exporter-Tidy-0.08/META.json 2015-01-06 12:26:23.000000000 +0100
@@ -0,0 +1,39 @@
+{
+ "abstract" : "Another way of exporting symbols",
+ "author" : [
+ "Juerd <[email protected]>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter
version 2.140640",
+ "license" : [
+ "unknown"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Exporter-Tidy",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "runtime" : {
+ "requires" : {}
+ }
+ },
+ "release_status" : "stable",
+ "version" : "0.08"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Tidy-0.07/META.yml
new/Exporter-Tidy-0.08/META.yml
--- old/Exporter-Tidy-0.07/META.yml 2007-09-14 13:03:07.000000000 +0200
+++ new/Exporter-Tidy-0.08/META.yml 2015-01-06 12:26:23.000000000 +0100
@@ -1,10 +1,21 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
-name: Exporter-Tidy
-version: 0.07
-version_from: Tidy.pm
-installdirs: site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+---
+abstract: 'Another way of exporting symbols'
+author:
+ - 'Juerd <[email protected]>'
+build_requires:
+ ExtUtils::MakeMaker: '0'
+configure_requires:
+ ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version
2.140640'
+license: unknown
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: Exporter-Tidy
+no_index:
+ directory:
+ - t
+ - inc
+requires: {}
+version: '0.08'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Tidy-0.07/README
new/Exporter-Tidy-0.08/README
--- old/Exporter-Tidy-0.07/README 2003-03-30 00:33:47.000000000 +0100
+++ new/Exporter-Tidy-0.08/README 2015-01-06 12:25:46.000000000 +0100
@@ -133,9 +133,9 @@
the "use" statement.
LICENSE
- There is no license. This software was released into the public domain.
- Do with it what you want, but on your own risk. The author disclaims any
- responsibility.
+ Pick your favourite OSI approved license :)
+
+ http://www.opensource.org/licenses/alphabetical
AUTHOR
Juerd Waalboer <[email protected]> <http://juerd.nl/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Exporter-Tidy-0.07/Tidy.pm
new/Exporter-Tidy-0.08/Tidy.pm
--- old/Exporter-Tidy-0.07/Tidy.pm 2007-09-14 13:03:00.000000000 +0200
+++ new/Exporter-Tidy-0.08/Tidy.pm 2015-01-06 12:26:02.000000000 +0100
@@ -4,7 +4,7 @@
# no strict 'refs';
# our
-$VERSION = '0.07';
+$VERSION = '0.08';
sub import {
my (undef, %tags) = @_;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]