8
0

Accepting request 693370 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/693370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Using-PkgConfig?expand=0&rev=2
This commit is contained in:
2019-04-12 14:32:02 +00:00
committed by Git OBS Bridge
parent a0a662af33
commit e3f6d0745f
5 changed files with 44 additions and 4 deletions

View File

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

View File

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

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,14 @@
-------------------------------------------------------------------
Fri Apr 12 05:19:06 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.03
see /usr/share/doc/packages/perl-Module-Build-Using-PkgConfig/Changes
0.03 2019-04-11 13:05:56
[CHANGES]
* Declare dependency on perl 5.010 because of // operator
* Spelling fixes from debian (thanks gregor herrmann) (RT128590)
-------------------------------------------------------------------
Wed Apr 3 07:49:54 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-Module-Build-Using-PkgConfig
Version: 0.02
Version: 0.03
Release: 0
%define cpan_name Module-Build-Using-PkgConfig
Summary: Extend C<Module::Build> to more easily use platform libraries provided b[cut]
@@ -25,6 +25,7 @@ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl