Accepting request 1236709 from devel:languages:perl:autoupdate
- updated to 0.822.0 (0.822) see /usr/share/doc/packages/perl-Rose-DB-Object/Changes 0.822 (01.06.2025) - John Siracusa <siracusa@gmail.com> * Replaced List::MoreUtils with List::Util. (Patch by github.com/plicease) 0.821 (10.20.2024) - John Siracusa <siracusa@gmail.com> * Fixed a bug in generated trigger methods for foreign keys and many- to-one relationships (RT 156245) OBS-URL: https://build.opensuse.org/request/show/1236709 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Rose-DB-Object?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0077609250966636f1411bcce2493cf1e1166ba935071738eb4b713104da83b
|
|
||||||
size 571553
|
|
3
Rose-DB-Object-0.822.tar.gz
Normal file
3
Rose-DB-Object-0.822.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22dcc78dc7780fd416f64cf5bb5b80f3b2353600b5fca6ec18ddc9c75d907afb
|
||||||
|
size 571671
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 05:34:48 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.822.0 (0.822)
|
||||||
|
see /usr/share/doc/packages/perl-Rose-DB-Object/Changes
|
||||||
|
|
||||||
|
0.822 (01.06.2025) - John Siracusa <siracusa@gmail.com>
|
||||||
|
* Replaced List::MoreUtils with List::Util. (Patch by github.com/plicease)
|
||||||
|
0.821 (10.20.2024) - John Siracusa <siracusa@gmail.com>
|
||||||
|
* Fixed a bug in generated trigger methods for foreign keys and many-
|
||||||
|
to-one relationships (RT 156245)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 27 03:08:49 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Sun Jun 27 03:08:49 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Rose-DB-Object
|
# spec file for package perl-Rose-DB-Object
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Rose-DB-Object
|
%define cpan_name Rose-DB-Object
|
||||||
Name: perl-Rose-DB-Object
|
Name: perl-Rose-DB-Object
|
||||||
Version: 0.820.0
|
Version: 0.822.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.820 -> normalize -> 0.820.0
|
# 0.822 -> normalize -> 0.822.0
|
||||||
%define cpan_version 0.820
|
%define cpan_version 0.822
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Extensible, high performance object-relational mapper (ORM)
|
Summary: Extensible, high performance object-relational mapper (ORM)
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -34,7 +34,6 @@ BuildRequires: perl(Bit::Vector)
|
|||||||
BuildRequires: perl(Clone) >= 0.29
|
BuildRequires: perl(Clone) >= 0.29
|
||||||
BuildRequires: perl(DBI) >= 1.40
|
BuildRequires: perl(DBI) >= 1.40
|
||||||
BuildRequires: perl(DateTime)
|
BuildRequires: perl(DateTime)
|
||||||
BuildRequires: perl(List::MoreUtils)
|
|
||||||
BuildRequires: perl(Rose::DB) >= 0.782
|
BuildRequires: perl(Rose::DB) >= 0.782
|
||||||
BuildRequires: perl(Rose::DateTime::Util) >= 0.532
|
BuildRequires: perl(Rose::DateTime::Util) >= 0.532
|
||||||
BuildRequires: perl(Rose::Object) >= 0.854
|
BuildRequires: perl(Rose::Object) >= 0.854
|
||||||
@@ -43,7 +42,6 @@ Requires: perl(Bit::Vector)
|
|||||||
Requires: perl(Clone) >= 0.29
|
Requires: perl(Clone) >= 0.29
|
||||||
Requires: perl(DBI) >= 1.40
|
Requires: perl(DBI) >= 1.40
|
||||||
Requires: perl(DateTime)
|
Requires: perl(DateTime)
|
||||||
Requires: perl(List::MoreUtils)
|
|
||||||
Requires: perl(Rose::DB) >= 0.782
|
Requires: perl(Rose::DB) >= 0.782
|
||||||
Requires: perl(Rose::DateTime::Util) >= 0.532
|
Requires: perl(Rose::DateTime::Util) >= 0.532
|
||||||
Requires: perl(Rose::Object) >= 0.854
|
Requires: perl(Rose::Object) >= 0.854
|
||||||
@@ -65,7 +63,7 @@ Provides: perl(Rose::DB::Object::MakeMethods::Pg) = 0.771.0
|
|||||||
Provides: perl(Rose::DB::Object::MakeMethods::Std) = 0.11.0
|
Provides: perl(Rose::DB::Object::MakeMethods::Std) = 0.11.0
|
||||||
Provides: perl(Rose::DB::Object::MakeMethods::Time) = 0.771.0
|
Provides: perl(Rose::DB::Object::MakeMethods::Time) = 0.771.0
|
||||||
Provides: perl(Rose::DB::Object::Manager) = 0.813.0
|
Provides: perl(Rose::DB::Object::Manager) = 0.813.0
|
||||||
Provides: perl(Rose::DB::Object::Metadata) = %{version}
|
Provides: perl(Rose::DB::Object::Metadata) = 0.820.0
|
||||||
Provides: perl(Rose::DB::Object::Metadata::Auto) = 0.786.0
|
Provides: perl(Rose::DB::Object::Metadata::Auto) = 0.786.0
|
||||||
Provides: perl(Rose::DB::Object::Metadata::Auto::Generic) = 0.100.0
|
Provides: perl(Rose::DB::Object::Metadata::Auto::Generic) = 0.100.0
|
||||||
Provides: perl(Rose::DB::Object::Metadata::Auto::Informix) = 0.784.0
|
Provides: perl(Rose::DB::Object::Metadata::Auto::Informix) = 0.784.0
|
||||||
|
Reference in New Issue
Block a user