rpms/libnfnetlink/FC-5 0001-linux-types.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 libnfnetlink.spec, 1.1, 1.2 sources, 1.2, 1.3

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Tue Jul 25 16:49:12 UTC 2006


Author: stingray

Update of /cvs/extras/rpms/libnfnetlink/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3554

Modified Files:
	.cvsignore libnfnetlink.spec sources 
Added Files:
	0001-linux-types.patch 
Log Message:
libnfnetlink 0.0.16-1


0001-linux-types.patch:

--- NEW FILE 0001-linux-types.patch ---
diff -urN libnfnetlink-0.0.16.orig/src/libnfnetlink.c libnfnetlink-0.0.16/src/libnfnetlink.c
--- libnfnetlink-0.0.16.orig/src/libnfnetlink.c	2006-05-17 18:20:31.000000000 +0400
+++ libnfnetlink-0.0.16/src/libnfnetlink.c	2006-07-14 00:49:07.000000000 +0400
@@ -37,6 +37,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
+#include <linux/types.h>
 #include <linux/netlink.h>
 
 #include <libnfnetlink/libnfnetlink.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libnfnetlink/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 May 2006 20:55:17 -0000	1.2
+++ .cvsignore	25 Jul 2006 16:49:11 -0000	1.3
@@ -1 +1 @@
-libnfnetlink-0.0.14.tar.bz2
+libnfnetlink-0.0.16.tar.bz2


Index: libnfnetlink.spec
===================================================================
RCS file: /cvs/extras/rpms/libnfnetlink/FC-5/libnfnetlink.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnfnetlink.spec	10 May 2006 20:55:17 -0000	1.1
+++ libnfnetlink.spec	25 Jul 2006 16:49:11 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           libnfnetlink
-Version:        0.0.14
-Release:        3%{?dist}
+Version:        0.0.16
+Release:        1%{?dist}
 Summary:        Netfilter netlink userspace library
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://netfilter.org
 Source0:        http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
 Source1:	http://www.gnu.org/licenses/gpl.txt
+Patch0:		0001-linux-types.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #BuildRequires:  
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch -p1
 cp %{SOURCE1} LICENSE
 
 
@@ -60,10 +62,15 @@
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
 %{_includedir}/libnfnetlink/*.h
 
 
 %changelog
+* Wed Jul 12 2006 Felipe Kellermann <stdfk at terra.com.br> - 0.0.16-1
+- Adds pkgconfig to devel files.
+- Version 0.0.16.
+
 * Mon May  8 2006 Paul P Komkoff Jr <i at stingr.net> - 0.0.14-3
 - Include borrowed gpl.txt as LICENSE in %doc
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libnfnetlink/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 May 2006 20:55:17 -0000	1.2
+++ sources	25 Jul 2006 16:49:11 -0000	1.3
@@ -1 +1 @@
-420d312cb9754e571a0677631b4777a0  libnfnetlink-0.0.14.tar.bz2
+5c9b7fc55c5cc7869ecf2ae5ac8afff3  libnfnetlink-0.0.16.tar.bz2




More information about the fedora-extras-commits mailing list