Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package luvcview for openSUSE:Factory checked in at 2024-02-22 20:58:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/luvcview (Old) and /work/SRC/openSUSE:Factory/.luvcview.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "luvcview" Thu Feb 22 20:58:56 2024 rev:18 rq:1149006 version:20070512 Changes: -------- --- /work/SRC/openSUSE:Factory/luvcview/luvcview.changes 2011-09-23 02:12:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.luvcview.new.1706/luvcview.changes 2024-02-22 20:59:43.821827360 +0100 @@ -1,0 +2,7 @@ +Thu Feb 22 07:39:01 UTC 2024 - Michael Vetter <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. +- Remove %clean section +- Remove old 0%{?suse_version} >= 1210 condition + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ luvcview.spec ++++++ --- /var/tmp/diff_new_pack.E3XSmm/_old 2024-02-22 20:59:44.325845786 +0100 +++ /var/tmp/diff_new_pack.E3XSmm/_new 2024-02-22 20:59:44.329845932 +0100 @@ -1,7 +1,7 @@ # # spec file for package luvcview # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,21 @@ # 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: luvcview -BuildRequires: SDL-devel SDL_image-devel -%if 0%{?suse_version} >= 1210 +BuildRequires: SDL-devel +BuildRequires: SDL_image-devel BuildRequires: libv4l-devel >= 0.8.4 -%endif -AutoReqProv: on Group: Productivity/Multimedia/Video/Players Summary: Simple V4L2 application using sdl Version: 20070512 -Release: 15 +Release: 0 Source: %name-%version.src.tar.gz -Url: http://mxhaard.free.fr/spca50x/Investigation/uvc/ -License: GPL-2.0+ +URL: http://mxhaard.free.fr/spca50x/Investigation/uvc/ +License: GPL-2.0-or-later BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch1: luvcview-add-COPYING.patch Patch2: luvcview-memory-leaks.patch @@ -47,11 +44,9 @@ %prep %setup -n luvcview-%version -%patch1 -p1 -%patch2 -%if 0%{?suse_version} >= 1210 -%patch3 -p1 -%endif +%patch -P 1 -p1 +%patch -P 2 +%patch -P 3 -p1 %build make @@ -60,9 +55,6 @@ %{__mkdir_p} %{buildroot}%{_bindir} %{__install} -s -m 755 luvcview %{buildroot}%{_bindir} -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %{_bindir}/luvcview
