rpms/kdebindings/devel kdebindings.spec,1.291,1.292

Than Ngo than at fedoraproject.org
Tue Jan 12 12:59:22 UTC 2010


Author: than

Update of /cvs/extras/rpms/kdebindings/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31081

Modified Files:
	kdebindings.spec 
Log Message:
- fix bz#551534, qyoto doesn't pull mono in



Index: kdebindings.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -p -r1.291 -r1.292
--- kdebindings.spec	8 Jan 2010 20:03:12 -0000	1.291
+++ kdebindings.spec	12 Jan 2010 12:59:22 -0000	1.292
@@ -54,7 +54,7 @@
 
 Name: kdebindings
 Version: 4.3.90
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -358,6 +358,9 @@ mkdir -p %{buildroot}%{_docdir}
 rm -f %{buildroot}%{_kde4_appsdir}/pykde4/examples/*.py?
 mv %{buildroot}%{_kde4_appsdir}/pykde4 %{buildroot}%{_docdir}/
 
+# bz#551534 - qyoto doesn't pull mono in
+find %{buildroot} -name \*.dll -not -type l | xargs chmod ugo+x
+
 %clean
 rm -rf %{buildroot}
 
@@ -553,6 +556,9 @@ fi
 
 
 %changelog
+* Tue Jan 12 2010 Than Ngo <than at redhat.com> - 4.3.90-3
+- fix bz#551534, qyoto doesn't pull mono in
+
 * Thu Jan 07 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.3.90-2
 - akonadi_version 1.2.90
 - pyqt4_version 4.7



More information about the scm-commits mailing list