Hello community,
here is the log from the commit of package perl-Test-Synopsis for
openSUSE:Factory checked in at 2014-02-12 11:09:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Synopsis (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Synopsis"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Synopsis/perl-Test-Synopsis.changes
2011-11-21 12:48:29.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Synopsis.new/perl-Test-Synopsis.changes
2014-02-12 11:09:42.000000000 +0100
@@ -1,0 +2,26 @@
+Sun Feb 9 13:31:00 UTC 2014 - [email protected]
+
+- updated to 0.10
+ [Changes by ZOFFIX]
+ - Reverted the change of renaming extract_synopsis() to
+ _extract_synopsis(), as it appears some distros have used
+ undocumented extract_synopsis() in their user tests, and
+ the change is causing their distros to fail
+ - Added contributors into META file through dzil plugin
+
+ - Fixed prereqs to allow earlier versions of Test-Simple (Issue #9)
+ - Removed POD errors from test .pm's to increase Kwalitee
+
+ - Implemented proper handling of __DATA__ tokens
+ - Removed unwanted warnings issued during tests
+ - Upped required Test-Simple distro version (Fixes Issue #9)
+ - Minor pod fixes
+
+ - Converted to dzil for automation of everything and
+ auto-generation of all the author/release tests and extra files
+
+ - Fixed RT#84863 (should ignore descriptions, and
+ other text that is not code)
+ https://rt.cpan.org/Ticket/Display.html?id=84863
+
+-------------------------------------------------------------------
Old:
----
Test-Synopsis-0.06.tar.gz
New:
----
Test-Synopsis-0.10.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Synopsis.spec ++++++
--- /var/tmp/diff_new_pack.hwquIv/_old 2014-02-12 11:09:43.000000000 +0100
+++ /var/tmp/diff_new_pack.hwquIv/_new 2014-02-12 11:09:43.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Synopsis
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,21 @@
#
-
Name: perl-Test-Synopsis
-Version: 0.06
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+Version: 0.10
+Release: 0
%define cpan_name Test-Synopsis
Summary: Test your SYNOPSIS code
-Url: http://search.cpan.org/dist/Test-Synopsis/
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-#Source:
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Test-Synopsis-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url: http://search.cpan.org/dist/Test-Synopsis/
+Source:
http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
+BuildRequires: perl(Test::Builder) >= 0.34
+
%{perl_requires}
%description
@@ -39,7 +39,8 @@
_SYNOPSIS_ section passes the perl compile check.
Note that this module only checks the perl syntax (by wrapping the code
-with 'sub') and doesn't actually run the code.
+with 'sub') and doesn't actually run the code, *UNLESS* that code is a
+'BEGIN {}' block or a 'use' statement.
Suppose you have the following POD in your module.
@@ -75,11 +76,8 @@
%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf %{buildroot}
-
%files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README README.md
%changelog
++++++ Test-Synopsis-0.06.tar.gz -> Test-Synopsis-0.10.tar.gz ++++++
++++ 8313 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]