Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glfw for openSUSE:Factory checked in at 2023-05-10 16:16:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glfw (Old) and /work/SRC/openSUSE:Factory/.glfw.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glfw" Wed May 10 16:16:36 2023 rev:21 rq:1085675 version:3.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/glfw/glfw.changes 2022-09-20 19:23:20.842433378 +0200 +++ /work/SRC/openSUSE:Factory/.glfw.new.1533/glfw.changes 2023-05-10 16:16:37.566300922 +0200 @@ -1,0 +2,6 @@ +Mon May 8 14:41:35 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Fix Name tag: the two source builds must be uniquely identified, + thus add %{flavor} to the Name. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glfw.spec ++++++ --- /var/tmp/diff_new_pack.n2Ejct/_old 2023-05-10 16:16:38.038303715 +0200 +++ /var/tmp/diff_new_pack.n2Ejct/_new 2023-05-10 16:16:38.042303739 +0200 @@ -1,7 +1,7 @@ # -# spec file for package glfw +# spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,15 +23,15 @@ %bcond_with wayland %endif %define sover 3 -Name: glfw +Name: glfw%{flavor} Version: 3.3.8 Release: 0 Summary: Framework for OpenGL application development License: Zlib Group: Development/Libraries/C and C++ URL: https://www.glfw.org/ -Source: https://github.com/glfw/glfw/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source99: %{name}-rpmlintrc +Source: https://github.com/glfw/glfw/archive/%{version}.tar.gz#/glfw-%{version}.tar.gz +Source99: glfw-rpmlintrc BuildRequires: cmake >= 3.0 BuildRequires: doxygen BuildRequires: gcc-c++ @@ -89,7 +89,7 @@ %endif %prep -%setup -q +%setup -q -n glfw-%{version} find . -type f | xargs sed -i 's/\r//' # temp geany config directory for allow geany to generate tags
