From 5b9f7f2ee31d9ff411206b195263c857700b119b45b58da044ddbc8d30924634 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 16 Jun 2015 04:59:46 +0000 Subject: [PATCH] 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 --- Set-Object-1.34.tar.gz | 3 --- Set-Object-1.35.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Set-Object.changes | 20 ++++++++++++++++++++ perl-Set-Object.spec | 16 +++++++--------- 5 files changed, 53 insertions(+), 12 deletions(-) delete mode 100644 Set-Object-1.34.tar.gz create mode 100644 Set-Object-1.35.tar.gz create mode 100644 cpanspec.yml diff --git a/Set-Object-1.34.tar.gz b/Set-Object-1.34.tar.gz deleted file mode 100644 index 488af93..0000000 --- a/Set-Object-1.34.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57eee70eb77091207ceabf6b9ac463f89031c57a6a27b9bec4ff8a53a66937b6 -size 75039 diff --git a/Set-Object-1.35.tar.gz b/Set-Object-1.35.tar.gz new file mode 100644 index 0000000..a9f66fb --- /dev/null +++ b/Set-Object-1.35.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189a4d7cc3e583faa8518a63a95cf4aa3a320f79b5c6f5e40970687244080ee7 +size 79370 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Set-Object.changes b/perl-Set-Object.changes index 6131e7e..279087c 100644 --- a/perl-Set-Object.changes +++ b/perl-Set-Object.changes @@ -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 diff --git a/perl-Set-Object.spec b/perl-Set-Object.spec index 4f5db99..3fad9f5 100644 --- a/perl-Set-Object.spec +++ b/perl-Set-Object.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,18 @@ Name: perl-Set-Object -Version: 1.34 +Version: 1.35 Release: 0 %define cpan_name Set-Object -Summary: Unordered collections (sets) of Perl Objects -License: Artistic-1.0 +Summary: Set of Objects and Strings +License: Artistic-2.0 Group: Development/Libraries/Perl 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 BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Moose) -#BuildRequires: perl(Set::Object) -#BuildRequires: perl(Set::Object::Weak) Recommends: perl(Moose) Recommends: perl(Test::LeakTrace) %{perl_requires} @@ -67,6 +65,6 @@ went in with; only strings come out. %files -f %{name}.files %defattr(-,root,root,755) -%doc README +%doc LICENSE README %changelog