1
0

Accepting request 296978 from devel:languages:perl:autoupdate

- updated to 7.4
   see /usr/share/doc/packages/perl-Bit-Vector/CHANGES.txt

OBS-URL: https://build.opensuse.org/request/show/296978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bit-Vector?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2015-04-15 18:48:16 +00:00 committed by Git OBS Bridge
parent 09f949fabf
commit 9d8a2906ef
5 changed files with 35 additions and 13 deletions

View File

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

BIN
Bit-Vector-7.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

19
cpanspec.yml Normal file
View File

@ -0,0 +1,19 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
patches:
Bit-Vector-7.1.diff:
#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: GPL-1.0+ or Artistic-1.0
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 14 12:24:17 UTC 2015 - coolo@suse.com
- updated to 7.4
see /usr/share/doc/packages/perl-Bit-Vector/CHANGES.txt
-------------------------------------------------------------------
Mon Jun 3 11:39:43 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Bit-Vector
#
# Copyright (c) 2013 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,25 +17,22 @@
Name: perl-Bit-Vector
Version: 7.3
Version: 7.4
Release: 0
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
%define cpan_name Bit-Vector
Summary: Bit::Vector Perl module
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Bit-Vector/
Source: http://www.cpan.org/authors/id/S/ST/STBEY/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.cpan.org/authors/id/S/ST/STBEY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Patch0: Bit-Vector-7.1.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Carp::Clan) >= 5.3
BuildRequires: perl(Storable) >= 2.21
#BuildRequires: perl(Bit::Vector)
#BuildRequires: perl(Bit::Vector::Overload)
#BuildRequires: perl(Bit::Vector::String)
#BuildRequires: perl(Date::Calc::Object)
#BuildRequires: perl(the)
Requires: perl(Carp::Clan) >= 5.3
Requires: perl(Storable) >= 2.21
%{perl_requires}
@ -45,7 +42,7 @@ Bit::Vector Perl module
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0
%patch0
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"