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:
parent
1977aa96d2
commit
1aa9d69aee
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<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="versionformat">1.4.632+@TAG_OFFSET@+g%h</param>
|
||||
<param name="parent-tag">7a81b230</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8434e1216db8502b873484bc596a38ec8452679980c442ff3d40eb56d366200f
|
||||
size 4292620
|
3
emacs-w3m-1.4.632+512+gc3a3a947.obscpio
Normal file
3
emacs-w3m-1.4.632+512+gc3a3a947.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61b85196b3b97eed5fea34521608bf6d8de3e235a909e7bc47baa250901a2258
|
||||
size 4294156
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: emacs-w3m
|
||||
version: 1.4.632+501+gc088fe62
|
||||
mtime: 1633747959
|
||||
commit: c088fe627f12597726dfc2062454e2e7bd99798a
|
||||
version: 1.4.632+512+gc3a3a947
|
||||
mtime: 1649122917
|
||||
commit: c3a3a947fb267df1f03287be2eab4f7119707e90
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
# Summary(ja): w3m を Emacs 上で動かすためのプログラムです
|
||||
Version: 1.4.632+501+gc088fe62
|
||||
Version: 1.4.632+512+gc3a3a947
|
||||
Release: 0
|
||||
Url: http://emacs-w3m.namazu.org/
|
||||
URL: http://emacs-w3m.namazu.org/
|
||||
Source0: emacs-w3m-%{version}.tar.xz
|
||||
Source1: suse-start.el
|
||||
Patch1: w3m-el-1.3-map.patch
|
||||
@ -42,11 +42,11 @@ Obsoletes: w3m-el < %{version}
|
||||
# %description -l ja
|
||||
# Emacs 上で動作するブラウザと言えば,普通 W3 のことですが,動作が非常に
|
||||
# 遅いので,なかなか常用しようという気になれません.
|
||||
#
|
||||
#
|
||||
# それに対して,w3m というテキストベースで動作するブラウザがあり,非常に
|
||||
# 軽快に動作するので重宝しているのですが,端末に移動しなければいけないの
|
||||
# が面倒です.
|
||||
#
|
||||
#
|
||||
# そこで,w3m を HTML の rendering engine として使用し,表示とインタフェー
|
||||
# スのみをEmacs で動かすようにすればいいんじゃないだろうか,ということを
|
||||
# 考えました.
|
||||
@ -70,8 +70,8 @@ autoreconf --force --install
|
||||
%configure \
|
||||
--with-lispdir=%{emacs_package_dir} \
|
||||
--with-icondir=%{emacs_package_dir} \
|
||||
--with-emacs=emacs
|
||||
make
|
||||
--with-emacs=emacs
|
||||
make
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{emacs_package_dir}
|
||||
|
Loading…
Reference in New Issue
Block a user