11
0

3 Commits

Author SHA256 Message Date
7c666ec126 Add Gitea build results 2025-08-12 18:18:11 +02:00
f1b47ec8b4 Accepting request 1269376 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tie-Hash-DBD?expand=0&rev=18
2025-04-15 14:46:38 +00:00
793de24fff Accepting request 1268718 from devel:languages:perl:autoupdate
- updated to 0.250.0 (0.25)
   see /usr/share/doc/packages/perl-Tie-Hash-DBD/Changes
  0.25	- 17 Mar 2025, H.Merijn Brand
      * Add ro option (ReadOnly)
      * Add support for serializers JSON::MaybeXS, JSON::XS & JSON::SIMD
      * Doc fixes for groff-1.24
      * It's 2024
      * Fix parallel testing for SQLite
      * Tested with perl-5.40

OBS-URL: https://build.opensuse.org/request/show/1268718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tie-Hash-DBD?expand=0&rev=26
2025-04-14 20:41:53 +00:00
5 changed files with 46 additions and 12 deletions

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-Tie-Hash-DBD/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-Tie-Hash-DBD)

View File

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

3
Tie-Hash-DBD-0.25.tgz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 18 05:35:24 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.250.0 (0.25)
see /usr/share/doc/packages/perl-Tie-Hash-DBD/Changes
0.25 - 17 Mar 2025, H.Merijn Brand
* Add ro option (ReadOnly)
* Add support for serializers JSON::MaybeXS, JSON::XS & JSON::SIMD
* Doc fixes for groff-1.24
* It's 2024
* Fix parallel testing for SQLite
* Tested with perl-5.40
-------------------------------------------------------------------
Sat Jan 7 03:08:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Tie-Hash-DBD
#
# Copyright (c) 2023 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,16 @@
%define cpan_name Tie-Hash-DBD
Name: perl-Tie-Hash-DBD
Version: 0.24
Version: 0.250.0
Release: 0
# 0.25 -> normalize -> 0.250.0
%define cpan_version 0.25
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Tie plain hashes to DBI interface
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -32,10 +35,15 @@ BuildRequires: perl(DBI) >= 1.613
BuildRequires: perl(Test::More) >= 0.90
Requires: perl(DBI) >= 1.613
Requires: perl(Test::More) >= 0.9
Recommends: perl(DBD::CSV) >= 0.60
Recommends: perl(DBD::Pg) >= v3.16.0
Recommends: perl(DBD::SQLite) >= 1.72
Recommends: perl(DBI) >= 1.643
Provides: perl(Tie::Array::DBD) = %{version}
Provides: perl(Tie::Hash::DBD) = %{version}
%undefine __perllib_provides
Recommends: perl(DBD::CSV) >= 0.620
Recommends: perl(DBD::Pg) >= 3.18.0
Recommends: perl(DBD::SQLite) >= 1.760
Recommends: perl(DBI) >= 1.647
Recommends: perl(Sereal) >= 5.4.0
Recommends: perl(Storable) >= 3.32
%{perl_requires}
%description
@@ -54,7 +62,7 @@ I think it would make sense to merge the functionality that this module
provides into 'Tie::DBI'.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -69,6 +77,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING.md examples README
%doc Changes CONTRIBUTING.md examples README SECURITY.md
%changelog