public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Iain Arnell <iarnell@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-SQL-Abstract] epel10.2: update to 1.72
Date: Thu, 06 Aug 2026 09:25:22 GMT	[thread overview]
Message-ID: <178600832293.1.8152513090934454146.rpms-perl-SQL-Abstract-7012433a71cb@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-06  9:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178600832293.1.8152513090934454146.rpms-perl-SQL-Abstract-7012433a71cb@fedoraproject.org \
    --to=iarnell@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox