Accepting request 383991 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/383991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Simple?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2016-04-06 06:40:49 +00:00
committed by Git OBS Bridge
parent b68feedace
commit adf06b7207
5 changed files with 56 additions and 25 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 4 10:09:03 UTC 2016 - coolo@suse.com
- updated to 3.15
see /usr/share/doc/packages/perl-Object-Simple/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 13 19:11:14 UTC 2015 - coolo@suse.com Mon Apr 13 19:11:14 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Object-Simple # spec file for package perl-Object-Simple
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 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,14 +17,15 @@
Name: perl-Object-Simple Name: perl-Object-Simple
Version: 3.14 Version: 3.15
Release: 0 Release: 0
%define cpan_name Object-Simple %define cpan_name Object-Simple
Summary: Simple class builder(Mojo::Base porting) Summary: Simple class builder(Mojo::Base porting)
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Object-Simple/ Url: http://search.cpan.org/dist/Object-Simple/
Source: http://www.cpan.org/authors/id/K/KI/KIMOTO/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/K/KI/KIMOTO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -32,35 +33,31 @@ BuildRequires: perl-macros
%{perl_requires} %{perl_requires}
%description %description
the Object::Simple manpage is the Mojo::Base manpage porting. you can use Object::Simple is Mojo::Base porting. you can use Mojo::Base features.
the Mojo::Base manpage features.
the Object::Simple manpage is a generator of accessor method, such as the Object::Simple is a generator of accessor method, such as Class::Accessor,
Class::Accessor manpage, the Mojo::Base manpage, or the Moose manpage. Mojo::Base, or Moose.
the Class::Accessor manpage is simple, but lack offten used features. 'new' Class::Accessor is simple, but lack offten used features. 'new' method
method can't receive hash arguments. Default value can't be specified. If can't receive hash arguments. Default value can't be specified. If
multipule values is set through the accessor, its value is converted to multipule values is set through the accessor, its value is converted to
array reference without warnings. array reference without warnings.
Some people find the Moose manpage too complex, and dislike that it depends Some people find Moose too complex, and dislike that it depends on outside
on outside modules. Some say that the Moose manpage is almost like another modules. Some say that Moose is almost like another language and does not
language and does not fit the familiar perl syntax. In some cases, in fit the familiar perl syntax. In some cases, in particular smaller
particular smaller projects, some people feel that the Moose manpage will projects, some people feel that Moose will increase complexity and
increase complexity and therefore decrease programmer efficiency. In therefore decrease programmer efficiency. In addition, Moose can be slow at
addition, the Moose manpage can be slow at compile-time and its memory compile-time and its memory usage can get large.
usage can get large.
the Object::Simple manpage is the middle way between the Class::Accessor Object::Simple is the middle way between Class::Accessor and complex class
manpage and complex class builder. Only offten used features is implemented builder. Only offten used features is implemented has no dependency.
has no dependency. the Object::Simple manpage is almost same as the Object::Simple is almost same as Mojo::Base.
Mojo::Base manpage.
'new' method can receive hash or hash reference. You can specify default 'new' method can receive hash or hash reference. You can specify default
value. value.
If you like the Mojo::Base manpage, the Object::Simple manpage is good If you like Mojo::Base, Object::Simple is good choice.
choice.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}