Hello community,
here is the log from the commit of package perl-File-ShareDir for
openSUSE:Factory checked in at 2017-07-04 11:55:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-ShareDir (Old)
and /work/SRC/openSUSE:Factory/.perl-File-ShareDir.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-ShareDir"
Tue Jul 4 11:55:27 2017 rev:11 rq:507473 version:1.104
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-ShareDir/perl-File-ShareDir.changes
2015-04-22 01:07:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-File-ShareDir.new/perl-File-ShareDir.changes
2017-07-04 11:55:37.492753312 +0200
@@ -1,0 +2,6 @@
+Fri Jun 30 05:30:06 UTC 2017 - [email protected]
+
+- updated to 1.104
+ see /usr/share/doc/packages/perl-File-ShareDir/Changes
+
+-------------------------------------------------------------------
Old:
----
File-ShareDir-1.102.tar.gz
New:
----
File-ShareDir-1.104.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-ShareDir.spec ++++++
--- /var/tmp/diff_new_pack.hzC7Ym/_old 2017-07-04 11:55:38.012680144 +0200
+++ /var/tmp/diff_new_pack.hzC7Ym/_new 2017-07-04 11:55:38.016679581 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-ShareDir
#
-# 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-File-ShareDir
-Version: 1.102
+Version: 1.104
Release: 0
%define cpan_name File-ShareDir
Summary: Locate per-dist and per-module shared files
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-ShareDir/
-Source:
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -35,10 +36,10 @@
%{perl_requires}
%description
-The intent of the File::ShareDir manpage is to provide a companion to the
-Class::Inspector manpage and the File::HomeDir manpage, modules that take a
-process that is well-known by advanced Perl developers but gets a little
-tricky, and make it more available to the larger Perl community.
+The intent of File::ShareDir is to provide a companion to Class::Inspector
+and File::HomeDir, modules that take a process that is well-known by
+advanced Perl developers but gets a little tricky, and make it more
+available to the larger Perl community.
Quite often you want or need your Perl module (CPAN or otherwise) to have
access to a large amount of read-only data that is stored on the
@@ -77,7 +78,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -93,6 +94,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes
+%doc Changes README.md
+%license LICENSE
%changelog
++++++ File-ShareDir-1.102.tar.gz -> File-ShareDir-1.104.tar.gz ++++++
++++ 1886 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