SHA256
1
0
forked from pool/ansifilter

- Update to 2.10:

* Fix parsing of "K" sequence.
  * Fix memory leak in BIN parser.
- Ran spec-cleaner, use SPDX-3.0 format for license.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/ansifilter?expand=0&rev=17
This commit is contained in:
Antoine Belvire 2018-03-07 20:58:30 +00:00 committed by Git OBS Bridge
parent e83cb78248
commit edc38eeca2
6 changed files with 26 additions and 21 deletions

3
ansifilter-2.10.tar.bz2 Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEuMVVdBh/SRgO3HY3UP4CedgFp8cFAlqgNjEACgkQUP4CedgF
p8eLswf+PuI3fcZTgtKMBOJLcvDFoIBxpRFiNlkgN/qU9Ur9uSvaTCTHyTbdJb/Z
PAilO4j69asOJgBmJzZcWhrwvtuE4EYxGA1OpMBIuQ6PqrvnDNHnljdeVfrXhrRS
7EBTQb1xWHBjSvjJJQYZCEiA5s+HfriuAK+ZHCENcdZuHL2x9yyht3LzE+cKGvpv
boCcsDec3XPBR80vpfD87XzQCzjZwUx8J7wO86/w7MuwH+/Vj2dlQW8LwOSLKpkA
s5WkbUxFKKTG0J8bPF7qkCzwWOgPnJ9crqRKwusNtiwybvU53yjgMOyKS8By7dh7
vLlXM+f/tqCMrDDmWw0xOaUEarEjRw==
=/CaG
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,11 +0,0 @@
-----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-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 7 20:30:17 UTC 2018 - antoine.belvire@opensuse.org
- Update to 2.10:
* Fix parsing of "K" sequence.
* Fix memory leak in BIN parser.
- Ran spec-cleaner, use SPDX-3.0 format for license.
-------------------------------------------------------------------
Wed Nov 29 18:18:17 UTC 2017 - antoine.belvire@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package ansifilter
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Pascal Bleser.
#
# All modifications and additions to the file contributed by third parties
@ -19,17 +19,16 @@
%bcond_without gui
Name: ansifilter
Version: 2.9
Version: 2.10
Release: 0
Summary: ANSI Terminal Escape Code Converter
License: GPL-3.0+
License: GPL-3.0-or-later
Group: Development/Tools/Other
Url: http://www.andre-simon.de/
Source: http://www.andre-simon.de/zip/ansifilter-%{version}.tar.bz2
Source2: http://www.andre-simon.de/zip/ansifilter-%{version}.tar.bz2.asc
Source99: ansifilter.keyring
BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Ansifilter handles text files containing ANSI terminal escape codes.
@ -77,7 +76,7 @@ make \
%suse_update_desktop_file %{name}
%if 0%{suse_version} < 1330
%if 0%{?suse_version} < 1330
%post gui
%desktop_database_post
@ -87,7 +86,6 @@ make \
%endif
%files
%defattr(-,root,root)
%dir %{_docdir}/%{name}
%exclude %{_docdir}/%{name}/INSTALL
%{_docdir}/%{name}/COPYING
@ -98,7 +96,6 @@ make \
%if %{with gui}
%files gui
%defattr(-,root,root)
%{_bindir}/ansifilter-gui
%{_datadir}/applications/ansifilter.desktop
%{_datadir}/pixmaps/ansifilter.xpm