Hello community,

here is the log from the commit of package kdebase4-workspace for openSUSE:12.3 
checked in at 2013-02-13 12:09:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/kdebase4-workspace (Old)
 and      /work/SRC/openSUSE:12.3/.kdebase4-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4-workspace", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:12.3/kdebase4-workspace/kdebase4-workspace.changes       
2013-02-12 16:39:21.000000000 +0100
+++ /work/SRC/openSUSE:12.3/.kdebase4-workspace.new/kdebase4-workspace.changes  
2013-02-13 12:09:31.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 12 18:03:37 UTC 2013 - ctri...@opensuse.org
+
+- Added plasma_expire_suse_paste.diff (fixes bnc#803384) 
+
+-------------------------------------------------------------------

New:
----
  plasma_expire_suse_paste.diff

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

Other differences:
------------------
++++++ kdebase4-workspace.spec ++++++
--- /var/tmp/diff_new_pack.fD4CeE/_old  2013-02-13 12:09:33.000000000 +0100
+++ /var/tmp/diff_new_pack.fD4CeE/_new  2013-02-13 12:09:33.000000000 +0100
@@ -137,6 +137,8 @@
 Patch404:       respect_screenlock_settings.diff
 # PATCH-FIX-OPENSUSE pager.diff Use plasma theme color for pager text
 Patch405:       pager.diff
+# PATCH-FIx-OPENSUSE plasma_expire_suse_paste.diff (expire pastes via pastebin)
+Patch406:       plasma_expire_suse_paste.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %suse_version > 1200
 Requires:       %{name}-branding = %{version}
@@ -385,6 +387,7 @@
 %patch403 -p1
 %patch404 -p1
 %patch405 -p1
+%patch406 -p1
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build



++++++ plasma_expire_suse_paste.diff ++++++
diff --git 
a/plasma/generic/dataengines/share/backends/imgsusepasteorg/contents/code/main.js
 
b/plasma/generic/dataengines/share/backends/imgsusepasteorg/contents/code/main.js
index 509db1b..35b4201 100644
--- 
a/plasma/generic/dataengines/share/backends/imgsusepasteorg/contents/code/main.js
+++ 
b/plasma/generic/dataengines/share/backends/imgsusepasteorg/contents/code/main.js
@@ -30,7 +30,7 @@ function setup() {
     provider.addPostItem("title", "mypaste", "text/plain");
     provider.addPostItem("lang", "image", "text/plain");
     provider.addPostItem("submit", "submit", "text/plain");
-    provider.addPostItem("expiry","1440","text/plain");
+    provider.addPostItem("expire","1440","text/plain");
 }
  
 function handleResultData(data) {
diff --git 
a/plasma/generic/dataengines/share/backends/pasteopensuseorg/contents/code/main.js
 
b/plasma/generic/dataengines/share/backends/pasteopensuseorg/contents/code/main.js
index 286de11..6beaacb 100644
--- 
a/plasma/generic/dataengines/share/backends/pasteopensuseorg/contents/code/main.js
+++ 
b/plasma/generic/dataengines/share/backends/pasteopensuseorg/contents/code/main.js
@@ -29,7 +29,7 @@ function setup() {
     provider.addQueryItem("name", "KDE");
     provider.addQueryItem("title", "mypaste");
     provider.addQueryItem("lang", "text");
-    provider.addQueryItem("expiry", "1440");
+    provider.addQueryItem("expire", "1440");
     provider.addQueryItem("submit", "submit");
 }
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to