Hello community,
here is the log from the commit of package perl-File-ShareDir-Install for
openSUSE:Factory checked in at 2018-04-25 09:58:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-ShareDir-Install (Old)
and /work/SRC/openSUSE:Factory/.perl-File-ShareDir-Install.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-ShareDir-Install"
Wed Apr 25 09:58:35 2018 rev:15 rq:599902 version:0.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-File-ShareDir-Install/perl-File-ShareDir-Install.changes
2016-09-14 23:34:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-Install.new/perl-File-ShareDir-Install.changes
2018-04-25 09:58:37.084859900 +0200
@@ -1,0 +2,12 @@
+Sat Apr 21 05:20:36 UTC 2018 - [email protected]
+
+- updated to 0.12
+ see /usr/share/doc/packages/perl-File-ShareDir-Install/Changes
+
+ 0.12 2018-04-20 11:00:09Z
+ - add rules files for 'prove' and Test::Harness to specify that tests
need
+ to be run serially for now
+ - support spaces (and other special characters too) in share files (PR
#2;
+ thanks, Shoichi Kaji!)
+
+-------------------------------------------------------------------
Old:
----
File-ShareDir-Install-0.11.tar.gz
New:
----
File-ShareDir-Install-0.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-ShareDir-Install.spec ++++++
--- /var/tmp/diff_new_pack.fzGNqR/_old 2018-04-25 09:58:38.120821895 +0200
+++ /var/tmp/diff_new_pack.fzGNqR/_new 2018-04-25 09:58:38.124821748 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-ShareDir-Install
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,21 +17,19 @@
Name: perl-File-ShareDir-Install
-Version: 0.11
+Version: 0.12
Release: 0
%define cpan_name File-ShareDir-Install
Summary: Install shared files
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-ShareDir-Install/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build::Tiny) >= 0.034
-BuildRequires: perl(Module::Metadata)
%{perl_requires}
%description
@@ -50,18 +48,20 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
%check
-./Build test
+%{__make} test
%install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
%changelog
++++++ File-ShareDir-Install-0.11.tar.gz -> File-ShareDir-Install-0.12.tar.gz
++++++
++++ 3350 lines of diff (skipped)