diff --git a/Config-GitLike-1.12.tar.gz b/Config-GitLike-1.12.tar.gz deleted file mode 100644 index 2590b9f..0000000 --- a/Config-GitLike-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da84ed50f042c6462ff9e0f0b7ccfba6c71a584c6409d4a2d62cbc1c0717529f -size 48821 diff --git a/Config-GitLike-1.16.tar.gz b/Config-GitLike-1.16.tar.gz new file mode 100644 index 0000000..843a9f2 --- /dev/null +++ b/Config-GitLike-1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c7f7e71405219582a96e5266cbec51c0ff3ec4bf0bb6db1fd12725ee23fe8f +size 49812 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-Config-GitLike.changes b/perl-Config-GitLike.changes index 221c8d3..3c34778 100644 --- a/perl-Config-GitLike.changes +++ b/perl-Config-GitLike.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 20:54:07 UTC 2015 - coolo@suse.com + +- updated to 1.16 + see /usr/share/doc/packages/perl-Config-GitLike/Changes + ------------------------------------------------------------------- Tue Aug 6 17:49:11 UTC 2013 - coolo@suse.com diff --git a/perl-Config-GitLike.spec b/perl-Config-GitLike.spec index 54f600b..2ae4b7d 100644 --- a/perl-Config-GitLike.spec +++ b/perl-Config-GitLike.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Config-GitLike # -# Copyright (c) 2013 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 @@ -17,14 +17,15 @@ Name: perl-Config-GitLike -Version: 1.12 +Version: 1.16 Release: 0 %define cpan_name Config-GitLike -Summary: git-compatible config file parsing +Summary: Git-Compatible Config File Parsing License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Config-GitLike/ -Source: http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -32,16 +33,6 @@ BuildRequires: perl-macros BuildRequires: perl(Moo) BuildRequires: perl(MooX::Types::MooseLike) BuildRequires: perl(Test::Exception) -#BuildRequires: perl(Config::GitLike) -#BuildRequires: perl(inc::Module::Install) -#BuildRequires: perl(JSON) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(MooX::Types::MooseLike::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(TestConfig) -#BuildRequires: perl(YAML::Tiny) Requires: perl(Moo) Requires: perl(MooX::Types::MooseLike) %{perl_requires}