Accepting request 546532 from devel:tools
- 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/request/show/546532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansifilter?expand=0&rev=2
This commit is contained in:
commit
9ec054e443
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d35842076f7931aed5d08447104d3ad134840bbef5ffed88f0701951dea049b
|
||||
size 435915
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEuMVVdBh/SRgO3HY3UP4CedgFp8cFAlmGsqQACgkQUP4CedgF
|
||||
p8cD2wgAqeBSGy4O2824obQLZI70lCmzUvgqUKZkfuP5dpYfij/kYaDrlduv74Km
|
||||
GcEip6Us0gWVLUUTdrPlPA16ZLSTbgCkpl6l6SBqlmswWnBF6rPpR+GaklgtPGAR
|
||||
az1s6hcmSFzSp0pNCV7J/KIhdO+yUkt/yvlPvAMwL/IiIZwouiqsvMuQnZsdkSUk
|
||||
clFLyWoVG4N0098ZcnFwzEI0uKnvIsnrqpsOs1/wq3F9Dj1zM7jCWY4q0YdUCJ2J
|
||||
GS1sLm+brQV8CeT8yigchJnN1A8dax+pkJHAiHipxDWxgA2MvVEJEfCL9w5f811g
|
||||
7NpWDrsLeOwZYFXzcKJlgY1ZRj7qPg==
|
||||
=24W5
|
||||
-----END PGP SIGNATURE-----
|
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
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Terminal=false
|
||||
TryExec=ansifilter-gui
|
||||
Exec=ansifilter-gui %f
|
||||
Icon=ansifilter
|
||||
Type=Application
|
||||
Categories=Utility;TextEditor;
|
||||
StartupNotify=false
|
||||
Name=Ansifilter
|
||||
GenericName=ANSI escape code converter
|
@ -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