Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2015-01-08 23:16:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4-runtime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes        
2014-11-19 20:27:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2015-01-08 23:16:52.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec 17 20:35:26 UTC 2014 - [email protected]
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+-------------------------------------------------------------------

Old:
----
  kde-runtime-4.14.3.tar.xz

New:
----
  kde-runtime-14.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdebase4-runtime.spec ++++++
--- /var/tmp/diff_new_pack.aiRj6D/_old  2015-01-08 23:16:53.000000000 +0100
+++ /var/tmp/diff_new_pack.aiRj6D/_new  2015-01-08 23:16:53.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kdebase4-runtime
-Version:        4.14.3
+Version:        14.12.0
 Release:        0
 Summary:        The KDE Runtime Components
 License:        GPL-2.0+
@@ -47,10 +47,10 @@
 BuildRequires:  libgcrypt-devel >= 1.5.0
 BuildRequires:  libgpgme-devel
 BuildRequires:  libkactivities-devel >= 4.13.2
-BuildRequires:  libkde4-devel >= %{version}
+BuildRequires:  libkde4-devel
 BuildRequires:  pkgconfig(bzip2)
 #!BuildIgnore:  kdebase4-runtime
-BuildRequires:  libkdepimlibs4-devel >= %{version}
+BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libksuseinstall-devel
 # NTrack backend is used when ther is no NM or wicd, however it breaks ifup 
method, for details see https://bugs.kde.org/show_bug.cgi?id=294441#c23
 #BuildRequires:  libntrack-qt4-devel
@@ -67,7 +67,7 @@
 BuildRequires:  pkgconfig(libwebp)
 PreReq:         permissions
 Requires:       dbus-1-x11
-Requires:       kdelibs4 >= %{version}
+Requires:       kdelibs4
 Requires:       libphonon4
 Requires:       oxygen-icon-theme >= 4.6.40
 Recommends:     enscript


++++++ kde-runtime-4.14.3.tar.xz -> kde-runtime-14.12.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdebase4-runtime/kde-runtime-4.14.3.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kde-runtime-14.12.0.tar.xz 
differ: char 25, line 1

++++++ kdesu-add-some-i18n-love.patch ++++++
--- /var/tmp/diff_new_pack.aiRj6D/_old  2015-01-08 23:16:54.000000000 +0100
+++ /var/tmp/diff_new_pack.aiRj6D/_new  2015-01-08 23:16:54.000000000 +0100
@@ -60,15 +60,6 @@
  
      if (keep && !terminal && !just_started)
      {
-@@ -387,7 +387,7 @@ static int startApp()
- #endif
-         KDEsuDialog dlg(user, auth_user, keep && !terminal, icon, 
withIgnoreButton);
-         if (prompt)
--            dlg.addCommentLine(i18n("Command:"), command);
-+            dlg.addCommentLine(i18n("Command:"), QString::fromUtf8(command));
-         dlg.setKeepPassword(keepByDefault);
- 
-         if ((priority != 50) || (scheduler != SuProcess::SchedNormal))
 @@ -436,7 +436,7 @@ static int startApp()
      }
      else if (keep && have_daemon)

++++++ kdesu-remember-keep-password.diff ++++++
--- /var/tmp/diff_new_pack.aiRj6D/_old  2015-01-08 23:16:54.000000000 +0100
+++ /var/tmp/diff_new_pack.aiRj6D/_new  2015-01-08 23:16:54.000000000 +0100
@@ -25,7 +25,7 @@
 @@ -381,8 +384,7 @@ static int startApp()
          KDEsuDialog dlg(user, auth_user, keep && !terminal, icon, 
withIgnoreButton);
          if (prompt)
-             dlg.addCommentLine(i18n("Command:"), command);
+             dlg.addCommentLine(i18n("Command:"), QFile::decodeName(command));
 -        if (defKeep)
 -            dlg.setKeepPassword(true);
 +        dlg.setKeepPassword(keepByDefault);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to