Hello community, here is the log from the commit of package guvcview for openSUSE:Leap:15.2 checked in at 2020-01-17 12:05:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/guvcview (Old) and /work/SRC/openSUSE:Leap:15.2/.guvcview.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guvcview" Fri Jan 17 12:05:52 2020 rev:12 rq:765036 version:2.0.6 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/guvcview/guvcview-qt5.changes 2020-01-15 15:10:23.602071938 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.guvcview.new.26092/guvcview-qt5.changes 2020-01-17 12:06:03.320625966 +0100 @@ -1,0 +2,15 @@ +Tue Feb 12 18:24:24 UTC 2019 - [email protected] + +- Update to version 2.0.6: + * No upstream changes provided, please see + https://sourceforge.net/p/guvcview/git-master/ci/master/tree/ +- No longer force use ffmpeg3 version of pkgconfig(libav*). +- Drop guvcview-qt5-ppc64_QVariant.patch: Fixed upstream. +- Rebase guvcview-qt5-nolibs_qt5names.patch with quilt. + +------------------------------------------------------------------- +Fri May 4 14:03:47 UTC 2018 - [email protected] + +- Use ffmpeg3 versions of pkgconfig(libav*) + +------------------------------------------------------------------- guvcview.changes: same change Old: ---- guvcview-qt5-ppc64_QVariant.patch guvcview-src-2.0.5.tar.gz New: ---- guvcview-src-2.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ guvcview-qt5.spec ++++++ --- /var/tmp/diff_new_pack.2MrzM6/_old 2020-01-17 12:06:04.812626623 +0100 +++ /var/tmp/diff_new_pack.2MrzM6/_new 2020-01-17 12:06:04.820626627 +0100 @@ -1,7 +1,7 @@ # # spec file for package guvcview-qt5 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Malcolm J Lewis <[email protected]> # Copyright (c) 2013 Marguerite Su <[email protected]> # @@ -14,28 +14,27 @@ # 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/ # %define sover 2_0-2 Name: guvcview-qt5 -Version: 2.0.5 +Version: 2.0.6 Release: 0 # Reference to GPL-2.0 in some files? Summary: Qt5 UVC Viewer and Capturer -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Multimedia/Video/Players Url: http://guvcview.sourceforge.net/ -Source0: http://sourceforge.net/projects/guvcview/files/source/guvcview-src-%{version}.tar.gz +Source0: https://sourceforge.net/projects/guvcview/files/source/guvcview-src-%{version}.tar.gz Source90: pre_checkin.sh # PATCH-FIX-OPENSUSE guvcview-SUSE.patch -- use SUSE-specific paths Patch0: guvcview-SUSE.patch # PATCH-FIX-OPENSUSE guvcview-qt5-nolibs_qt5names.patch -- use libraries from the GTK+ package Patch1: guvcview-qt5-nolibs_qt5names.patch -# PATCH-FIX-UPSTREAM guvcview-qt5-ppc64_QVariant.patch -- fix conversion bug on ppc64 -Patch2: guvcview-qt5-ppc64_QVariant.patch + BuildRequires: automake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -58,7 +57,6 @@ %setup -q -n guvcview-src-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build autoreconf -fiv @@ -80,7 +78,8 @@ %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README.md +%license COPYING +%doc AUTHORS ChangeLog README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name} ++++++ guvcview.spec ++++++ --- /var/tmp/diff_new_pack.2MrzM6/_old 2020-01-17 12:06:04.848626638 +0100 +++ /var/tmp/diff_new_pack.2MrzM6/_new 2020-01-17 12:06:04.848626638 +0100 @@ -1,7 +1,7 @@ # # spec file for package guvcview # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Malcolm J Lewis <[email protected]> # Copyright (c) 2013 Marguerite Su <[email protected]> # @@ -14,21 +14,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/ # %define sover 2_0-2 Name: guvcview -Version: 2.0.5 +Version: 2.0.6 Release: 0 # Reference to GPL-2.0 in some files? Summary: GTK+ UVC Viewer and Capturer -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Multimedia/Video/Players Url: http://guvcview.sourceforge.net/ -Source0: http://sourceforge.net/projects/guvcview/files/source/guvcview-src-%{version}.tar.gz +Source0: https://sourceforge.net/projects/guvcview/files/source/guvcview-src-%{version}.tar.gz Source90: pre_checkin.sh # PATCH-FIX-OPENSUSE guvcview-SUSE.patch -- use SUSE-specific paths Patch0: guvcview-SUSE.patch @@ -172,7 +172,8 @@ %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README.md +%license COPYING +%doc AUTHORS ChangeLog README.md %{_bindir}/%{name} %dir %{_datadir}/pixmaps/%{name} %{_datadir}/pixmaps/%{name}.png ++++++ guvcview-qt5-nolibs_qt5names.patch ++++++ --- /var/tmp/diff_new_pack.2MrzM6/_old 2020-01-17 12:06:04.892626658 +0100 +++ /var/tmp/diff_new_pack.2MrzM6/_new 2020-01-17 12:06:04.892626658 +0100 @@ -6,10 +6,10 @@ regular (GTK+) package. Also change a few filenames to avoid collisions. -Index: guvcview-src-2.0.5/Makefile.am +Index: guvcview-src-2.0.6/Makefile.am =================================================================== ---- guvcview-src-2.0.5.orig/Makefile.am -+++ guvcview-src-2.0.5/Makefile.am +--- guvcview-src-2.0.6.orig/Makefile.am ++++ guvcview-src-2.0.6/Makefile.am @@ -1,13 +1,8 @@ ## Process this file with automake to produce Makefile.in @@ -39,13 +39,13 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = bootstrap.sh -Index: guvcview-src-2.0.5/guvcview/Makefile.am +Index: guvcview-src-2.0.6/guvcview/Makefile.am =================================================================== ---- guvcview-src-2.0.5.orig/guvcview/Makefile.am -+++ guvcview-src-2.0.5/guvcview/Makefile.am -@@ -56,14 +56,14 @@ guvcview_CPPFLAGS = $(guvcview_CFLAGS) \ +--- guvcview-src-2.0.6.orig/guvcview/Makefile.am ++++ guvcview-src-2.0.6/guvcview/Makefile.am +@@ -57,14 +57,14 @@ guvcview_CPPFLAGS = $(guvcview_CFLAGS) \ -fPIC - endif + endif -guvcview_LDFLAGS = $(LIBINTL) +guvcview_LDFLAGS = $(LIBINTL) \ @@ -65,10 +65,10 @@ if HAVE_GTK3 guvcview_LDADD += $(GUIGTK3_LIBS) endif -Index: guvcview-src-2.0.5/data/icons/Makefile.am +Index: guvcview-src-2.0.6/data/icons/Makefile.am =================================================================== ---- guvcview-src-2.0.5.orig/data/icons/Makefile.am -+++ guvcview-src-2.0.5/data/icons/Makefile.am +--- guvcview-src-2.0.6.orig/data/icons/Makefile.am ++++ guvcview-src-2.0.6/data/icons/Makefile.am @@ -1,4 +1,4 @@ -iconsdir = ${datadir}/pixmaps/guvcview +iconsdir = ${datadir}/pixmaps/guvcview-qt5 @@ -85,10 +85,10 @@ uninstall-hook: update-icon-cache update-icon-cache: @-if test -z "$(DESTDIR)"; then \ -Index: guvcview-src-2.0.5/configure.ac +Index: guvcview-src-2.0.6/configure.ac =================================================================== ---- guvcview-src-2.0.5.orig/configure.ac -+++ guvcview-src-2.0.5/configure.ac +--- guvcview-src-2.0.6.orig/configure.ac ++++ guvcview-src-2.0.6/configure.ac @@ -73,9 +73,9 @@ GETTEXT_PACKAGE_V4L2CORE=gview_v4l2core AC_SUBST(GETTEXT_PACKAGE_V4L2CORE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE_V4L2CORE,"$GETTEXT_PACKAGE_V4L2CORE", [gview_v4l2core]) ++++++ guvcview-src-2.0.5.tar.gz -> guvcview-src-2.0.6.tar.gz ++++++ ++++ 9721 lines of diff (skipped)
