Dominique Leuenberger 2016-05-25 19:29:07 +00:00 committed by Git OBS Bridge
commit 813e7a7b92
5 changed files with 57 additions and 8 deletions

View File

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

View File

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

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,23 @@
-------------------------------------------------------------------
Tue May 24 09:02:22 UTC 2016 - coolo@suse.com
- updated to 1.3.2
see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes
v1.3.2 Mo 16. Mai 15:02:03 CEST 2016
- fix version strings
1.3.1 Mo 16. Mai 03:19:57 CEST 2016
- fix Bug #114347
- fix version numbers
- require Perl version in Build.PL
1.3.0 Sun May 12 10:28:21 CEST 2013
- Changed description of modules to more meaningful text (at least I
hope so).
- Added plugin interface with examples in t/PluginLib*.pm and
t/plugin*.t.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 13 15:41:54 UTC 2015 - coolo@suse.com Mon Apr 13 15:41:54 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Algorithm-CheckDigits # spec file for package perl-Algorithm-CheckDigits
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,19 +17,20 @@
Name: perl-Algorithm-CheckDigits Name: perl-Algorithm-CheckDigits
Version: 1.3.0 Version: 1.3.2
Release: 0 Release: 0
%define cpan_name Algorithm-CheckDigits %define cpan_name Algorithm-CheckDigits
Summary: Perl extension to generate and test check digits Summary: Perl extension to generate and test check digits
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Algorithm-CheckDigits/ Url: http://search.cpan.org/dist/Algorithm-CheckDigits/
Source: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.38 BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Probe::Perl) BuildRequires: perl(Probe::Perl)
BuildRequires: perl(version) BuildRequires: perl(version)
Requires: perl(version) Requires: perl(version)
@ -40,7 +41,7 @@ Perl extension to generate and test check digits
%prep %prep
%setup -q -n %{cpan_name}-v%{version} %setup -q -n %{cpan_name}-v%{version}
find . -type f -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Build.PL installdirs=vendor