diff --git a/Parse-RecDescent-1.967009.tar.gz b/Parse-RecDescent-1.967009.tar.gz deleted file mode 100644 index d1428b7..0000000 --- a/Parse-RecDescent-1.967009.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1000f0b82256269fb8daa43aab166a7832fc18b4689af7c8d6d1a49fe75c687 -size 170858 diff --git a/Parse-RecDescent-1.967012.tar.gz b/Parse-RecDescent-1.967012.tar.gz new file mode 100644 index 0000000..8d92968 --- /dev/null +++ b/Parse-RecDescent-1.967012.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ab3eb96b433e275c98b9eac49ae907ad9cb03bd09daa2d27623d5b3bcd6167 +size 173976 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-Parse-RecDescent.changes b/perl-Parse-RecDescent.changes index 78539e9..2dc3cb6 100644 --- a/perl-Parse-RecDescent.changes +++ b/perl-Parse-RecDescent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 14 08:51:35 UTC 2015 - coolo@suse.com + +- updated to 1.967012 + see /usr/share/doc/packages/perl-Parse-RecDescent/Changes + ------------------------------------------------------------------- Thu May 31 13:23:43 UTC 2012 - coolo@suse.com diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index 771f031..52b6b4b 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Parse-RecDescent # -# Copyright (c) 2012 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,24 +17,19 @@ Name: perl-Parse-RecDescent -Version: 1.967009 +Version: 1.967012 Release: 0 %define cpan_name Parse-RecDescent Summary: Generate Recursive-Descent Parsers License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Parse-RecDescent/ -Source: http://www.cpan.org/authors/id/J/JT/JTBRAUN/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/J/JT/JTBRAUN/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.57 BuildRequires: perl(Module::Build) -#BuildRequires: perl(AutoDump) -#BuildRequires: perl(Calc) -#BuildRequires: perl(CGrammar) -#BuildRequires: perl(DecommentGrammar) -#BuildRequires: perl(Parse::RecDescent) %{perl_requires} %description