diff --git a/netcontrol-0.2.7.tar.bz2 b/netcontrol-0.2.7.tar.bz2 deleted file mode 100644 index ee11980..0000000 --- a/netcontrol-0.2.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccd01fe2789e08db1df0ef02b12cebee7986a16c287332b3281a0f646c3bd62a -size 355351 diff --git a/netcontrol-0.2.8.tar.bz2 b/netcontrol-0.2.8.tar.bz2 new file mode 100644 index 0000000..6c6de68 --- /dev/null +++ b/netcontrol-0.2.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dbadfab1f519af4b2e2cfa26789e0c2df362a34a893db4fd11e665912d0d14 +size 360450 diff --git a/netcontrol.changes b/netcontrol.changes index 3426859..11fc443 100644 --- a/netcontrol.changes +++ b/netcontrol.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 26 15:01:02 UTC 2013 - mt@suse.de + +- version 0.2.8 +- Added ChangeLog.git to dist archive and to devel package docs. +- Fixed ncf_close to not close logger as ncf_init did not open any. + This caused SEGV's in libvirt, that redirects the global logger + to itself and is using multiple ncf instances (bnc#811002). +- Fixed pthreads detection and source enablement in configure, + added an explicit configure --enable-pthreads option to spec + file to cause a failure on detection problems (bnc#811002). +- Fixed SEGV at parsing not existing BRIDGE_PATHCOSTS and memory + leaks in in loop check, xml parsing and on backup file creation + failure while routes file rewrite (bnc#810381). + ------------------------------------------------------------------- Fri Jan 25 09:39:55 UTC 2013 - mt@suse.de diff --git a/netcontrol.spec b/netcontrol.spec index 3291098..bc24f73 100644 --- a/netcontrol.spec +++ b/netcontrol.spec @@ -17,8 +17,8 @@ Name: netcontrol -Version: 0.2.7 -Release: 0 +Version: 0.2.8 +Release: 0. Summary: A network configuration library License: LGPL-2.1+ Group: Productivity/Networking/System @@ -56,6 +56,7 @@ Authors: Marius Tomaschewski %package -n libnetcontrol0 + Summary: A network configuration library Group: Productivity/Networking/System @@ -73,6 +74,7 @@ Authors: Marius Tomaschewski %package -n libnetcontrol-devel + Summary: Development header and library files Group: Development/Libraries/C and C++ Requires: libnetcontrol0 = %{version} @@ -98,8 +100,9 @@ Authors: export CFLAGS="-W -Wall $RPM_OPT_FLAGS" %configure \ %if 0%{?suse_version} >= 1230 - --enable-network-service \ + --enable-network-service \ %endif + --enable-pthreads \ --disable-static make %{?_smp_mflags} @@ -119,7 +122,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %files -n libnetcontrol-devel %defattr(-,root,root,-) -%doc README COPYING.LGPL COPYING.GPL +%doc README COPYING.LGPL COPYING.GPL ChangeLog.git %{_libdir}/*.so %{_includedir}/* %{_datadir}/pkgconfig/netcontrol.pc