rpms/kdebindings/F-10 kdebindings.spec, 1.154, 1.155 sources, 1.60, 1.61 kdebindings-qyoto-includes.patch, 1.1, NONE

Lukas Tinkl ltinkl at fedoraproject.org
Wed May 6 12:28:52 UTC 2009


Author: ltinkl

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

Modified Files:
	kdebindings.spec sources 
Removed Files:
	kdebindings-qyoto-includes.patch 
Log Message:
KDE 4.2.3



Index: kdebindings.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebindings/F-10/kdebindings.spec,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -p -r1.154 -r1.155
--- kdebindings.spec	2 Apr 2009 14:11:33 -0000	1.154
+++ kdebindings.spec	6 May 2009 12:28:21 -0000	1.155
@@ -1,7 +1,13 @@
 # define to enable these optional bits
-%ifnarch ppc64
+## arch'es matching mono's ExclusiveArch set
+%ifarch %{ix86} x86_64 ppc ia64 armv4l sparc alpha s390 s390x
 %define csharp 1
 %endif
+%if 0%{?fedora} > 10
+%ifarch ppc64
+%define csharp 1
+%endif
+%endif
 %define falcon 1
 %define php 1
 %define ruby 1
@@ -22,8 +28,8 @@
 %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
 
 Name: kdebindings
-Version: 4.2.2
-Release: 2%{?dist}
+Version: 4.2.3
+Release: 1%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 Group: User Interface/Desktops
@@ -35,7 +41,6 @@ Source1: http://websvn.kde.org/*checkout
 # patch to disable examples (trouble with them installing to the buildroot)
 Patch0:  kdebindings-qyoto-examples.patch
 # upstream patches
-Patch99: kdebindings-qyoto-includes.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -236,7 +241,6 @@ Falcon plugin for the Kross archtecture 
 %prep
 %setup -q
 %patch0
-%patch99
 
 
 %build
@@ -474,6 +478,18 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun May 03 2009 Than Ngo <than at redhat.com> - 4.2.3-1
+- 4.2.3
+
+* Tue Apr 21 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.2.2-5
+- F11+: enable csharp on ppc64
+
+* Wed Apr 15 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.2.2-4
+- reenable csharp on ppc
+
+* Wed Apr 08 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.2.2-3
+- enable csharp only on archs supported by mono (ie, drop ppc)
+
 * Wed Apr 01 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.2.2-2
 - relax dep on kdepimlibs-akonadi
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdebindings/F-10/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- sources	2 Apr 2009 14:11:33 -0000	1.60
+++ sources	6 May 2009 12:28:21 -0000	1.61
@@ -1 +1 @@
-56adf7d276957d87102457165739f764  kdebindings-4.2.2.tar.bz2
+1c0e2a30461fb64654d0cc4e104f4dde  kdebindings-4.2.3.tar.bz2


--- kdebindings-qyoto-includes.patch DELETED ---




More information about the scm-commits mailing list