Hello community,

here is the log from the commit of package libcec for openSUSE:Factory checked 
in at 2016-01-03 13:27:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcec (Old)
 and      /work/SRC/openSUSE:Factory/.libcec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcec"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcec/libcec.changes    2015-11-17 
14:23:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libcec.new/libcec.changes       2016-01-03 
13:27:45.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan  2 08:31:29 UTC 2016 - mplus...@suse.com
+
+- Fix path to libdir in .pc file (boo#960475)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcec.spec ++++++
--- /var/tmp/diff_new_pack.mrWezi/_old  2016-01-03 13:27:46.000000000 +0100
+++ /var/tmp/diff_new_pack.mrWezi/_new  2016-01-03 13:27:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcec
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guillaume GARDET <guilla...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -57,7 +57,7 @@
 %package -n cec-client
 Summary:        Control your device with your TV remote control via HDMI
 Group:          Hardware/TV
-Requires:       %{lname} = %{version}
+Requires:       %{lname} = %{version}-%{release}
 
 %description -n cec-client
 libCEC allows you, in combination with the right hardware, to control
@@ -122,6 +122,8 @@
 # dist-packages is debian specific location, we don't want to use it
 install -d %{buildroot}%{python_sitearch}
 mv %{buildroot}%{_libexecdir}/python2.7/dist-packages 
%{buildroot}%{python_sitearch}
+# use correct path to libdir
+sed -i 's|/usr//usr/|/usr/|g' %{buildroot}%{_libdir}/pkgconfig/libcec.pc
 
 %post   -n %{lname} -p /sbin/ldconfig
 


Reply via email to