public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pgpdump] epel10: Update to 0.29
@ 2026-08-09 3:08 Christopher Meng
0 siblings, 0 replies; only message in thread
From: Christopher Meng @ 2026-08-09 3:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pgpdump
Branch : epel10
Commit : 3ebccb01c01a832a9c6f612cb1436cab97dbe6cd
Author : Christopher Meng <i@cicku.me>
Date : 2014-08-01T15:07:59+08:00
Stats : +8/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/pgpdump/c/3ebccb01c01a832a9c6f612cb1436cab97dbe6cd?branch=epel10
Log:
Update to 0.29
---
diff --git a/.gitignore b/.gitignore
index cb4e8a6..6d3572e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pgpdump-0.28.tar.gz
+/pgpdump-0.29.tar.gz
diff --git a/pgpdump.spec b/pgpdump.spec
index 026e0c0..6e1930f 100644
--- a/pgpdump.spec
+++ b/pgpdump.spec
@@ -1,15 +1,10 @@
Name: pgpdump
-Version: 0.28
-Release: 2%{?dist}
+Version: 0.29
+Release: 1%{?dist}
Summary: PGP packet visualizer
License: MIT
URL: http://www.mew.org/~kazu/proj/pgpdump/
Source0: http://www.mew.org/~kazu/proj/pgpdump/%{name}-%{version}.tar.gz
-# The patch being merged into upstream solved:
-# 1. Wrong permissions like 555 but not 755, 444 but not 644.
-# 2. RPM DESTDIR support
-# 3. Preserve the timestamp when installing files.
-Patch0: https://github.com/cicku/pgpdump/commit/1201ba18ff2981beb68f38ea817d0e8226950a85.patch
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
@@ -19,11 +14,10 @@ OpenPGP (RFC 4880) and PGP version 2 (RFC 1991).
%prep
%setup -q
-%patch0 -p1
%build
%configure
-make %{?_smp_mflags}
+%make_build
%install
%make_install
@@ -34,6 +28,9 @@ make %{?_smp_mflags}
%{_mandir}/man1/pgpdump.1*
%changelog
+* Fri Aug 01 2014 Christopher Meng <rpm@cicku.me> - 0.29-1
+- Update to 0.29
+
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
diff --git a/sources b/sources
index 5a15766..dd9c804 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a98f608c8f295e5415c1ea0b5c35d83 pgpdump-0.28.tar.gz
+6417ee4a660d546811cbcb67f7466981 pgpdump-0.29.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-09 3:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09 3:08 [rpms/pgpdump] epel10: Update to 0.29 Christopher Meng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox