Update to 0.29

e8
Christopher Meng 11 years ago
parent bbf2dd2e27
commit 3ebccb01c0

1
.gitignore vendored

@ -1 +1,2 @@
/pgpdump-0.28.tar.gz /pgpdump-0.28.tar.gz
/pgpdump-0.29.tar.gz

@ -1,15 +1,10 @@
Name: pgpdump Name: pgpdump
Version: 0.28 Version: 0.29
Release: 2%{?dist} Release: 1%{?dist}
Summary: PGP packet visualizer Summary: PGP packet visualizer
License: MIT License: MIT
URL: http://www.mew.org/~kazu/proj/pgpdump/ URL: http://www.mew.org/~kazu/proj/pgpdump/
Source0: http://www.mew.org/~kazu/proj/pgpdump/%{name}-%{version}.tar.gz 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: bzip2-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
@ -19,11 +14,10 @@ OpenPGP (RFC 4880) and PGP version 2 (RFC 1991).
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
@ -34,6 +28,9 @@ make %{?_smp_mflags}
%{_mandir}/man1/pgpdump.1* %{_mandir}/man1/pgpdump.1*
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

@ -1 +1 @@
4a98f608c8f295e5415c1ea0b5c35d83 pgpdump-0.28.tar.gz 6417ee4a660d546811cbcb67f7466981 pgpdump-0.29.tar.gz

Loading…
Cancel
Save