Hello community,
here is the log from the commit of package perl-Exporter-Tiny for
openSUSE:Factory checked in at 2017-02-16 16:48:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exporter-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-Exporter-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exporter-Tiny"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Exporter-Tiny/perl-Exporter-Tiny.changes
2015-04-15 16:24:11.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Exporter-Tiny.new/perl-Exporter-Tiny.changes
2017-02-16 16:48:28.420810590 +0100
@@ -1,0 +2,24 @@
+Mon Feb 13 11:52:41 UTC 2017 - [email protected]
+
+- updated to 0.044
+ see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
+
+ 0.044 2017-01-30
+
+ [ Packaging ]
+ - Repackage as a stable release.
+
+ 0.043_02 2017-01-30
+
+ [ Packaging ]
+ - Release using newer versions of toolchain stuff.
+
+ 0.043_01 2014-11-09
+
+ [ Documentation ]
+ - Restructure documentation.
+
+ [ Other ]
+ - Support { -as => CODE } to programatically rename functions.
+
+-------------------------------------------------------------------
Old:
----
Exporter-Tiny-0.042.tar.gz
New:
----
Exporter-Tiny-0.044.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Exporter-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.pLa7mp/_old 2017-02-16 16:48:29.156706096 +0100
+++ /var/tmp/diff_new_pack.pLa7mp/_new 2017-02-16 16:48:29.160705528 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Exporter-Tiny
#
-# 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,15 @@
Name: perl-Exporter-Tiny
-Version: 0.042
+Version: 0.044
Release: 0
%define cpan_name Exporter-Tiny
-Summary: an exporter with the features of Sub::Exporter but only core
dependencies
+Summary: An Exporter with the Features of Sub::Exporter but Only Core
Dependencies
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Exporter-Tiny/
-Source:
http://www.cpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -42,10 +43,17 @@
done through the '@EXPORT', '@EXPORT_OK' and '%EXPORT_TAGS' package
variables.
-Exporter::Tiny performs most of its internal duties (including resolution
-of tag names to sub names, resolution of sub names to coderefs, and
-installation of coderefs into the target package) as method calls, which
-means they can be overridden to provide interesting behaviour.
+If you are trying to *write* a module that inherits from Exporter::Tiny,
+then look at:
+
+ * Exporter::Tiny::Manual::QuickStart
+
+ * Exporter::Tiny::Manual::Exporting
+
+If you are trying to *use* a module that inherits from Exporter::Tiny, then
+look at:
+
+ * Exporter::Tiny::Manual::Importing
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -64,6 +72,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING COPYRIGHT CREDITS doap.ttl examples LICENSE README
+%doc Changes COPYRIGHT CREDITS doap.ttl examples README
+%license LICENSE
%changelog
++++++ Exporter-Tiny-0.042.tar.gz -> Exporter-Tiny-0.044.tar.gz ++++++
++++ 2259 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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