diff --git a/Git-PurePerl-0.51.tar.gz b/Git-PurePerl-0.51.tar.gz deleted file mode 100644 index 434ff07..0000000 --- a/Git-PurePerl-0.51.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3775f385ae566ea392ece0913a06ffec46441a1273c19ba9a6d990574ec34d00 -size 65486 diff --git a/Git-PurePerl-0.52.tar.gz b/Git-PurePerl-0.52.tar.gz new file mode 100644 index 0000000..edd0f37 --- /dev/null +++ b/Git-PurePerl-0.52.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cefd2b37d5bc21c048e1c692026d9a58849a610280059cc47ec2fc35ea9190 +size 65501 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-Git-PurePerl.changes b/perl-Git-PurePerl.changes index 9eb693e..e65ea3c 100644 --- a/perl-Git-PurePerl.changes +++ b/perl-Git-PurePerl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 12 13:07:43 UTC 2016 - coolo@suse.com + +- updated to 0.52 + see /usr/share/doc/packages/perl-Git-PurePerl/CHANGES + + 0.52 Sat Jun 11 22:22:04 CEST 2016 + - fix 'Can't redeclare "my" in "my" ...' error in 5.24 (gregor herrmann) + ------------------------------------------------------------------- Tue Apr 14 17:40:03 UTC 2015 - coolo@suse.com diff --git a/perl-Git-PurePerl.spec b/perl-Git-PurePerl.spec index 4d6056b..f931b65 100644 --- a/perl-Git-PurePerl.spec +++ b/perl-Git-PurePerl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Git-PurePerl # -# 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,14 +17,15 @@ Name: perl-Git-PurePerl -Version: 0.51 +Version: 0.52 Release: 0 %define cpan_name Git-PurePerl -Summary: A Pure Perl interface to Git repositories +Summary: Pure Perl interface to Git repositories License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Git-PurePerl/ -Source: http://www.cpan.org/authors/id/B/BR/BROQ/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BR/BROQ/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -60,7 +61,7 @@ Requires: perl(namespace::autoclean) %description This module is a Pure Perl interface to Git repositories. -It was mostly based on Grit the http://grit.rubyforge.org/ manpage. +It was mostly based on Grit http://grit.rubyforge.org/. %prep %setup -q -n %{cpan_name}-%{version}