RPM Packaging: update packages for 3.5.13.2 under Fedora 19
parent
ed0fc65a82
commit
d54fc1da95
@ -0,0 +1,11 @@
|
|||||||
|
--- trinity-koffice-3.5.13.2/lib/kformula/creationstrategy.h.ORI 2013-08-17 16:45:10.505854525 +0200
|
||||||
|
+++ trinity-koffice-3.5.13.2/lib/kformula/creationstrategy.h 2013-08-17 16:45:15.120749288 +0200
|
||||||
|
@@ -86,7 +86,7 @@
|
||||||
|
*/
|
||||||
|
class OrdinaryCreationStrategy : public ElementCreationStrategy {
|
||||||
|
public:
|
||||||
|
- virtual BasicElement* createElement( TQString type, const TQDomElement& element = 0 );
|
||||||
|
+ virtual BasicElement* createElement( TQString type, const TQDomElement& element );
|
||||||
|
|
||||||
|
virtual TextElement* createTextElement( const TQChar& ch, bool symbol=false );
|
||||||
|
virtual EmptyElement* createEmptyElement();
|
@ -0,0 +1,11 @@
|
|||||||
|
--- trinity-krusader-3.5.13.2/krusader/VFS/temp_vfs.cpp.ORI 2013-08-17 18:57:18.857074444 +0200
|
||||||
|
+++ trinity-krusader-3.5.13.2/krusader/VFS/temp_vfs.cpp 2013-08-17 18:57:21.352017680 +0200
|
||||||
|
@@ -56,7 +56,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
temp_vfs::~temp_vfs(){
|
||||||
|
- if( vfs_type == "-iso" ){
|
||||||
|
+ if( vfs_type == TEMP ){
|
||||||
|
// unmount the ISO image
|
||||||
|
KShellProcess umount;
|
||||||
|
umount << "umount -f" << tmpDir;
|
@ -0,0 +1,11 @@
|
|||||||
|
--- trinity-ktechlab-3.5.13.2/microbe/pic14.cpp.ORI 2013-08-17 17:57:55.624307580 +0200
|
||||||
|
+++ trinity-ktechlab-3.5.13.2/microbe/pic14.cpp 2013-08-17 17:58:11.174961943 +0200
|
||||||
|
@@ -277,7 +277,7 @@
|
||||||
|
|
||||||
|
bool PIC14::isValidInterrupt( const TQString & interruptName ) const
|
||||||
|
{
|
||||||
|
- if(m_type == "P16F84" || m_type =="P16C84")
|
||||||
|
+ if(m_type == P16F84 || m_type == P16C84)
|
||||||
|
{
|
||||||
|
return ( interruptName == "change" ||
|
||||||
|
interruptName == "timer" ||
|
@ -1,20 +0,0 @@
|
|||||||
--- ./kcontrol/kcontrol/KControl.desktop~ 2013-01-09 02:12:13.000000000 +0100
|
|
||||||
+++ ./kcontrol/kcontrol/KControl.desktop 2013-05-08 17:55:54.250733219 +0200
|
|
||||||
@@ -5,7 +5,7 @@
|
|
||||||
DocPath=kcontrol/index.html
|
|
||||||
X-KDE-StartupNotify=true
|
|
||||||
|
|
||||||
-Name=Control Center
|
|
||||||
+Name=Trinity Control Center
|
|
||||||
Name[af]=Beheer Sentrum
|
|
||||||
Name[ar]=مركز التحكم
|
|
||||||
Name[az]=İdarə Mərkəzi
|
|
||||||
@@ -28,7 +28,7 @@
|
|
||||||
Name[eu]=Kontrol gunea
|
|
||||||
Name[fa]=مرکز کنترل
|
|
||||||
Name[fi]=Ohjauskeskus
|
|
||||||
-Name[fr]=Centre de configuration de KDE
|
|
||||||
+Name[fr]=Centre de configuration de Trinity
|
|
||||||
Name[fy]=Konfiguraasjesintrum
|
|
||||||
Name[ga]=Lárionad Rialaithe
|
|
||||||
Name[gl]=Centro de Control
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue