Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package devhelp for openSUSE:Factory checked 
in at 2021-04-12 12:35:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/devhelp (Old)
 and      /work/SRC/openSUSE:Factory/.devhelp.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "devhelp"

Mon Apr 12 12:35:08 2021 rev:87 rq:881093 version:40.alpha

Changes:
--------
--- /work/SRC/openSUSE:Factory/devhelp/devhelp.changes  2020-11-29 
12:21:41.593593458 +0100
+++ /work/SRC/openSUSE:Factory/.devhelp.new.2401/devhelp.changes        
2021-04-12 12:37:38.165388206 +0200
@@ -1,0 +2,9 @@
+Sat Jan 16 13:42:21 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 40.alpha:
+  + New GNOME versioning scheme.
+  + Build: add plugin_emacs, plugin_gedit and plugin_vim options.
+  + Improve the Shortcuts window.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  devhelp-3.38.1.tar.xz

New:
----
  devhelp-40.alpha.tar.xz

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

Other differences:
------------------
++++++ devhelp.spec ++++++
--- /var/tmp/diff_new_pack.DmTz9U/_old  2021-04-12 12:37:38.649388769 +0200
+++ /var/tmp/diff_new_pack.DmTz9U/_new  2021-04-12 12:37:38.649388769 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package devhelp
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
 
 
 %define emacs_plugin_dir %{_datadir}/emacs/site-lisp
-%define vim_plugin_dir %{_datadir}/vim/site/plugin
+%define vim_plugin_dir %{_datadir}/vim/vimfiles/plugin/
 
 Name:           devhelp
-Version:        3.38.1
+Version:        40.alpha
 Release:        0
 Summary:        Developer's Help Program for GNOME
 License:        GPL-3.0-or-later
 Group:          Development/Tools/Other
 URL:            https://wiki.gnome.org/Apps/Devhelp
-Source0:        
https://download.gnome.org/sources/devhelp/3.38/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/devhelp/40/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 1.30.0
@@ -112,6 +112,9 @@
 %meson \
        -Dflatpak_build=false \
        -Dgtk_doc=true \
+        -Dplugin_gedit=true \
+        -Dplugin_vim=true \
+        -Dplugin_emacs=true \
        %{nil}
 %meson_build
 
@@ -124,14 +127,6 @@
 # glibmm2 needs this
 mkdir -p %{buildroot}%{_datadir}/devhelp/books
 
-# Install emacs plugin
-mkdir -p %{buildroot}%{emacs_plugin_dir}
-cp -a plugins/devhelp.el %{buildroot}%{emacs_plugin_dir}
-
-# Install vim plugin
-mkdir -p %{buildroot}%{vim_plugin_dir}
-cp -a plugins/devhelp.vim %{buildroot}%{vim_plugin_dir}
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -176,7 +171,7 @@
 %files -n vim-plugin-devhelp
 #Own these directories to not depend on additional requirements
 %dir %{_datadir}/vim
-%dir %{_datadir}/vim/site
+%dir %{_datadir}/vim/vimfiles
 %dir %{vim_plugin_dir}
 %{vim_plugin_dir}/devhelp.vim
 

Reply via email to