forked from pool/perl-Set-Object
Accepting request 312074 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/312074 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Set-Object?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
2b64936e56
commit
5b9f7f2ee3
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57eee70eb77091207ceabf6b9ac463f89031c57a6a27b9bec4ff8a53a66937b6
|
|
||||||
size 75039
|
|
3
Set-Object-1.35.tar.gz
Normal file
3
Set-Object-1.35.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:189a4d7cc3e583faa8518a63a95cf4aa3a320f79b5c6f5e40970687244080ee7
|
||||||
|
size 79370
|
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,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 15 09:09:34 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.35
|
||||||
|
see /usr/share/doc/packages/perl-Set-Object/Changes.pod
|
||||||
|
|
||||||
|
=head1 1.35, 2015-06-10
|
||||||
|
|
||||||
|
=over
|
||||||
|
|
||||||
|
=item *
|
||||||
|
|
||||||
|
Change to Artistic License 2.0
|
||||||
|
|
||||||
|
=item *
|
||||||
|
|
||||||
|
Add more misc tests. Add use strict to Set::Object::Weak
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 9 13:32:10 UTC 2014 - coolo@suse.com
|
Sun Feb 9 13:32:10 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Set-Object
|
# spec file for package perl-Set-Object
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 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
|
# 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,20 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Set-Object
|
Name: perl-Set-Object
|
||||||
Version: 1.34
|
Version: 1.35
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Set-Object
|
%define cpan_name Set-Object
|
||||||
Summary: Unordered collections (sets) of Perl Objects
|
Summary: Set of Objects and Strings
|
||||||
License: Artistic-1.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Set-Object/
|
Url: http://search.cpan.org/dist/Set-Object/
|
||||||
Source: http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
#BuildRequires: perl(Moose)
|
|
||||||
#BuildRequires: perl(Set::Object)
|
|
||||||
#BuildRequires: perl(Set::Object::Weak)
|
|
||||||
Recommends: perl(Moose)
|
Recommends: perl(Moose)
|
||||||
Recommends: perl(Test::LeakTrace)
|
Recommends: perl(Test::LeakTrace)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -67,6 +65,6 @@ went in with; only strings come out.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc README
|
%doc LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user