Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package emacs-semi for openSUSE:Factory 
checked in at 2022-05-24 20:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-semi (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-semi.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-semi"

Tue May 24 20:33:38 2022 rev:2 rq:978994 version:1.14.6+239+gb1c245b81715

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-semi/emacs-semi.changes    2019-01-21 
10:52:30.835862077 +0100
+++ /work/SRC/openSUSE:Factory/.emacs-semi.new.2254/emacs-semi.changes  
2022-05-24 20:33:39.695042276 +0200
@@ -1,0 +2,18 @@
+Tue May 24 12:27:33 UTC 2022 - ti...@suse.com
+
+- Switchto SEMI-EPG on wanderlust repo, extrat via service
+- Update to version 1.14.6+239+gb1c245b81715:
+  * mime-vcard.el requires bbdb-vcard-vcard21 in bbdb-vcard package
+  * Remove XEmacs related stuff
+  * New installer option PACKAGE_LISPDIR
+  * Fold docstring within 80 characters
+  * Check mule-version's availability
+  * * semi-setup.el: Adjust dependencies.
+  * Fold docstring of customizable variable within 80 characters
+  * Use threads for signature verification
+  * * mime-pgp.el (mime-preview-application/pgp-encrypted): Fix typo.
+  * Fix ignored argument for mime-display-text/plain-flowed
+- Drop obsoleted patches:
+  autoloads.patch
+  mime-hide-buttons-in-reply.diff
+-------------------------------------------------------------------

Old:
----
  autoloads.patch
  mime-hide-buttons-in-reply.diff
  semi-1.14.6.tar.bz2

New:
----
  _service
  _servicedata
  semi-1.14.6+239+gb1c245b81715.obscpio
  semi.obsinfo

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

Other differences:
------------------
++++++ emacs-semi.spec ++++++
--- /var/tmp/diff_new_pack.sebptw/_old  2022-05-24 20:33:40.283042801 +0200
+++ /var/tmp/diff_new_pack.sebptw/_new  2022-05-24 20:33:40.287042804 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-semi
 #
-# 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,26 +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:           emacs-semi
-BuildRequires:  emacs-nox
-BuildRequires:  flim
-Requires:       emacs
-Requires:       flim
-Version:        1.14.6
+Version:        1.14.6+239+gb1c245b81715
 Release:        0
-Url:            http://git.chise.org/elisp/semi/
-Source0:        semi-%{version}.tar.bz2
-Patch0:         autoloads.patch
-Patch1:         mime-hide-buttons-in-reply.diff
 Summary:        Library to provide MIME feature for GNU Emacs
 License:        GPL-2.0-or-later
 Group:          Productivity/Editors/Emacs
-Provides:       semi-emacs
-Obsoletes:      semi-emacs
+URL:            https://github.com/wanderlust/semi
+Source0:        semi-%{version}.tar.gz
+BuildRequires:  emacs-flim
+BuildRequires:  emacs-nox
+Requires:       emacs
+Requires:       emacs-flim
+Requires:       emacs_program
+Provides:       semi-emacs = %{version}
+Obsoletes:      semi-emacs < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -42,22 +41,22 @@
 
 %prep
 %setup -q -n semi-%{version}
-%patch0 -p1
-%patch1 -p1
-# necessary to generate the auto-autoloads.el file:
-touch *.el
 
 %build
-%define emacs_package_dir /usr/share/emacs/site-lisp/
-make LISPDIR=%{emacs_package_dir}
+make %{?_smp_mflags} EMACS=emacs \
+  PREFIX=%{_prefix} \
+  PACKAGE_LISPDIR=NONE \
+  VERSION_SPECIFIC_LISPDIR=%{_datadir}/emacs/site-lisp/emu
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{emacs_package_dir}/semi
-make install LISPDIR=$RPM_BUILD_ROOT%{emacs_package_dir}
+make install EMACS=emacs  \
+  PREFIX=%{buildroot}%{_prefix} \
+  PACKAGE_LISPDIR=NONE \
+  VERSION_SPECIFIC_LISPDIR=%{_datadir}/emacs/site-lisp/emu
 
 %files 
 %defattr(-,root,root)
-%doc NEWS README* ChangeLog SEMI* TODO VERSION
-%{emacs_package_dir}/*
+%doc NEWS README* ChangeLog.1 TODO VERSION
+%{_datadir}/emacs/site-lisp/semi
 
 %changelog

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <param name="url">https://github.com/wanderlust/semi</param>
    <param name="scm">git</param>
    <param name="versionformat">1.14.6+@TAG_OFFSET@+g%h</param>
    <param name="parent-tag">semi-1_14_6</param>
    <param name="revision">semi-1_14-wl</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service mode="buildtime" name="tar" />
  <service mode="buildtime" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/wanderlust/semi</param>
              <param 
name="changesrevision">b1c245b81715b0430f7593cee2339e6264104f3d</param></service></servicedata>
(No newline at EOF)

++++++ semi.obsinfo ++++++
name: semi
version: 1.14.6+239+gb1c245b81715
mtime: 1651589349
commit: b1c245b81715b0430f7593cee2339e6264104f3d

Reply via email to