SHA256
1
0
forked from pool/fbcat

Accepting request 526407 from home:malcolmlewis:branches:utilities

Updated to version 0.5

OBS-URL: https://build.opensuse.org/request/show/526407
OBS-URL: https://build.opensuse.org/package/show/utilities/fbcat?expand=0&rev=5
This commit is contained in:
OBS User mrdocs
2017-09-16 02:54:58 +00:00
committed by Git OBS Bridge
parent 1b64f47ea5
commit 278b7d9b82
5 changed files with 35 additions and 7 deletions

View File

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

3
fbcat-0.5.tar.gz Normal file
View File

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

16
fbcat-0.5.tar.gz.asc Normal file
View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEzbWhJDrNtjAJrQchLU6zpgFUdfUFAlmYaMAACgkQLU6zpgFU
dfXqmg//fgzcxlCz4BaqazuJPi3elKVtc1tbi+kOzxaUgESyq5NjA3yDtVfg3wGg
KpPU+OZmkuuoOZu8rE9PLsYqRJ2s10B77zXT4pJuksI6e3LsSplxml7pAiYlxJIP
LlnWlqw+mw6T0cMDg0nnprXdsgi1B2ESCnE7xEaInUJqYYG8XzMt+7dv0bdX6SZ6
ay6u5kSqKusobBSLAj/Me51rJ7xos17hszQph2Tessf3HT5mxQ1CRkI6X+uWC2SC
CGHSVP8hcRPXnvXFNW5J6pnj2RJ5oprpqfJsVbhAT7oeSLbxpn+oA+JiyRgPDN0Y
jG5+QKqgI3CimaQnhKIu1PPMIFYFg/HQ6RRKRET76I/gh21jTlup0dy9e/ZR4ucP
0vNxOI6qMrkq3HN0AlsushyG4SuwFb/G+HtXy00PhdjysVBTfkzFZWxYqnhSVGVE
gFuN5UV+SXu3iV0WQlwrrXYfZYfd+gK4gMgrF0SoR5I2i0Bsg5go8BsCfAmY/qYK
84Y+6wsEIWLTq+hRgcbD7KUzpOGO/QT4D055yzjAOmyiuR6qESI36Zh89sZ+EGXS
R9+UFsMEeA4NtC8Ut3Tq9WGenGlWrpmTBPiA7vGWwPB3+n772/mwUfA1PkkGbuIn
WaY/azNiSW9Xj0IC9AcfkPyzIFD6APcWP8r04TuAnP2wU/M5pKM=
=kCOl
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 15 17:11:47 UTC 2017 - malcolmlewis@opensuse.org
- Update to version 0.5:
* Make “fbgrab -” write PNG to stdout.
* Document that “fbgrab -” writes to stdout.
- Changes from version 0.4.4:
* Fix support for framebuffer devices that are not mmap()-able.
* Fix typo in error message.
- Add asc file for source tarball.
-------------------------------------------------------------------
Sat Jul 16 20:37:16 UTC 2016 - malcolmlewis@opensuse.org

View File

@@ -1,7 +1,7 @@
# spec file for package fbcat
#
# Copyright (c) 2012-2016 Malcolm J Lewis <malcolmlewis@opensuse.org>
# Copyright (c) 2012-2017 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,14 @@
#
Name: fbcat
Version: 0.4.3
Version: 0.5
Release: 0
License: GPL-2.0
Summary: Framebuffer screenshot programs
Url: https://github.com/jwilk/fbcat
Group: Productivity/Graphics/Convertors
Source0: https://github.com/jwilk/fbcat/releases/download/0.4.3/fbcat-0.4.3.tar.gz
Source0: https://github.com/jwilk/fbcat/releases/download/0.5/fbcat-0.5.tar.gz
Source1: https://github.com/jwilk/fbcat/releases/download/0.5/fbcat-0.5.tar.gz.asc
BuildRequires: docbook
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxml2
@@ -49,7 +50,7 @@ install -m 0644 doc/fbcat.1 doc/fbgrab.1 %{buildroot}%{_mandir}/man1/
%files
%defattr(-,root,root)
%doc COPYING doc/changelog
%doc doc/COPYING doc/changelog
%{_bindir}/fbcat
%{_bindir}/fbgrab
%{_mandir}/man1/fbcat.1%{?ext_man}