Hello community,

here is the log from the commit of package spectacle for openSUSE:Factory 
checked in at 2019-04-26 22:51:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spectacle (Old)
 and      /work/SRC/openSUSE:Factory/.spectacle.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spectacle"

Fri Apr 26 22:51:41 2019 rev:41 rq:696367 version:19.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes      2019-03-11 
11:13:40.229373040 +0100
+++ /work/SRC/openSUSE:Factory/.spectacle.new.5536/spectacle.changes    
2019-04-26 22:51:43.417420291 +0200
@@ -1,0 +2,34 @@
+Sat Apr 20 06:51:59 UTC 2019 - [email protected]
+
+- Update to 19.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.0.php
+- Changes since 19.03.90:
+  * Change default compression quality from 90 to 89
+
+-------------------------------------------------------------------
+Tue Apr 09 20:54:46 UTC 2019 - [email protected]
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * Add missing QMimeData include to fix compilation on older Qt versions
+  * Make "Quit after copy" feature work (kde#393708)
+  * Change i18n of filename formatting options
+
+-------------------------------------------------------------------
+Wed Mar 27 06:41:12 UTC 2019 - [email protected]
+
+- Update to 19.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-beta.php
+- Changes since 18.12.3:
+  * Too many changes to list here
+- Add 0001-Use-qdbus-qt5-instead-of-qdbus.patch to ensure the right
+  qdbus command is used by spectacle
+
+-------------------------------------------------------------------

Old:
----
  spectacle-18.12.3.tar.xz

New:
----
  0001-Use-qdbus-qt5-instead-of-qdbus.patch
  spectacle-19.04.0.tar.xz

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

Other differences:
------------------
++++++ spectacle.spec ++++++
--- /var/tmp/diff_new_pack.2Dh5jp/_old  2019-04-26 22:51:44.005419990 +0200
+++ /var/tmp/diff_new_pack.2Dh5jp/_new  2019-04-26 22:51:44.009419988 +0200
@@ -21,13 +21,15 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           spectacle
-Version:        18.12.3
+Version:        19.04.0
 Release:        0
 Summary:        Screen Capture Program
 License:        LGPL-2.0-or-later AND GPL-2.0-or-later
 Group:          Productivity/Graphics/Other
 URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE
+Patch0:         0001-Use-qdbus-qt5-instead-of-qdbus.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kconfig-devel
 BuildRequires:  kcoreaddons-devel
@@ -87,7 +89,7 @@
 %endif
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build

++++++ 0001-Use-qdbus-qt5-instead-of-qdbus.patch ++++++
>From 7634845cb013301aa159fd26077289b0444b2732 Mon Sep 17 00:00:00 2001
From: Luca Beltrame <[email protected]>
Date: Wed, 27 Feb 2019 09:41:54 +0100
Subject: [PATCH] Use qdbus-qt5 instead of qdbus

---
 desktop/org.kde.spectacle.desktop | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/desktop/org.kde.spectacle.desktop 
b/desktop/org.kde.spectacle.desktop
index 494177c..a0318be 100644
--- a/desktop/org.kde.spectacle.desktop
+++ b/desktop/org.kde.spectacle.desktop
@@ -96,7 +96,7 @@ Keywords[uk]=знімок;захоплення;друк;знімок вікна;
 
Keywords[x-test]=xxsnapshotxx;xxcapturexx;xxprintxx;xxscreenshotxx;xxsnippingxx;xxsnipxx;
 Keywords[zh_CN]=snapshot;capture;print;screenshot;snipping;snip;快照;截图;抓取;屏幕截图;
 Keywords[zh_TW]=snapshot;capture;print;screenshot;snipping;snip;截圖;擷取;截圖程式
-Exec=qdbus org.kde.Spectacle / StartAgent
+Exec=qdbus-qt5 org.kde.Spectacle / StartAgent
 Icon=spectacle
 Type=Application
 Terminal=false
@@ -145,7 +145,7 @@ Name[uk]=Захопити зображення усієї стільниці
 Name[x-test]=xxCapture Entire Desktopxx
 Name[zh_CN]=抓取整个桌面
 Name[zh_TW]=擷取整個桌面
-Exec=qdbus org.kde.Spectacle / FullScreen false
+Exec=qdbus-qt5 org.kde.Spectacle / FullScreen false
 
 [Desktop Action CurrentMonitorScreenShot]
 Name=Capture Current Monitor
@@ -187,7 +187,7 @@ Name[uk]=Захопити зображення на моніторі
 Name[x-test]=xxCapture Current Monitorxx
 Name[zh_CN]=抓取当前显示器
 Name[zh_TW]=擷取目前螢幕
-Exec=qdbus org.kde.Spectacle / CurrentScreen false
+Exec=qdbus-qt5 org.kde.Spectacle / CurrentScreen false
 
 [Desktop Action ActiveWindowScreenShot]
 Name=Capture Active Window
@@ -229,7 +229,7 @@ Name[uk]=Захопити зображення активного вікна
 Name[x-test]=xxCapture Active Windowxx
 Name[zh_CN]=抓取当前活动窗口
 Name[zh_TW]=擷取作用中的視窗
-Exec=qdbus org.kde.Spectacle / ActiveWindow true false
+Exec=qdbus-qt5 org.kde.Spectacle / ActiveWindow true false
 
 [Desktop Action RectangularRegionScreenShot]
 Name=Capture Rectangular Region
@@ -271,4 +271,4 @@ Name[uk]=Захопити прямокутну область екрана
 Name[x-test]=xxCapture Rectangular Regionxx
 Name[zh_CN]=抓取方形区域
 Name[zh_TW]=擷取矩形區域
-Exec=qdbus org.kde.Spectacle / RectangularRegion true
+Exec=qdbus-qt5 org.kde.Spectacle / RectangularRegion true
-- 
2.20.1

++++++ spectacle-18.12.3.tar.xz -> spectacle-19.04.0.tar.xz ++++++
++++ 34132 lines of diff (skipped)


Reply via email to