Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
9ecff1fcf6 | |||
aaa43127ad | |||
7bfe6a56e6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ce3e8e4672f0349706495eb350ddb2b281a79cf90928e2011d13a1b9542e37a
|
||||
size 217529
|
3
DBIx-Class-Schema-Loader-0.07053.tar.gz
Normal file
3
DBIx-Class-Schema-Loader-0.07053.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9f8cbebfcadc19b6407a1598fd8f9a7a81bcaf67b7ae4e877906af85ba44b14
|
||||
size 221013
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user