From 798f6539b15e6501f95a5c0b5f09a73b62c35c7830a457303e8e979ebcba6914 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 20 Sep 2015 13:47:40 +0000 Subject: [PATCH] Accepting request 332213 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/332213 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-CheckLib?expand=0&rev=11 --- Devel-CheckLib-1.03.tar.gz | 3 --- Devel-CheckLib-1.05.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Devel-CheckLib.changes | 10 ++++++++++ perl-Devel-CheckLib.spec | 7 ++++--- 5 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 Devel-CheckLib-1.03.tar.gz create mode 100644 Devel-CheckLib-1.05.tar.gz create mode 100644 cpanspec.yml diff --git a/Devel-CheckLib-1.03.tar.gz b/Devel-CheckLib-1.03.tar.gz deleted file mode 100644 index d6431ee..0000000 --- a/Devel-CheckLib-1.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ba56171311c038304afc3776867d56b01b08e0185d52b002d7cba7bb24fc57c -size 13328 diff --git a/Devel-CheckLib-1.05.tar.gz b/Devel-CheckLib-1.05.tar.gz new file mode 100644 index 0000000..d2f4603 --- /dev/null +++ b/Devel-CheckLib-1.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7047a80c0225334a74e5fec80c61fa97a31bcba865a6f7cd222be724624763 +size 14126 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#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 +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Devel-CheckLib.changes b/perl-Devel-CheckLib.changes index 465e8da..472b44b 100644 --- a/perl-Devel-CheckLib.changes +++ b/perl-Devel-CheckLib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Sep 20 08:46:25 UTC 2015 - coolo@suse.com + +- updated to 1.05 + see /usr/share/doc/packages/perl-Devel-CheckLib/CHANGES + + 1.05 2015-09-16 Fix handling $PERL_MM_OPT. + + 1.04 2015-09-16 Handle $PERL_MM_OPT. + ------------------------------------------------------------------- Sat Feb 7 07:21:42 UTC 2015 - coolo@suse.com diff --git a/perl-Devel-CheckLib.spec b/perl-Devel-CheckLib.spec index 72121db..b896594 100644 --- a/perl-Devel-CheckLib.spec +++ b/perl-Devel-CheckLib.spec @@ -17,14 +17,15 @@ Name: perl-Devel-CheckLib -Version: 1.03 +Version: 1.05 Release: 0 %define cpan_name Devel-CheckLib -Summary: check that a library is available +Summary: Check That a Library Is Available License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Devel-CheckLib/ -Source: http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MA/MATTN/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros