packages (DEVEL): kde4-kdebindings/kde4-kdebindings.spec, kde4-kdebindings/...

arekm arekm at pld-linux.org
Thu Feb 4 22:40:48 CET 2010


Author: arekm                        Date: Thu Feb  4 21:40:48 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- up to 4.4.0

---- Files affected:
packages/kde4-kdebindings:
   kde4-kdebindings.spec (1.42.2.18 -> 1.42.2.19) , kde4-kdebindings-plasma.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kde4-kdebindings/kde4-kdebindings.spec
diff -u packages/kde4-kdebindings/kde4-kdebindings.spec:1.42.2.18 packages/kde4-kdebindings/kde4-kdebindings.spec:1.42.2.19
--- packages/kde4-kdebindings/kde4-kdebindings.spec:1.42.2.18	Tue Feb  2 21:54:47 2010
+++ packages/kde4-kdebindings/kde4-kdebindings.spec	Thu Feb  4 22:40:42 2010
@@ -5,19 +5,20 @@
 %bcond_with	smoke	# build libsmokekde
 %bcond_with	ruby	# build ruby bindings
 
-%define		_state		unstable
+%define		_state		stable
 %define		orgname		kdebindings
 %define		qtver		4.6.1
 
 Summary:	KDE bindings to non-C++ languages
 Summary(pl.UTF-8):	Dowiązania KDE dla języków innych niż C++
 Name:		kde4-kdebindings
-Version:	4.3.98
+Version:	4.4.0
 Release:	1
 License:	GPL
 Group:		X11/Applications
 Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
-# Source0-md5:	9682a736d80beacb7d0318bb225ce4dc
+# Source0-md5:	9e3c77d3f230850799c2ad8d2107eadb
+Patch0:		%{name}-plasma.patch
 BuildRequires:	PolicyKit-devel
 BuildRequires:	QtDesigner-devel >= %{qtver}
 BuildRequires:	QtGui-devel >= %{qtver}
@@ -197,6 +198,7 @@
 
 %prep
 %setup -q -n %{orgname}-%{version}
+%patch0 -p1
 # Very ugly hack, but damn, i'm sick of this package
 %if %{without smoke}
 %{__sed} -i -e 's/macro_optional_add_subdirectory(smoke)//' CMakeLists.txt
@@ -519,6 +521,9 @@
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.42.2.19  2010/02/04 21:40:42  arekm
+- up to 4.4.0
+
 Revision 1.42.2.18  2010/02/02 20:54:47  shadzik
 - bump up qtver; it's not necessary but we make sure we link with the latest qtver
 

================================================================
Index: packages/kde4-kdebindings/kde4-kdebindings-plasma.patch
diff -u /dev/null packages/kde4-kdebindings/kde4-kdebindings-plasma.patch:1.1.2.1
--- /dev/null	Thu Feb  4 22:40:48 2010
+++ packages/kde4-kdebindings/kde4-kdebindings-plasma.patch	Thu Feb  4 22:40:42 2010
@@ -0,0 +1,39 @@
+--- kdebindings-4.4.0/python/pykde4/sip/plasma/animation.sip.org	2010-02-04 22:24:40.894406975 +0100
++++ kdebindings-4.4.0/python/pykde4/sip/plasma/animation.sip	2010-02-04 22:26:53.744810045 +0100
+@@ -29,11 +29,11 @@
+     int                     duration () const;
+     enum Reference
+     {
+-        Center,
+-        Up,
+-        Down,
+-        Left,
+-        Right
++        Center = 0,
++        Up = 0x1,
++        Down = 0x2,
++        Left = 0x4,
++        Right = 0x8
+     };
+     explicit                Animation (QObject* parent /TransferThis/ = 0);
+     virtual ~Animation ()=0;
+@@ -52,14 +52,11 @@
+     QGraphicsWidget*        targetWidget () const;
+     enum MovementDirection
+     {
+-        MoveUp,
+-        MoveUpRight,
+-        MoveRight,
+-        MoveDownRight,
+-        MoveDown,
+-        MoveDownLeft,
+-        MoveLeft,
+-        MoveUpLeft
++        MoveAny = 0,
++        MoveUp = 0x1,
++        MoveRight = 0x2,
++        MoveDown = 0x4,
++        MoveLeft = 0x8
+     };
+     void                    setEasingCurve (const QEasingCurve& curve);
+     QEasingCurve            easingCurve () const;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kdebindings/kde4-kdebindings.spec?r1=1.42.2.18&r2=1.42.2.19&f=u



More information about the pld-cvs-commit mailing list