diff --git a/boolean-0.28.tar.gz b/boolean-0.28.tar.gz deleted file mode 100644 index 72d8c32..0000000 --- a/boolean-0.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cde27c2eff1302738fd6061ffd1a4ac71b24f4944374fcc92f1b7550223453e -size 31810 diff --git a/boolean-0.30.tar.gz b/boolean-0.30.tar.gz new file mode 100644 index 0000000..8924690 --- /dev/null +++ b/boolean-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46e7a6121d5728ef2ce285a82d1dde94f6dfa0b846a612db75b1dcd37b9fc7f +size 33231 diff --git a/perl-boolean.changes b/perl-boolean.changes index 9c38839..d76a7cc 100644 --- a/perl-boolean.changes +++ b/perl-boolean.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 3 08:36:19 UTC 2013 - coolo@suse.com + +- updated to 0.30 + - Fix https://rt.cpan.org/Public/Bug/Display.html?id=84398 + - Support JSON and JSON::XS. dankogai-san++ + ------------------------------------------------------------------- Mon Sep 19 09:11:27 UTC 2011 - coolo@suse.com diff --git a/perl-boolean.spec b/perl-boolean.spec index 159b875..e0cc2df 100644 --- a/perl-boolean.spec +++ b/perl-boolean.spec @@ -1,7 +1,7 @@ # # spec file for package perl-boolean # -# Copyright (c) 2011 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 @@ -16,20 +16,28 @@ # - Name: perl-boolean -Version: 0.28 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 0.30 +Release: 0 %define cpan_name boolean Summary: Boolean support for Perl -Url: http://search.cpan.org/dist/boolean/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/boolean/ Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +#BuildRequires: perl(boolean) +#BuildRequires: perl(inc::Module::Package) +#BuildRequires: perl(JSON) +#BuildRequires: perl(LWP::Simple) +#BuildRequires: perl(Module::Build) +#BuildRequires: perl(Module::Install::Base) +#BuildRequires: perl(Parse::CPAN::Meta) +#BuildRequires: perl(Readonly) +#BuildRequires: perl(YAML::Tiny) Recommends: perl(Readonly) %{perl_requires} @@ -66,9 +74,6 @@ objects: 'true' and 'false'. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes LICENSE README