Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit libnl
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 01 Feb 2008 18:16:20 +0100
- Message-id: <20080201171621.0E4E3678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libnl
checked in at Fri Feb 1 18:16:20 CET 2008.
--------
--- libnl/libnl.changes 2008-01-25 08:15:10.000000000 +0100
+++ libnl/libnl.changes 2008-02-01 12:48:32.089135000 +0100
@@ -1,0 +2,10 @@
+Fri Feb 1 12:45:47 CET 2008 - coolo@xxxxxxx
+
+- update to 1.1:
+ o patches went upstream
+ o Generic netlink support
+ o Route Addition/Deletion
+ o Fixed reference counting while objects stay in caches.
+ ... tons of other fixes
+
+-------------------------------------------------------------------
Old:
----
libnl-1.0-pre6.tar.bz2
libnl-compat.diff
libnl-includes.diff
libnl.nl_str2af.patch
libnl.route.metric-overflow.patch
libnl-typedef.patch
New:
----
libnl-1.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libnl.spec ++++++
--- /var/tmp/diff_new_pack.T21000/_old 2008-02-01 18:15:47.000000000 +0100
+++ /var/tmp/diff_new_pack.T21000/_new 2008-02-01 18:15:47.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package libnl (Version 1.0)
+# spec file for package libnl (Version 1.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,20 +11,13 @@
# norootforbuild
Name: libnl
-%define preversion pre6
-%define prefix /usr
Summary: Convenience library for kernel netlink sockets
Group: Development/Libraries/Other
License: LGPL v2.1 or later
-Version: 1.0
-Release: 100
+Version: 1.1
+Release: 1
Url: http://people.suug.ch/~tgr/libnl/
-Source:
http://people.suug.ch/~tgr/libnl/files/libnl-%{version}-%{preversion}.tar.bz2
-Patch1: %{name}-typedef.patch
-Patch2: libnl-includes.diff
-Patch3: libnl-compat.diff
-Patch4: libnl.nl_str2af.patch
-Patch5: libnl.route.metric-overflow.patch
+Source: http://people.suug.ch/~tgr/libnl/files/libnl-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -53,21 +46,14 @@
Thomas Graf <tgraf@xxxxxxx>
%prep
-%setup -q -n libnl-%{version}-%{preversion}
-%ifnarch ia64 ppc64 s390x
-%patch1 -p1
-%endif
-%patch2
-%patch3
-%patch4
-%patch5 -p1
+%setup -q -n libnl-%{version}
%build
#%configure
CFLAGS="$RPM_OPT_FLAGS" \
./configure \
- --prefix=%prefix \
- --libdir=%prefix/%_lib
+ --prefix=%_prefix \
+ --libdir=%_libdir
make
%install
@@ -83,7 +69,7 @@
%files
%defattr(-,root,root)
%{_libdir}/%{name}.so.*
-%doc COPYING
+%doc COPYING ChangeLog
%files devel
%defattr(-,root,root,0755)
@@ -92,6 +78,13 @@
%{_libdir}/pkgconfig/%{name}-1.pc
%changelog
+* Fri Feb 01 2008 coolo@xxxxxxx
+- update to 1.1:
+ o patches went upstream
+ o Generic netlink support
+ o Route Addition/Deletion
+ o Fixed reference counting while objects stay in caches.
+ ... tons of other fixes
* Fri Jan 25 2008 adrian@xxxxxxx
- fix changelog entries order
* Wed Oct 03 2007 maw@xxxxxxx
++++++ libnl-1.0-pre6.tar.bz2 -> libnl-1.1.tar.bz2 ++++++
++++ 36924 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |