Hello community,

here is the log from the commit of package netcontrol.1246 for 
openSUSE:12.2:Update checked in at 2013-01-28 11:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2:Update/netcontrol.1246 (Old)
 and      /work/SRC/openSUSE:12.2:Update/.netcontrol.1246.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcontrol.1246", Maintainer is ""

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

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:12.2:Update/.netcontrol.1246.new/netcontrol.changes      
2013-01-28 11:58:10.000000000 +0100
@@ -0,0 +1,98 @@
+-------------------------------------------------------------------
+Fri Jan 11 14:16:18 UTC 2013 - m...@suse.com
+
+- Updated to version 0.2.6 (bnc#794720):
+  Changes in version 0.2.6:
+  - Merged spec file changes from openSUSE:Factory
+  - Fixed libnl-devel build requires to build on 12.1
+  - Updated FSF address in copyright/license statements
+  Changes in version 0.2.5:
+  - Fixed several bugs reported in bnc#760500, bnc#763388,
+    bnc#765040, bnc#754001:
+  - Fetch ip addresses and routes in system refresh via
+    netlink, adds libnl-1 dependency to libnetcontrol.
+  - Do not use -o rc for ifup or it fails when startmode
+    is set to manual.
+  - Always call ifstatus in ncf_if_status and not check
+    interface operstate to better match ifstatus results
+  - Check type while creating topology tree as well, not
+    only if the interface specific data exists.
+  - Do not report error in ncf_if_xml_state when interface 
+    does not exists any more [has been stopped/removed].
+  - Improved error handling, report several errors once
+  - Expose a lot of error details to the caller
+  - Fixed to parse and configure complete interface trees
+    and fixed a senseless type check that caused SEGV.
+  - Fetch mac address from system when not in the config
+  - Fixed arp ip target bonding option handling and expose
+    errors while trying to add not unique slave interface.
+  - Refresh config handle earlier in ncf_define, fixed a 
+    double free in regression test it does.
+  - Automatically start port/slave/base interfeces when 
+    stating a bridge/bond/vlan.
+  - Lowered bad_reference (bridge config references an
+    unknown interface) log level to warning (bnc#735187).
+  Changes in version 0.2.4:
+  - Fixed writing of bonding slaves into ifcfg file
+  - Fixed a memory leak while netcf xml generation error
+  - Generate complete interface chanins, do not generate
+    type attribute in vlan interface reference xml node
+    (bnc#708398).
+
+-------------------------------------------------------------------
+Wed Dec 21 10:31:41 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+-------------------------------------------------------------------
+Fri Sep  9 14:10:39 UTC 2011 - cfarr...@suse.com
+
+- license update: LGPL-2.1+
+  SPDX syntax. See http://www.spdx.org/licenses
+
+-------------------------------------------------------------------
+Thu Sep  8 17:05:01 UTC 2011 - m...@suse.de
+
+- Fixed to include config.h to have _GNU_SOURCE defined
+
+-------------------------------------------------------------------
+Fri Aug 26 11:04:59 UTC 2011 - m...@suse.de
+
+- version 0.2.3, cleaning up copyright statements in source, header
+  and other files, adding authorization notes about use of GPL code
+  from wicked project inside of the LGPL libnetcontrol library and
+  a short README and COPYING files (bnc#713519).
+
+-------------------------------------------------------------------
+Wed Aug 17 09:14:01 CEST 2011 - dmuel...@suse.de
+
+- add baselibs.conf to sources
+
+-------------------------------------------------------------------
+Tue Jul 12 09:42:32 UTC 2011 - m...@suse.de
+
+- version 0.2.2, with several fixes (fate#306765):
+  Change to use bus-id for bonding slave udev rules,
+  fixed / tweaked infiniband and vlan configuration,
+  fixed deletion to not remove unrequested configs,
+  set close-on-exec flag for all files we open.
+
+-------------------------------------------------------------------
+Wed Jul  6 19:03:28 UTC 2011 - m...@suse.de
+
+- version 0.2.1, fixing config cleanup of depending interfaces
+  while configure and delete action, ifup and ifdown actions,
+  adding several checks and removing patch level from the API
+  version (fate#306765).  
+
+-------------------------------------------------------------------
+Fri Jul  1 11:17:17 UTC 2011 - m...@suse.de
+
+- A first write-enabled version 0.2.0, added hook to redirect log
+  messages e.g. to the libvirtd log routines (fate#306765).
+
+-------------------------------------------------------------------
+Thu Jun 16 19:22:52 UTC 2011 - m...@suse.de
+
+- Initial package (fate#306765)
+

New:
----
  baselibs.conf
  netcontrol-0.2.6.tar.bz2
  netcontrol.changes
  netcontrol.spec

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

Other differences:
------------------
++++++ netcontrol.spec ++++++
#
# spec file for package netcontrol
#
# Copyright (c) 2013 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:           netcontrol
Version:        0.2.6
Release:        0.<RELEASE5>
Summary:        A network configuration library
License:        LGPL-2.1+
Group:          Productivity/Networking/System
#
# License note:
# libnetcontrol contains source code which is based on wicked.
# Wicked is licensed under the GPL-2.0+, but permission has been
# granted by the authors of wicked to use the code derived from
# wicked under the LGPL-2.1+ in libnetcontrol.
#
Source0:        %{name}-%{version}.tar.bz2
Source1:        baselibs.conf
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1210
BuildRequires:  libnl-1_1-devel
%else
BuildRequires:  libnl-devel
%endif
BuildRequires:  pkg-config

%description
A interim network configuration library, currently implementing the
libnetcf interface for libvirt.



Authors:
--------
    Olaf Kirch <o...@suse.de>
    Marius Tomaschewski <m...@suse.de>

%package -n     libnetcontrol0
Summary:        A network configuration library
Group:          Productivity/Networking/System

%description -n libnetcontrol0
A interim network configuration library, currently implementing the
libnetcf interface for libvirt.

The libnetcontrol0 package provides the shared library.



Authors:
--------
    Olaf Kirch <o...@suse.de>
    Marius Tomaschewski <m...@suse.de>

%package -n     libnetcontrol-devel
Summary:        Development header and library files
Group:          Development/Libraries/C and C++
Requires:       libnetcontrol0 = %{version}

%description -n libnetcontrol-devel
A interim network configuration library, currently implementing the
libnetcf interface for libvirt.

The libnetcontrol-devel package contains libraries and header files
required for development.



Authors:
--------
    Olaf Kirch <o...@suse.de>
    Marius Tomaschewski <m...@suse.de>

%prep
%setup -q

%build
export CFLAGS="-W -Wall $RPM_OPT_FLAGS"
%configure \
        --disable-static
make %{?_smp_mflags}

%install
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%post -n libnetcontrol0
/sbin/ldconfig

%postun -n libnetcontrol0
/sbin/ldconfig

%files -n libnetcontrol0
%defattr(-,root,root,-)
%{_libdir}/*.so.*

%files -n libnetcontrol-devel
%defattr(-,root,root,-)
%doc README COPYING.LGPL COPYING.GPL
%{_libdir}/*.so
%{_includedir}/*
%{_datadir}/pkgconfig/netcontrol.pc

%changelog
++++++ baselibs.conf ++++++
libnetcontrol0
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to