public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Abstract] epel10: 1.84 bump
@ 2026-08-06 9:21 Jitka Plesnikova
0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-06 9:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-SQL-Abstract
Branch : epel10
Commit : 8f9a718d32316fc85462cde6b1d5ccff4ac01247
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2017-04-11T14:33:22+02:00
Stats : +16/-26 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/perl-SQL-Abstract/c/8f9a718d32316fc85462cde6b1d5ccff4ac01247?branch=epel10
Log:
1.84 bump
---
diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec
index 60effa2..38e66c7 100644
--- a/perl-SQL-Abstract.spec
+++ b/perl-SQL-Abstract.spec
@@ -1,18 +1,16 @@
Name: perl-SQL-Abstract
-Version: 1.81
-Release: 10%{?dist}
+Version: 1.84
+Release: 1%{?dist}
Summary: Generate SQL from Perl data structures
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/SQL-Abstract
-Source0: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Abstract-%{version}.tar.gz
+Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Abstract-%{version}.tar.gz
BuildArch: noarch
+BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
-BuildRequires: perl(inc::Module::Install) >= 1.06
-BuildRequires: perl(Module::Install::Makefile)
-BuildRequires: perl(Module::Install::Metadata)
-BuildRequires: perl(Module::Install::WriteAll)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
@@ -27,15 +25,11 @@ BuildRequires: perl(DBIx::Class::Storage::Statistics)
BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(Hash::Merge) >= 0.12
BuildRequires: perl(List::Util)
-BuildRequires: perl(Method::Generate::Accessor)
-BuildRequires: perl(Method::Generate::Constructor)
-BuildRequires: perl(Moo) >= 1.004002
-BuildRequires: perl(Moo::Object)
+BuildRequires: perl(Moo) >= 2.000001
BuildRequires: perl(mro)
# MRO::Compat 0.12 not needed since perl 5.9
BuildRequires: perl(Scalar::Util)
-BuildRequires: perl(Sub::Defer)
-BuildRequires: perl(Sub::Quote)
+BuildRequires: perl(Sub::Quote) >= 2.000001
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Module)
BuildRequires: perl(Test::Deep) >= 0.101
@@ -56,20 +50,17 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
Requires: perl(Data::Dumper)
Requires: perl(Exporter) >= 5.57
Requires: perl(Hash::Merge) >= 0.12
-Requires: perl(Method::Generate::Accessor)
-Requires: perl(Method::Generate::Constructor)
-Requires: perl(Moo) >= 1.004002
-Requires: perl(Moo::Object)
+Requires: perl(Moo) >= 2.000001
Requires: perl(mro)
# MRO::Compat 0.12 not needed since perl 5.9
-Requires: perl(Sub::Defer)
-Requires: perl(Sub::Quote)
+Requires: perl(Sub::Quote) >= 2.000001
Requires: perl(Test::Deep) >= 0.101
Requires: perl(Text::Balanced) >= 2.00
%{?perl_default_filter}
# Remove under-speciefed dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Exporter|Test::Deep)\\)$
+%global __requires_exclude %__requires_exclude|^perl\\((Moo|Sub::Quote)\\)$
%description
%{summary}.
@@ -86,24 +77,20 @@ License: GPL+ or Artistic
%prep
%setup -q -n SQL-Abstract-%{version}
-# Remove bundled modules
-rm -r ./inc
-sed -i -e '/^inc\//d' MANIFEST
%build
-PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%files
-%doc Changes
+%doc Changes README
# %{_bindir}/format-sql
%{perl_vendorlib}/SQL/
%{_mandir}/man3/SQL::Abstract.3pm*
@@ -115,6 +102,9 @@ make test
%{_mandir}/man3/DBIx::Class::Storage::Debug::PrettyPrint.3pm*
%changelog
+* Tue Apr 11 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.84-1
+- 1.84 bump
+
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.81-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 32879dd..d1f749c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbcd82c4e4bc5694082cefb4e34cb572 SQL-Abstract-1.81.tar.gz
+SHA512 (SQL-Abstract-1.84.tar.gz) = 2d41ca76cc50dcf85e40b6585b3036ae62801ce78b64cc3b6a6471540901bfacdbfe2f76e68fdea2d1caa509f57216d4bb4f214cee7008380d5f60643e1a3a6b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-06 9:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 9:21 [rpms/perl-SQL-Abstract] epel10: 1.84 bump Jitka Plesnikova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox