Hello community,

here is the log from the commit of package libnfnetlink.905 for 
openSUSE:12.1:Update checked in at 2012-09-25 17:00:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update/libnfnetlink.905 (Old)
 and      /work/SRC/openSUSE:12.1:Update/.libnfnetlink.905.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnfnetlink.905", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-08-23 02:41:28.555381587 +0200
+++ /work/SRC/openSUSE:12.1:Update/.libnfnetlink.905.new/libnfnetlink.changes   
2012-09-25 17:00:27.000000000 +0200
@@ -0,0 +1,59 @@
+-------------------------------------------------------------------
+Fri Aug 31 01:52:43 UTC 2012 - [email protected]
+
+- Update to new git snapshot 1.0.0+git35
+* Fix incomplete retrieval of the interface list,
+  which causes conntrackd to not operate as desired
+  (http://marc.info/?l=netfilter&m=134458290414850&w=2 )
+
+-------------------------------------------------------------------
+Fri Feb 10 15:54:47 UTC 2012 - [email protected]
+
+- license update: GPL-2.0
+  Look at e.g. src/iftable.c - please check if GPL-3.0 applications require
+  this library
+
+-------------------------------------------------------------------
+Sat Dec 31 20:25:58 UTC 2011 - [email protected]
+
+- Update to new git snapshot 1.0.0+git28
+* build updates, license update
+
+-------------------------------------------------------------------
+Thu Dec 29 20:50:58 UTC 2011 - [email protected]
+
+- Use separate include dir to detect compile errors
+
+-------------------------------------------------------------------
+Tue Nov 22 15:18:35 UTC 2011 - [email protected]
+
+- Make License field SPDX compliant (bnc#731935)
+
+-------------------------------------------------------------------
+Sat Nov 19 20:43:44 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Sat Apr 24 09:16:28 UTC 2010 - [email protected]
+
+- buildrequire pkg-config to fix provides
+
+-------------------------------------------------------------------
+Fri Feb 26 16:57:23 UTC 2010 - [email protected]
+
+- update to 1.0.0+git1 to have license file available
+
+-------------------------------------------------------------------
+Tue Feb 23 22:22:02 UTC 2010 - [email protected]
+
+- add baselibs.conf
+- use %_smp_mflags
+- secure *.la delete call
+- wrap description at col 70
+
+-------------------------------------------------------------------
+Tue Jun 30 19:26:05 CEST 2009 - bitshuffler #[email protected]
+
+- Updated to 1.0.0
+

New:
----
  baselibs.conf
  libnfnetlink-1.0.0+git35.tar.xz
  libnfnetlink.changes
  libnfnetlink.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libnfnetlink.spec ++++++
#
# spec file for package libnfnetlink
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libnfnetlink
%define libsoname       %{name}0
Version:        1.0.0+git35
Release:        0
Url:            http://netfilter.org/projects/libnfnetlink/

#Git-Clone:     git://git.netfilter.org/libnfnetlink
#DL-URL:        ftp://ftp.netfilter.org/pub/libnfnetlink/
#Source:                
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2
Source:         %name-%version.tar.xz
Source2:        baselibs.conf
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf
BuildRequires:  automake >= 1.6
BuildRequires:  libtool
BuildRequires:  pkgconfig >= 0.21
BuildRequires:  xz
Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
License:        GPL-2.0
Group:          Productivity/Networking/Security

%description
libnfnetlink is the low-level library for netfilter related
kernel/userspace communication. It provides a generic messaging
infrastructure for in-kernel netfilter subsystems (such as
nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
respective users and/or management tools in userspace.

This library is not meant as a public API for application developers.
It is only used by other netfilter.org projects, such as
libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.

%package -n %libsoname
Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
Group:          System/Libraries

%description -n %libsoname
libnfnetlink is the low-level library for netfilter related
kernel/userspace communication. It provides a generic messaging
infrastructure for in-kernel netfilter subsystems (such as
nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
respective users and/or management tools in userspace.

This library is not meant as a public API for application developers.
It is only used by other netfilter.org projects, such as
libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.

%package -n %name-devel
Requires:       %libsoname = %version
Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
Group:          Development/Libraries/C and C++

%description -n %name-devel
libnfnetlink is the low-level library for netfilter related
kernel/userspace communication. It provides a generic messaging
infrastructure for in-kernel netfilter subsystems (such as
nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
respective users and/or management tools in userspace.

This library is not meant as a public API for application developers.
It is only used by other netfilter.org projects, such as
libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.

%prep
%if 0%{?__xz:1}
%setup -q
%else
tar -xf "%{S:0}" --use=xz;
%setup -DTq
%endif

%build
if [ ! -e configure ]; then
        autoreconf -fi;
fi
%configure --disable-static --includedir="%_includedir/%name-%version"
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la;

%post -n %libsoname -p /sbin/ldconfig

%postun -n %libsoname -p /sbin/ldconfig

%files -n %libsoname
%defattr(-,root,root)
%doc COPYING README
%_libdir/libnfnetlink.so.0*

%files -n %name-devel
%defattr(-,root,root)
%_includedir/%name-%version
%_libdir/libnfnetlink.so
%_libdir/pkgconfig/libnfnetlink.pc

%changelog
++++++ baselibs.conf ++++++
libnfnetlink0
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to