From 444488241fa4332f8773cd9ea23e72e6a86e8096e5ba5cfad0865370a27f9354 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 25 Nov 2013 10:12:05 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Eventual?expand=0&rev=7 --- Pod-Eventual-0.093330.tar.gz | 3 --- Pod-Eventual-0.094001.tar.gz | 3 +++ perl-Pod-Eventual.changes | 8 ++++++++ perl-Pod-Eventual.spec | 27 ++++++++++++++------------- 4 files changed, 25 insertions(+), 16 deletions(-) delete mode 100644 Pod-Eventual-0.093330.tar.gz create mode 100644 Pod-Eventual-0.094001.tar.gz diff --git a/Pod-Eventual-0.093330.tar.gz b/Pod-Eventual-0.093330.tar.gz deleted file mode 100644 index aa74c55..0000000 --- a/Pod-Eventual-0.093330.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29de14a69df8a26f7e8ff73daca5afa7acc84cc9b7ae28093a5b1af09a4830b6 -size 13223 diff --git a/Pod-Eventual-0.094001.tar.gz b/Pod-Eventual-0.094001.tar.gz new file mode 100644 index 0000000..94be6a5 --- /dev/null +++ b/Pod-Eventual-0.094001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9fb8910b108e5d1a66f002b659ad22576e88d779b703dff9d15122c3f80834 +size 16640 diff --git a/perl-Pod-Eventual.changes b/perl-Pod-Eventual.changes index d486fce..1d17de3 100644 --- a/perl-Pod-Eventual.changes +++ b/perl-Pod-Eventual.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 25 07:38:18 UTC 2013 - coolo@suse.com + +- updated to 0.094001 + require Mixin-Linewise 0.102 to avoid busted 0.101 + tiny documentation tweak + update repo and bugtracker + ------------------------------------------------------------------- Mon Jan 17 16:22:42 UTC 2011 - coolo@novell.com diff --git a/perl-Pod-Eventual.spec b/perl-Pod-Eventual.spec index 11ed10b..b77a29d 100644 --- a/perl-Pod-Eventual.spec +++ b/perl-Pod-Eventual.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Pod-Eventual # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,23 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Pod-Eventual -Version: 0.093330 +Version: 0.094001 Release: 0 %define cpan_name Pod-Eventual Summary: read a POD document as a series of trivial events -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/Pod-Eventual/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Mixin::Linewise::Readers) >= 0.001 +BuildRequires: perl(Mixin::Linewise::Readers) >= 0.102 BuildRequires: perl(Test::Deep) -Requires: perl(Mixin::Linewise::Readers) >= 0.001 -Requires: perl(Test::Deep) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +BuildRequires: perl(Test::More) >= 0.96 +#BuildRequires: perl(Pod::Eventual) +#BuildRequires: perl(Pod::Eventual::Simple) +#BuildRequires: perl(String::Truncate) +Requires: perl(Mixin::Linewise::Readers) >= 0.102 %{perl_requires} %description @@ -65,11 +69,8 @@ will be called, and will raise an exception. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes eg LICENSE README %changelog