[libnet] 1.1.6, updated soname.

Jon Ciesla limb at fedoraproject.org
Fri Mar 30 12:45:09 UTC 2012


commit b606c45c342efc79022f4d2716d6a2ab8f6dc43b
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Mar 30 07:44:36 2012 -0500

    1.1.6, updated soname.

 .gitignore  |    1 +
 libnet.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 739213f..a254288 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libnet-1.1.5.tar.gz
+/libnet-1.1.6.tar.gz
diff --git a/libnet.spec b/libnet.spec
index f0878ea..e2468d6 100644
--- a/libnet.spec
+++ b/libnet.spec
@@ -1,7 +1,7 @@
 Summary:	C library for portable packet creation and injection
 Name:		libnet
-Version:	1.1.5
-Release:	3%{?dist}
+Version:	1.1.6
+Release:	1%{?dist}
 License:	BSD
 Group:		System Environment/Libraries
 URL:		http://www.sourceforge.net/projects/libnet-dev/
@@ -75,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/BUGS doc/DESIGN_NOTES doc/MIGRATION doc/PACKET_BUILDING
+%doc doc/CHANGELOG doc/CONTRIB doc/COPYING doc/DESIGN_NOTES doc/MIGRATION doc/PACKET_BUILDING
 %doc doc/RAWSOCKET_NON_SEQUITUR doc/TODO doc/html/ __dist_sample/sample/
 %{_bindir}/%{name}-config
 %{_libdir}/%{name}.so
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/%{name}*.3*
 
 %changelog
+* Fri Mar 30 2012 Jon Ciesla <limburgher at gmail.com> - 1.1.6-1
+- Upgrade to 1.1.6, BZ 808394.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 76b7f16..265489b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9bc1d75a610efcfee200d3e28d8eb8f  libnet-1.1.5.tar.gz
+710296fe424a49344e5fcc0d09e53317  libnet-1.1.6.tar.gz


More information about the scm-commits mailing list