SHA256
1
0
forked from pool/emacs-w3m

Accepting request 969234 from home:AndreasSchwab:f

- Update to version 1.4.632+512+gc3a3a947:
  * * Makefile.in (configure): Replace configure.in with configure.ac
  * Make the builder work for autoconf 2.70 and up as well
  * Drop Emacs 26 support
  * * shimbun/ChangeLog: Remove cancelled entry
  * * sb-kyoko-np.el (shimbun-clear-contents): Revert
  * * sb-kyoko-np.el (shimbun-clear-contents): Make date header precision
  * * mime-w3m.el: Fix last change
  * Typo fix
  * Conceal warnings for the case SEMI is absent (issue #108)
  * * sb-sankei.el (w3m-cookie-setup): Autoload it
  * * w3m.el (w3m-image-type-alist): Update docstring

OBS-URL: https://build.opensuse.org/request/show/969234
OBS-URL: https://build.opensuse.org/package/show/M17N/emacs-w3m?expand=0&rev=11
This commit is contained in:
Andreas Schwab 2022-04-11 15:07:53 +00:00 committed by Git OBS Bridge
parent 1977aa96d2
commit 1aa9d69aee
7 changed files with 32 additions and 16 deletions

View File

@ -1,6 +1,6 @@
<services> <services>
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="url">https://github.com/emacs-w3m/emacs-w3m.git</param> <param name="url">https://github.com/emacs-w3m/emacs-w3m</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="versionformat">1.4.632+@TAG_OFFSET@+g%h</param> <param name="versionformat">1.4.632+@TAG_OFFSET@+g%h</param>
<param name="parent-tag">7a81b230</param> <param name="parent-tag">7a81b230</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/emacs-w3m/emacs-w3m.git</param> <param name="url">https://github.com/emacs-w3m/emacs-w3m.git</param>
<param name="changesrevision">c088fe627f12597726dfc2062454e2e7bd99798a</param></service></servicedata> <param name="changesrevision">c3a3a947fb267df1f03287be2eab4f7119707e90</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8434e1216db8502b873484bc596a38ec8452679980c442ff3d40eb56d366200f
size 4292620

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61b85196b3b97eed5fea34521608bf6d8de3e235a909e7bc47baa250901a2258
size 4294156

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Apr 09 06:42:51 UTC 2022 - schwab@linux-m68k.org
- Update to version 1.4.632+512+gc3a3a947:
* * Makefile.in (configure): Replace configure.in with configure.ac
* Make the builder work for autoconf 2.70 and up as well
* Drop Emacs 26 support
* * shimbun/ChangeLog: Remove cancelled entry
* * sb-kyoko-np.el (shimbun-clear-contents): Revert
* * sb-kyoko-np.el (shimbun-clear-contents): Make date header precision
* * mime-w3m.el: Fix last change
* Typo fix
* Conceal warnings for the case SEMI is absent (issue #108)
* * sb-sankei.el (w3m-cookie-setup): Autoload it
* * w3m.el (w3m-image-type-alist): Update docstring
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 15 19:01:52 UTC 2021 - schwab@linux-m68k.org Fri Oct 15 19:01:52 UTC 2021 - schwab@linux-m68k.org

View File

@ -1,5 +1,5 @@
name: emacs-w3m name: emacs-w3m
version: 1.4.632+501+gc088fe62 version: 1.4.632+512+gc3a3a947
mtime: 1633747959 mtime: 1649122917
commit: c088fe627f12597726dfc2062454e2e7bd99798a commit: c3a3a947fb267df1f03287be2eab4f7119707e90

View File

@ -1,7 +1,7 @@
# #
# spec file for package emacs-w3m # spec file for package emacs-w3m
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
@ -21,9 +21,9 @@ Summary: An interface program to use w3m with Emacs
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
# Summary(ja): w3m を Emacs 上で動かすためのプログラムです # Summary(ja): w3m を Emacs 上で動かすためのプログラムです
Version: 1.4.632+501+gc088fe62 Version: 1.4.632+512+gc3a3a947
Release: 0 Release: 0
Url: http://emacs-w3m.namazu.org/ URL: http://emacs-w3m.namazu.org/
Source0: emacs-w3m-%{version}.tar.xz Source0: emacs-w3m-%{version}.tar.xz
Source1: suse-start.el Source1: suse-start.el
Patch1: w3m-el-1.3-map.patch Patch1: w3m-el-1.3-map.patch