Branch: master

29e21c65 2015-08-05 16:35:23 François Andriot
RPM Packaging: rename file
A redhat/main/tdelibs/tdelibs-14.0.1.patch
R redhat/main/tdelibs/tdelibs-14.0.0.patch
diff --git a/redhat/main/tdelibs/tdelibs-14.0.0.patch b/redhat/main/tdelibs/tdelibs-14.0.0.patch
deleted file mode 100644
index ab309f8..0000000
--- a/redhat/main/tdelibs/tdelibs-14.0.0.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff --git a/tdecore/tdeglobal.h b/tdecore/tdeglobal.h
-index b5fddb8..1269c36 100644
---- a/tdecore/tdeglobal.h
-+++ b/tdecore/tdeglobal.h
-@@ -25,8 +25,10 @@ class KCharsets;
- class TDEConfig;
- class TDESharedConfig;
- class TDEIconLoader;
-+#ifdef __TDE_HAVE_TDEHWLIB
- class TDEHardwareDevices;
- class TDEGlobalNetworkManager;
-+#endif
- class TDELocale;
- class TDEStandardDirs;
- class KStaticDeleterBase;
-@@ -79,6 +81,7 @@ public:
-      */
-     static TDEIconLoader	        *iconLoader();
- 
-+#ifdef __TDE_HAVE_TDEHWLIB
-     /**
-      *  Returns a TDEHardwareDevices object.
-      * @return the global hardware devices object
-@@ -90,6 +93,7 @@ public:
-      * @return the global network manager object
-      */
-     static TDEGlobalNetworkManager   *networkManager();
-+#endif
- 
-     /**
-      * Returns the global locale object.
diff --git a/redhat/main/tdelibs/tdelibs-14.0.1.patch b/redhat/main/tdelibs/tdelibs-14.0.1.patch
new file mode 100644
index 0000000..ab309f8
--- /dev/null
+++ b/redhat/main/tdelibs/tdelibs-14.0.1.patch
@@ -0,0 +1,31 @@
+diff --git a/tdecore/tdeglobal.h b/tdecore/tdeglobal.h
+index b5fddb8..1269c36 100644
+--- a/tdecore/tdeglobal.h
++++ b/tdecore/tdeglobal.h
+@@ -25,8 +25,10 @@ class KCharsets;
+ class TDEConfig;
+ class TDESharedConfig;
+ class TDEIconLoader;
++#ifdef __TDE_HAVE_TDEHWLIB
+ class TDEHardwareDevices;
+ class TDEGlobalNetworkManager;
++#endif
+ class TDELocale;
+ class TDEStandardDirs;
+ class KStaticDeleterBase;
+@@ -79,6 +81,7 @@ public:
+      */
+     static TDEIconLoader	        *iconLoader();
+ 
++#ifdef __TDE_HAVE_TDEHWLIB
+     /**
+      *  Returns a TDEHardwareDevices object.
+      * @return the global hardware devices object
+@@ -90,6 +93,7 @@ public:
+      * @return the global network manager object
+      */
+     static TDEGlobalNetworkManager   *networkManager();
++#endif
+ 
+     /**
+      * Returns the global locale object.