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 - 0.29-1 +- Update to 0.29 + * Sat Jun 07 2014 Fedora Release Engineering - 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