diff --git a/Bit-Vector-7.3.tar.gz b/Bit-Vector-7.3.tar.gz deleted file mode 100644 index d90bd6b..0000000 --- a/Bit-Vector-7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a76330bfb9b9083371484c960d01ac0ad0e129fe770bfb1e87a85384e088f3d -size 130395 diff --git a/Bit-Vector-7.4.tar.gz b/Bit-Vector-7.4.tar.gz new file mode 100644 index 0000000..18fa934 --- /dev/null +++ b/Bit-Vector-7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6daa671fecfbc35f92a9385b563d65f50dfc6bdc8b4805f9ef46c0d035a926 +size 135965 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..f147fda --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Bit-Vector.changes b/perl-Bit-Vector.changes index cd39761..608f009 100644 --- a/perl-Bit-Vector.changes +++ b/perl-Bit-Vector.changes @@ -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 diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index a1c0164..45f2eff 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -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}"