rpms/kdebindings/F-12 kdebindings.spec,1.251,1.252

Than Ngo than at fedoraproject.org
Tue Jan 12 14:00:04 UTC 2010


Author: than

Update of /cvs/extras/rpms/kdebindings/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13382

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



Index: kdebindings.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebindings/F-12/kdebindings.spec,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -p -r1.251 -r1.252
--- kdebindings.spec	1 Dec 2009 15:20:09 -0000	1.251
+++ kdebindings.spec	12 Jan 2010 14:00:04 -0000	1.252
@@ -53,7 +53,7 @@
 
 Name: kdebindings
 Version: 4.3.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -351,6 +351,10 @@ 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}
 
@@ -545,6 +549,9 @@ fi
 
 
 %changelog
+* Tue Jan 12 2010 Than Ngo <than at redhat.com> - 4.3.4-2
+- fix bz#551534, qyoto doesn't pull mono in
+
 * Tue Dec 01 2009 Than Ngo <than at redhat.com> - 4.3.4-1
 - 4.3.4
 



More information about the scm-commits mailing list