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:
parent
c95aad4b79
commit
963e1768f4
15
_service
Normal file
15
_service
Normal 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
4
_servicedata
Normal 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>
|
3
emacs-w3m-1.4.632+396+g051dba16.obscpio
Normal file
3
emacs-w3m-1.4.632+396+g051dba16.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ed4b51ce482c1a3f8a1d769111ab4a36eb29e0909faa821ff5c87aa903b5c28
|
||||||
|
size 4268556
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a1a0b2d708df64cd56435659636ddfc3a7795ee9517c7555d8caa4dd10b575b7
|
|
||||||
size 817704
|
|
@ -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>
|
Tue Feb 25 20:20:26 UTC 2020 - Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
5
emacs-w3m.obsinfo
Normal file
5
emacs-w3m.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: emacs-w3m
|
||||||
|
version: 1.4.632+396+g051dba16
|
||||||
|
mtime: 1614299028
|
||||||
|
commit: 051dba16c2d60e7b59143ed5c1d52bceca3b6b37
|
||||||
|
|
@ -21,12 +21,10 @@ 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
|
Version: 1.4.632+396+g051dba16
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://emacs-w3m.namazu.org/
|
Url: http://emacs-w3m.namazu.org/
|
||||||
%define git_revision 6eda3828
|
Source0: emacs-w3m-%{version}.tar.xz
|
||||||
# git archive --prefix=emacs-w3m-%{version}/ --remote=https://github.com/emacs-w3m/emacs-w3m %{git_revision}
|
|
||||||
Source0: emacs-w3m-%{version}.tar.bz2
|
|
||||||
Source1: suse-start.el
|
Source1: suse-start.el
|
||||||
Patch1: w3m-el-1.3-map.patch
|
Patch1: w3m-el-1.3-map.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user