[dropwatch] Updating to latest upstream

Neil Horman nhorman at fedoraproject.org
Fri Jun 1 18:40:40 UTC 2012


commit 6d074abac207ed4fdcd5d62c7345d7e6abb105c9
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Fri Jun 1 14:39:52 2012 -0400

    Updating to latest upstream

 .gitignore     |    1 +
 dropwatch.spec |   11 +++++++----
 sources        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfdf057..58a89e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 dropwatch-1.0.tbz2
 dropwatch-1.1-0.tbz2
 dropwatch-1.2.tbz2
+/dropwatch-1.4.tbz2
diff --git a/dropwatch.spec b/dropwatch.spec
index c6baf40..800dde0 100644
--- a/dropwatch.spec
+++ b/dropwatch.spec
@@ -1,15 +1,15 @@
 Summary: Kernel dropped packet monitor 
 Name: dropwatch 
-Version: 1.2
-Release: 2%{?dist} 
+Version: 1.4
+Release: 1%{?dist} 
 Source0: https://fedorahosted.org/releases/d/r/dropwatch/dropwatch-%{version}.tbz2
 URL: http://fedorahosted.org/dropwatch
 License: GPLv2+ 
 Group: Applications/System 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: kernel-devel, libnl-devel, readline-devel
-BuildRequires: binutils-devel, binutils-static
-Requires: libnl, readline
+BuildRequires: binutils-devel, binutils-static libnl3-devel pkgconfig
+Requires: libnl3, readline
 
 %description
 dropwatch is an utility to interface to the kernel to monitor for dropped
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING
 
 %changelog
+* Fri Jun 01 2012 Neil Horman <nhorman at redhat.com> - 1.4-1
+- Update to latest upstream
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6b105e6..649b394 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7260f82812fbbdf174b953d181ee0be1  dropwatch-1.2.tbz2
+5145753b3e9255bd9b190251ba4d3bbf  dropwatch-1.4.tbz2


More information about the scm-commits mailing list