diff --git a/Map-Tube-Exception-3.06.tar.gz b/Map-Tube-Exception-3.06.tar.gz deleted file mode 100644 index ca23bc6..0000000 --- a/Map-Tube-Exception-3.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8575f7d05b80d81ff8e523f3e9ab68c05a561d897309a204056e8460ac6be351 -size 12688 diff --git a/Map-Tube-Exception-3.07.tar.gz b/Map-Tube-Exception-3.07.tar.gz new file mode 100644 index 0000000..327ebd5 --- /dev/null +++ b/Map-Tube-Exception-3.07.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcccf5ad6e892fcf7ef9bca811caa9535cb373a12dc7451d829c7a3112cf160 +size 11576 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#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_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Map-Tube-Exception.changes b/perl-Map-Tube-Exception.changes index fd02cd4..64ed53a 100644 --- a/perl-Map-Tube-Exception.changes +++ b/perl-Map-Tube-Exception.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 8 14:38:45 UTC 2016 - coolo@suse.com + +- updated to 3.07 + see /usr/share/doc/packages/perl-Map-Tube-Exception/Changes + ------------------------------------------------------------------- Sat Oct 8 13:40:44 UTC 2016 - coolo@suse.com diff --git a/perl-Map-Tube-Exception.spec b/perl-Map-Tube-Exception.spec index 4c9e9bc..606e7e8 100644 --- a/perl-Map-Tube-Exception.spec +++ b/perl-Map-Tube-Exception.spec @@ -17,7 +17,7 @@ Name: perl-Map-Tube-Exception -Version: 3.06 +Version: 3.07 Release: 0 %define cpan_name Map-Tube-Exception Summary: Base exception package as Moo Role for Map::Tube::* family @@ -25,6 +25,7 @@ License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Map-Tube-Exception/ Source0: http://www.cpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -41,7 +42,7 @@ Requires: perl(namespace::clean) >= 0.24 %description Base exception package as Moo Role for Map::Tube::* family. -Extracted out of the distribution Map::Tube v3.0, so that it can be shared +Extracted out of the distribution Map::Tube v3.0,so that it can be shared with Map::Tube and it's Map::Tube::* family. It has been re-structured in the process.