Accepting request 304790 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/304790 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sort-Versions?expand=0&rev=12
This commit is contained in:
parent
359151a790
commit
129fd2d7f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:106b269c35588a3b114f72f5b651e30bc312fa9de5f33e8bd53f66f1fc4220e5
|
||||
size 11723
|
3
Sort-Versions-1.61.tar.gz
Normal file
3
Sort-Versions-1.61.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e58b98002e448eda425dcdd5c745b5d4ba9328d0022a60a84d333ef6df5a174
|
||||
size 12192
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#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_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
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 06:19:12 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.61
|
||||
see /usr/share/doc/packages/perl-Sort-Versions/Changes
|
||||
|
||||
1.61 2015-04-29 NEILB
|
||||
- Removed spaces from function prototype for versioncmp(). RT#103810
|
||||
Kerin Millar++
|
||||
- Added [MetaJSON] so the dist will get a META.json file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 19:45:24 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Sort-Versions
|
||||
Version: 1.60
|
||||
Version: 1.61
|
||||
Release: 0
|
||||
%define cpan_name Sort-Versions
|
||||
Summary: a perl 5 module for sorting of revision-like numbers
|
||||
Summary: Perl 5 Module for Sorting of Revision-Like Numbers
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Sort-Versions/
|
||||
Source: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
Loading…
Reference in New Issue
Block a user