SHA256
1
0
forked from pool/emacs-w3m

- Update to version 1.4.632+396+g051dba16:

* Don't show a backstage while performing `text-scale-adjust'
  * Make text-scale-adjust work
  * Fix it again
  * shimbun.el (shimbun-xml-parse-buffer): Fix typo
  * ChangeLog: fix date entries
  * * shimbun.el (shimbun-xml-parse-buffer): Work around malformed xml
  * Update copyright years
  * Docfix so not to be wider than 80 chars
  * Bugfix 'w3m-previous-image doesn't work' ([emacs-w3m:13747])
  * Fix typo in ChangeLog

OBS-URL: https://build.opensuse.org/package/show/M17N/emacs-w3m?expand=0&rev=8
This commit is contained in:
Andreas Schwab 2021-03-21 20:50:18 +00:00 committed by Git OBS Bridge
parent c95aad4b79
commit 963e1768f4
7 changed files with 44 additions and 7 deletions

15
_service Normal file
View File

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

4
_servicedata Normal file
View File

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

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 21 18:54:48 UTC 2021 - schwab@linux-m68k.org
- Update to version 1.4.632+396+g051dba16:
* Don't show a backstage while performing `text-scale-adjust'
* Make text-scale-adjust work
* Fix it again
* shimbun.el (shimbun-xml-parse-buffer): Fix typo
* ChangeLog: fix date entries
* * shimbun.el (shimbun-xml-parse-buffer): Work around malformed xml
* Update copyright years
* Docfix so not to be wider than 80 chars
* Bugfix 'w3m-previous-image doesn't work' ([emacs-w3m:13747])
* Fix typo in ChangeLog
-------------------------------------------------------------------
Tue Feb 25 20:20:26 UTC 2020 - Andreas Schwab <schwab@linux-m68k.org>

5
emacs-w3m.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: emacs-w3m
version: 1.4.632+396+g051dba16
mtime: 1614299028
commit: 051dba16c2d60e7b59143ed5c1d52bceca3b6b37

View File

@ -21,12 +21,10 @@ 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
Version: 1.4.632+396+g051dba16
Release: 0
Url: http://emacs-w3m.namazu.org/
%define git_revision 6eda3828
# git archive --prefix=emacs-w3m-%{version}/ --remote=https://github.com/emacs-w3m/emacs-w3m %{git_revision}
Source0: emacs-w3m-%{version}.tar.bz2
Source0: emacs-w3m-%{version}.tar.xz
Source1: suse-start.el
Patch1: w3m-el-1.3-map.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build