Accepting request 401421 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/401421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Git-PurePerl?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2016-06-12 14:11:24 +00:00
committed by Git OBS Bridge
parent d197fbbe6d
commit 32dd1a3844
5 changed files with 46 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3775f385ae566ea392ece0913a06ffec46441a1273c19ba9a6d990574ec34d00
size 65486

3
Git-PurePerl-0.52.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2cefd2b37d5bc21c048e1c692026d9a58849a610280059cc47ec2fc35ea9190
size 65501

28
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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

View File

@@ -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}