Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eglexternalplatform for openSUSE:Factory checked in at 2021-07-04 22:10:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eglexternalplatform (Old) and /work/SRC/openSUSE:Factory/.eglexternalplatform.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eglexternalplatform" Sun Jul 4 22:10:07 2021 rev:1 rq:903593 version:1.1 Changes: -------- New Changes file: --- /dev/null 2021-06-17 12:39:55.005330521 +0200 +++ /work/SRC/openSUSE:Factory/.eglexternalplatform.new.2625/eglexternalplatform.changes 2021-07-04 22:10:08.889505060 +0200 @@ -0,0 +1,30 @@ +------------------------------------------------------------------- +Thu Jul 1 22:31:22 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Move headers into -devel subpackage to soothe the corresponding + rpmlint warning. + +------------------------------------------------------------------- +Thu Jul 1 22:24:58 UTC 2021 - Stefan Dirsch <sndir...@suse.com> + +- added webpage for source tarballs to specfile + +------------------------------------------------------------------- +Thu Jul 1 19:09:58 UTC 2021 - Stefan Dirsch <sndir...@suse.com> + +- specfile cleanup + +------------------------------------------------------------------- +Thu Jul 1 12:54:48 UTC 2021 - Stefan Dirsch <sndir...@suse.com> + +- added missing copyright to specfile + +------------------------------------------------------------------- +Thu Jul 1 12:26:03 UTC 2021 - Stefan Dirsch <sndir...@suse.com> + +- tried to address checkin policy issues for factory + +------------------------------------------------------------------- +Thu Jul 1 09:35:35 UTC 2021 - Alexander Evseev <aevs...@gmail.com> - 1.1 + +- First build. Version 1.1 + git New: ---- 1.1.tar.gz eglexternalplatform.changes eglexternalplatform.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eglexternalplatform.spec ++++++ # # spec file for package eglexternalplatform # # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: eglexternalplatform Version: 1.1 Release: 0 URL: https://github.com/NVIDIA/eglexternalplatform Summary: The EGL External Platform interface License: MIT Group: Development/Libraries/C and C++ Source: https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/%{version}.tar.gz # Build-time parameters BuildRequires: pkg-config BuildArch: noarch %description A work-in-progress specification of the EGL External Platform interface. %package devel Summary: The EGL External Platform interface Group: Development/Libraries/C and C++ %description devel This is a work-in-progress specification of the EGL External Platform interface for writing EGL platforms and their interactions with window systems on top of existing low-level EGL platform implementations. This keeps window system implementation specifics out of EGL drivers by using application-facing EGL functions. %prep %autosetup %build %install install -d -m0755 %{buildroot}/%{_datadir}/pkgconfig install -d -m0755 %{buildroot}/%{_includedir}/EGL install -m0644 eglexternalplatform.pc %{buildroot}/%{_datadir}/pkgconfig/ install -m0644 interface/*.h %{buildroot}/%{_includedir}/EGL/ %files devel %license COPYING %doc README.md %{_datadir}/pkgconfig/eglexternalplatform.pc %{_includedir}/EGL/ %changelog