rpms/libnl/devel .cvsignore, 1.6, 1.7 libnl.spec, 1.21, 1.22 sources, 1.7, 1.8

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Dec 18 19:36:37 UTC 2007


Author: dcbw

Update of /cvs/extras/rpms/libnl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13730

Modified Files:
	.cvsignore libnl.spec sources 
Log Message:
* Tue Dec 18 2007 Dan Williams <dcbw at redhat.com> - 1.0-0.15.pre8.git20071218
- Handle removal of include/linux/ip_mp_alg.h in 2.6.24




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libnl/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	18 Dec 2007 03:28:15 -0000	1.6
+++ .cvsignore	18 Dec 2007 19:35:44 -0000	1.7
@@ -3,3 +3,4 @@
 libnl-1.0-pre4.tar.gz
 libnl-1.0-pre5.tar.gz
 libnl.git20071217.tar.bz2
+libnl-1.0-pre8.git20071218.tar.bz2


Index: libnl.spec
===================================================================
RCS file: /cvs/extras/rpms/libnl/devel/libnl.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libnl.spec	18 Dec 2007 14:33:13 -0000	1.21
+++ libnl.spec	18 Dec 2007 19:35:44 -0000	1.22
@@ -1,14 +1,15 @@
 %define preversion pre8
+%define gitsnapshot .git20071218
 
 Summary: Convenience library for kernel netlink sockets
 Group: Development/Libraries
 License: LGPL
 Name: libnl
 Version: 1.0
-Release: 0.14.%{preversion}.git20071217%{?dist}
+Release: 0.15.%{preversion}%{gitsnapshot}%{?dist}
 URL: http://people.suug.ch/~tgr/libnl/
 #Source: http://people.suug.ch/~tgr/libnl/files/libnl-%{version}-%{preversion}.tar.gz
-Source: libnl.git20071217.tar.bz2
+Source: %{name}-%{version}-%{preversion}%{gitsnapshot}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: doxygen
 Patch1: libnl-1.0-pre5-static.patch
@@ -32,7 +33,7 @@
 
 
 %prep
-%setup -q -n libnl.git20071217
+%setup -q -n %{name}-%{version}-%{preversion}%{gitsnapshot}
 %patch1 -p1 -b .build-static
 %patch2 -p1 -b .debuginfo
 %patch3 -p1 -b .use-vasprintf-retval
@@ -66,6 +67,9 @@
 %{_libdir}/pkgconfig/%{name}-1.pc
 
 %changelog
+* Tue Dec 18 2007 Dan Williams <dcbw at redhat.com> - 1.0-0.15.pre8.git20071218
+- Handle removal of include/linux/ip_mp_alg.h in 2.6.24
+
 * Tue Dec 18 2007 Dan Williams <dcbw at redhat.com> - 1.0-0.14.pre8.git20071217
 - devel package should require kernel-headers
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libnl/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	18 Dec 2007 03:28:15 -0000	1.7
+++ sources	18 Dec 2007 19:35:44 -0000	1.8
@@ -1 +1 @@
-a6d82e88c9cc4f7d428456833b963b8b  libnl.git20071217.tar.bz2
+e69a2ff616b8d920ad720ca0df454ea1  libnl-1.0-pre8.git20071218.tar.bz2




More information about the fedora-extras-commits mailing list