Hello community,

here is the log from the commit of package fbi for openSUSE:Factory checked in 
at 2016-05-12 09:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fbi (Old)
 and      /work/SRC/openSUSE:Factory/.fbi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fbi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fbi/fbi.changes  2016-01-23 01:16:42.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.fbi.new/fbi.changes     2016-05-12 
09:34:06.000000000 +0200
@@ -1,0 +2,11 @@
+Wed May 11 03:03:48 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- Update to version 2.12:
+  * add poppler based fbpdf
+- Update to version 2.11:
+  * Untangled the console switching code from the fbdev code.
+  * Added support for drm, which also is the new default.
+  * Missing console switching support is not a fatal error any more.
+    -> fbi can be used from a remote login
+
+-------------------------------------------------------------------

Old:
----
  fbida-2.10.tar.gz

New:
----
  fbida-2.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fbi.spec ++++++
--- /var/tmp/diff_new_pack.JHG7HP/_old  2016-05-12 09:34:07.000000000 +0200
+++ /var/tmp/diff_new_pack.JHG7HP/_new  2016-05-12 09:34:07.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           fbi
-Version:        2.10
+Version:        2.12
 Release:        0
 Summary:        Image Viewer for the Linux Framebuffer Console
 License:        GPL-2.0+
@@ -31,8 +31,14 @@
 BuildRequires:  libpcd-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig(cairo-gl)
+BuildRequires:  pkgconfig(egl)
+BuildRequires:  pkgconfig(epoxy)
 BuildRequires:  pkgconfig(fontconfig)
+BuildRequires:  pkgconfig(gbm)
+BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(poppler-glib)
 Requires:       ghostscript-library
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -55,6 +61,15 @@
 information if needed (image dimension, orientation), and also rotating
 the EXIF thumbnail. It can process multiple images at once.
 
+%package -n fbpdf
+Summary:        Show PDF files on the framebuffer
+License:        LGPL-2.1+
+Group:          Productivity/Graphics/Viewers
+
+%description -n fbpdf
+This is a PDF viewer for Linux framebuffer devices. It uses the poppler
+library for rendering.
+
 %prep
 %setup -q -n fbida-%{version}
 
@@ -64,7 +79,6 @@
 find . -name '*.[ch]' -print0 |\
 xargs -0 sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
-
 %build
 export CFLAGS="%{optflags}"
 make %{?_smp_mflags} prefix=%{_prefix} exiftran fbi
@@ -77,7 +91,8 @@
 %doc COPYING
 %{_bindir}/fbgs
 %{_bindir}/fbi
-%{_mandir}/man1/fb*.*
+%{_mandir}/man1/fbgs.*
+%{_mandir}/man1/fbi.*
 
 %files -n exiftran
 %defattr(-,root,root)
@@ -85,4 +100,9 @@
 %{_bindir}/exiftran
 %{_mandir}/man1/exiftran.*
 
+%files -n fbpdf
+%defattr(-,root,root)
+%doc COPYING
+%{_bindir}/fbpdf
+
 %changelog

++++++ fbida-2.10.tar.gz -> fbida-2.12.tar.gz ++++++
++++ 4350 lines of diff (skipped)


Reply via email to