Hello community, here is the log from the commit of package gambas3 for openSUSE:Factory checked in at 2017-12-08 13:01:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gambas3 (Old) and /work/SRC/openSUSE:Factory/.gambas3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gambas3" Fri Dec 8 13:01:11 2017 rev:5 rq:555046 version:3.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gambas3/gambas3.changes 2017-09-20 17:13:39.817339967 +0200 +++ /work/SRC/openSUSE:Factory/.gambas3.new/gambas3.changes 2017-12-08 13:01:26.044917629 +0100 @@ -1,0 +2,6 @@ +Thu Dec 7 11:08:09 UTC 2017 - [email protected] + +- Escape the usage of %{VERSION} when calling out to rpm. + RPM 4.14 has %{VERSION} defined as 'the main packages version'. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gambas3.spec ++++++ --- /var/tmp/diff_new_pack.h5snB1/_old 2017-12-08 13:01:27.888851034 +0100 +++ /var/tmp/diff_new_pack.h5snB1/_new 2017-12-08 13:01:27.888851034 +0100 @@ -350,7 +350,7 @@ %package gb-compress-bzlib2 Summary: The bzlib2 compression component for Gambas Group: Development/Tools/IDE -Requires: %(rpm -qf $(readlink -qne %{_libdir}/libz.so) --qf '%{NAME} >= %{VERSION}') +Requires: %(rpm -qf $(readlink -qne %{_libdir}/libz.so) --qf '%%{NAME} >= %%{VERSION}') %description gb-compress-bzlib2 This component allows you to compress/uncompress data or files with @@ -359,7 +359,7 @@ %package gb-compress-zlib Summary: The zlib compression component for Gambas Group: Development/Tools/IDE -Requires: %(rpm -qf $(readlink -qne %{_libdir}/libbz2.so) --qf '%{NAME} >= %{VERSION}') +Requires: %(rpm -qf $(readlink -qne %{_libdir}/libbz2.so) --qf '%%{NAME} >= %%{VERSION}') %description gb-compress-zlib This component allows you to compress/uncompress data or files with @@ -632,7 +632,7 @@ Summary: Gambas image routines based on the Imlib2 library Group: Development/Tools/IDE Requires: %{name}-gb-image = %{version} -Requires: %(rpm -qf $(readlink -qne %{_libdir}/libImlib2.so) --qf '%{NAME} >= %{VERSION}') +Requires: %(rpm -qf $(readlink -qne %{_libdir}/libImlib2.so) --qf '%%{NAME} >= %%{VERSION}') %description gb-image-imlib This components adds image processing methods coming from the imlib2 library. @@ -954,8 +954,8 @@ Requires: %{name}-runtime = %{version} Requires: SDL_mixer Requires: dejavu -Recommends: %(rpm -qf $(readlink -qne %{_libdir}/libogg.so) --qf '%{NAME} >= %{VERSION}') -Recommends: %(rpm -qf $(readlink -qne %{_libdir}/libvorbis.so) --qf '%{NAME} >= %{VERSION}') +Recommends: %(rpm -qf $(readlink -qne %{_libdir}/libogg.so) --qf '%%{NAME} >= %%{VERSION}') +Recommends: %(rpm -qf $(readlink -qne %{_libdir}/libvorbis.so) --qf '%%{NAME} >= %%{VERSION}') Provides: %{name}-gb-sdl-image = %{version} Provides: %{name}-gb-sdl-opengl = %{version}
