8
0

Accepting request 509067 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/509067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Section?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2017-07-11 09:48:46 +00:00
committed by Git OBS Bridge
parent 2552487dc4
commit 0babc04f80
5 changed files with 48 additions and 8 deletions

View File

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

View File

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

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,13 @@
-------------------------------------------------------------------
Mon Jul 10 05:23:40 UTC 2017 - coolo@suse.com
- updated to 0.200007
see /usr/share/doc/packages/perl-Data-Section/Changes
0.200007 2017-07-07 11:36:04-04:00 America/New_York
- rename the test library "Parent.pm" to "Mother.pm" to avoid conflict
with core "parent.pm" on case-insensitive systems (thanks, Dan Kogai)
-------------------------------------------------------------------
Mon Mar 17 13:12:39 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Section
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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-Data-Section
Version: 0.200006
Version: 0.200007
Release: 0
%define cpan_name Data-Section
Summary: read multiple hunks of data out of your DATA section
Summary: Read Multiple Hunks of Data Out of Your Data Section
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Section/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -59,6 +60,7 @@ modules to store their own templates, but probably has other uses.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog