Hello community,

here is the log from the commit of package konkretcmpi for openSUSE:Factory 
checked in at 2013-07-11 19:34:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-04 
10:10:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.konkretcmpi.new/konkretcmpi.changes     
2013-07-11 19:34:11.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 11 12:16:08 UTC 2013 - kkae...@suse.com
+
+- fix libkonkretmof so symlinks
+  add fix-libkonkretmof-so-symlinks.patch
+
+-------------------------------------------------------------------

New:
----
  fix-libkonkretmof-so-symlinks.patch

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

Other differences:
------------------
++++++ konkretcmpi.spec ++++++
--- /var/tmp/diff_new_pack.nFBTix/_old  2013-07-11 19:34:12.000000000 +0200
+++ /var/tmp/diff_new_pack.nFBTix/_new  2013-07-11 19:34:12.000000000 +0200
@@ -40,6 +40,8 @@
 Requires:       sblim-cmpi-devel
 #Source0:        
https://github.com/rnovacek/konkretcmpi/archive/%{version}/konkretcmpi-%{version}.tar.gz
 Source0:        konkretcmpi-%{version}.tar.gz
+# Wrong symlinks for libkonkretmof, reported upstream, kkae...@suse.de
+Patch1:         fix-libkonkretmof-so-symlinks.patch
 
 %description
 An open-source tool for rapidly developing CMPI providers in the C
@@ -77,6 +79,7 @@
 %prep
 # Untar the sources.
 %setup -n konkretcmpi-%{version}
+%patch1 -p1
 
 %build
 rm -rf build

++++++ fix-libkonkretmof-so-symlinks.patch ++++++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-konkretcmpi-0.9.0_35_g9729565/src/mof/CMakeLists.txt 
./src/mof/CMakeLists.txt
--- ../orig-konkretcmpi-0.9.0_35_g9729565/src/mof/CMakeLists.txt        
2013-06-03 10:54:24.000000000 +0200
+++ ./src/mof/CMakeLists.txt    2013-07-11 14:02:13.069929423 +0200
@@ -38,7 +38,8 @@
 
 add_library(konkretmof SHARED ${konkretmof_SRCS})
 
-set_target_properties(konkretmof PROPERTIES SOVERSION 0.0.1)
+set_target_properties(konkretmof PROPERTIES VERSION 0.0.1)
+set_target_properties(konkretmof PROPERTIES SOVERSION 0)
 
 install(TARGETS konkretmof DESTINATION lib${LIB_SUFFIX})
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to