SHA256
1
0
forked from pool/ansifilter

- Update to 2.6:

* Add support for Tundra 24bit ANSI art (--art-tundra option).
  * Fix Pango output.
  * Add EXTRA_CXXFLAGS in src/makefile.
- Fix rpmlint warnings:
  * Add conditional in order not to call desktop_database_post(un)
    macros on Tumbleweed, as it's now handled by RPM filetriggers.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/ansifilter?expand=0&rev=11
This commit is contained in:
Antoine Belvire 2017-07-30 16:16:30 +00:00 committed by Git OBS Bridge
parent dfcd098f0e
commit d9755f84ce
6 changed files with 27 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEuMVVdBh/SRgO3HY3UP4CedgFp8cFAllKZCoACgkQUP4CedgF
p8c5AQf/Tl2SCS+uwlaB0B791UrsCCK70uRJ4RX6LkMlDkD1Kpv6CdI8F6F21oJ6
p1AZh9fpkDSbqXEvkTaJM3YhfqD0VG0eRv8ZdIwWZIV/iJFML7cMaTMyB62GOCbn
e3pH8jfLn8Y8hvT3sWxktfq8vbVnjQTQ2Xzu3pYEFrX1/Rn2P+Rb1eJ/FosvJ9Hg
rBkN244o3ZLBD0qiO3Ss5oPP2SxMMfHrGLB21Pv5EuZzS8xosOrytHPBAhjuCKpT
5aoSCTZpmWc/PW2NExelY1GUeKhjhEjl9cwEfS3cSvGIWOBm6LZAtfcXzlfaFjsO
a8W/QwtzVqcE0wF0VCXVEfuzBmHX0A==
=vLDt
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEuMVVdBh/SRgO3HY3UP4CedgFp8cFAll48EAACgkQUP4CedgF
p8cPRAf9HEPCVEG3dDnSVCnrkTf/DRWwmHWcU1kyOf7JxgVN1B6PGgAulnQ6XA4d
+QUlZqxte7HoXsQALPSqx0D2ZHCnSqLYksHKFA1VEcZIEQQes1yqhr6WTSGpr7Fu
JmMRorXY+hDVul+Nu8ne251hvQjEIBpnyIC7Hv2YeTxAamBj7ErASnRICm4lyxhG
zNZeDlpUv3+KqrONlkGBXq1GRReSIz7bLAfgNYpMl3A1iGSnOi9m3TpB8nLjSi1d
hxdIsxWuE06cGMK6X9dCfWcG0jiIYMvcdPUxXNJ308eh1kjpbrlW2a2s3xqlzS2F
tgFvMy54Twwj1VOoeJMAXEXLWSI/mw==
=NGKg
-----END PGP SIGNATURE-----

View File

@ -1,4 +1,14 @@
-------------------------------------------------------------------
Sun Jul 30 16:10:45 UTC 2017 - antoine.belvire@opensuse.org
- Update to 2.6:
* Add support for Tundra 24bit ANSI art (--art-tundra option).
* Fix Pango output.
* Add EXTRA_CXXFLAGS in src/makefile.
- Fix rpmlint warnings:
* Add conditional in order not to call desktop_database_post(un)
macros on Tumbleweed, as it's now handled by RPM filetriggers.
-------------------------------------------------------------------
Mon Jul 3 20:55:21 UTC 2017 - antoine.belvire@opensuse.org
- Update to 2.5:

View File

@ -19,7 +19,7 @@
%bcond_without gui
Name: ansifilter
Version: 2.5
Version: 2.6
Release: 0
Summary: ANSI Terminal Escape Code Converter
License: GPL-3.0+
@ -75,20 +75,18 @@ make \
install \
%if %{with gui}
install-gui
%endif
%if %{with gui}
%suse_update_desktop_file -i %{name}
install -D -m0644 src/qt-gui/ansifilter.xpm "%{buildroot}%{_datadir}/pixmaps/ansifilter.xpm"
%endif
%if %{with gui}
%if 0%{suse_version} < 1330
%post gui
%desktop_database_post
%postun gui
%desktop_database_postun
%endif
%endif
%files
%defattr(-,root,root)