[pcapfix/f21] Update to 1.1.0

Christopher Meng cicku at fedoraproject.org
Tue Feb 17 05:59:26 UTC 2015


commit f9159d9e24c92e8fe3cbcc945166f5609e57a816
Author: Christopher Meng <i at cicku.me>
Date:   Tue Feb 17 13:58:49 2015 +0800

    Update to 1.1.0

 .gitignore   |    1 +
 pcapfix.spec |   17 +++++++++++------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1107e9..acb77eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pcapfix-0.7.3.tar.gz
 /pcapfix-1.0.0.tar.gz
 /pcapfix-1.0.1.tar.gz
+/pcapfix-1.1.0.tar.gz
diff --git a/pcapfix.spec b/pcapfix.spec
index fbe5612..2453aee 100644
--- a/pcapfix.spec
+++ b/pcapfix.spec
@@ -1,6 +1,6 @@
 Name:           pcapfix
-Version:        1.0.1
-Release:        3%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        A tool for repairing corrupted pcap files
 License:        GPLv3
 URL:            http://f00l.de/pcapfix
@@ -17,17 +17,22 @@ to find pcap packet headers, and checks and repairs them.
 sed -i 's|install -D|install -pD|g' Makefile
 
 %build
-make CFLAGS="%{optflags}" %{?_smp_mflags}
+# Upstream has used -Wl,-z,relro.
+%make_build DEBUGFLAGS+="%{optflags}"
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 
 %files
-%doc Changelog LICENSE README TODO
+%doc Changelog README
+%license COPYING
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Mon Feb 09 2015 Christopher Meng <rpm at cicku.me> - 1.1.0-1
+- Update to 1.1.0
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
@@ -35,7 +40,7 @@ make install DESTDIR=%{buildroot}
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
 * Mon Nov 04 2013 Christopher Meng <rpm at cicku.me> - 1.0.1-1
-- New version.
+- Update to 1.0.1
 
 * Mon Oct 14 2013 Christopher Meng <rpm at cicku.me> - 1.0.0-1
 - New version.
diff --git a/sources b/sources
index ca9c13d..39a1af1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a3defc3dc2cd2e0a310092d357ab77b  pcapfix-1.0.1.tar.gz
+baabfe913c399d626bec26042689ba38  pcapfix-1.1.0.tar.gz


More information about the scm-commits mailing list