public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Abstract] epel10: Update to 1.77
@ 2026-08-06  9:21 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 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 : 99236d52ff15dafb27b0e2b2541de0c65303481f
            Author : Paul Howarth <paul@city-fan.org>
            Date   : 2014-04-09T15:15:25+01:00
            Stats  : +20/-14 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-SQL-Abstract/c/99236d52ff15dafb27b0e2b2541de0c65303481f?branch=epel10

            Log:
            Update to 1.77

- Update to latest upstream version
- This release by RIBASUSHI -> update source URL
- BR: perl(Data::Dumper) and perl(Test::Deep) ≥ 0.101
- Don't need to remove empty directories from the buildroot
- Use DESTDIR rather than PERL_INSTALL_ROOT

---
diff --git a/.gitignore b/.gitignore
index e5b67cd..4814ce9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-SQL-Abstract-1.67.tar.gz
-/SQL-Abstract-1.72.tar.gz
-/SQL-Abstract-1.73.tar.gz
+/SQL-Abstract-[0-9.]*.tar.gz

diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec
index 10dcf26..d93b65b 100644
--- a/perl-SQL-Abstract.spec
+++ b/perl-SQL-Abstract.spec
@@ -1,23 +1,25 @@
 Name:           perl-SQL-Abstract
-Version:        1.73
-Release:        4%{?dist}
+Version:        1.77
+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/F/FR/FREW/SQL-Abstract-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Abstract-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::Warn)
-BuildRequires:  perl(Test::More) >= 0.92
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Class::Accessor::Grouped) >= 0.10005
 BuildRequires:  perl(Clone) >= 0.31
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.091
 BuildRequires:  perl(Hash::Merge) >= 0.12
-BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::Deep) >= 0.101
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Warn)
+BuildRequires:  perl(Test::More) >= 0.92
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Class::Accessor::Grouped) >= 0.10005
 Requires:       perl(Getopt::Long::Descriptive) >= 0.091
@@ -44,9 +46,8 @@ PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$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 ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -65,6 +66,13 @@ SQLATEST_TESTER=1 make test
 %{_mandir}/man3/DBIx::Class::Storage::Debug::PrettyPrint.3pm*
 
 %changelog
+* Wed Apr  9 2014 Paul Howarth <paul@city-fan.org> - 1.77-1
+- Update to latest upstream version
+- This release by RIBASUSHI -> update source URL
+- BR: perl(Data::Dumper) and perl(Test::Deep) ≥ 0.101
+- Don't need to remove empty directories from the buildroot
+- Use DESTDIR rather than PERL_INSTALL_ROOT
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.73-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 

diff --git a/sources b/sources
index 3948930..9cd5158 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d72edac94a2bf487fcd19460c4d3a7d3  SQL-Abstract-1.73.tar.gz
+4e7af7304a5e6c89e1e23582c7d6b657  SQL-Abstract-1.77.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: Update to 1.77 Paul Howarth

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