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-07 18:29:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eglexternalplatform (Old) and /work/SRC/openSUSE:Factory/.eglexternalplatform.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eglexternalplatform" Wed Jul 7 18:29:41 2021 rev:2 rq:904070 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/eglexternalplatform/eglexternalplatform.changes 2021-07-04 22:10:08.889505060 +0200 +++ /work/SRC/openSUSE:Factory/.eglexternalplatform.new.2625/eglexternalplatform.changes 2021-07-07 18:30:15.427095738 +0200 @@ -1,0 +2,6 @@ +Sun Jul 4 17:10:01 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Use better tarball URL +- Run spec-cleaner + +------------------------------------------------------------------- Old: ---- 1.1.tar.gz New: ---- eglexternalplatform-1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eglexternalplatform.spec ++++++ --- /var/tmp/diff_new_pack.7d06E7/_old 2021-07-07 18:30:16.011091156 +0200 +++ /var/tmp/diff_new_pack.7d06E7/_new 2021-07-07 18:30:16.015091124 +0200 @@ -19,14 +19,12 @@ 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 +URL: https://github.com/NVIDIA/eglexternalplatform +Source0: https://github.com/NVIDIA/eglexternalplatform/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: pkgconfig BuildArch: noarch %description @@ -49,15 +47,15 @@ %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/ +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/ +%{_includedir}/EGL %changelog