rpms/kdebindings/devel .cvsignore, 1.40, 1.41 kdebindings.spec, 1.107, 1.108 sources, 1.44, 1.45 kdebindings-4.0.80-fix-pykde4.patch, 1.1, NONE kdebindings-4.0.80-lib64.patch, 1.3, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sun Jun 15 20:11:10 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/kdebindings/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19598

Modified Files:
	.cvsignore kdebindings.spec sources 
Removed Files:
	kdebindings-4.0.80-fix-pykde4.patch 
	kdebindings-4.0.80-lib64.patch 
Log Message:
4.0.82

Doesn't build atm, yields:
CMake Error: KDevPlatform_DIR is not set.  It must be set to the directory containing KDevPlatformConfig.cmake in order to use KDevPlatform.

wtf



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- .cvsignore	26 May 2008 13:06:26 -0000	1.40
+++ .cvsignore	15 Jun 2008 20:10:21 -0000	1.41
@@ -1,2 +1 @@
-kdebindings-4.0.72.tar.bz2
-kdebindings-4.0.80.tar.bz2
+kdebindings-4.0.82.tar.bz2


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- kdebindings.spec	27 May 2008 23:21:35 -0000	1.107
+++ kdebindings.spec	15 Jun 2008 20:10:21 -0000	1.108
@@ -9,25 +9,19 @@
 %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
 
 Name: kdebindings
-Version: 4.0.80
-Release: 2%{?dist}
+Version: 4.0.82
+Release: 1%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 Group: User Interface/Desktops
 License: GPLv2
 URL: http://developer.kde.org/language-bindings/
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
-# upstream patch to fix PyKDE4 build:
-# http://websvn.kde.org/?view=rev&revision=811888
-Patch100: kdebindings-4.0.80-fix-pykde4.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 # upstream patch to fix smokekde build:
 # http://websvn.kde.org/?view=rev&revision=811755
 Patch101: kdebindings-4.0.80-fix-smokekde.patch
-# use lib64 correctly:
-# http://websvn.kde.org/?view=rev&revision=813504
-# http://websvn.kde.org/?view=rev&revision=813529
-Patch102: kdebindings-4.0.80-lib64.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kde-filesystem >= 4
 BuildRequires:  kdelibs4-devel >= %{version}
@@ -73,9 +67,7 @@
 
 %prep
 %setup -q
-%patch100 -p0 -b .fix-pykde4
-%patch101 -p0 -b .fix-smokekde
-%patch102 -p0 -b .lib64
+#patch101 -p0 -b .fix-smokekde
 # get rid of this because it breaks the build without PHP
 # we don't want to build php-qt before we sorted out the dep explosion mess
 rm -rf php
@@ -144,6 +136,9 @@
 
 
 %changelog
+* Sun Jun 15 2008 Rex Dieter <rdieter at fedoraproject.org> 4.0.82-1
+- 4.0.82
+
 * Tue May 27 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.80-2
 - disable php-qt for now
 - apply PyKDE4 and smokekde build fixes from upstream


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources	26 May 2008 13:06:26 -0000	1.44
+++ sources	15 Jun 2008 20:10:21 -0000	1.45
@@ -1 +1 @@
-2773ce3ef97cb9b07d37aef463dddb9e  kdebindings-4.0.80.tar.bz2
+691fcaaad4a1b6021fd097d7b06ce3ba  kdebindings-4.0.82.tar.bz2


--- kdebindings-4.0.80-fix-pykde4.patch DELETED ---


--- kdebindings-4.0.80-lib64.patch DELETED ---




More information about the fedora-extras-commits mailing list