diff --git a/Dist-Zilla-Plugin-Repository-0.18.tar.gz b/Dist-Zilla-Plugin-Repository-0.18.tar.gz deleted file mode 100644 index 13adf76..0000000 --- a/Dist-Zilla-Plugin-Repository-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eef772cd42faf6ac6c1b563c0a415b209dd325659adbd5ad7c1520f074bae9ff -size 14845 diff --git a/Dist-Zilla-Plugin-Repository-0.20.tar.gz b/Dist-Zilla-Plugin-Repository-0.20.tar.gz new file mode 100644 index 0000000..b934c37 --- /dev/null +++ b/Dist-Zilla-Plugin-Repository-0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6b2e575da464b92a3015003a49bdf354e92e244ad9d79d722df5dcb0e1b496 +size 15574 diff --git a/perl-Dist-Zilla-Plugin-Repository.changes b/perl-Dist-Zilla-Plugin-Repository.changes index be03cef..673cd10 100644 --- a/perl-Dist-Zilla-Plugin-Repository.changes +++ b/perl-Dist-Zilla-Plugin-Repository.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Apr 13 17:51:00 UTC 2015 - coolo@suse.com + +- updated to 0.20 + see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-Repository/Changes + + 0.20 2013-02-25 + $ENV{LC_ALL} = "C"; from jquelin + + 0.19 2012.10.17 + Use https:// URLs for Github. (DOLMEN) + ------------------------------------------------------------------- Wed Apr 27 18:40:11 UTC 2011 - coolo@opensuse.org diff --git a/perl-Dist-Zilla-Plugin-Repository.spec b/perl-Dist-Zilla-Plugin-Repository.spec index 12100c3..da097ca 100644 --- a/perl-Dist-Zilla-Plugin-Repository.spec +++ b/perl-Dist-Zilla-Plugin-Repository.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Dist-Zilla-Plugin-Repository (Version 0.18) +# spec file for package perl-Dist-Zilla-Plugin-Repository # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Dist-Zilla-Plugin-Repository -Version: 0.18 -Release: 1 -License: GPL+ or Artistic +Version: 0.20 +Release: 0 %define cpan_name Dist-Zilla-Plugin-Repository Summary: Automatically sets repository URL from svn/svk/Git checkout for Dist::Zilla -Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-Repository/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-Repository/ Source: http://www.cpan.org/authors/id/F/FA/FAYLAND/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -30,7 +31,6 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Dist::Zilla) >= 4.102340 BuildRequires: perl(Dist::Zilla::Tester) >= 4.102340 -BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.88 Requires: perl(Dist::Zilla) >= 4.102340 %{perl_requires} @@ -53,11 +53,8 @@ The code is mostly a copy-paste of the Module::Install::Repository manpage %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes LICENSE perltidy.LOG README %changelog