commit e82d4c366dd0339e3f80c5dc78eb4093e20890af
Author: Jan RÄ™korajski <[email protected]>
Date:   Sat Oct 5 21:32:04 2019 +0200

    - fix use of private methods
    - rel 5

 cxx.patch                      | 11 +++++++++++
 kde4-kernelupdatenotifier.spec |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/kde4-kernelupdatenotifier.spec b/kde4-kernelupdatenotifier.spec
index c5d8134..8912fa3 100644
--- a/kde4-kernelupdatenotifier.spec
+++ b/kde4-kernelupdatenotifier.spec
@@ -6,11 +6,12 @@ Summary:      Kernel Update Notifier for KDE4
 Summary(pl.UTF-8):     Powiadomienie o zaktualizowanym kernelu dla KDE4
 Name:          kde4-%{orgname}
 Version:       1.1.2
-Release:       4
+Release:       5
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       %{orgname}-%{version}.tar.gz
 # Source0-md5: 87f53d06444ada673a176e5cadfe9c2c
+Patch0:                cxx.patch
 BuildRequires:  QtCore-devel >= %{qtver}
 BuildRequires:  QtGui-devel >= %{qtver}
 BuildRequires: automoc4 >= 0.9.88
@@ -30,6 +31,7 @@ Powiadomienie o zaktualizowanym kernelu dla KDE4.
 
 %prep
 %setup -q -n %{orgname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
diff --git a/cxx.patch b/cxx.patch
new file mode 100644
index 0000000..09ebe67
--- /dev/null
+++ b/cxx.patch
@@ -0,0 +1,11 @@
+--- kernelupdatenotifier-1.1.2/kernelupdatenotifier.cpp~       2009-08-07 
18:27:39.000000000 +0200
++++ kernelupdatenotifier-1.1.2/kernelupdatenotifier.cpp        2019-10-05 
21:31:03.656445529 +0200
+@@ -38,7 +38,7 @@
+ 
+ void KernelUpdateNotifier::handleRebootActionClosed()
+ {
+-      kDebug("Don't Reboot");
++      kDebug() << "Don't Reboot";
+       QApplication::quit();
+ }
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kernelupdatenotifier.git/commitdiff/e82d4c366dd0339e3f80c5dc78eb4093e20890af

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

Reply via email to