From 4f474baf8b80abc0a101dd5020f97630236736c4b8d009db25c16b4467d7af55 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Dec 2016 15:12:42 +0000 Subject: [PATCH] Accepting request 444022 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/444022 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISMN?expand=0&rev=5 --- Business-ISMN-1.13.tar.gz | 3 --- Business-ISMN-1.131.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Business-ISMN.changes | 6 ++++++ perl-Business-ISMN.spec | 12 +++++++----- 5 files changed, 44 insertions(+), 8 deletions(-) delete mode 100644 Business-ISMN-1.13.tar.gz create mode 100644 Business-ISMN-1.131.tar.gz create mode 100644 cpanspec.yml diff --git a/Business-ISMN-1.13.tar.gz b/Business-ISMN-1.13.tar.gz deleted file mode 100644 index 992c5ee..0000000 --- a/Business-ISMN-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89b598dcde116732f8621b18660fec9a6989b1ad5bf96599b98fbcaecad9a132 -size 9703 diff --git a/Business-ISMN-1.131.tar.gz b/Business-ISMN-1.131.tar.gz new file mode 100644 index 0000000..61e3335 --- /dev/null +++ b/Business-ISMN-1.131.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa479a0c6a846dd3aed86811d57266f07270a0d3abff333188976c2483fccf7 +size 14347 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-Business-ISMN.changes b/perl-Business-ISMN.changes index 11aaeb0..b80f27e 100644 --- a/perl-Business-ISMN.changes +++ b/perl-Business-ISMN.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 6 06:07:51 UTC 2016 - coolo@suse.com + +- updated to 1.131 + see /usr/share/doc/packages/perl-Business-ISMN/Changes + ------------------------------------------------------------------- Tue Apr 14 12:36:46 UTC 2015 - coolo@suse.com diff --git a/perl-Business-ISMN.spec b/perl-Business-ISMN.spec index f205428..091aaf8 100644 --- a/perl-Business-ISMN.spec +++ b/perl-Business-ISMN.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Business-ISMN # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,18 +17,20 @@ Name: perl-Business-ISMN -Version: 1.13 +Version: 1.131 Release: 0 %define cpan_name Business-ISMN -Summary: work with International Standard Music Numbers +Summary: Work with International Standard Music Numbers License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Business-ISMN/ -Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Test::More) >= 0.95 BuildRequires: perl(Tie::Cycle) >= 1.21 Requires: perl(Tie::Cycle) >= 1.21 %{perl_requires} @@ -53,6 +55,6 @@ work with International Standard Music Numbers %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples ismns.txt LICENSE README +%doc Changes examples ismns.txt LICENSE %changelog