rpms/libnetfilter_log/F-9 .cvsignore, 1.2, 1.3 libnetfilter_log-sysheader.patch, 1.1, 1.2 libnetfilter_log.spec, 1.5, 1.6 sources, 1.2, 1.3 libnetfilter_log-configure.patch, 1.1, NONE

Paul P Komkoff Jr stingray at fedoraproject.org
Sun Oct 26 16:35:37 UTC 2008


Author: stingray

Update of /cvs/extras/rpms/libnetfilter_log/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11152

Modified Files:
	.cvsignore libnetfilter_log-sysheader.patch 
	libnetfilter_log.spec sources 
Removed Files:
	libnetfilter_log-configure.patch 
Log Message:
libnetfilter_log-0.0.15


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libnetfilter_log/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 May 2007 04:31:31 -0000	1.2
+++ .cvsignore	26 Oct 2008 16:35:06 -0000	1.3
@@ -1 +1 @@
-libnetfilter_log-0.0.13.tar.bz2
+libnetfilter_log-0.0.15.tar.bz2

libnetfilter_log-sysheader.patch:

Index: libnetfilter_log-sysheader.patch
===================================================================
RCS file: /cvs/extras/rpms/libnetfilter_log/F-9/libnetfilter_log-sysheader.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnetfilter_log-sysheader.patch	4 Apr 2008 23:38:28 -0000	1.1
+++ libnetfilter_log-sysheader.patch	26 Oct 2008 16:35:06 -0000	1.2
@@ -8,7 +8,7 @@
 -
 +pkginclude_HEADERS = libnetfilter_log.h libipulog.h
 diff --git a/include/libnetfilter_log/libnetfilter_log.h b/include/libnetfilter_log/libnetfilter_log.h
-index 5615daf..3a184af 100644
+index aa0da72..f18929b 100644
 --- a/include/libnetfilter_log/libnetfilter_log.h
 +++ b/include/libnetfilter_log/libnetfilter_log.h
 @@ -9,7 +9,11 @@
@@ -26,10 +26,10 @@
  struct nflog_g_handle;
 diff --git a/include/libnetfilter_log/linux_nfnetlink_log.h b/include/libnetfilter_log/linux_nfnetlink_log.h
 deleted file mode 100644
-index 12787e7..0000000
+index 4c802c8..0000000
 --- a/include/libnetfilter_log/linux_nfnetlink_log.h
 +++ /dev/null
-@@ -1,98 +0,0 @@
+@@ -1,102 +0,0 @@
 -#ifndef _NFNETLINK_LOG_H
 -#define _NFNETLINK_LOG_H
 -
@@ -85,6 +85,10 @@
 -	NFULA_UID,			/* user id of socket */
 -	NFULA_SEQ,			/* instance-local sequence number */
 -	NFULA_SEQ_GLOBAL,		/* global sequence number */
+-	NFULA_GID,			/* group id of socket */
+-	NFULA_HWTYPE,			/* hardware type */
+-	NFULA_HWHEADER,			/* hardware header */
+-	NFULA_HWLEN,			/* hardware header length */
 -
 -	__NFULA_MAX
 -};
@@ -129,7 +133,7 @@
 -
 -#endif /* _NFNETLINK_LOG_H */
 diff --git a/src/libnetfilter_log.c b/src/libnetfilter_log.c
-index 95537d8..4b64d4a 100644
+index 6c0936e..bb6876c 100644
 --- a/src/libnetfilter_log.c
 +++ b/src/libnetfilter_log.c
 @@ -26,8 +26,6 @@


Index: libnetfilter_log.spec
===================================================================
RCS file: /cvs/extras/rpms/libnetfilter_log/F-9/libnetfilter_log.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnetfilter_log.spec	4 Apr 2008 23:38:28 -0000	1.5
+++ libnetfilter_log.spec	26 Oct 2008 16:35:06 -0000	1.6
@@ -1,16 +1,15 @@
 Name:           libnetfilter_log
-Version:        0.0.13
-Release:        6%{?dist}
+Version:        0.0.15
+Release:        1%{?dist}
 Summary:        Netfilter logging userspace library
 Group:          System Environment/Libraries
-License:        GPL
+License:        GPLv2
 URL:            http://netfilter.org
 Source0:        http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
-Patch0:		libnetfilter_log-configure.patch
-Patch1:		libnetfilter_log-sysheader.patch
+Patch0:		libnetfilter_log-sysheader.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libnfnetlink-devel, pkgconfig, kernel-headers
+BuildRequires:  libnfnetlink-devel >= 0.0.39, pkgconfig, kernel-headers
 BuildRequires:	autoconf, automake, libtool
 
 %description
@@ -39,7 +38,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 autoreconf -i --force
 
@@ -68,10 +66,24 @@
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/*.so
+%dir %{_includedir}/%{name}
 %{_includedir}/%{name}/*.h
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun Oct 26 2008 Paul P. Komkoff Jr <i at stingr.net> - 0.0.15-1
+- new upstream version
+- hard dependency on libnfnetlink version
+
+* Fri Aug 29 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 0.0.14-3
+- include /usr/include/libnetfilter_log directory
+
+* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.0.14-2
+- fix license tag
+
+* Wed Jul 16 2008 Paul P. Komkoff Jr <i at stingr.net> - 0.0.14-1
+- grab latest upstream version
+
 * Sat Apr  5 2008 Paul P Komkoff Jr <i at stingr.net> - 0.0.13-6
 - update to latest svn and to use system netfilter header (fixes the build)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libnetfilter_log/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 May 2007 04:31:31 -0000	1.2
+++ sources	26 Oct 2008 16:35:06 -0000	1.3
@@ -1 +1 @@
-168e4f46f6ad5549ddbaddf675e54552  libnetfilter_log-0.0.13.tar.bz2
+310ddd9e0c2bb6108b5fa33cd2666008  libnetfilter_log-0.0.15.tar.bz2


--- libnetfilter_log-configure.patch DELETED ---




More information about the fedora-extras-commits mailing list