public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-SQL-Translator] epel10.2: 1.63 bump
Date: Fri, 07 Aug 2026 12:48:08 GMT [thread overview]
Message-ID: <178610688819.1.7280125612127046058.rpms-perl-SQL-Translator-96ec666b4159@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-SQL-Translator
Branch : epel10.2
Commit : 96ec666b415954929486e483f918e849f343af43
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2023-02-27T12:46:21+01:00
Stats : +11/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/96ec666b415954929486e483f918e849f343af43?branch=epel10.2
Log:
1.63 bump
---
diff --git a/.gitignore b/.gitignore
index a4f09dc..bb2d5a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ SQL-Translator-0.11005.tar.gz
/SQL-Translator-1.60.tar.gz
/SQL-Translator-1.61.tar.gz
/SQL-Translator-1.62.tar.gz
+/SQL-Translator-1.63.tar.gz
diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index f080f80..9628fcf 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -3,10 +3,10 @@
Name: perl-SQL-Translator
Summary: Manipulate structured data definitions (SQL and more)
-Version: 1.62
-Release: 9%{?dist}
+Version: 1.63
+Release: 1%{?dist}
License: GPL-1.0-or-later OR Artistic-1.0-Perl
-Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/SQL-Translator-%{version}.tar.gz
+Source0: https://cpan.metacpan.org/authors/id/V/VE/VEESH/SQL-Translator-%{version}.tar.gz
URL: https://metacpan.org/release/SQL-Translator
BuildArch: noarch
BuildRequires: coreutils
@@ -17,7 +17,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
-BuildRequires: sed
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(Carp)
@@ -85,6 +84,7 @@ BuildRequires: perl(XML::Parser)
#BuildRequires: perl(Test::EOL) >= 1.1
#BuildRequires: perl(Test::NoTabs) >= 1.1
#BuildRequires: perl(Test::Pod) >= 1.14
+BuildRequires: perl(DBD::SQLite)
Requires: perl(CGI)
Requires: perl(CGI::Pretty)
Requires: perl(DBI) >= 1.54
@@ -148,13 +148,13 @@ depending on Graphviz.
%prep
%setup -q -n SQL-Translator-%{version}
# Fix shell-bangs
-sed -i -e '1 s|^#!/usr/bin/env perl|#!%{__perl}|' script/*
+perl -MConfig -pi -e 's|^#!.*perl\b|$Config{startperl}|' script/*
# Fix permission, CPAN RT#100532
chmod -x lib/SQL/Translator/Parser/JSON.pm
%if %{without perl_SQL_Translator_enables_excel}
# Remove Excel support
rm lib/SQL/Translator/Parser/Excel.pm
-sed -i -e '/^lib\/SQL\/Translator\/Parser\/Excel\.pm/d' MANIFEST
+perl -i -ne 'print $_ unless m{^lib/SQL/Translator/Parser/Excel\.pm}' MANIFEST
%endif
%build
@@ -193,6 +193,9 @@ make test
%{_mandir}/man1/sqlt-graph.*
%changelog
+* Mon Feb 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1.63-1
+- 1.63 bump
+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
diff --git a/sources b/sources
index 460e47a..eb59395 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (SQL-Translator-1.62.tar.gz) = 80096bf42cff406b896d96fd4374cb69c4bbe6ce037d58bb520d5c8ac31a15454772217730fac4249960cd81ac02ff9b5419b8dc80fd0a0901802e525ff863c8
+SHA512 (SQL-Translator-1.63.tar.gz) = e1809cbe110238f8fd1f2e35a1107d833b9c94754c331fccae60c89eb3ce38448b18f03b2497f13ffb7a9bcd1419c63a728e24654b92b04dd2d23b5a82a6a66e
reply other threads:[~2026-08-07 12:48 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=178610688819.1.7280125612127046058.rpms-perl-SQL-Translator-96ec666b4159@fedoraproject.org \
--to=jplesnik@redhat.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