11
0

3 Commits

Author SHA256 Message Date
eb20875492 Add Gitea build results 2025-08-12 18:13:21 +02:00
6238a3a3cd Accepting request 1190269 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1190269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBIx-Class-DeploymentHandler?expand=0&rev=13
2024-07-29 19:53:35 +00:00
6c73107f3a Accepting request 1189733 from devel:languages:perl:autoupdate
- updated to 0.002234
   see /usr/share/doc/packages/perl-DBIx-Class-DeploymentHandler/Changes
  0.002234  2024-07-17 10:01:51-05:00 America/Chicago
   - Fix SQL::Translator producer_args deprecation warning #77 - thanks
     @paultcochrane

OBS-URL: https://build.opensuse.org/request/show/1189733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-DeploymentHandler?expand=0&rev=28
2024-07-29 13:10:15 +00:00
5 changed files with 37 additions and 17 deletions

View File

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

View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-DBIx-Class-DeploymentHandler/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-DBIx-Class-DeploymentHandler)

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jul 26 05:30:37 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.002234
see /usr/share/doc/packages/perl-DBIx-Class-DeploymentHandler/Changes
0.002234 2024-07-17 10:01:51-05:00 America/Chicago
- Fix SQL::Translator producer_args deprecation warning #77 - thanks
@paultcochrane
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 26 08:19:35 UTC 2019 - <timueller+perl@suse.de> Thu Sep 26 08:19:35 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-DBIx-Class-DeploymentHandler # spec file for package perl-DBIx-Class-DeploymentHandler
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2024 SUSE LLC
# #
# 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
@@ -16,18 +16,17 @@
# #
Name: perl-DBIx-Class-DeploymentHandler
Version: 0.002233
Release: 0
%define cpan_name DBIx-Class-DeploymentHandler %define cpan_name DBIx-Class-DeploymentHandler
Summary: Extensible DBIx::Class deployment Name: perl-DBIx-Class-DeploymentHandler
Version: 0.002234
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Summary: Extensible DBIx::Class deployment
Url: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MM/MMCCLIMON/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/W/WE/WESM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Carp::Clan) BuildRequires: perl(Carp::Clan)
@@ -40,7 +39,7 @@ BuildRequires: perl(Moose) >= 1
BuildRequires: perl(MooseX::Role::Parameterized) >= 0.18 BuildRequires: perl(MooseX::Role::Parameterized) >= 0.18
BuildRequires: perl(Path::Class) >= 0.26 BuildRequires: perl(Path::Class) >= 0.26
BuildRequires: perl(SQL::SplitStatement) >= 1.00020 BuildRequires: perl(SQL::SplitStatement) >= 1.00020
BuildRequires: perl(SQL::Translator) >= 0.11005 BuildRequires: perl(SQL::Translator) >= 1.63
BuildRequires: perl(Sub::Exporter::Progressive) BuildRequires: perl(Sub::Exporter::Progressive)
BuildRequires: perl(Test::Fatal) >= 0.006 BuildRequires: perl(Test::Fatal) >= 0.006
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
@@ -61,7 +60,7 @@ Requires: perl(Moose) >= 1
Requires: perl(MooseX::Role::Parameterized) >= 0.18 Requires: perl(MooseX::Role::Parameterized) >= 0.18
Requires: perl(Path::Class) >= 0.26 Requires: perl(Path::Class) >= 0.26
Requires: perl(SQL::SplitStatement) >= 1.00020 Requires: perl(SQL::SplitStatement) >= 1.00020
Requires: perl(SQL::Translator) >= 0.11005 Requires: perl(SQL::Translator) >= 1.63
Requires: perl(Sub::Exporter::Progressive) Requires: perl(Sub::Exporter::Progressive)
Requires: perl(Text::Brew) >= 0.02 Requires: perl(Text::Brew) >= 0.02
Requires: perl(Try::Tiny) Requires: perl(Try::Tiny)
@@ -103,11 +102,11 @@ That's really just a taste of some of the differences. Check out each role
for all the details. for all the details.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@@ -118,7 +117,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README TODO %doc Changes README TODO
%license LICENSE %license LICENSE