Hello community,

here is the log from the commit of package libwebcam for openSUSE:Factory 
checked in at 2020-08-20 22:30:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwebcam (Old)
 and      /work/SRC/openSUSE:Factory/.libwebcam.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwebcam"

Thu Aug 20 22:30:05 2020 rev:2 rq:828001 version:0.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwebcam/libwebcam.changes      2015-08-03 
17:22:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwebcam.new.3399/libwebcam.changes    
2020-08-20 22:30:11.052019358 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 09:35:52 UTC 2020 - Callum Farmer <[email protected]>
+
+- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libwebcam.spec ++++++
--- /var/tmp/diff_new_pack.4oAvGA/_old  2020-08-20 22:30:13.156020342 +0200
+++ /var/tmp/diff_new_pack.4oAvGA/_new  2020-08-20 22:30:13.164020346 +0200
@@ -86,8 +86,8 @@
 rm -rf %{buildroot}%{_libdir}/*.a
 # fix up after dirty tarball
 find %{buildroot} -name '*~' -exec rm -f '{}' \;
-mkdir -p %{buildroot}/%{_libexecdir}
-mv %{buildroot}/lib/udev %{buildroot}/%{_libexecdir}/udev
+mkdir -p %{buildroot}%{_prefix}/lib
+mv %{buildroot}/lib/udev %{buildroot}%{_prefix}/lib/udev
 
 %post -n %{name}%{so_ver} -p /sbin/ldconfig
 
@@ -99,8 +99,8 @@
 %{_bindir}/uvcdynctrl*
 %{_datadir}/uvcdynctrl
 %{_datadir}/man/man1/*
-%{_libexecdir}/udev/uvcdynctrl
-%{_libexecdir}/udev/rules.d/*.rules
+%{_prefix}/lib/udev/uvcdynctrl
+%{_udevrulesdir}/*.rules
 
 %files -n %{name}%{so_ver}
 %defattr(-,root,root,-)


Reply via email to