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:
parent
09f949fabf
commit
9d8a2906ef
@ -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
BIN
Bit-Vector-7.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
19
cpanspec.yml
Normal file
19
cpanspec.yml
Normal 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
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user