public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Abstract] epel10: - added SQLATEST_TESTER=1 to force tests
@ 2026-08-06  9:21 Chris Weyl
  0 siblings, 0 replies; only message in thread
From: Chris Weyl @ 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 : d2cb306d55339d1a8213f693e331e929c7508316
            Author : Chris Weyl <cweyl@fedoraproject.org>
            Date   : 2009-05-23T20:29:20+00:00
            Stats  : +25/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-SQL-Abstract/c/d2cb306d55339d1a8213f693e331e929c7508316?branch=epel10

            Log:
            - added SQLATEST_TESTER=1 to force tests
- auto-update to 1.55 (by cpan-spec-update 0.01)
- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
- added a new br on perl(Clone) (version 0.31)
- added a new br on perl(Scalar::Util) (version 0)
- added a new br on perl(List::Util) (version 0)
- added a new br on perl(Test::Builder) (version 0)

---
diff --git a/.cvsignore b/.cvsignore
index 9cd37a9..b4534ba 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-SQL-Abstract-1.50.tar.gz
+SQL-Abstract-1.55.tar.gz

diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec
index 3434a18..8f82070 100644
--- a/perl-SQL-Abstract.spec
+++ b/perl-SQL-Abstract.spec
@@ -1,15 +1,23 @@
 Name:           perl-SQL-Abstract
-Version:        1.50
-Release:        2%{?dist}
+Version:        1.55
+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/M/MS/MSTROUT/SQL-Abstract-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Abstract-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(Test::More), perl(Test::Deep), perl(Test::Warn), perl(Test::Exception)
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Clone) >= 0.31
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Test::Builder)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -27,10 +35,10 @@ rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+SQLATEST_TESTER=1 make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,6 +51,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 21 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.55-1
+- added SQLATEST_TESTER=1 to force tests
+- auto-update to 1.55 (by cpan-spec-update 0.01)
+- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
+- added a new br on perl(Clone) (version 0.31)
+- added a new br on perl(Scalar::Util) (version 0)
+- added a new br on perl(List::Util) (version 0)
+- added a new br on perl(Test::Builder) (version 0)
+
 * Mon Mar 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.50-2
 - add missing BR: perl(Test::Exception)
 

diff --git a/sources b/sources
index 5922486..3157022 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-253eadd0ba7450b82afa2e650d13fb1d  SQL-Abstract-1.50.tar.gz
+9e97519e11b50a05ad410a91f64ef12c  SQL-Abstract-1.55.tar.gz

^ 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: - added SQLATEST_TESTER=1 to force tests Chris Weyl

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