commit openlmi-networking for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2016-01-21 23:43:53

Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)


Package is "openlmi-networking"

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes
2015-03-25 10:01:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
2016-01-22 01:09:25.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 19 09:12:49 UTC 2016 - kkae...@suse.com
+
+- NetworkManager changed include directory layout
+  0001-Adapt-to-new-NetworkManager-include-directory-layout.patch
+
+---

New:

  0001-Adapt-to-new-NetworkManager-include-directory-layout.patch



Other differences:
--
++ openlmi-networking.spec ++
--- /var/tmp/diff_new_pack.4VK8FB/_old  2016-01-22 01:09:26.0 +0100
+++ /var/tmp/diff_new_pack.4VK8FB/_new  2016-01-22 01:09:26.0 +0100
@@ -35,6 +35,9 @@
 # PATCH-FIX-UPSTREAM cim-schema 2.40.0 adds new interfaces
 Patch4: AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch 
 
+# PATCH-FIX-OPENSUSE
+Patch5: 0001-Adapt-to-new-NetworkManager-include-directory-layout.patch
+
 # Upstream name has been changed from cura-networking to openlmi-networking
 Provides:   cura-networking%{?_isa} = %{version}-%{release}
 Obsoletes:  cura-networking < 0.0.5-1
@@ -78,6 +81,7 @@
 %patch2 -p1
 %endif
 %patch4 -p1
+%patch5 -p1
 
 %build
 %cmake

++ 0001-Adapt-to-new-NetworkManager-include-directory-layout.patch ++
>From c5ed50ef195391c14f869af04c7200d23b170c99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= 
Date: Tue, 19 Jan 2016 10:10:11 +0100
Subject: [PATCH] Adapt to new NetworkManager include directory layout

Latest NetworkManager seems to have moved include files from
/usr/include to /usr/include/NetworkManager.
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9b3f8c4be731..a654437e8011 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -46,7 +46,7 @@ add_library(${LIBRARY_NAME} SHARED
 
 include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR}
 ${KONKRETCMPI_INCLUDE_DIR} ${DBUSGLIB_INCLUDE_DIRS} ${GLIB_INCLUDE_DIRS}
-${NM_INCLUDE_DIR} ${UUID_INCLUDE_DIR} ${OPENLMI_INCLUDE_DIR}
+${NM_INCLUDE_DIRS} ${UUID_INCLUDE_DIR} ${OPENLMI_INCLUDE_DIR}
 )
 
 target_link_libraries(${LIBRARY_NAME} ${KONKRETCMPI_LIBRARIES} 
${DBUSGLIB_LIBRARIES}
-- 
2.7.0




commit openlmi-networking for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2015-03-25 10:01:16

Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)


Package is openlmi-networking

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes
2015-03-11 09:57:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
2015-03-25 10:01:30.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 24 09:40:51 UTC 2015 - kkae...@suse.com
+
+- install tog-pegasus specifics in %post
+
+---



Other differences:
--
++ openlmi-networking.spec ++
--- /var/tmp/diff_new_pack.hka7jn/_old  2015-03-25 10:01:30.0 +0100
+++ /var/tmp/diff_new_pack.hka7jn/_new  2015-03-25 10:01:30.0 +0100
@@ -86,6 +86,8 @@
 %install
 %if 0%{?suse_version}
 make install/fast DESTDIR=$RPM_BUILD_ROOT -C build
+mv $RPM_BUILD_ROOT%{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt 
$RPM_BUILD_ROOT%{_datadir}/%{name}/cmpiLMI_Networking-cimprovagt
+rm -rf $RPM_BUILD_ROOT%{_libexecdir}/pegasus
 %else
 make install/fast DESTDIR=$RPM_BUILD_ROOT 
 %endif
@@ -99,8 +101,11 @@
 %{_datadir}/%{name}/70_LMI_NetworkingIndicationFilters.mof
 %{_datadir}/%{name}/90_LMI_Networking_Profile.mof
 %{_datadir}/%{name}/60_LMI_Networking.reg
-%dir %{_libexecdir}/pegasus
+%if 0%{?suse_version}
+%{_datadir}/%{name}/cmpiLMI_Networking-cimprovagt
+%else
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt
+%endif
 
 %pre
 # If upgrading, deregister old version
@@ -117,6 +122,11 @@
 
 %post
 /sbin/ldconfig
+%if 0%{?suse_version}
+if [ -d %{_libexecdir}/pegasus ]; then
+  mv %{_datadir}/%{name}/cmpiLMI_Networking-cimprovagt %{_libexecdir}/pegasus
+fi
+%endif
 # Register Schema and Provider
 if [ $1 -ge 1 ]; then
 %{_bindir}/openlmi-mof-register -v %{version} register \
@@ -132,6 +142,11 @@
 %preun
 # Deregister only if not upgrading
 if [ $1 -eq 0 ]; then
+%if 0%{?suse_version}
+if [ -f %{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt ]; then
+  rm %{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt
+fi
+%endif
 # delete indication filters
 %{_bindir}/openlmi-mof-register --just-mofs -n root/interop unregister \
 %{_datadir}/%{name}/70_LMI_NetworkingIndicationFilters.mof || :;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openlmi-networking for openSUSE:Factory

2015-03-11 Thread h_root
Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2015-03-11 09:57:54

Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)


Package is openlmi-networking

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes
2015-02-24 16:15:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
2015-03-11 09:57:55.0 +0100
@@ -1,0 +2,23 @@
+Sat Mar  7 15:11:45 UTC 2015 - p.drou...@gmail.com
+
+- Use %cmake macro
+- Remove networkmanager-defines.patch; was needed for now 
+  unsupported platforms
+
+---
+Thu Dec 11 07:59:19 UTC 2014 - kkae...@suse.com
+
+- Update to 0.3.1
+  * Documentation reworked to have same lookfeel for all OpenLMI
+providers.
+  * More useful error messages.
+  * Bugfixes and minor improvements.
+
+---
+Tue Oct  7 11:50:23 UTC 2014 - kkae...@suse.com
+
+- Update to 0.3.0
+  * support for NetworkManager 0.8
+  * bugfixes and stability improvements
+
+---

Old:

  networkmanager-defines.patch
  openlmi-networking-0.2.2.tar.bz2

New:

  openlmi-networking-0.3.1.tar.gz



Other differences:
--
++ openlmi-networking.spec ++
--- /var/tmp/diff_new_pack.GpK0cy/_old  2015-03-11 09:57:56.0 +0100
+++ /var/tmp/diff_new_pack.GpK0cy/_new  2015-03-11 09:57:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openlmi-networking
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Redhat, Inc
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,28 +17,21 @@
 #
 
 
-%if 0%{?suse_version}
-%global _libexecdir %{_prefix}/lib
-%endif
-
 %global logfile %{_localstatedir}/log/openlmi-install.log
 
 Name:   openlmi-networking
-Version:0.2.2
+Version:0.3.1
 Release:1%{?dist}
 Summary:CIM providers for network management
 License:LGPL-2.1+
 Group:  System/Management
 
 Url:http://fedorahosted.org/openlmi/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
https://fedorahosted.org/released/openlmi-networking/%{name}-%{version}.tar.gz
 
 # PATCH-FIX-OPENSUSE SUSE does not have libexec, kkae...@suse.de
 Patch2: no-libexec-in-suse.patch
 
-# PATCH-FIX-OPENSUSE NetworkManager in openSUSE 12.3 is too old, 
kkae...@suse.de
-Patch3: networkmanager-defines.patch
-
 # PATCH-FIX-UPSTREAM cim-schema 2.40.0 adds new interfaces
 Patch4: AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch 
 
@@ -51,7 +44,7 @@
 BuildRequires:  cmake
 BuildRequires:  glib2-devel
 BuildRequires:  konkretcmpi-devel
-BuildRequires:  openlmi-providers-devel = 0.0.19
+BuildRequires:  openlmi-providers-devel = 0.5.0
 BuildRequires:  sblim-cmpi-devel
 %if 0%{?suse_version}
 BuildRequires:  NetworkManager-devel
@@ -65,6 +58,7 @@
 %if 0%{?suse_version}
 Requires:   python
 %else
+Requires:   openlmi-pegasus-compat
 Requires:   python2
 %endif
 # sblim-sfcb or tog-pegasus
@@ -82,22 +76,19 @@
 %setup -q
 %if 0%{?suse_version}
 %patch2 -p1
-%if 0%{?suse_version} = 1230
-%patch3 -p1
-%endif
 %endif
 %patch4 -p1
 
 %build
-mkdir -p %{_target_platform}
-pushd %{_target_platform}
-cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-popd
-
-make %{?_smp_mflags} -C %{_target_platform}
+%cmake
+make %{?_smp_mflags}
 
 %install
-make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
+%if 0%{?suse_version}
+make install/fast DESTDIR=$RPM_BUILD_ROOT -C build
+%else
+make install/fast DESTDIR=$RPM_BUILD_ROOT 
+%endif
 
 %files
 %defattr(-,root,root) 
@@ -108,6 +99,7 @@
 %{_datadir}/%{name}/70_LMI_NetworkingIndicationFilters.mof
 %{_datadir}/%{name}/90_LMI_Networking_Profile.mof
 %{_datadir}/%{name}/60_LMI_Networking.reg
+%dir %{_libexecdir}/pegasus
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt
 
 %pre

++ AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch ++
--- /var/tmp/diff_new_pack.GpK0cy/_old  2015-03-11 09:57:56.0 +0100
+++ /var/tmp/diff_new_pack.GpK0cy/_new  2015-03-11 09:57:56.0 +0100
@@ -1,7 +1,7 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c 
./src/LMI_IPConfigurationServiceProvider.c
 

commit openlmi-networking for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2015-02-24 16:15:52

Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)


Package is openlmi-networking

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes
2014-12-19 09:37:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
2015-02-24 16:15:59.0 +0100
@@ -2,16 +1,0 @@
-Thu Dec 11 07:59:19 UTC 2014 - kkae...@suse.com
-
-- Update to 0.3.1
-  * Documentation reworked to have same lookfeel for all OpenLMI
-providers.
-  * More useful error messages.
-  * Bugfixes and minor improvements.
-

-Tue Oct  7 11:50:23 UTC 2014 - kkae...@suse.com
-
-- Update to 0.3.0
-  * support for NetworkManager 0.8
-  * bugfixes and stability improvements
-


Old:

  openlmi-networking-0.3.1.tar.gz

New:

  openlmi-networking-0.2.2.tar.bz2



Other differences:
--
++ openlmi-networking.spec ++
--- /var/tmp/diff_new_pack.DH8l89/_old  2015-02-24 16:18:28.0 +0100
+++ /var/tmp/diff_new_pack.DH8l89/_new  2015-02-24 16:18:28.0 +0100
@@ -24,14 +24,14 @@
 %global logfile %{_localstatedir}/log/openlmi-install.log
 
 Name:   openlmi-networking
-Version:0.3.1
+Version:0.2.2
 Release:1%{?dist}
 Summary:CIM providers for network management
 License:LGPL-2.1+
 Group:  System/Management
 
 Url:http://fedorahosted.org/openlmi/
-Source0:%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.bz2
 
 # PATCH-FIX-OPENSUSE SUSE does not have libexec, kkae...@suse.de
 Patch2: no-libexec-in-suse.patch
@@ -51,7 +51,7 @@
 BuildRequires:  cmake
 BuildRequires:  glib2-devel
 BuildRequires:  konkretcmpi-devel
-BuildRequires:  openlmi-providers-devel = 0.5.0
+BuildRequires:  openlmi-providers-devel = 0.0.19
 BuildRequires:  sblim-cmpi-devel
 %if 0%{?suse_version}
 BuildRequires:  NetworkManager-devel
@@ -65,7 +65,6 @@
 %if 0%{?suse_version}
 Requires:   python
 %else
-Requires:   openlmi-pegasus-compat
 Requires:   python2
 %endif
 # sblim-sfcb or tog-pegasus
@@ -109,7 +108,6 @@
 %{_datadir}/%{name}/70_LMI_NetworkingIndicationFilters.mof
 %{_datadir}/%{name}/90_LMI_Networking_Profile.mof
 %{_datadir}/%{name}/60_LMI_Networking.reg
-%dir %{_libexecdir}/pegasus
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt
 
 %pre

++ AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch ++
--- /var/tmp/diff_new_pack.DH8l89/_old  2015-02-24 16:18:28.0 +0100
+++ /var/tmp/diff_new_pack.DH8l89/_new  2015-02-24 16:18:28.0 +0100
@@ -1,7 +1,7 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.3.0/src/LMI_IPConfigurationServiceProvider.c 
./src/LMI_IPConfigurationServiceProvider.c
 ../orig-openlmi-networking-0.3.0/src/LMI_IPConfigurationServiceProvider.c  
2014-09-04 11:09:32.0 +0200
-+++ ./src/LMI_IPConfigurationServiceProvider.c 2014-10-07 13:48:13.000995512 
+0200
-@@ -659,6 +659,39 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c 
./src/LMI_IPConfigurationServiceProvider.c
+--- ../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c  
2014-01-07 17:38:18.0 +0100
 ./src/LMI_IPConfigurationServiceProvider.c 2014-04-29 09:40:58.906124193 
+0200
+@@ -640,6 +640,39 @@
  return result;
  }
  

++ networkmanager-defines.patch ++
--- /var/tmp/diff_new_pack.DH8l89/_old  2015-02-24 16:18:28.0 +0100
+++ /var/tmp/diff_new_pack.DH8l89/_new  2015-02-24 16:18:28.0 +0100
@@ -1,19 +1,19 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.3.0/src/activeconnection_nm.c 
./src/activeconnection_nm.c
 ../orig-openlmi-networking-0.3.0/src/activeconnection_nm.c 2014-09-04 
11:09:32.0 +0200
-+++ ./src/activeconnection_nm.c2014-10-07 13:47:12.254429011 +0200
-@@ -38,6 +38,9 @@
- DBusGProxy *proxy;
- } ActiveConnectionPriv;
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.1.1/src/activeconnection_nm.c 
./src/activeconnection_nm.c
+--- 

commit openlmi-networking for openSUSE:Factory

2014-12-19 Thread h_root
Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2014-12-19 09:38:40

Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)


Package is openlmi-networking

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes
2014-10-31 18:27:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
2014-12-19 09:37:36.0 +0100
@@ -1,0 +2,9 @@
+Thu Dec 11 07:59:19 UTC 2014 - kkae...@suse.com
+
+- Update to 0.3.1
+  * Documentation reworked to have same lookfeel for all OpenLMI
+providers.
+  * More useful error messages.
+  * Bugfixes and minor improvements.
+
+---

Old:

  openlmi-networking-0.3.0.tar.gz

New:

  openlmi-networking-0.3.1.tar.gz



Other differences:
--
++ openlmi-networking.spec ++
--- /var/tmp/diff_new_pack.mVNXz9/_old  2014-12-19 09:37:37.0 +0100
+++ /var/tmp/diff_new_pack.mVNXz9/_new  2014-12-19 09:37:37.0 +0100
@@ -24,7 +24,7 @@
 %global logfile %{_localstatedir}/log/openlmi-install.log
 
 Name:   openlmi-networking
-Version:0.3.0
+Version:0.3.1
 Release:1%{?dist}
 Summary:CIM providers for network management
 License:LGPL-2.1+

++ openlmi-networking-0.3.0.tar.gz - openlmi-networking-0.3.1.tar.gz ++
 6244 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openlmi-networking for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2014-10-31 18:27:26

Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)


Package is openlmi-networking

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes
2014-05-17 21:46:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
2014-10-31 18:27:47.0 +0100
@@ -1,0 +2,7 @@
+Tue Oct  7 11:50:23 UTC 2014 - kkae...@suse.com
+
+- Update to 0.3.0
+  * support for NetworkManager 0.8
+  * bugfixes and stability improvements
+
+---

Old:

  openlmi-networking-0.2.2.tar.bz2

New:

  openlmi-networking-0.3.0.tar.gz



Other differences:
--
++ openlmi-networking.spec ++
--- /var/tmp/diff_new_pack.y4LqxB/_old  2014-10-31 18:27:47.0 +0100
+++ /var/tmp/diff_new_pack.y4LqxB/_new  2014-10-31 18:27:47.0 +0100
@@ -24,14 +24,14 @@
 %global logfile %{_localstatedir}/log/openlmi-install.log
 
 Name:   openlmi-networking
-Version:0.2.2
+Version:0.3.0
 Release:1%{?dist}
 Summary:CIM providers for network management
 License:LGPL-2.1+
 Group:  System/Management
 
 Url:http://fedorahosted.org/openlmi/
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.gz
 
 # PATCH-FIX-OPENSUSE SUSE does not have libexec, kkae...@suse.de
 Patch2: no-libexec-in-suse.patch
@@ -51,7 +51,7 @@
 BuildRequires:  cmake
 BuildRequires:  glib2-devel
 BuildRequires:  konkretcmpi-devel
-BuildRequires:  openlmi-providers-devel = 0.0.19
+BuildRequires:  openlmi-providers-devel = 0.5.0
 BuildRequires:  sblim-cmpi-devel
 %if 0%{?suse_version}
 BuildRequires:  NetworkManager-devel
@@ -65,6 +65,7 @@
 %if 0%{?suse_version}
 Requires:   python
 %else
+Requires:   openlmi-pegasus-compat
 Requires:   python2
 %endif
 # sblim-sfcb or tog-pegasus
@@ -108,6 +109,7 @@
 %{_datadir}/%{name}/70_LMI_NetworkingIndicationFilters.mof
 %{_datadir}/%{name}/90_LMI_Networking_Profile.mof
 %{_datadir}/%{name}/60_LMI_Networking.reg
+%dir %{_libexecdir}/pegasus
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt
 
 %pre

++ AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch ++
--- /var/tmp/diff_new_pack.y4LqxB/_old  2014-10-31 18:27:47.0 +0100
+++ /var/tmp/diff_new_pack.y4LqxB/_new  2014-10-31 18:27:47.0 +0100
@@ -1,7 +1,7 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c 
./src/LMI_IPConfigurationServiceProvider.c
 ../orig-openlmi-networking-0.2.2/src/LMI_IPConfigurationServiceProvider.c  
2014-01-07 17:38:18.0 +0100
-+++ ./src/LMI_IPConfigurationServiceProvider.c 2014-04-29 09:40:58.906124193 
+0200
-@@ -640,6 +640,39 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.3.0/src/LMI_IPConfigurationServiceProvider.c 
./src/LMI_IPConfigurationServiceProvider.c
+--- ../orig-openlmi-networking-0.3.0/src/LMI_IPConfigurationServiceProvider.c  
2014-09-04 11:09:32.0 +0200
 ./src/LMI_IPConfigurationServiceProvider.c 2014-10-07 13:48:13.000995512 
+0200
+@@ -659,6 +659,39 @@
  return result;
  }
  

++ networkmanager-defines.patch ++
--- /var/tmp/diff_new_pack.y4LqxB/_old  2014-10-31 18:27:47.0 +0100
+++ /var/tmp/diff_new_pack.y4LqxB/_new  2014-10-31 18:27:47.0 +0100
@@ -1,19 +1,19 @@
-diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.1.1/src/activeconnection_nm.c 
./src/activeconnection_nm.c
 ../orig-openlmi-networking-0.1.1/src/activeconnection_nm.c 2013-08-07 
08:28:28.0 +0200
-+++ ./src/activeconnection_nm.c2013-10-01 10:04:46.470136795 +0200
-@@ -34,6 +34,9 @@
- #include network_private.h
- #include errors.h
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-openlmi-networking-0.3.0/src/activeconnection_nm.c 
./src/activeconnection_nm.c
+--- ../orig-openlmi-networking-0.3.0/src/activeconnection_nm.c 2014-09-04 
11:09:32.0 +0200
 ./src/activeconnection_nm.c2014-10-07 13:47:12.254429011 +0200
+@@ -38,6 +38,9 @@
+ DBusGProxy *proxy;
+ } ActiveConnectionPriv;
  
 +/* value taken from upstream: 

commit openlmi-networking for openSUSE:Factory

2014-05-17 Thread h_root
Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2014-05-17 21:46:54

Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and  /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)


Package is openlmi-networking

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes
2013-10-17 20:43:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
2014-05-17 21:46:55.0 +0200
@@ -1,0 +2,32 @@
+Tue Apr 29 07:45:32 UTC 2014 - kkae...@suse.com
+
+- Define new interfaces introduced by cim-schema 2.40.0
+  AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch
+
+---
+Sun Feb  9 18:54:54 UTC 2014 - kkae...@suse.com
+
+- SLE-12: FATE 316180 
+
+---
+Wed Jan 15 12:11:47 UTC 2014 - kkae...@suse.com
+
+- Update to 0.2.2
+  * Few bugfixes and small improvements.
+
+---
+Tue Nov  5 13:48:35 UTC 2013 - kkae...@suse.com
+
+- Update to 0.2.1
+   * Documentation reworked and extended.
+   * Lots of bugfixing.
+   * Adapt to changes in openlmi-providers.  
+
+- drop add-network_job-resume.patch, upstreamed
+
+---
+Tue Oct  1 08:06:57 UTC 2013 - kkae...@suse.com
+
+- Fix 12.3 build, add networkmanager-defines.patch
+
+---

Old:

  add-network_job-resume.patch
  openlmi-networking-0.1.1.tar.bz2

New:

  AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch
  networkmanager-defines.patch
  openlmi-networking-0.2.2.tar.bz2



Other differences:
--
++ openlmi-networking.spec ++
--- /var/tmp/diff_new_pack.UFIjko/_old  2014-05-17 21:46:56.0 +0200
+++ /var/tmp/diff_new_pack.UFIjko/_new  2014-05-17 21:46:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openlmi-networking
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Redhat, Inc
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,36 +16,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version}
 %global _libexecdir %{_prefix}/lib
 %endif
 
+%global logfile %{_localstatedir}/log/openlmi-install.log
+
 Name:   openlmi-networking
-Version:0.1.1
+Version:0.2.2
 Release:1%{?dist}
 Summary:CIM providers for network management
-
 License:LGPL-2.1+
 Group:  System/Management
-URL:http://fedorahosted.org/openlmi/
+
+Url:http://fedorahosted.org/openlmi/
 Source0:%{name}-%{version}.tar.bz2
-# define job control default functions, kkae...@suse.de
-Patch1: add-network_job-resume.patch
 
-# SUSE does not have libexec, kkae...@suse.de
+# PATCH-FIX-OPENSUSE SUSE does not have libexec, kkae...@suse.de
 Patch2: no-libexec-in-suse.patch
 
+# PATCH-FIX-OPENSUSE NetworkManager in openSUSE 12.3 is too old, 
kkae...@suse.de
+Patch3: networkmanager-defines.patch
+
+# PATCH-FIX-UPSTREAM cim-schema 2.40.0 adds new interfaces
+Patch4: AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch 
+
 # Upstream name has been changed from cura-networking to openlmi-networking
 Provides:   cura-networking%{?_isa} = %{version}-%{release}
 Obsoletes:  cura-networking  0.0.5-1
 
+BuildRequires:  check-devel
+BuildRequires:  cim-schema
 BuildRequires:  cmake
-BuildRequires:  openlmi-providers-devel = 0.0.19
+BuildRequires:  glib2-devel
 BuildRequires:  konkretcmpi-devel
+BuildRequires:  openlmi-providers-devel = 0.0.19
 BuildRequires:  sblim-cmpi-devel
-BuildRequires:  cim-schema
-BuildRequires:  glib2-devel
-BuildRequires:  check-devel
 %if 0%{?suse_version}
 BuildRequires:  NetworkManager-devel
 BuildRequires:  gcc-c++
@@ -71,13 +78,15 @@
 %{name} is set of CMPI providers for network management using
 Common Information Model (CIM).
 
-
 %prep
 %setup -q
-%patch1 -p1
 %if 0%{?suse_version}
 %patch2 -p1
+%if 0%{?suse_version} = 1230
+%patch3 -p1
 %endif
+%endif
+%patch4 -p1
 
 %build
 mkdir -p %{_target_platform}
@@ -87,11 +96,9 @@
 
 make %{?_smp_mflags} -C %{_target_platform}
 
-
 %install
 make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
-
 %files
 %defattr(-,root,root) 
 %doc README COPYING
@@ -103,20 +110,18 @@
 %{_datadir}/%{name}/60_LMI_Networking.reg
 %attr(755, root, root) %{_libexecdir}/pegasus/cmpiLMI_Networking-cimprovagt