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

A new commit has been pushed.

Repo   : rpms/perl-SQL-Translator
Branch : epel10
Commit : e72dbebe47841db79d21b53c03ba161c85924e92
Author : Iain Arnell <iarnell@gmail.com>
Date   : 2011-10-12T05:40:08+02:00
Stats  : +12/-17 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/e72dbebe47841db79d21b53c03ba161c85924e92?branch=epel10

Log:
update to 0.11010

---
diff --git a/.gitignore b/.gitignore
index 49d48f2..8a5f115 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 SQL-Translator-0.11005.tar.gz
 /SQL-Translator-0.11006.tar.gz
+/SQL-Translator-0.11010.tar.gz

diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index dbf19b6..1f7b9ff 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,12 +1,11 @@
 Name:           perl-SQL-Translator
 Summary:        Manipulate structured data definitions (SQL and more)
-Version:        0.11006
-Release:        6%{?dist}
+Version:        0.11010
+Release:        1%{?dist}
 License:        GPLv2
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Translator-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/J/JR/JROBINSON/SQL-Translator-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/SQL-Translator/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -30,8 +29,10 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Scalar) >= 2.11
 BuildRequires:  perl(Log::Log4perl)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Moo) >= 0.009007
 BuildRequires:  perl(Parse::RecDescent) >= 1.963
 BuildRequires:  perl(Pod::Usage)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Spreadsheet::ParseExcel)
 BuildRequires:  perl(Template)
 BuildRequires:  perl(Test::Differences)
@@ -44,19 +45,13 @@ BuildRequires:  perl(XML::Writer) >= 0.5
 BuildRequires:  perl(XML::XPath)
 BuildRequires:  perl(YAML) >= 0.66
 
-Requires:       perl(Carp::Clan)
-Requires:       perl(Class::Accessor::Fast)
-Requires:       perl(Class::Base)
 Requires:       perl(Class::Data::Inheritable) >= 0.02
 Requires:       perl(Class::MakeMethods)
-Requires:       perl(DBI)
 Requires:       perl(Digest::SHA1) >= 2
 Requires:       perl(File::ShareDir) >= 1
 Requires:       perl(File::Spec)
-Requires:       perl(IO::Dir)
 Requires:       perl(IO::Scalar) >= 2.11
 Requires:       perl(Parse::RecDescent) >= 1.963
-Requires:       perl(Pod::Usage)
 Requires:       perl(XML::Writer) >= 0.5
 
 
@@ -93,8 +88,6 @@ perl -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' t/*.t
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
@@ -106,17 +99,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS BUGS Changes LICENSE README
 %{_bindir}/*
 %{perl_vendorlib}/*
 %{_mandir}/man[13]/*
 
 %changelog
+* Wed Oct 12 2011 Iain Arnell <iarnell@gmail.com> 0.11010-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+- remove unnecessary explicit requires
+
 * Thu Jul 21 2011 Iain Arnell <iarnell@gmail.com> 0.11006-6
 - update filtering for rpm 4.9
 

diff --git a/sources b/sources
index 621afe7..10aca04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27f06358cb8c34447deb845d8ab9ba1e  SQL-Translator-0.11006.tar.gz
+4a1578519f535f5df19deae8e3661242  SQL-Translator-0.11010.tar.gz

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

only message in thread, other threads:[~2026-08-07 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 12:46 [rpms/perl-SQL-Translator] epel10: update to 0.11010 Iain Arnell

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