- Update to 2.9:
* Fix parsing of "(B" reset sequence. * CLI: Add --no-version-info option. * GUI: Layout adjustments. - Remove desktop file from sources (now included in upstream tarball). OBS-URL: https://build.opensuse.org/package/show/devel:tools/ansifilter?expand=0&rev=15
This commit is contained in:
parent
23c3a51f88
commit
76472b196f
3
ansifilter-2.9.tar.bz2
Normal file
3
ansifilter-2.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9c4c0d8a4532b89ee16ff5ac51eee46dc581fb4cc50d51a97dddd15385abc3a
|
||||
size 455885
|
11
ansifilter-2.9.tar.bz2.asc
Normal file
11
ansifilter-2.9.tar.bz2.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEuMVVdBh/SRgO3HY3UP4CedgFp8cFAlodpCEACgkQUP4CedgF
|
||||
p8fC5ggArGcHfgC+pxQzRWWZgsweHOkLX7Wngt9Lf9Uy+RaUs0HWk3sbHMC6A2BV
|
||||
F0H9HLnJ4ocN+o7MPGyQ52SIwJMdS/IQIdYsK2k/+8nN9IxH7+Ct4fNp6UpP7IMR
|
||||
zoTA6j9RP6CmEDMIZAeWPxij/q6So5VFFFFKdMnDU9iNFWDsBNLA7pgVswx55aPW
|
||||
0DF82ad6H+EZRRiP0Diu/KBpWg8LhR+5JnjigvzP0JOTsOiB4Kh6ZH88AoGoCX/9
|
||||
O0RA3fRvQJHDWt0Mzxgfv5glBTXGpC34AXWYr1nofzbrFOD0D8jx/rwMLQney3k5
|
||||
Y8V/1iWyOleLzI/FjuwB6NUFNHn5wA==
|
||||
=Fldk
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 18:18:17 UTC 2017 - antoine.belvire@opensuse.org
|
||||
|
||||
- Update to 2.9:
|
||||
* Fix parsing of "(B" reset sequence.
|
||||
* CLI: Add --no-version-info option.
|
||||
* GUI: Layout adjustments.
|
||||
- Remove desktop file from sources (now included in upstream
|
||||
tarball).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 6 14:40:57 UTC 2017 - antoine.belvire@opensuse.org
|
||||
|
||||
|
@ -19,14 +19,13 @@
|
||||
|
||||
%bcond_without gui
|
||||
Name: ansifilter
|
||||
Version: 2.8
|
||||
Version: 2.9
|
||||
Release: 0
|
||||
Summary: ANSI Terminal Escape Code Converter
|
||||
License: GPL-3.0+
|
||||
Group: Development/Tools/Other
|
||||
Url: http://www.andre-simon.de/
|
||||
Source: http://www.andre-simon.de/zip/ansifilter-%{version}.tar.bz2
|
||||
Source1: ansifilter.desktop
|
||||
Source2: http://www.andre-simon.de/zip/ansifilter-%{version}.tar.bz2.asc
|
||||
Source99: ansifilter.keyring
|
||||
BuildRequires: gcc-c++
|
||||
@ -76,8 +75,7 @@ make \
|
||||
%if %{with gui}
|
||||
install-gui
|
||||
|
||||
%suse_update_desktop_file -i %{name}
|
||||
install -D -m0644 src/qt-gui/ansifilter.xpm "%{buildroot}%{_datadir}/pixmaps/ansifilter.xpm"
|
||||
%suse_update_desktop_file %{name}
|
||||
|
||||
%if 0%{suse_version} < 1330
|
||||
%post gui
|
||||
|
Loading…
Reference in New Issue
Block a user