Hello community, here is the log from the commit of package libdevil for openSUSE:Factory checked in at 2019-09-13 15:00:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdevil (Old) and /work/SRC/openSUSE:Factory/.libdevil.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdevil" Fri Sep 13 15:00:00 2019 rev:9 rq:730204 version:1.7.8 Changes: -------- --- /work/SRC/openSUSE:Factory/libdevil/libdevil.changes 2019-08-22 10:53:44.349688881 +0200 +++ /work/SRC/openSUSE:Factory/.libdevil.new.7948/libdevil.changes 2019-09-13 15:00:03.177281646 +0200 @@ -1,0 +2,5 @@ +Wed Aug 21 08:05:03 UTC 2019 - Jan Engelhardt <[email protected]> + +- Remove bias and marketing wording from descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdevil.spec ++++++ --- /var/tmp/diff_new_pack.k1XSGf/_old 2019-09-13 15:00:04.125281686 +0200 +++ /var/tmp/diff_new_pack.k1XSGf/_new 2019-09-13 15:00:04.129281686 +0200 @@ -12,7 +12,7 @@ # 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/ # @@ -21,9 +21,9 @@ Name: libdevil Version: 1.7.8 Release: 0 -Summary: A full featured cross platform image library +Summary: A cross-platform image library License: LGPL-2.1-only -Group: System/Libraries +Group: Development/Libraries/C and C++ URL: http://openil.sourceforge.net/ Source: http://sourceforge.net/projects/openil/files/DevIL/1.7.8/DevIL-%{version}.tar.gz Patch0: DevIL-%{version}-return-random-data.patch @@ -53,12 +53,11 @@ BuildRequires: pkgconfig(xrender) %description -Developer's Image Library (DevIL) is a programmer's library to develop -applications with very powerful image loading capabilities, yet is easy -for a developer to learn and use. Ultimate control of images is left -to the developer, so unnecessary conversions, etc. are not performed. -DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, -convert, manipulate, filter and display a wide variety of image formats. +Developer's Image Library (DevIL) is a programmer's library to +develop applications with image loading capabilities. Control of +images is left to the developer, so unnecessary conversions, etc. are +not performed. DevIL can load, save, convert, manipulate, filter and +display a wide variety of image formats. Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, @@ -67,14 +66,12 @@ .pbm, .pcx, .hdr, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif. DevIL currently supports the following APIs for display: OpenGL, -Windows GDI, SDL, DirectX and Allegro. Compilers that can compile -DevIL or use it include Djgpp, MSVC++, Linux gcc, Delphi, Visual -Basic, Power Basic and Dev-C++. +SDL and Allegro. %package tools Summary: Tools that can be used when using DevIL libraries License: LGPL-2.1-only AND GPL-3.0-or-later -Group: System/Libraries +Group: Development/Tools/Other Requires: libIL%{libIL} = %{version} %description tools @@ -82,7 +79,7 @@ formats. %package -n libIL%{libIL} -Summary: A full featured cross platform image library +Summary: A cross-platform image library License: LGPL-2.1-only Group: System/Libraries Provides: libdevil1 = %{version} @@ -93,12 +90,11 @@ %endif %description -n libIL%{libIL} -Developer's Image Library (DevIL) is a programmer's library to develop -applications with very powerful image loading capabilities, yet is easy -for a developer to learn and use. Ultimate control of images is left -to the developer, so unnecessary conversions, etc. are not performed. -DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, -convert, manipulate, filter and display a wide variety of image formats. +Developer's Image Library (DevIL) is a programmer's library to +develop applications with image loading capabilities. Control of +images is left to the developer, so unnecessary conversions, etc. are +not performed. DevIL can load, save, convert, manipulate, filter and +display a wide variety of image formats. Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, @@ -107,12 +103,10 @@ .pbm, .pcx, .hdr, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif. DevIL currently supports the following APIs for display: OpenGL, -Windows GDI, SDL, DirectX and Allegro. Compilers that can compile -DevIL or use it include Djgpp, MSVC++, Linux gcc, Delphi, Visual -Basic, Power Basic and Dev-C++. +SDL and Allegro. %package -n DevIL-devel -Summary: Development package +Summary: Header files for Developers Image Library License: LGPL-2.1-only Group: Development/Libraries/C and C++ Requires: libIL%{libIL} = %{version} @@ -121,22 +115,7 @@ %description -n DevIL-devel Developer's Image Library (DevIL) is a programmer's library to develop -applications with very powerful image loading capabilities, yet is easy -for a developer to learn and use. Ultimate control of images is left -to the developer, so unnecessary conversions, etc. are not performed. -DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, -convert, manipulate, filter and display a wide variety of image formats. - -Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, -.lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, -.psd, .psp, .raw, .sgi, .tga and .tif .hdr files. -Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, -.pbm, .pcx, .hdr, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif. - -DevIL currently supports the following APIs for display: OpenGL, -Windows GDI, SDL, DirectX and Allegro. Compilers that can compile -DevIL or use it include Djgpp, MSVC++, Linux gcc, Delphi, Visual -Basic, Power Basic and Dev-C++. +applications with image loading capabilities. This package contains the development libraries and headers.
