Hello community,

here is the log from the commit of package spectacle for openSUSE:Factory 
checked in at 2019-08-16 15:43:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spectacle (Old)
 and      /work/SRC/openSUSE:Factory/.spectacle.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spectacle"

Fri Aug 16 15:43:26 2019 rev:45 rq:723773 version:19.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes      2019-07-16 
08:36:37.659353551 +0200
+++ /work/SRC/openSUSE:Factory/.spectacle.new.22127/spectacle.changes   
2019-08-16 15:43:31.241736459 +0200
@@ -1,0 +2,32 @@
+Fri Aug  9 08:32:34 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+-------------------------------------------------------------------
+Tue Aug 06 16:50:52 UTC 2019 - [email protected]
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- Changes since 19.07.80:
+  * Use correct KPageDialog face style for settings window
+  * Use QTEST_GUILESS_MAIN
+
+-------------------------------------------------------------------
+Tue Jul 23 11:59:08 UTC 2019 - [email protected]
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 19.04.3:
+  * Too many changes to list here
+- Refreshed patches:
+  * 0001-Use-qdbus-qt5-instead-of-qdbus.patch
+
+-------------------------------------------------------------------

Old:
----
  spectacle-19.04.3.tar.xz

New:
----
  applications.keyring
  spectacle-19.08.0.tar.xz
  spectacle-19.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ spectacle.spec ++++++
--- /var/tmp/diff_new_pack.vxPH6E/_old  2019-08-16 15:43:32.301736151 +0200
+++ /var/tmp/diff_new_pack.vxPH6E/_new  2019-08-16 15:43:32.305736150 +0200
@@ -21,13 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           spectacle
-Version:        19.04.3
+Version:        19.08.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
+URL:            https://www.kde.org
+Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 # PATCH-FIX-OPENSUSE
 Patch0:         0001-Use-qdbus-qt5-instead-of-qdbus.patch
 BuildRequires:  extra-cmake-modules
@@ -37,6 +41,7 @@
 BuildRequires:  kdeclarative-devel
 BuildRequires:  kdoctools-devel
 BuildRequires:  kf5-filesystem
+BuildRequires:  kglobalaccel-devel
 BuildRequires:  ki18n-devel
 BuildRequires:  kio-devel
 BuildRequires:  knewstuff-devel
@@ -66,9 +71,7 @@
 # Upstream changed name twice (kscreengenie - kapture - spectacle)
 Obsoletes:      kapture < %{version}
 Provides:       kapture = %{version}
-%if %{with lang}
 Recommends:     %{name}-lang
-%endif
 
 %description
 Spectactle is a screenshot-taking program made by KDE. It allows taking 
screenshots
@@ -104,8 +107,10 @@
   %suse_update_desktop_file -r org.kde.spectacle     Utility DesktopUtility
 
 %files
-%dir %{_datadir}/khotkeys
 %dir %{_kf5_appstreamdir}
+%dir %{_kf5_libdir}/kconf_update_bin
+%dir %{_kf5_sharedir}/kconf_update
+%dir %{_kf5_sharedir}/kglobalaccel
 %{_kf5_applicationsdir}/org.kde.spectacle.desktop
 %{_kf5_appstreamdir}/org.kde.spectacle.appdata.xml
 %{_kf5_bindir}/spectacle
@@ -113,7 +118,9 @@
 %{_kf5_iconsdir}/hicolor/*/*/spectacle*
 %{_kf5_notifydir}/spectacle.notifyrc
 %{_kf5_sharedir}/dbus-1/services/org.kde.Spectacle.service
-%{_kf5_sharedir}/khotkeys/spectacle.khotkeys
+%{_kf5_libdir}/kconf_update_bin/spectacle-migrate-shortcuts
+%{_kf5_sharedir}/kconf_update/spectacle_shortcuts.upd
+%{_kf5_sharedir}/kglobalaccel/org.kde.spectacle.desktop
 %{_kf5_debugdir}/spectacle.categories
 
 %files doc

++++++ 0001-Use-qdbus-qt5-instead-of-qdbus.patch ++++++
--- /var/tmp/diff_new_pack.vxPH6E/_old  2019-08-16 15:43:32.313736147 +0200
+++ /var/tmp/diff_new_pack.vxPH6E/_new  2019-08-16 15:43:32.317736146 +0200
@@ -7,11 +7,11 @@
  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]=знімок;захоплення;друк;знімок вікна;
+Index: 
spectacle-19.03.60git.20190621T184619~da42ea0/desktop/org.kde.spectacle.desktop
+===================================================================
+--- 
spectacle-19.03.60git.20190621T184619~da42ea0.orig/desktop/org.kde.spectacle.desktop
       2019-06-22 00:48:53.894178675 +0200
++++ 
spectacle-19.03.60git.20190621T184619~da42ea0/desktop/org.kde.spectacle.desktop 
   2019-06-22 00:50:15.938327140 +0200
+@@ -113,7 +113,7 @@
  
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;截圖;擷取;截圖程式
@@ -20,39 +20,37 @@
  Icon=spectacle
  Type=Application
  Terminal=false
-@@ -145,7 +145,7 @@ Name[uk]=Захопити зображення усієї стільниці
+@@ -163,7 +163,7 @@
  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
+ X-KDE-Shortcuts=Shift+Print
  
  [Desktop Action CurrentMonitorScreenShot]
- Name=Capture Current Monitor
-@@ -187,7 +187,7 @@ Name[uk]=Захопити зображення на моніторі
+@@ -206,7 +206,7 @@
  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]=Захопити зображення активного вікна
+@@ -249,7 +249,7 @@
  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
+ X-KDE-Shortcuts=Meta+Print
  
  [Desktop Action RectangularRegionScreenShot]
- Name=Capture Rectangular Region
-@@ -271,4 +271,4 @@ Name[uk]=Захопити прямокутну область екрана
+@@ -292,5 +292,5 @@
  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
-
+ X-KDE-Shortcuts=Meta+Shift+Print

++++++ spectacle-19.04.3.tar.xz -> spectacle-19.08.0.tar.xz ++++++
++++ 43122 lines of diff (skipped)


Reply via email to