[insight] Enlarge icon by resizing.

Patrick Monnerat monnerat at fedoraproject.org
Mon Oct 27 13:26:05 UTC 2014


commit acb2af14f4ab2a73c1a7d95969e298e48138145b
Author: Patrick Monnerat <pm at datasphere.ch>
Date:   Mon Oct 27 14:25:33 2014 +0100

    Enlarge icon by resizing.

 insight.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
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 <pm at datasphere.ch> 7.8.50-2.20140827git
+- Enlarge icon by resizing.
+  https://bugzilla.redhat.com/show_bug.cgi?id=1157545
+
 * Wed Aug 27 2014 Patrick Monnerat <pm at datasphere.ch> 7.8.50-1.20140827git
 - New snapshot.
 - Patch "iwidgetsname" for package name case spelling.


More information about the scm-commits mailing list