Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spice-up for openSUSE:Factory 
checked in at 2022-03-01 17:03:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spice-up (Old)
 and      /work/SRC/openSUSE:Factory/.spice-up.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spice-up"

Tue Mar  1 17:03:57 2022 rev:17 rq:958280 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/spice-up/spice-up.changes        2019-10-31 
22:37:41.869281189 +0100
+++ /work/SRC/openSUSE:Factory/.spice-up.new.1958/spice-up.changes      
2022-03-01 17:04:46.800352726 +0100
@@ -1,0 +2,33 @@
+Sun Feb 20 16:03:21 UTC 2022 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 1.9.1:
+  * AppData: Add info for a hotfix release
+  * Merge branch 'master' of github.com:Philip-Scott/Spice-up
+  * SlideList: Prevent slides from expanding on window resize
+  * AppData: less verbose OARS (#325)
+  * Use show_uri_on_window for editing images
+  * SlideList: Make the "Add a Slide" button full size
+  * elementary 6+ release
+  * Stylesheet: imitate box shadow from system (#324)
+  * SlideList: code and style cleanup (#323)
+  * Granite.App ??? Gtk.App (#322)
+  * Modernize Icons (#321)
+  * EntryCombo: use button style (#317)
+  * HeaderBar: Use insert-* namespace for icons (#318)
+  * Fix warnings with casts (#319)
+  * CSS: Use raised class instead of custom CSS (#314)
+  * Build with Flatpak (#306)
+  * Window: Remove DnD handling (#313)
+  * GradientEditor: fix oval selectors (#315)
+  * SlideList: Use text/image button in actionbar (#316)
+  * Window: Use Gtk.Application.Inhibit (#309)
+  * FileManager: use file chooser portal (#307)
+  * Build with Meson (#308)
+  * Fix build with vala 0.46 (#296)
+  * Downgrade Node.js to fix builds on Travis CI (#289)
+  * Black background on fullscreen (#286)
+  * Update ISSUE_TEMPLATE.md
+- Drop spice-up-1.8.2-vala-0.46.patch
+- Switch to meson
+
+-------------------------------------------------------------------

Old:
----
  Spice-up-1.8.2.tar.gz
  spice-up-1.8.2-vala-0.46.patch

New:
----
  Spice-up-1.9.1.tar.gz

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

Other differences:
------------------
++++++ spice-up.spec ++++++
--- /var/tmp/diff_new_pack.VslmmN/_old  2022-03-01 17:04:47.336352868 +0100
+++ /var/tmp/diff_new_pack.VslmmN/_new  2022-03-01 17:04:47.340352869 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-up
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           spice-up
-Version:        1.8.2
+Version:        1.9.1
 Release:        0
 Summary:        Desktop presentation application
 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
-BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  shared-mime-info
-BuildRequires:  vala >= 0.40.4
+BuildRequires:  vala > 0.48.0
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(granite) >= 0.5
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
@@ -51,30 +48,37 @@
 
 %prep
 %setup -q -n Spice-up-%{version}
-%patch0 -p1
 
 %build
-%cmake \
-    -DGSETTINGS_COMPILE=OFF
-
-# remove smp_mflags to avoid compilation errors
-make -j1 V=1
+%meson
+%meson_build
 
 %install
-%cmake_install
-%find_lang com.github.philip-scott.spice-up %{name}.lang
-%fdupes %{buildroot}%{_datadir}
+%meson_install
+%find_lang com.github.philip_scott.spice-up %{name}.lang
+%fdupes %{buildroot}/%{_datadir}
+
+# dirlist HiDPI icons (see: hicolor/index.theme)
+_dirlist=$PWD/dir.lst
+pushd %{buildroot}
+find ./ | while read _list; do
+    echo $_list | grep '[0-9]\@[0-9]' || continue
+    _path=$(echo $_list | sed 's/[^/]//')
+    if ! ls ${_path%/*}; then
+        grep -xqs "\%dir\ ${_path%/*}" $_dirlist || echo "%dir ${_path%/*}" >> 
$_dirlist
+    fi
+done
+popd
 
-%files
+%files -f dir.lst
 %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}/glib-2.0/schemas/com.github.philip-scott.spice-up.gschema.xml
+%{_bindir}/com.github.philip_scott.spice-up
+%{_datadir}/applications/com.github.philip_scott.spice-up.desktop
+%{_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
+%{_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
 

++++++ Spice-up-1.8.2.tar.gz -> Spice-up-1.9.1.tar.gz ++++++
++++ 12264 lines of diff (skipped)

Reply via email to