[pcapfix/f19: 2/2] New version.

Christopher Meng cicku at fedoraproject.org
Mon Oct 14 12:25:59 UTC 2013


commit 73e48815ec852880622bb14f3458db1bb29ad4b5
Author: Christopher Meng <rpm at cicku.me>
Date:   Mon Oct 14 20:25:05 2013 +0800

    New version.

 .gitignore   |    1 +
 pcapfix.spec |   19 +++++++++++--------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64f0eb5..78e0371 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pcapfix-0.7.3.tar.gz
+/pcapfix-1.0.0.tar.gz
diff --git a/pcapfix.spec b/pcapfix.spec
index 70378d3..6912207 100644
--- a/pcapfix.spec
+++ b/pcapfix.spec
@@ -1,10 +1,10 @@
-Name:            pcapfix
-Version:         0.7.3
-Release:         3%{?dist}
-Summary:         A tool for repairing corrupted pcap files
-License:         GPLv3
-URL:             http://f00l.de/pcapfix
-Source0:         http://f00l.de/pcapfix/%{name}-%{version}.tar.gz
+Name:           pcapfix
+Version:        1.0.0
+Release:        1%{?dist}
+Summary:        A tool for repairing corrupted pcap files
+License:        GPLv3
+URL:            http://f00l.de/pcapfix
+Source0:        http://f00l.de/pcapfix/%{name}-%{version}.tar.gz
 
 %description
 pcapfix is a repair tool for corrupted pcap files. It checks for an intact pcap
@@ -14,7 +14,7 @@ to find pcap packet headers, and checks and repairs them.
 
 %prep
 %setup -q
-sed -i 's|install -D|install -p -D|g' Makefile
+sed -i 's|install -D|install -pD|g' Makefile
 
 %build
 make CFLAGS="%{optflags}" %{?_smp_mflags}
@@ -28,6 +28,9 @@ make install DESTDIR=%{buildroot}
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Mon Oct 14 2013 Christopher Meng <rpm at cicku.me> - 1.0.0-1
+- New version.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 68244dd..69a0fb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78e2734009ff53e4bb9cbdad6f195cb1  pcapfix-0.7.3.tar.gz
+ae67893ea2a2c4e81507535bbc9dde01  pcapfix-1.0.0.tar.gz


More information about the scm-commits mailing list