rpms/gimp/F-9 gimp.spec,1.160,1.161

Nils Philippsen nphilipp at fedoraproject.org
Wed Sep 17 13:41:55 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19152

Modified Files:
	gimp.spec 
Log Message:
don't make pyconsole.py plug-in executable as upstream indicates it shouldn't be



Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/F-9/gimp.spec,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- gimp.spec	17 Sep 2008 08:39:24 -0000	1.160
+++ gimp.spec	17 Sep 2008 13:41:24 -0000	1.161
@@ -51,7 +51,7 @@
 %define age 0
 %define minorver 400
 %define microver %(ver=%{version}; echo ${ver##*.*.})
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          2
 License:        GPLv2+
 Group:          Applications/Multimedia
@@ -298,9 +298,6 @@
 mkdir -p %{buildroot}%{_sbindir}
 install -m 0755 gimp-plugin-mgr %{buildroot}%{_sbindir}/gimp-plugin-mgr
 
-# make pyconsole.py executable, gimp/gnome bug #552601
-chmod 755 %{buildroot}%{_libdir}/gimp/%{interfacever}/plug-ins/pyconsole.py
-
 %clean
 rm -rf %{buildroot}
 
@@ -457,6 +454,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Sep 17 2008 Nils Philippsen <nils at redhat.com> - 2:2.4.7-3
+- don't make pyconsole.py plug-in executable as upstream indicates it shouldn't
+  be
+
 * Wed Sep 17 2008 Nils Philippsen <nils at redhat.com> - 2:2.4.7-2
 - Merge review:
   - convert spec file to UTF-8




More information about the fedora-extras-commits mailing list