From beaede681606855ba565989ce692cba3c9dffcb89f532f7bf426e24d392ce544 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 6 Apr 2017 13:04:43 +0000 Subject: [PATCH] Accepting request 483980 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/483980 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Without-Module?expand=0&rev=9 --- Test-Without-Module-0.18.tar.gz | 3 --- Test-Without-Module-0.19.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Test-Without-Module.changes | 6 ++++++ perl-Test-Without-Module.spec | 11 ++++++----- 5 files changed, 43 insertions(+), 8 deletions(-) delete mode 100644 Test-Without-Module-0.18.tar.gz create mode 100644 Test-Without-Module-0.19.tar.gz create mode 100644 cpanspec.yml diff --git a/Test-Without-Module-0.18.tar.gz b/Test-Without-Module-0.18.tar.gz deleted file mode 100644 index 53f6cf1..0000000 --- a/Test-Without-Module-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2c3360b171d7db518ac39a0e1dcb285c784ea393c11708914a0655d66138c7f -size 10369 diff --git a/Test-Without-Module-0.19.tar.gz b/Test-Without-Module-0.19.tar.gz new file mode 100644 index 0000000..974b39b --- /dev/null +++ b/Test-Without-Module-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ee29b595769f9369d513c8df1121079cea4ffd2574730c70f0d58dd424024c +size 12047 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-Test-Without-Module.changes b/perl-Test-Without-Module.changes index 3fcbb59..6fe1a5c 100644 --- a/perl-Test-Without-Module.changes +++ b/perl-Test-Without-Module.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 31 06:51:57 UTC 2017 - coolo@suse.com + +- updated to 0.19 + see /usr/share/doc/packages/perl-Test-Without-Module/Changes + ------------------------------------------------------------------- Tue Apr 14 19:28:49 UTC 2015 - coolo@suse.com diff --git a/perl-Test-Without-Module.spec b/perl-Test-Without-Module.spec index 5e5c2f3..017e8e5 100644 --- a/perl-Test-Without-Module.spec +++ b/perl-Test-Without-Module.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Without-Module # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,15 @@ Name: perl-Test-Without-Module -Version: 0.18 +Version: 0.19 Release: 0 %define cpan_name Test-Without-Module Summary: Test fallback behaviour in absence of modules License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Without-Module/ -Source: http://www.cpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -38,7 +39,7 @@ have a fallback when a certain dependency module is not installed. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -54,6 +55,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes README README.mkdn %changelog