Hello community, here is the log from the commit of package webcamoid for openSUSE:Factory checked in at 2019-03-06 15:50:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/webcamoid (Old) and /work/SRC/openSUSE:Factory/.webcamoid.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webcamoid" Wed Mar 6 15:50:19 2019 rev:7 rq:681905 version:8.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/webcamoid/webcamoid.changes 2019-01-24 14:13:25.819361411 +0100 +++ /work/SRC/openSUSE:Factory/.webcamoid.new.28833/webcamoid.changes 2019-03-06 15:50:32.904436417 +0100 @@ -1,0 +2,16 @@ +Tue Mar 5 19:38:42 UTC 2019 - Luigi Baldoni <[email protected]> + +- Update to version 8.6.0 + * Now webcam settings are saved. + * Enabled secondary plugins, and fixed segfaults and memleaks + in GStreamer. + * Fixed segfaults and memory leaks in MacOS. + * Fixed GIF playback in FFmpeg. + * Build now support MSYS2. + * Added static analysis with Codacy. + * Fixed manpage install. + * Install paths now follow Qt install paths structure. + +- Added webcamoid-mandir.patch + +------------------------------------------------------------------- Old: ---- webcamoid-8.5.0.tar.gz New: ---- webcamoid-8.6.0.tar.gz webcamoid-mandir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webcamoid.spec ++++++ --- /var/tmp/diff_new_pack.VTvY6L/_old 2019-03-06 15:50:34.148436588 +0100 +++ /var/tmp/diff_new_pack.VTvY6L/_new 2019-03-06 15:50:34.152436588 +0100 @@ -12,18 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: webcamoid -Version: 8.5.0 +Version: 8.6.0 Release: 0 Summary: Webcam plasmoid for KDE License: GPL-3.0-or-later Group: System/GUI/KDE URL: https://webcamoid.github.io/ Source: https://github.com/hipersayanX/Webcamoid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAME webcamoid-mandir.patch +Patch0: webcamoid-mandir.patch BuildRequires: bison BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -89,6 +91,7 @@ %prep %setup -q -n webcamoid-%{version} +%patch0 -p1 %build %qmake5 \ @@ -114,9 +117,6 @@ desktop-file-edit %{buildroot}%{_kf5_applicationsdir}/webcamoid.desktop --remove-category=KDE --add-category=Video --add-category=Player -# For some reason this is no longer installed since 8.5.0 -install -Dm0644 StandAlone/share/man/man1/webcamoid.1 %{buildroot}%{_kf5_mandir}/man1/%{name}.1 - rm -rf %{buildroot}%{_datadir}/licenses/ rm -rf %{buildroot}%{_datadir}/doc/ ++++++ webcamoid-8.5.0.tar.gz -> webcamoid-8.6.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/webcamoid/webcamoid-8.5.0.tar.gz /work/SRC/openSUSE:Factory/.webcamoid.new.28833/webcamoid-8.6.0.tar.gz differ: char 12, line 1 ++++++ webcamoid-mandir.patch ++++++ >From 384ab8647a4e6bcb5aabe9b801ef286228854489 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni <[email protected]> Date: Tue, 5 Mar 2019 21:23:38 +0100 Subject: [PATCH] Use correct subdir for manpage --- StandAlone/StandAlone.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandAlone/StandAlone.pro b/StandAlone/StandAlone.pro index d0491c96..afbd8fc8 100644 --- a/StandAlone/StandAlone.pro +++ b/StandAlone/StandAlone.pro @@ -133,7 +133,7 @@ target.path = $${BINDIR} unix: !macx | !isEmpty(NOAPPBUNDLE) { INSTALLS += manpage manpage.files = $${OUT_PWD}/share/man/$${COMMONS_TARGET}.1.gz - manpage.path = $${MANDIR} + manpage.path = $${MANDIR}/man1 manpage.CONFIG += no_check_exist }
