diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-06-04 23:05:28 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-06-04 23:05:28 +0200 |
commit | a8d78224c6ea9b943357902276de7a513d0fbd8d (patch) | |
tree | b1fc22b372792bf2cd2b3bd9add09fb3df8e71ff /redhat/libraries/python-trinity/python-trinity-3.5.13-fix_min_sip_version.patch | |
parent | 7f3d4fcab8d85cda8766150784e9133f61110019 (diff) | |
download | tde-packaging-a8d78224c6ea9b943357902276de7a513d0fbd8d.tar.gz tde-packaging-a8d78224c6ea9b943357902276de7a513d0fbd8d.zip |
RHEL/Fedora: various updates
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-3.5.13-fix_min_sip_version.patch')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-3.5.13-fix_min_sip_version.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_min_sip_version.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_min_sip_version.patch new file mode 100644 index 000000000..dd2877616 --- /dev/null +++ b/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_min_sip_version.patch @@ -0,0 +1,11 @@ +--- python-trinity/configure.py.ORI 2012-05-12 10:52:21.457246722 +0200 ++++ python-trinity/configure.py 2012-05-12 10:52:43.558700741 +0200 +@@ -74,7 +74,7 @@ + kde_version_extra = None + kde_max_version = 0x030503 + +-sip_min_v4_version = 0x040900 ++sip_min_v4_version = 0x040400 + qt_min_version = 0x030200 + pyqt_min_version = 0x031000 + |