diff options
author | François Andriot <[email protected]> | 2015-01-01 21:50:56 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2015-01-01 21:50:56 +0100 |
commit | 2822eef2353d92b4931382152d89dbf9740c7f23 (patch) | |
tree | 9adf3478a74c121674249153cdaaf5765ba4adeb /redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch | |
parent | 7def4cde27c56b46d32f56956d57d862cdd1d7ce (diff) | |
download | tde-packaging-2822eef2353d92b4931382152d89dbf9740c7f23.tar.gz tde-packaging-2822eef2353d92b4931382152d89dbf9740c7f23.zip |
RPM packaging: update python-trinity
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch deleted file mode 100644 index 199c7e0ae..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- python-trinity/sip/kdecore/kaccel.sip.ORI 2012-05-01 23:10:27.686395190 +0200 -+++ python-trinity/sip/kdecore/kaccel.sip 2012-05-01 23:10:39.955113222 +0200 -@@ -35,7 +35,7 @@ - KAccel (QWidget* /TransferThis/, const char* = 0); - KAccel (QWidget*, QObject* /TransferThis/, const char* = 0); - KAccelActions& actions (); -- bool isEnabled () const; -+ bool isEnabled (); - void setEnabled (bool); - bool setAutoUpdate (bool); - ---- python-trinity/sip/kdecore/kaccelbase.sip.ORI 2012-05-01 23:13:58.455551130 +0200 -+++ python-trinity/sip/kdecore/kaccelbase.sip 2012-05-01 23:14:14.835174681 +0200 -@@ -48,7 +48,7 @@ - KAccelBase (int); - uint actionCount () const; - KAccelActions& actions (); -- bool isEnabled () const; -+ bool isEnabled (); - KAccelAction* actionPtr (const QString&); - KAccelAction* actionPtr (const KKey&); - KAccelAction* actionPtr (const KKeyServer::Key&); ---- python-trinity/sip/kdecore/kglobalaccel.sip.ORI 2012-05-01 23:19:11.934346517 +0200 -+++ python-trinity/sip/kdecore/kglobalaccel.sip 2012-05-01 23:19:18.755189755 +0200 -@@ -33,7 +33,7 @@ - - public: - KGlobalAccel (QObject*, const char* = 0); -- bool isEnabled () const; -+ bool isEnabled (); - void setEnabled (bool); - KAccelAction* insert (const QString&, const QString&, const QString&, const KShortcut&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), bool = 1, bool = 1); - |