aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-08-30 12:48:03 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-08-30 12:48:03 +0200
commite63f7620b6a8cb64a1d47adb789f51802163a8b7 (patch)
treead5313753de20216658840f7d38c3127db6819da
parent2f41f6e7005082406f889d84fbb9b308d5e521a0 (diff)
downloadfbida-e63f7620b6a8cb64a1d47adb789f51802163a8b7.tar.gz
Automatic commit of package [fbida] release [2.14-1].fbida-2.14-1
Created by command: /usr/bin/tito tag
-rw-r--r--.tito/packages/fbida2
-rw-r--r--VERSION2
-rw-r--r--fbida.spec48
3 files changed, 49 insertions, 3 deletions
diff --git a/.tito/packages/fbida b/.tito/packages/fbida
index 309e326..7ceb34c 100644
--- a/.tito/packages/fbida
+++ b/.tito/packages/fbida
@@ -1 +1 @@
-2.13-1 ./
+2.14-1 ./
diff --git a/VERSION b/VERSION
index cb94c17..123a39a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.13 \ No newline at end of file
+2.14
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