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.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
    2015-03-11 09:57:55.000000000 +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 look&feel 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.000000000 +0100
+++ /var/tmp/diff_new_pack.GpK0cy/_new  2015-03-11 09:57:56.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.GpK0cy/_new  2015-03-11 09:57:56.000000000 +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.000000000 +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.000000000 +0200
++++ ./src/LMI_IPConfigurationServiceProvider.c 2014-10-07 13:48:13.000995512 
+0200
+@@ -659,6 +659,39 @@
      return result;
  }
  

++++++ no-libexec-in-suse.patch ++++++
--- /var/tmp/diff_new_pack.GpK0cy/_old  2015-03-11 09:57:56.000000000 +0100
+++ /var/tmp/diff_new_pack.GpK0cy/_new  2015-03-11 09:57:56.000000000 +0100
@@ -1,8 +1,8 @@
-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.0/src/CMakeLists.txt ./src/CMakeLists.txt
---- ../orig-openlmi-networking-0.1.0/src/CMakeLists.txt        2013-07-30 
14:29:23.000000000 +0200
-+++ ./src/CMakeLists.txt       2013-08-01 16:40:00.939403133 +0200
-@@ -105,7 +105,7 @@
- register("OpenLMI-Networking.mof.skel" "${CIM_CLASSES}" ${TARGET_MOF})
+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/CMakeLists.txt ./src/CMakeLists.txt
+--- ../orig-openlmi-networking-0.3.0/src/CMakeLists.txt        2014-09-04 
11:09:32.000000000 +0200
++++ ./src/CMakeLists.txt       2014-10-07 13:46:02.735491746 +0200
+@@ -104,7 +104,7 @@
+ cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} 
share/openlmi-networking "${TARGET_MOF}")
  
  install(TARGETS ${LIBRARY_NAME} DESTINATION lib${LIB_SUFFIX}/cmpi/)
 -install(PROGRAMS ${CIMPROVAGT_SCRIPT} DESTINATION libexec/pegasus)
@@ -10,9 +10,9 @@
  install(FILES ${TARGET_MOF} DESTINATION share/openlmi-networking/)
  
  add_subdirectory(unittest)
-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.0/src/cmpiLMI_Networking-cimprovagt 
./src/cmpiLMI_Networking-cimprovagt
---- ../orig-openlmi-networking-0.1.0/src/cmpiLMI_Networking-cimprovagt 
2013-07-30 14:29:23.000000000 +0200
-+++ ./src/cmpiLMI_Networking-cimprovagt        2013-08-01 16:40:10.891817657 
+0200
+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/cmpiLMI_Networking-cimprovagt 
./src/cmpiLMI_Networking-cimprovagt
+--- ../orig-openlmi-networking-0.3.0/src/cmpiLMI_Networking-cimprovagt 
2014-09-04 11:09:32.000000000 +0200
++++ ./src/cmpiLMI_Networking-cimprovagt        2014-10-07 13:46:02.735491746 
+0200
 @@ -20,4 +20,4 @@
  #
  

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

Reply via email to