Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
6a26478ea7 | |||
32e445b2c2 | |||
3eb8aa9fce |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:341e0b6ecb29d8c49174a6c09d7c6dbf38729ba4015ee7fd70360a4ffee1f251
|
||||
size 879391
|
3
DBIx-Class-0.082844.tar.gz
Normal file
3
DBIx-Class-0.082844.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0784e3861a197ad5aa17396f18901f0aaa8bab04a4330cb50038337ec30ca7f
|
||||
size 879614
|
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,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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user