Dominique Leuenberger 2021-11-26 23:51:42 +00:00 committed by Git OBS Bridge
commit 19173e96b1
4 changed files with 17 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 17 03:06:01 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.3.6
see /usr/share/doc/packages/perl-Algorithm-CheckDigits/Changes
v1.3.6 Tue Nov 16 11:38:44 CET 2021
- adjust repository to reflect move on GitHub
-------------------------------------------------------------------
Tue Nov 24 08:53:51 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Algorithm-CheckDigits
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,16 @@
#
Name: perl-Algorithm-CheckDigits
Version: 1.3.5
Release: 0
%define cpan_name Algorithm-CheckDigits
Name: perl-Algorithm-CheckDigits
Version: 1.3.6
Release: 0
Summary: Perl extension to generate and test check digits
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.380000
@ -40,7 +38,7 @@ Requires: perl(version)
Perl extension to generate and test check digits
%prep
%setup -q -n %{cpan_name}-v%{version}
%autosetup -n %{cpan_name}-v%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
@ -55,7 +53,6 @@ perl Build.PL installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog