diff --git a/insight.spec b/insight.spec index 5c8811b..5419cf6 100644 --- a/insight.spec +++ b/insight.spec @@ -17,7 +17,7 @@ Name: insight Version: %(echo %{ver} | tr - .) -Release: 1%{?snap:.%{snap}git}%{?dist} +Release: 2%{?snap:.%{snap}git}%{?dist} Summary: Graphical debugger based on GDB License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL Group: Development/Debuggers @@ -343,7 +343,7 @@ desktop-file-install \ # Install icon. ${INSTALL} -m 755 -d "${RPM_BUILD_ROOT}%{_datadir}/pixmaps" -convert "gdb/gdbtk/library/images/gdbtk_icon.gif" \ +convert -resize 256x256 "gdb/gdbtk/library/images/gdbtk_icon.gif" \ "${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png" # Python byte compile, but not in auto-load. @@ -376,6 +376,10 @@ rm -rf "${RPM_BUILD_ROOT}" %changelog #------------------------------------------------------------------------------- +* Mon Oct 27 2014 Patrick Monnerat 7.8.50-2.20140827git +- Enlarge icon by resizing. + https://bugzilla.redhat.com/show_bug.cgi?id=1157545 + * Wed Aug 27 2014 Patrick Monnerat 7.8.50-1.20140827git - New snapshot. - Patch "iwidgetsname" for package name case spelling.