11
0

3 Commits

Author SHA256 Message Date
6a26478ea7 Add Gitea build results 2025-08-12 18:13:21 +02:00
32e445b2c2 Accepting request 1240316 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1240316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBIx-Class?expand=0&rev=17
2025-01-27 19:53:11 +00:00
3eb8aa9fce Accepting request 1239664 from devel:languages:perl:autoupdate
- updated to 0.082844
   see /usr/share/doc/packages/perl-DBIx-Class/Changes
  0.082844 2025-01-16 13:00 (UTC) 😒
      * Misc
          - Put the tiresome discussion of factors and buses under a cloche
            https://is.gd/2025_metacpan_busfactor

OBS-URL: https://build.opensuse.org/request/show/1239664
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-Class?expand=0&rev=36
2025-01-26 01:37:24 +00:00
5 changed files with 33 additions and 8 deletions

View File

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

View File

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

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 22 21:20:22 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.082844
see /usr/share/doc/packages/perl-DBIx-Class/Changes
0.082844 2025-01-16 13:00 (UTC) 😒
* Misc
- Put the tiresome discussion of factors and buses under a cloche
https://is.gd/2025_metacpan_busfactor
-------------------------------------------------------------------
Wed May 18 03:06:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DBIx-Class
#
# Copyright (c) 2022 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
Name: perl-DBIx-Class
Version: 0.082843
Version: 0.082844
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Extensible and flexible object <-> relational mapper
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -49,7 +50,7 @@ BuildRequires: perl(SQL::Abstract::Classic) >= 1.91
BuildRequires: perl(Scope::Guard) >= 0.03
BuildRequires: perl(Sub::Name) >= 0.04
BuildRequires: perl(Test::Deep) >= 0.101
BuildRequires: perl(Test::Exception) >= 0.310000
BuildRequires: perl(Test::Exception) >= 0.31
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Warn) >= 0.21
BuildRequires: perl(Text::Balanced) >= 2.00
@@ -114,8 +115,9 @@ generally made to CPAN before the branch for the next release is merged
back to trunk for a major release.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%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
# MANUAL BEGIN
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
# MANUAL END