[netcf] update to 0.1.8

Laine Stump laine at fedoraproject.org
Tue Jun 21 19:49:40 UTC 2011


commit a2bd90fe5570d75415c8f107d47682ea22e00e46
Author: Laine Stump <laine at laine.org>
Date:   Tue Jun 21 15:49:28 2011 -0400

    update to 0.1.8

 .gitignore |    1 +
 netcf.spec |   21 +++++++++++++++------
 sources    |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fe904f..9011b8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 netcf-0.1.6.tar.gz
 /netcf-0.1.7.tar.gz
+/netcf-0.1.8.tar.gz
diff --git a/netcf.spec b/netcf.spec
index 0d3205d..adb6987 100644
--- a/netcf.spec
+++ b/netcf.spec
@@ -1,6 +1,6 @@
 Name:           netcf
-Version:        0.1.7
-Release:        2%{?dist}%{?extra_release}
+Version:        0.1.8
+Release:        1%{?dist}%{?extra_release}
 Summary:        Cross-platform network configuration library
 
 Group:          System Environment/Libraries
@@ -15,10 +15,10 @@ BuildRequires:  libnl-devel
 Requires:       %{name}-libs = %{version}-%{release}
 
 %description
-A library for modifying the network configuration of a system. Network
-configurations are expresed in a platform-independent XML format, which
-netcf translates into changes to the system's 'native' network
-configuration files.
+Netcf is a library used to modify the network configuration of a
+system. Network configurations are expressed in a platform-independent
+XML format, which netcf translates into changes to the system's
+'native' network configuration files.
 
 %package        devel
 Summary:        Development files for %{name}
@@ -64,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_datadir}/netcf
 %{_libdir}/*.so.*
+%{_sysconfdir}/rc.d/init.d/netcf-transaction
 %doc AUTHORS COPYING NEWS
 
 %files devel
@@ -74,6 +75,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/netcf.pc
 
 %changelog
+* Tue Jun 21 2011 Laine Stump <laine at redhat.com> - 0.1.8-1
+- Rebase to netcf-0.1.8
+- new transactional change APIs: ncf_change_(begin|commit|rollback)
+- add stdout/stderr to error text when an external program fails
+- make error reporting of failed execs more exact/correct
+- Remove unnecessary "Requires" of libxml2 and augeas from pkgconfig file
+  to pulling in extra packages when building an application that uses netcf.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a197fee..da182cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e313b623c907eb035cf3948b71fecc2  netcf-0.1.7.tar.gz
+717fbbcf2e1960712b58044c1e56328d  netcf-0.1.8.tar.gz


More information about the scm-commits mailing list