Hello community, here is the log from the commit of package spice-up for openSUSE:Leap:15.2 checked in at 2020-02-21 13:54:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/spice-up (Old) and /work/SRC/openSUSE:Leap:15.2/.spice-up.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spice-up" Fri Feb 21 13:54:14 2020 rev:19 rq:777481 version:1.8.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/spice-up/spice-up.changes 2020-01-15 16:03:43.847935331 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.spice-up.new.26092/spice-up.changes 2020-02-21 13:54:14.726077428 +0100 @@ -1,0 +2,123 @@ +Thu Oct 31 00:56:05 UTC 2019 - Alexei Podvalsky <[email protected]> + +- Add spice-up-1.8.2-vala-0.46.patch + +------------------------------------------------------------------- +Mon May 6 19:38:56 UTC 2019 - Alexei Podvalsky <[email protected]> + +- Update to 1.8.2: + * Add Issue and PR Templates + * 1.8.1 Release + * Removed remote templates service + * Invert logic of history_is_enabled + * Respect privacy settings using Granite (#260) + * Require Gtk3.22 - Dropped support for older Gtk versions + * Update fr.po (#261) + +------------------------------------------------------------------- +Mon Jan 21 17:18:23 UTC 2019 - Alexei Podvalsky <[email protected]> + +- Update to 1.8.0: + * Autohide cursor while presenting + * Move the rest of the actions to the Main Window + * Move Insertion actions to Window Actions + * Move Headerbar actions to Window Actions + * Allow more than one window + * Move current_file to window + * Move history manager to Window + * Remove global window variable + * Undo,Redo,Clone + * Add .pdf extension to exports + * Prevent screen from turning off during presentations + * Grab focus when PresenterNotes is revealed + * Use new Granite.markup_accel_tooltip & Add actions for clone + and present + * Handle unfullscreening while presenting + * Fixed: Animation on canvas is played when returning from the + last slide while presenting + * Fix: Property with custom 'get' / 'set' cannot have 'default' + value (#251) + * update travis.yml (#252) + * Use user cache folder for template cache + * Update com.github.philip-scott.spice-up.appdata.xml + * Update README.md + * Canvas: fixed precision problems on different sizes + * Smart clipboard v2 (#239) + * Smart Clipboard (#233) + * Fix SlideWidget shadows not showing up + * Color picker refactoring (#238) + +------------------------------------------------------------------- +Mon Oct 8 11:56:25 UTC 2018 - Alexei Podvalsky <[email protected]> + +- Update to 1.6.1: + * Remote templates v2 (#237) + +------------------------------------------------------------------- +Mon Sep 24 10:42:29 UTC 2018 - Alexei Podvalsky <[email protected]> + +- Update to 1.6.0: + * Code cleanups + * Slide Transitions (#236) + * Add: PresenterNotes.vala + * Add option to set a slide as the File Preview + * SlideList: Right click actions + * Add presenter notes to main view + * Move button creation to function + * SlideList: Add separator and fix styles + * Add new slide after selected one + * Stick new slide button + * Fix: Empty slides not rendering in slide list + * Set accent color & use that on slide list + +------------------------------------------------------------------- +Mon Sep 10 12:10:22 UTC 2018 - Alexei Podvalsky <[email protected]> + +- Update to 1.5.2: + * Update com.github.philip-scott.spice-up.appdata.xml + * LibraryItem: Don't show popover on templates + * Rename com.github.philip_scott.spice_up.mime.xml to + com.github.philip-scott.spice-up.mime.xml + * Update CMakeLists.txt + * Update and rename + com.github.philip_scott.spice_up.appdata.xml to + com.github.philip-scott.spice-up.appdata.xml + * PresenterView: Change font-size with +/- keys + * Be smart about the mutex + * allow whitespace between commas on gradient regex + * Improve item positioning rounding + * Fix crash when moving a slide past the end + * Update RDNN name (#219) + +------------------------------------------------------------------- +Thu Aug 23 15:52:49 UTC 2018 - [email protected] + +- Update to 1.5.1: + * Update README.md + * Updated appdata for 1.5 release + * Load more templates from external server (#217) + * Fix color picker not updating + * Add new gradients to the palette + * Add new colors to palette + * Fix disabled button icons not getting styled correctly + * PickerWindow: Remove deprecated warnings + * Show filename under thumbnail + * ColorPicker: Don't grab all key events + * Fix extra padding on grabbers in Gtk3.22 + * Fix text entry styles on Gtk3.22 + * Copy & Paste from color picker + * Remove about option from desktop entry (#202) + * Add OARS information + * Update Pt_pt (#198) + * Updated screenshot +- Change the home page +- Add pkgconfig(libsoup-2.4) +- Switch to vala >= 0.40.4 +- Remove obsolete macros + +------------------------------------------------------------------- +Thu Jun 14 18:33:26 UTC 2018 - [email protected] + +- Change the Group tag to Productivity/Office/Other + +------------------------------------------------------------------- Old: ---- Spice-up-1.3.2.tar.gz New: ---- Spice-up-1.8.2.tar.gz spice-up-1.8.2-vala-0.46.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spice-up.spec ++++++ --- /var/tmp/diff_new_pack.PVbZeh/_old 2020-02-21 13:54:15.954079914 +0100 +++ /var/tmp/diff_new_pack.PVbZeh/_new 2020-02-21 13:54:15.978079963 +0100 @@ -1,7 +1,7 @@ # # spec file for package spice-up # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,15 @@ Name: spice-up -Version: 1.3.2 +Version: 1.8.2 Release: 0 Summary: Desktop presentation application -License: GPL-3.0 -Group: Productivity/Multimedia/Video/Players -Url: https://launchpad.net/spice-up +License: GPL-3.0-only +Group: Productivity/Office/Other +URL: https://github.com/Philip-Scott/Spice-up Source: https://github.com/Philip-Scott/Spice-up/archive/%{version}.tar.gz#/Spice-up-%{version}.tar.gz +# PATCH-FIX_UPSTREAM -- Make constructors of abstract classes protected (vala >= 0.46) +Patch0: spice-up-1.8.2-vala-0.46.patch BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -31,18 +33,15 @@ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: shared-mime-info -BuildRequires: vala +BuildRequires: vala >= 0.40.4 BuildRequires: pkgconfig(gee-0.8) -BuildRequires: pkgconfig(granite) >= 0.3 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.18.0 +BuildRequires: pkgconfig(granite) >= 0.5 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libevdev) -Requires(post): shared-mime-info -Requires(postun): shared-mime-info +BuildRequires: pkgconfig(libsoup-2.4) Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%glib2_gsettings_schema_requires %description Spice-up is a desktop presentation application @@ -52,6 +51,7 @@ %prep %setup -q -n Spice-up-%{version} +%patch0 -p1 %build %cmake \ @@ -62,37 +62,20 @@ %install %cmake_install -mkdir -p %{buildroot}%{_datadir}/appdata -mv %{buildroot}%{_datadir}/{metainfo,appdata}/com.github.philip-scott.%{name}.appdata.xml %find_lang com.github.philip-scott.spice-up %{name}.lang %fdupes %{buildroot}%{_datadir} -%post -%mime_database_post -%icon_theme_cache_post -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -%mime_database_postun -%icon_theme_cache_postun -%desktop_database_postun -%glib2_gsettings_schema_postun - %files -%defattr(-,root,root) -%doc COPYING README.md +%license COPYING +%doc README.md %{_bindir}/com.github.philip-scott.spice-up +%{_datadir}/applications/com.github.philip-scott.spice-up.desktop %{_datadir}/com.github.philip-scott.spice-up/ -%{_datadir}/applications/*.%{name}.desktop -%{_datadir}/icons/hicolor/*/apps/*%{name}.??g -%{_datadir}/icons/hicolor/*/mimetypes/*spiceup.??g -%{_datadir}/glib-2.0/schemas/*.%{name}.gschema.xml -%{_datadir}/appdata/*.%{name}.appdata.xml -%{_datadir}/mime/packages/*%{name}.mime.xml -%dir %{_datadir}/appdata +%{_datadir}/glib-2.0/schemas/com.github.philip-scott.spice-up.gschema.xml +%{_datadir}/icons/hicolor/*/*/*.??g +%{_datadir}/metainfo/com.github.philip-scott.spice-up.appdata.xml +%{_datadir}/mime/packages/com.github.philip-scott.spice-up.mime.xml %files lang -f %{name}.lang -%defattr(-,root,root) %changelog ++++++ Spice-up-1.3.2.tar.gz -> Spice-up-1.8.2.tar.gz ++++++ ++++ 8869 lines of diff (skipped) ++++++ spice-up-1.8.2-vala-0.46.patch ++++++ diff -ruN Spice-up-1.8.2.orig/src/Tests/ColorItem/MockedCanvasItem.vala Spice-up-1.8.2/src/Tests/ColorItem/MockedCanvasItem.vala --- Spice-up-1.8.2.orig/src/Tests/ColorItem/MockedCanvasItem.vala 2019-05-06 07:03:55.000000000 +0300 +++ Spice-up-1.8.2/src/Tests/ColorItem/MockedCanvasItem.vala 2019-10-31 03:31:12.211950979 +0300 @@ -6,7 +6,7 @@ public Canvas canvas { get; set; } protected Gtk.Grid? grid = null; - public CanvasItem (Canvas canvas, Json.Object save_data) { + protected CanvasItem (Canvas canvas, Json.Object save_data) { Object (canvas: _canvas, save_data: _save_data); } diff -ruN Spice-up-1.8.2.orig/src/Tests/ImageItem/MockedCanvasItem.vala Spice-up-1.8.2/src/Tests/ImageItem/MockedCanvasItem.vala --- Spice-up-1.8.2.orig/src/Tests/ImageItem/MockedCanvasItem.vala 2019-05-06 07:03:55.000000000 +0300 +++ Spice-up-1.8.2/src/Tests/ImageItem/MockedCanvasItem.vala 2019-10-31 03:37:19.686485914 +0300 @@ -6,7 +6,7 @@ public Canvas canvas { get; set; } protected Gtk.Grid? grid = null; - public CanvasItem (Canvas canvas, Json.Object save_data) { + protected CanvasItem (Canvas canvas, Json.Object save_data) { Object (canvas: _canvas, save_data: _save_data); } diff -ruN Spice-up-1.8.2.orig/src/Tests/TextItem/MockedCanvasItem.vala Spice-up-1.8.2/src/Tests/TextItem/MockedCanvasItem.vala --- Spice-up-1.8.2.orig/src/Tests/TextItem/MockedCanvasItem.vala 2019-05-06 07:03:55.000000000 +0300 +++ Spice-up-1.8.2/src/Tests/TextItem/MockedCanvasItem.vala 2019-10-31 03:45:12.886906317 +0300 @@ -6,7 +6,7 @@ public Canvas canvas { get; set; } protected Gtk.Grid? grid = null; - public CanvasItem (Canvas canvas, Json.Object save_data) { + protected CanvasItem (Canvas canvas, Json.Object save_data) { Object (canvas: _canvas, save_data: _save_data); } diff -ruN Spice-up-1.8.2.orig/src/Widgets/CanvasItems/CanvasItem.vala Spice-up-1.8.2/src/Widgets/CanvasItems/CanvasItem.vala --- Spice-up-1.8.2.orig/src/Widgets/CanvasItems/CanvasItem.vala 2019-05-06 07:03:55.000000000 +0300 +++ Spice-up-1.8.2/src/Widgets/CanvasItems/CanvasItem.vala 2019-10-31 03:25:28.626395498 +0300 @@ -86,7 +86,7 @@ public unowned Canvas? canvas { protected get; construct; } - public CanvasItem (Spice.Canvas? _canvas, Json.Object _save_data) { + protected CanvasItem (Spice.Canvas? _canvas, Json.Object _save_data) { Object (canvas: _canvas, save_data: _save_data); }
