Accepting request 348944 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/348944 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sort-Versions?expand=0&rev=13
This commit is contained in:
parent
129fd2d7f1
commit
4ffc48bf0a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e58b98002e448eda425dcdd5c745b5d4ba9328d0022a60a84d333ef6df5a174
|
||||
size 12192
|
BIN
Sort-Versions-1.62.tar.gz
(Stored with Git LFS)
Normal file
BIN
Sort-Versions-1.62.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 10:23:56 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.62
|
||||
see /usr/share/doc/packages/perl-Sort-Versions/Changes
|
||||
|
||||
1.62 2015-12-13 NEILB
|
||||
- Fixed Hack Kampbjørn's surname -- I'd previously switched the ø to an
|
||||
upper-case Ø -- thanks to pink-mist for pointing this out.
|
||||
- Updated github repo URL after changing my github username
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 06:19:12 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Sort-Versions
|
||||
Version: 1.61
|
||||
Version: 1.62
|
||||
Release: 0
|
||||
%define cpan_name Sort-Versions
|
||||
Summary: Perl 5 Module for Sorting of Revision-Like Numbers
|
||||
@ -79,7 +79,7 @@ than one dot is the style to use.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user