Author: arekm                        Date: Mon Jan 24 18:40:06 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 4.8.3

---- Files affected:
packages/python-PyQt4:
   python-PyQt4-64bit.patch (1.2 -> 1.3) , python-PyQt4.spec (1.62 -> 1.63) 

---- Diffs:

================================================================
Index: packages/python-PyQt4/python-PyQt4-64bit.patch
diff -u packages/python-PyQt4/python-PyQt4-64bit.patch:1.2 
packages/python-PyQt4/python-PyQt4-64bit.patch:1.3
--- packages/python-PyQt4/python-PyQt4-64bit.patch:1.2  Tue Nov 18 10:51:20 2008
+++ packages/python-PyQt4/python-PyQt4-64bit.patch      Mon Jan 24 19:40:00 2011
@@ -4,7 +4,7 @@
              else:
                  # Use distutils to get the additional configuration.
                  from distutils.sysconfig import get_config_vars
-+              from distutils.sysconfig import get_python_lib
++                from distutils.sysconfig import get_python_lib
                  ducfg = get_config_vars()
  
                  if sys.platform == "darwin":
@@ -14,7 +14,7 @@
 -                elif ("--enable-shared" in ducfg.get("CONFIG_ARGS", "") and
 -                      glob.glob("%s/lib/libpython%d.%d*" % 
(ducfg["exec_prefix"], py_major, py_minor))):
 -                    lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"])
--                    link = "%s -lpython%d.%d" % (lib_dir_flag, py_major, 
py_minor)
+-                    link = "%s -lpython%d.%d%s" % (lib_dir_flag, py_major, 
py_minor, abi)
 +                elif ("--enable-shared" in ducfg.get("CONFIG_ARGS", "") ): 
 +                    link = "-L%s -lpython%d.%d" % 
(get_python_lib(plat_specific=1, standard_lib=1), py_major, py_minor)
                  else:

================================================================
Index: packages/python-PyQt4/python-PyQt4.spec
diff -u packages/python-PyQt4/python-PyQt4.spec:1.62 
packages/python-PyQt4/python-PyQt4.spec:1.63
--- packages/python-PyQt4/python-PyQt4.spec:1.62        Sat Jan 22 13:56:18 2011
+++ packages/python-PyQt4/python-PyQt4.spec     Mon Jan 24 19:40:00 2011
@@ -4,17 +4,17 @@
 #  - better place for %{py_sitedir}/dbus{,/mainloop} dirs ?
 
 %define                module  PyQt4
-%define                sipver  2:4.12
+%define                sipver  2:4.12.1
 
 Summary:       Python bindings for the Qt4 toolkit
 Summary(pl.UTF-8):     DowiÄ…zania do toolkitu Qt4 dla Pythona
 Name:          python-%{module}
-Version:       4.8.2
-Release:       3
+Version:       4.8.3
+Release:       1
 License:       GPL v2
 Group:         Libraries/Python
 Source0:       
http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-%{version}.tar.gz
-# Source0-md5: 142a32f126f205a2bd77f6a9910f5333
+# Source0-md5: d54fd1c37a74864faf42709c8102f254
 Patch0:                %{name}-dbuspath.patch
 Patch1:                %{name}-64bit.patch
 URL:           http://www.riverbankcomputing.com/software/pyqt/
@@ -188,6 +188,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2011/01/24 18:40:00  arekm
+- up to 4.8.3
+
 Revision 1.62  2011/01/22 12:56:18  arekm
 - rel 3; confirm license; force 
qtdeclarative/qtmultimedia/qtscripttools/phonon builds
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-PyQt4/python-PyQt4-64bit.patch?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-PyQt4/python-PyQt4.spec?r1=1.62&r2=1.63&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to