public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Fsdb] epel10: merge
@ 2026-06-09 17:51 John Heidemann
  0 siblings, 0 replies; 2+ messages in thread
From: John Heidemann @ 2026-06-09 17:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Fsdb
Branch : epel10
Commit : 5f0a23414de6d6bf0ddfb3610f3dd4b3dbe44a9b
Author : John Heidemann <johnh@isi.edu>
Date   : 2018-12-20T21:59:10-08:00
Stats  : +18/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Fsdb/c/5f0a23414de6d6bf0ddfb3610f3dd4b3dbe44a9b?branch=epel10

Log:
merge

---
diff --git a/perl-Fsdb.spec b/perl-Fsdb.spec
index 35ff5aa..fb27639 100644
--- a/perl-Fsdb.spec
+++ b/perl-Fsdb.spec
@@ -109,4 +109,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Thu Dec 20 2018 John Heidemann <johnh@isi.edu> 2.66-1
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.65-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.65-2
+- Perl 5.28 rebuild
+
+* Fri Feb 16 2018 John Heidemann <johnh@isi.edu> 2.65-1
 - See http://www.isi.edu/~johnh/SOFTWARE/FSDB/

diff --git a/.gitignore b/.gitignore
index d49b09d..f3ecb60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /Fsdb-2.63.tar.gz
 /Fsdb-2.64.tar.gz
 /Fsdb-2.65.tar.gz
+/Fsdb-2.66.tar.gz

diff --git a/perl-Fsdb.spec b/perl-Fsdb.spec
index 45aeb4e..fb27639 100644
--- a/perl-Fsdb.spec
+++ b/perl-Fsdb.spec
@@ -1,12 +1,13 @@
 Summary: A set of commands for manipulating flat-text databases from the shell
 Name: perl-Fsdb
-Version: 2.65
-Release: 3%{?dist}
+Version: 2.66
+Release: 1%{?dist}
 License: GPLv2
 Group: Development/Libraries
 URL: http://www.isi.edu/~johnh/SOFTWARE/FSDB/
 Source0: http://www.isi.edu/~johnh/SOFTWARE/FSDB/Fsdb-%{version}.tar.gz
 # buildroot deprecated before 2013-07-26, but left in for EPEL 5
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
 BuildRequires: perl
 BuildRequires: perl-generators
@@ -90,6 +91,9 @@ find $RPM_BUILD_ROOT -type d -exec chmod g-s {} ';'
 make test
 
 # %clean but left in for EPEL 5
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 
 %files
 # next line deprecated since rpm 4.4, I'm told.
@@ -104,6 +108,8 @@ make test
 
 
 %changelog
+* Thu Dec 20 2018 John Heidemann <johnh@isi.edu> 2.66-1
+
 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.65-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
 

diff --git a/sources b/sources
index 1ec6d6d..e1d1948 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Fsdb-2.65.tar.gz) = bc86f49672addb2e3c4dba7bf8b16eabafcda2b54fd3fcead7eac20c63812f270759ddcc4caaf8406f6f600d2310ec7fc030b12cf327a40d3782d912d31f8dc9
+SHA512 (Fsdb-2.66.tar.gz) = 0466617bb4114496baaec04d9b1778258ed28d6c136836a05bb7eb7ec2b058b69ee4264187d39703b81c5298a489a048f8409d8efb03decc9788c0d6659ec052

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/perl-Fsdb] epel10: merge
@ 2026-06-09 17:51 John Heidemann
  0 siblings, 0 replies; 2+ messages in thread
From: John Heidemann @ 2026-06-09 17:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Fsdb
Branch : epel10
Commit : 0523a1e14cb3998b2686460c909547c931a86eeb
Author : John Heidemann <johnh@isi.edu>
Date   : 2022-04-04T15:50:49-07:00
Stats  : +6/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Fsdb/c/0523a1e14cb3998b2686460c909547c931a86eeb?branch=epel10

Log:
merge

---
diff --git a/.gitignore b/.gitignore
index 37c03fd..132d0f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,4 +19,6 @@
 /Fsdb-2.71.tar.gz
 /Fsdb-2.72.tar.gz
 /Fsdb-2.73.tar.gz
+/Fsdb-2.74.tar.gz
+/Fsdb-2.75.tar.gz
 /Fsdb-3.0.tar.gz

diff --git a/.gitignore b/.gitignore
index 7e50193..132d0f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /Fsdb-2.73.tar.gz
 /Fsdb-2.74.tar.gz
 /Fsdb-2.75.tar.gz
+/Fsdb-3.0.tar.gz

diff --git a/perl-Fsdb.spec b/perl-Fsdb.spec
index b743830..5d3c7b1 100644
--- a/perl-Fsdb.spec
+++ b/perl-Fsdb.spec
@@ -1,6 +1,6 @@
 Summary: A set of commands for manipulating flat-text databases from the shell
 Name: perl-Fsdb
-Version: 2.75
+Version: 3.0
 Epoch: 2
 Release: 1%{?dist}
 License: GPLv2
@@ -105,5 +105,5 @@ make test
 
 
 %changelog
-* Sat Apr 02 2022 John Heidemann <johnh@isi.edu> 2.75-1
+* Mon Apr 04 2022 John Heidemann <johnh@isi.edu> 3.0-1
 - See http://www.isi.edu/~johnh/SOFTWARE/FSDB/

diff --git a/sources b/sources
index 04224b6..9a1b93c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Fsdb-2.75.tar.gz) = 7771082992faec1529fedc67a1b704be198af483af5f83ce8d7b71bfa117ae4600c491c20ba0ba690102fcfeee6404af5c47b0734cb7b0f8952847d5299def2b
+SHA512 (Fsdb-3.0.tar.gz) = a0f231a54641f080424df2101da9f35e56def5de36a0f467a04746cabb2728dabbd51b8480b4c8e558cbfc35309350ee16bd7e4f75db9a7df2818659d851fa53

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-09 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 17:51 [rpms/perl-Fsdb] epel10: merge John Heidemann
2026-06-09 17:51 John Heidemann

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