11
0

3 Commits

Author SHA256 Message Date
9ecff1fcf6 Add Gitea build results 2025-08-12 18:13:23 +02:00
aaa43127ad Accepting request 1269378 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBIx-Class-Schema-Loader?expand=0&rev=10
2025-04-15 14:46:44 +00:00
7bfe6a56e6 Accepting request 1268723 from devel:languages:perl:autoupdate
- updated to 0.07053
   see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes
  0.07053 - 2025-03-19
          - fix: properly pass connect_info.options to make_schema_at (gh#59 - thanks @XSven)
          - docs: fix tpyo (gh#26 - thanks @onefloid)

OBS-URL: https://build.opensuse.org/request/show/1268723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class-Schema-Loader?expand=0&rev=25
2025-04-14 20:42:23 +00:00
5 changed files with 33 additions and 10 deletions

View File

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

View File

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

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-Schema-Loader/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-Schema-Loader)

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 20 05:34:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.07053
see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes
0.07053 - 2025-03-19
- fix: properly pass connect_info.options to make_schema_at (gh#59 - thanks @XSven)
- docs: fix tpyo (gh#26 - thanks @onefloid)
-------------------------------------------------------------------
Sun Jan 7 03:06:16 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DBIx-Class-Schema-Loader
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%define cpan_name DBIx-Class-Schema-Loader
Name: perl-DBIx-Class-Schema-Loader
Version: 0.07052
Version: 0.07053
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Create a DBIx::Class::Schema based on a database
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/V/VE/VEESH/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -33,12 +34,12 @@ BuildRequires: perl(Class::Accessor::Grouped) >= 0.10008
BuildRequires: perl(Class::C3::Componentised) >= 1.0008
BuildRequires: perl(Class::Inspector) >= 1.27
BuildRequires: perl(Class::Unload) >= 0.07
BuildRequires: perl(DBD::SQLite) >= 1.29
BuildRequires: perl(DBD::SQLite) >= 1.290
BuildRequires: perl(DBIx::Class) >= 0.08127
BuildRequires: perl(Data::Dump) >= 1.06
BuildRequires: perl(Exporter) >= 5.63
BuildRequires: perl(File::Path) >= 2.07
BuildRequires: perl(Hash::Merge) >= 0.12
BuildRequires: perl(Hash::Merge) >= 0.120
BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.1
BuildRequires: perl(Lingua::EN::Inflect::Phrase) >= 0.15
BuildRequires: perl(Lingua::EN::Tagger) >= 0.23
@@ -49,7 +50,7 @@ BuildRequires: perl(String::CamelCase) >= 0.04
BuildRequires: perl(String::ToIdentifier::EN) >= 0.05
BuildRequires: perl(Sub::Util) >= 1.40
BuildRequires: perl(Test::Deep) >= 0.107
BuildRequires: perl(Test::Differences) >= 0.60
BuildRequires: perl(Test::Differences) >= 0.600
BuildRequires: perl(Test::Exception) >= 0.31
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Warn) >= 0.21
@@ -64,7 +65,7 @@ Requires: perl(Class::Unload) >= 0.07
Requires: perl(DBIx::Class) >= 0.08127
Requires: perl(Data::Dump) >= 1.06
Requires: perl(Exporter) >= 5.63
Requires: perl(Hash::Merge) >= 0.12
Requires: perl(Hash::Merge) >= 0.120
Requires: perl(Lingua::EN::Inflect::Number) >= 1.1
Requires: perl(Lingua::EN::Inflect::Phrase) >= 0.15
Requires: perl(Lingua::EN::Tagger) >= 0.23
@@ -106,7 +107,7 @@ DBIx::Class::Loader.
See DBIx::Class::Schema::Loader::Base for available options.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644