diff --git a/Data-Structure-Util-0.15.tar.gz b/Data-Structure-Util-0.15.tar.gz deleted file mode 100644 index 9b3b153..0000000 --- a/Data-Structure-Util-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4228ad6fcd1081a5193d91b2c394f50a5b1e8a42e25d99fdf79c4153a40186d0 -size 23185 diff --git a/Data-Structure-Util-0.16.tar.gz b/Data-Structure-Util-0.16.tar.gz new file mode 100644 index 0000000..69b1403 --- /dev/null +++ b/Data-Structure-Util-0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd42a13e65cb15f3a76296eb9a134da220168ec747c568d331a50ae7a2ddbc6 +size 23936 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#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_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Data-Structure-Util.changes b/perl-Data-Structure-Util.changes index ba19ed4..e1361bc 100644 --- a/perl-Data-Structure-Util.changes +++ b/perl-Data-Structure-Util.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 16 21:03:41 UTC 2015 - coolo@suse.com + +- updated to 0.16 + see /usr/share/doc/packages/perl-Data-Structure-Util/CHANGES + + 0.16 2015-03-08 + - Removed assertion that signature(undef) ne signature(undef) - no + longer valid for Perl 5.20 (ANDYA) + - Fix GCC warnings (AMBS) + - Fix Clang warnings (ANDYA) + ------------------------------------------------------------------- Thu Apr 21 04:54:27 UTC 2011 - coolo@opensuse.org diff --git a/perl-Data-Structure-Util.spec b/perl-Data-Structure-Util.spec index 568bd01..6be562f 100644 --- a/perl-Data-Structure-Util.spec +++ b/perl-Data-Structure-Util.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Data-Structure-Util (Version 0.15) +# spec file for package perl-Data-Structure-Util # -# 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,29 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Data-Structure-Util -Version: 0.15 -Release: 1 -License: GPL+ or Artistic +Version: 0.16 +Release: 0 %define cpan_name Data-Structure-Util Summary: Change nature of data within a structure -Url: http://search.cpan.org/dist/Data-Structure-Util/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Data-Structure-Util/ +Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Digest::MD5) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Scalar::Util) >= 1.01 -BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Simple) -Requires: perl(Digest::MD5) -Requires: perl(Scalar::Util) >= 1.01 -Requires: perl(Test::More) -Requires: perl(Test::Pod) -Requires: perl(Test::Simple) %{perl_requires} %description @@ -67,9 +59,6 @@ It is written in C for decent speed. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc CHANGES README