aboutsummaryrefslogtreecommitdiffstats
path: root/fbida.spec
diff options
context:
space:
mode:
Diffstat (limited to 'fbida.spec')
-rw-r--r--fbida.spec48
1 files changed, 47 insertions, 1 deletions
diff --git a/fbida.spec b/fbida.spec
index b049037..cf0b265 100644
--- a/fbida.spec
+++ b/fbida.spec
@@ -1,6 +1,6 @@
Name: fbida
License: GPLv2+
-Version: 2.13
+Version: 2.14
Release: 1%{?dist}
Summary: fbida
Group: Applications/Multimedia
@@ -99,6 +99,52 @@ cp man/fbgs.1 %{buildroot}%{_mandir}/man1
%{_mandir}/man1/exiftran.1*
%changelog
+* Wed Aug 30 2017 Gerd Hoffmann <kraxel@redhat.com> 2.14-1
+- meson. fix app defaults install (kraxel@redhat.com)
+- spec: install fbgs (kraxel@redhat.com)
+- switch specfile to meson (kraxel@redhat.com)
+- fix ps writer gcc7 warning (kraxel@redhat.com)
+- meson: conditionally build ida (kraxel@redhat.com)
+- meson: install app defaults file (kraxel@redhat.com)
+- jpeg-version: add cflags to cpp cmd line (kraxel@redhat.com)
+- meson: initial install support (kraxel@redhat.com)
+- move & rename manpages (kraxel@redhat.com)
+- deprecate curl, sane and lirc support (kraxel@redhat.com)
+- meson: tag as python for emacs (kraxel@redhat.com)
+- meson: add ida (kraxel@redhat.com)
+- meson: minor reordering (kraxel@redhat.com)
+- move blob hexifxing to script (kraxel@redhat.com)
+- pass filenames as args to fallback.pl (kraxel@redhat.com)
+- move fallback.pl to scripts (kraxel@redhat.com)
+- meson: add thumbnail.cgi (kraxel@redhat.com)
+- meson: add exiftran (kraxel@redhat.com)
+- meson: fix cairo deps (kraxel@redhat.com)
+- meson: add cairo-gl detection (kraxel@redhat.com)
+- meson: add jpeg version detection (kraxel@redhat.com)
+- move libjpeg version detect to script (kraxel@redhat.com)
+- meson: add pcd + gif (kraxel@redhat.com)
+- meson: add webp (kraxel@redhat.com)
+- meson: add kbdtest (kraxel@redhat.com)
+- meson: add fbpdf (kraxel@redhat.com)
+- meson: start build file (kraxel@redhat.com)
+- drop strsignal detection (kraxel@redhat.com)
+- invert partial fix (kraxel@redhat.com)
+- fix flip & rotate (kraxel@redhat.com)
+- fix exiftran build (kraxel@redhat.com)
+- update buildreq in specfile (kraxel@redhat.com)
+- use pixman images for storage (kraxel@redhat.com)
+- add egl pkg-config (kraxel@redhat.com)
+- make cairo-gl a compile time option (kraxel@redhat.com)
+- zap HAVE_LIBTIFF, tiff is a hard dependency now (kraxel@redhat.com)
+- zap HAVE_LIBPNG, png is a hard dependency now (kraxel@redhat.com)
+- zap HAVE_NEW_EXIF (kraxel@redhat.com)
+- zap HAVE_ENDIAN_H (kraxel@redhat.com)
+- use eglGetPlatformDisplayEXT if available (kraxel@redhat.com)
+- add 'make apt-get' (kraxel@redhat.com)
+- fix debian/ubuntu build issue (kraxel@redhat.com)
+- sync maintainer makefiles (kraxel@redhat.com)
+- tito: add VERSION.template (kraxel@redhat.com)
+
* Wed Feb 22 2017 Gerd Hoffmann <kraxel@redhat.com> 2.13-1
- new package built with tito