Hello community, here is the log from the commit of package gli for openSUSE:Factory checked in at 2019-08-27 10:24:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gli (Old) and /work/SRC/openSUSE:Factory/.gli.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gli" Tue Aug 27 10:24:42 2019 rev:2 rq:726085 version:0.8.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gli/gli.changes 2019-06-19 20:55:58.249856401 +0200 +++ /work/SRC/openSUSE:Factory/.gli.new.7948/gli.changes 2019-08-27 10:24:46.495926025 +0200 @@ -1,0 +2,11 @@ +Mon Aug 26 06:47:18 UTC 2019 - Jan Engelhardt <[email protected]> + +- Ensure neutrality of description. + +------------------------------------------------------------------- +Fri May 3 08:54:18 UTC 2019 - Manfred Hollstein <[email protected]> + +- Remove the "Requires: cmake" as the package can be perfectly used + without cmake. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gli.spec ++++++ --- /var/tmp/diff_new_pack.9r9X4E/_old 2019-08-27 10:24:47.139925982 +0200 +++ /var/tmp/diff_new_pack.9r9X4E/_new 2019-08-27 10:24:47.139925982 +0200 @@ -29,8 +29,8 @@ Patch1: gli-cmake-config.patch BuildRequires: cmake BuildRequires: fdupes -BuildRequires: pkgconfig BuildRequires: glm-devel +BuildRequires: pkgconfig %if 0%{?suse_version} < 1500 BuildRequires: gcc7 BuildRequires: gcc7-c++ @@ -46,16 +46,15 @@ facilitate graphics APIs texture creation, compare textures, access texture texels, sample textures, convert textures, generate mipmaps, etc. -This library works perfectly with OpenGL or Vulkan but it also ensures -interoperability with other third party libraries and SDK. It is a good +This library works with OpenGL or Vulkan but also ensures +interoperability with other third-party libraries and SDKs. It is a candidate for software rendering (raytracing / rasterisation), image -processing, image based software testing or any development context that -requires a simple and convenient image library. +processing, image-based software testing or any development context that +requires an image library. %package devel -Summary: Header only C++ image library for graphics software +Summary: Header-only C++ image library for graphics software Group: Development/Libraries/C and C++ -Requires: cmake %description devel OpenGL Image (GLI) is a header only C++ image library for graphics software. @@ -64,11 +63,11 @@ facilitate graphics APIs texture creation, compare textures, access texture texels, sample textures, convert textures, generate mipmaps, etc. -This library works perfectly with OpenGL or Vulkan but it also ensures -interoperability with other third party libraries and SDK. It is a good +This library works with OpenGL or Vulkan but also ensures +interoperability with other third-party libraries and SDKs. It is a candidate for software rendering (raytracing / rasterisation), image -processing, image based software testing or any development context that -requires a simple and convenient image library. +processing, image-based software testing or any development context that +requires an image library. %package doc Summary: Documentation for GLI library
