From 7519de5e6bb580805defa3785c12f684a222e61c331c6dbfb8d29b3508cae934 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 24 Feb 2014 06:29:21 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-ShareDir-Install?expand=0&rev=10 --- File-ShareDir-Install-0.05.tar.gz | 3 --- File-ShareDir-Install-0.08.tar.gz | 3 +++ perl-File-ShareDir-Install.changes | 13 +++++++++++++ perl-File-ShareDir-Install.spec | 11 +++++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 File-ShareDir-Install-0.05.tar.gz create mode 100644 File-ShareDir-Install-0.08.tar.gz diff --git a/File-ShareDir-Install-0.05.tar.gz b/File-ShareDir-Install-0.05.tar.gz deleted file mode 100644 index 617fd14..0000000 --- a/File-ShareDir-Install-0.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc36003909fc5ffd16b97243a7cef79d4bddd69a9401e00e43bdf3cb9c0c799d -size 5097 diff --git a/File-ShareDir-Install-0.08.tar.gz b/File-ShareDir-Install-0.08.tar.gz new file mode 100644 index 0000000..488b613 --- /dev/null +++ b/File-ShareDir-Install-0.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2ad117901d67b77f63b97272c100a034b5c6a527a59dd97dd0283e887d17a1 +size 7405 diff --git a/perl-File-ShareDir-Install.changes b/perl-File-ShareDir-Install.changes index a608a9f..8878fbc 100644 --- a/perl-File-ShareDir-Install.changes +++ b/perl-File-ShareDir-Install.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Feb 24 06:08:00 UTC 2014 - coolo@suse.com + +- updated to 0.08 + - Tests may now be run in parallel + Thank you KENTNL@cpan.org + + - Added delete_share + Thank you dmuey@cpan.org + + - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS + Thank you sharyanto@cpan.org + ------------------------------------------------------------------- Fri Oct 4 09:14:20 UTC 2013 - coolo@suse.com diff --git a/perl-File-ShareDir-Install.spec b/perl-File-ShareDir-Install.spec index ca92a5b..d3702e3 100644 --- a/perl-File-ShareDir-Install.spec +++ b/perl-File-ShareDir-Install.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-ShareDir-Install # -# Copyright (c) 2013 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 @@ -17,7 +17,7 @@ Name: perl-File-ShareDir-Install -Version: 0.05 +Version: 0.08 Release: 0 %define cpan_name File-ShareDir-Install Summary: Install shared files @@ -29,7 +29,6 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(File::ShareDir::Install) %{perl_requires} %description @@ -39,7 +38,11 @@ allows you to locate these files after installation. It is a port of the Module::Install::Share manpage to the ExtUtils::MakeMaker manpage with the improvement of only installing the -files you want; '.svn' and other source-control junk will be ignored. +files you want; '.svn', '.git' and other source-control junk will be +ignored. + +Please note that this module installs read-only data files; empty +directories will be ignored. %prep %setup -q -n %{cpan_name}-%{version}