8
0

Accepting request 298008 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/298008
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Find?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2015-04-19 08:28:59 +00:00
committed by Git OBS Bridge
parent 0a762223f3
commit 22b8a8db68
5 changed files with 33 additions and 6 deletions

View File

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

3
Module-Find-0.13.tar.gz Normal file
View File

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

20
cpanspec.yml Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 19 07:42:39 UTC 2015 - coolo@suse.com
- updated to 0.13
see /usr/share/doc/packages/perl-Module-Find/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 08:37:02 UTC 2014 - coolo@suse.com Mon Feb 24 08:37:02 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Find # spec file for package perl-Module-Find
# #
# Copyright (c) 2014 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
Name: perl-Module-Find Name: perl-Module-Find
Version: 0.12 Version: 0.13
Release: 0 Release: 0
%define cpan_name Module-Find %define cpan_name Module-Find
Summary: Find and use installed modules in a (sub)category Summary: Find and use installed modules in a (sub)category
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Find/ Url: http://search.cpan.org/dist/Module-Find/
Source: http://www.cpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl