Hello community,

here is the log from the commit of package libplatform for openSUSE:Factory 
checked in at 2016-01-05 21:54:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libplatform (Old)
 and      /work/SRC/openSUSE:Factory/.libplatform.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libplatform"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libplatform/libplatform.changes  2015-07-21 
13:29:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libplatform.new/libplatform.changes     
2016-01-05 21:55:05.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan  2 16:47:41 UTC 2016 - [email protected]
+
+- Fix path to libdir in .pc file (boo#960475)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libplatform.spec ++++++
--- /var/tmp/diff_new_pack.5a6h6f/_old  2016-01-05 21:55:06.000000000 +0100
+++ /var/tmp/diff_new_pack.5a6h6f/_new  2016-01-05 21:55:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libplatform
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,7 +43,7 @@
 %package devel
 Summary:        Platform support library used by libCEC development files
 Group:          Development/Languages/C and C++
-Requires:       %{name}%{_SO_nr} = %{version}
+Requires:       %{name}%{_SO_nr} = %{version}-%{release}
 
 %description devel
 Development files for platform support library used by libCEC.
@@ -57,6 +57,8 @@
 
 %install
 %cmake_install
+# use correct path to libdir
+sed -i 's|/usr//usr/|/usr/|g' %{buildroot}%{_libdir}/pkgconfig/platform.pc
 
 %post  -n %{name}%{_SO_nr} -p /sbin/ldconfig
 


Reply via email to