Hello community,
here is the log from the commit of package perl-Module-Metadata for
openSUSE:Factory checked in at 2016-08-18 10:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Metadata (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-Metadata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Metadata"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Module-Metadata/perl-Module-Metadata.changes
2015-05-18 21:30:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Module-Metadata.new/perl-Module-Metadata.changes
2016-08-18 10:18:07.000000000 +0200
@@ -1,0 +2,34 @@
+Tue Jul 26 05:32:49 UTC 2016 - [email protected]
+
+- updated to 1.000033
+ see /usr/share/doc/packages/perl-Module-Metadata/Changes
+
+ 1.000033 2016-07-24 23:32:58Z
+ - fix file operation in tests for VMS
+
+ 1.000032 2016-04-23 22:36:24Z (TRIAL RELEASE)
+ - use a more strict matching heuristic when attempting to infer the
+ "primary" module name in a parsed .pm file
+ - only report "main" as the module name if code was seen outside another
+ namespace, fixing bad results for pod files (RT#107525)
+
+ 1.000031 2015-11-24 03:57:55Z (TRIAL RELEASE)
+ - be less noisy on failure when building as part of perl core (see perl
+ RT#126685)
+
+ 1.000030 2015-11-20 03:03:24Z (TRIAL RELEASE)
+ - temp dirs cleaned up during tests (Steve Hay)
+ - more accurately mark tests as TODO, so as to have a quieter and less
+ confusing test run without passing TODO tests. This release is primarily
+ intended for the perl 5.23.5 release.
+
+ 1.000029 2015-09-11 16:25:43Z (TRIAL RELEASE)
+ - fix missing "use" statement in refactored test helper (only affected
older
+ perls, due to other module interactions)
+
+ 1.000028 2015-09-11 04:24:39Z (TRIAL RELEASE)
+ - refactored and expanded test cases
+ - fixed a $VERSION extraction issue on perl 5.6.2 (RT#105978, PR#17)
+ - fix the detection of package Foo when $Foo::VERSION is set (RT#85961)
+
+-------------------------------------------------------------------
Old:
----
Module-Metadata-1.000027.tar.gz
New:
----
Module-Metadata-1.000033.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-Metadata.spec ++++++
--- /var/tmp/diff_new_pack.cyzIcc/_old 2016-08-18 10:18:08.000000000 +0200
+++ /var/tmp/diff_new_pack.cyzIcc/_new 2016-08-18 10:18:08.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Metadata
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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-Module-Metadata
-Version: 1.000027
+Version: 1.000033
Release: 0
%define cpan_name Module-Metadata
Summary: Gather package and POD information from perl module files
-License: GPL-1.0+ or Artistic-1.0
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Metadata/
-Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -57,6 +58,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
%changelog
++++++ Module-Metadata-1.000027.tar.gz -> Module-Metadata-1.000033.tar.gz ++++++
++++ 5647 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