8
0
forked from pool/perl-boolean

Accepting request 407404 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/407404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-boolean?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2016-07-11 05:22:34 +00:00
committed by Git OBS Bridge
parent c7de4508f7
commit c44fdfe47f
5 changed files with 45 additions and 6 deletions

View File

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

3
boolean-0.46.tar.gz Normal file
View File

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

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 @@
-------------------------------------------------------------------
Sat Jul 9 06:16:45 UTC 2016 - coolo@suse.com
- updated to 0.46
see /usr/share/doc/packages/perl-boolean/Changes
0.46 Fri Jul 8 17:14:32 UTC 2016
- Apply PR/14 @dagolden++
- Adds CLONE method for thread safety
-------------------------------------------------------------------
Tue Apr 14 18:14:34 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-boolean
#
# 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-boolean
Version: 0.45
Version: 0.46
Release: 0
%define cpan_name boolean
Summary: Boolean support for Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/boolean/
Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl