public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Abstract] epel10.2: update to 1.72
@ 2026-08-06  9:25 Iain Arnell
  0 siblings, 0 replies; only message in thread
From: Iain Arnell @ 2026-08-06  9:25 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/perl-SQL-Abstract
            Branch : epel10.2
            Commit : 7012433a71cbbe857174137b5bbbbdeafe74aaf4
            Author : Iain Arnell <iarnell@gmail.com>
            Date   : 2011-01-08T10:13:25+01:00
            Stats  : +26/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-SQL-Abstract/c/7012433a71cbbe857174137b5bbbbdeafe74aaf4?branch=epel10.2

            Log:
            update to 1.72

- update BR perl(Test::Deep) >= 0.106
- update BR perl(Test::More) >= 0.92
- new R/BR perl(Class::Accessor::Grouped) >= 0.10002
- new R/BR perl(Getopt::Long::Descriptive) >= 0.086
- new R/BR perl(Hash::Merge) >= 0.12
- add format-sql script and PrettyPrint.pm to files

---
diff --git a/.gitignore b/.gitignore
index da93437..7ed95a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SQL-Abstract-1.67.tar.gz
+/SQL-Abstract-1.72.tar.gz

diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec
index 4c033ad..9a47249 100644
--- a/perl-SQL-Abstract.spec
+++ b/perl-SQL-Abstract.spec
@@ -1,25 +1,32 @@
 Name:           perl-SQL-Abstract
-Version:        1.67
-Release:        2%{?dist}
+Version:        1.72
+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/F/FR/FREW/SQL-Abstract-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Deep) >= 0.106
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Warn)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.92
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Class::Accessor::Grouped) >= 0.10002
 BuildRequires:  perl(Clone) >= 0.31
+BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.086
+BuildRequires:  perl(Hash::Merge) >= 0.12
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::Builder)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+Requires:       perl(Class::Accessor::Grouped) >= 0.10002
+Requires:       perl(Getopt::Long::Descriptive) >= 0.086
+Requires:       perl(Hash::Merge) >= 0.12
+
 %{?perl_default_filter}
 
 %description
@@ -29,7 +36,7 @@ Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 %setup -q -n SQL-Abstract-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make
 
 %install
@@ -48,11 +55,22 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc Changes
+%{_bindir}/*
+%{perl_vendorlib}/DBIx
 %{perl_vendorlib}/SQL
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sat Jan 08 2011 Iain Arnell <iarnell@gmail.com> 1.72-1
+- update to latest upstream version
+- update BR perl(Test::Deep) >= 0.106
+- update BR perl(Test::More) >= 0.92
+- new R/BR perl(Class::Accessor::Grouped) >= 0.10002
+- new R/BR perl(Getopt::Long::Descriptive) >= 0.086
+- new R/BR perl(Hash::Merge) >= 0.12
+- add format-sql script and PrettyPrint.pm to files
+
 * Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.67-2
 - 661697 rebuild for fixing problems with vendorach/lib
 

diff --git a/sources b/sources
index a80f485..6c7b41e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-624b404c67013b270559643d2bac0b61  SQL-Abstract-1.67.tar.gz
+ca64d0e803eafa040e7c712afe482c94  SQL-Abstract-1.72.tar.gz

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-06  9:25 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:25 [rpms/perl-SQL-Abstract] epel10.2: update to 1.72 Iain Arnell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox