Compare commits
10 Commits
17ee8acb8b
...
6d6ee0a225
Author | SHA256 | Date | |
---|---|---|---|
6d6ee0a225 | |||
|
319d02f32b | ||
|
07b1b84c49 | ||
|
ae7d85e1a4 | ||
|
e6d40697ea | ||
|
67d34af1ed | ||
54f9661960 | |||
|
e3bd3e88a0 | ||
|
9d75b8b9d5 | ||
|
0d770134f7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:544f891feb979ab4f94df51008a8b216022b0fce99d64ff85d9f55b91567c176
|
||||
size 56882
|
3
Bread-Board-0.37.tar.gz
Normal file
3
Bread-Board-0.37.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:595a2813a7ba8705b74a761a1853ad7fa677a93b4df3be900490bbd2a484deae
|
||||
size 94222
|
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,100 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 05:02:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 0.37
|
||||
see /usr/share/doc/packages/perl-Bread-Board/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 05:06:39 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.36
|
||||
see /usr/share/doc/packages/perl-Bread-Board/Changes
|
||||
|
||||
0.36 2017-09-25
|
||||
[ BUG FIXES ]
|
||||
- fix pod error. (Mohammad S Anwar, GH#63)
|
||||
|
||||
[ MISC ]
|
||||
- Reverting the changes of #53, as it breaks a few packages that are
|
||||
using `also => 'Bread::Board'` in their import, and the benefit we
|
||||
get from freeing ourselves from Moose::Exporter isn't that huge.
|
||||
|
||||
[ STATISTICS ]
|
||||
- code churn: 4 files changed, 40 insertions(+), 44 deletions(-)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 05:08:02 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.35
|
||||
see /usr/share/doc/packages/perl-Bread-Board/Changes
|
||||
|
||||
0.35 2017-07-31
|
||||
[ BUG FIXES ]
|
||||
- fixed Bread::Board::Dumper to dump parameterized containers -
|
||||
previously it would just ignore them entirely (#56, Dave Rolsky)
|
||||
- Moo classes were losing their method modifiers because of bad
|
||||
interaction with Class::MOP::class_of(). (GH#61)
|
||||
|
||||
[ ENHANCEMENTS ]
|
||||
- Using Bread::Board no longer enables strict and warnings in the
|
||||
calling package. (#53, Dave Rolsky) - Bread::Board::Dumper now sorts
|
||||
services and sub containers - previously these came out in a random
|
||||
order each time (#56, Dave Rolsky) - allow a service or literal to be
|
||||
undefined. (#54, Dave Rolsky)
|
||||
|
||||
[ STATISTICS ]
|
||||
- code churn: 13 files changed, 425 insertions(+), 237 deletions(-)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 09:17:41 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.34
|
||||
see /usr/share/doc/packages/perl-Bread-Board/Changes
|
||||
|
||||
0.34 2016-03-28
|
||||
- Add test messages to tests which did not have them, (#50, Alex
|
||||
Balhatchet)
|
||||
|
||||
[ DOCUMENTATION ]
|
||||
- add missing module abstracts. (GH#49, Alex Balhatchet, GH#16,
|
||||
Sterling Hanenkamp)
|
||||
|
||||
[ ENHANCEMENTS ]
|
||||
- SetterInjection can now accept any constructor. (#43, dakkar)
|
||||
|
||||
[ STATISTICS ]
|
||||
- code churn: 37 files changed, 462 insertions(+), 395 deletions(-)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 05:26:08 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.33
|
||||
see /usr/share/doc/packages/perl-Bread-Board/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 12:27:53 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.32
|
||||
see /usr/share/doc/packages/perl-Bread-Board/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 12:27:50 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.25
|
||||
see /usr/share/doc/packages/perl-Bread-Board/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 16 08:10:27 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
- updated to 0.18
|
||||
* Bread::Board::Service::WithParameters
|
||||
- added has_parameter_defaults method to check
|
||||
if a parameter has default values
|
||||
* Bread::Board::Service::WithDependencies
|
||||
- added a check for has_parameter_defaults before
|
||||
we make a Thunk
|
||||
- added test for this (thanks to rafl)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 3 15:37:52 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Bread-Board (Version 0.17)
|
||||
# spec file for package perl-Bread-Board
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,32 +12,70 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: perl-Bread-Board
|
||||
Version: 0.17
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
|
||||
%define cpan_name Bread-Board
|
||||
Summary: A solderless way to wire up your application components
|
||||
Url: http://search.cpan.org/dist/Bread-Board/
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/S/ST/STEVAN/Bread-Board-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-Bread-Board
|
||||
Version: 0.370.0
|
||||
Release: 0
|
||||
# 0.37 -> normalize -> 0.370.0
|
||||
%define cpan_version 0.37
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Solderless way to wire up your application components
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::MOP) >= 1.00
|
||||
BuildRequires: perl(Moose) >= 1.00
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Exporter) >= 2.1200
|
||||
BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(Moose::Util)
|
||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
BuildRequires: perl(MooseX::Clone) >= 0.05
|
||||
BuildRequires: perl(MooseX::Params::Validate) >= 0.14
|
||||
BuildRequires: perl(Test::Exception) >= 0.21
|
||||
Requires: perl(Class::MOP) >= 1.00
|
||||
Requires: perl(Moose) >= 1.00
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::Moose)
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
Requires: perl(Module::Runtime)
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(Moose::Exporter) >= 2.1200
|
||||
Requires: perl(Moose::Role)
|
||||
Requires: perl(Moose::Util)
|
||||
Requires: perl(Moose::Util::TypeConstraints)
|
||||
Requires: perl(MooseX::Clone) >= 0.05
|
||||
Requires: perl(MooseX::Params::Validate) >= 0.14
|
||||
Requires: perl(Try::Tiny)
|
||||
Provides: perl(Bread::Board) = %{version}
|
||||
Provides: perl(Bread::Board::BlockInjection) = %{version}
|
||||
Provides: perl(Bread::Board::ConstructorInjection) = %{version}
|
||||
Provides: perl(Bread::Board::Container) = %{version}
|
||||
Provides: perl(Bread::Board::Container::FromParameterized) = %{version}
|
||||
Provides: perl(Bread::Board::Container::Parameterized) = %{version}
|
||||
Provides: perl(Bread::Board::Dependency) = %{version}
|
||||
Provides: perl(Bread::Board::Dumper) = %{version}
|
||||
Provides: perl(Bread::Board::LifeCycle) = %{version}
|
||||
Provides: perl(Bread::Board::LifeCycle::Singleton) = %{version}
|
||||
Provides: perl(Bread::Board::LifeCycle::Singleton::WithParameters) = %{version}
|
||||
Provides: perl(Bread::Board::Literal) = %{version}
|
||||
Provides: perl(Bread::Board::Service) = %{version}
|
||||
Provides: perl(Bread::Board::Service::Alias) = %{version}
|
||||
Provides: perl(Bread::Board::Service::Deferred) = %{version}
|
||||
Provides: perl(Bread::Board::Service::Deferred::Thunk) = %{version}
|
||||
Provides: perl(Bread::Board::Service::Inferred) = %{version}
|
||||
Provides: perl(Bread::Board::Service::WithClass) = %{version}
|
||||
Provides: perl(Bread::Board::Service::WithConstructor) = %{version}
|
||||
Provides: perl(Bread::Board::Service::WithDependencies) = %{version}
|
||||
Provides: perl(Bread::Board::Service::WithParameters) = %{version}
|
||||
Provides: perl(Bread::Board::SetterInjection) = %{version}
|
||||
Provides: perl(Bread::Board::Traversable) = %{version}
|
||||
Provides: perl(Bread::Board::Types) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -46,7 +84,7 @@ dependency injection and lifecycle management. It's goal is to help you
|
||||
write more decoupled objects and components by removing the need for you to
|
||||
manually wire those objects/components together.
|
||||
|
||||
Want to know more? See the the Bread::Board::Manual manpage.
|
||||
Want to know more? See the Bread::Board::Manual.
|
||||
|
||||
+-----------------------------------------+
|
||||
| A B C D E F G H I J |
|
||||
@@ -82,26 +120,26 @@ Want to know more? See the the Bread::Board::Manual manpage.
|
||||
| o o | 28 o-o-o-o-o ^ o-o-o-o-o 28 | o o |
|
||||
+-----------------------------------------+
|
||||
|
||||
Loading this package will automatically load the rest of the packages
|
||||
needed by your Bread::Board configuration.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc ChangeLog README
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml README.mkdn
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user