Hello community,

here is the log from the commit of package konkretcmpi for openSUSE:Factory 
checked in at 2013-07-04 10:10:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konkretcmpi (Old)
 and      /work/SRC/openSUSE:Factory/.konkretcmpi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konkretcmpi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/konkretcmpi/konkretcmpi.changes  2013-05-13 
15:06:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.konkretcmpi.new/konkretcmpi.changes     
2013-07-04 10:10:47.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jun 26 11:35:39 UTC 2013 - [email protected]
+
+- update to 'proxy' branch (0.9.0_35_g9729565)
+- drop all patches, merged upstream
+
+-------------------------------------------------------------------
+Tue May 21 09:22:08 UTC 2013 - [email protected]
+
+- Fix return type for generated indication functions
+  (konkretcmpi-0.9.0-fix-indication-return-type.patch)
+
+-------------------------------------------------------------------

Old:
----
  enable-direct-call.patch
  konkretcmpi-0.9.0-fix-inputoutput-method-arguments.patch
  konkretcmpi-0.9.0.tar.gz
  konkretcmpi-gcc47.patch

New:
----
  konkretcmpi-0.9.0_35_g9729565.tar.gz

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

Other differences:
------------------
++++++ konkretcmpi.spec ++++++
--- /var/tmp/diff_new_pack.hukouY/_old  2013-07-04 10:10:48.000000000 +0200
+++ /var/tmp/diff_new_pack.hukouY/_new  2013-07-04 10:10:48.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           konkretcmpi
-Version:        0.9.0
+Version:        0.9.0_35_g9729565
 Release:        0
 BuildRequires:  cmake
 BuildRequires:  gcc
@@ -40,10 +40,6 @@
 Requires:       sblim-cmpi-devel
 #Source0:        
https://github.com/rnovacek/konkretcmpi/archive/%{version}/konkretcmpi-%{version}.tar.gz
 Source0:        konkretcmpi-%{version}.tar.gz
-# Enable using direct calls in KDefaultGetInstance (from upstream src rpm)
-Patch1:         enable-direct-call.patch
-# Fix method arguments that are both input and output (from upstream src rpm)
-Patch2:         konkretcmpi-0.9.0-fix-inputoutput-method-arguments.patch
 
 %description
 An open-source tool for rapidly developing CMPI providers in the C
@@ -81,13 +77,11 @@
 %prep
 # Untar the sources.
 %setup -n konkretcmpi-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 rm -rf build
 mkdir build
-cd build
+pushd build
 # --with-schema=%{_datadir}/mof/cim-current
 cmake \
   -DCMAKE_INSTALL_PREFIX=/usr \
@@ -101,17 +95,13 @@
   -DLIB=%{_lib} \
   -DWITH_PYTHON=ON \
   ..
-
-CLFAGS="-DCIMSCHEMA=/usr/share/mof/cim-current" %{__make}
+popd
+make %{?_smp_mflags} -C build
 
 %install
-cd build
-%if 0%{?suse_version}
-%makeinstall
-%else
-make DESTDIR=$RPM_BUILD_ROOT install
-%endif
-cd ..
+make DESTDIR=$RPM_BUILD_ROOT install/fast -C build
+# Don't package .la object
+rm -rf $RPM_BUILD_ROOT/usr/lib*/libkonkret.la
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to