- update to version 1.15:

* README:
    - removed some cruft
  * screenshots/
    - added a screenshots directory
  * bin/hollywood, share/man/man1/hollywood.1:
    - default to nosound, add --sound to enable sound
    - https://github.com/dustinkirkland/hollywood/issues/27
- use HTTPS URL.

OBS-URL: https://build.opensuse.org/package/show/utilities/hollywood?expand=0&rev=13
This commit is contained in:
Sebastian Wagner 2019-03-21 20:32:58 +00:00 committed by Git OBS Bridge
parent 5c6fa407d8
commit f1c51cb3fb
4 changed files with 22 additions and 10 deletions

View File

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

3
hollywood-1.15.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Mar 21 20:27:19 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.15:
* README:
- removed some cruft
* screenshots/
- added a screenshots directory
* bin/hollywood, share/man/man1/hollywood.1:
- default to nosound, add --sound to enable sound
- https://github.com/dustinkirkland/hollywood/issues/27
- use HTTPS URL.
-------------------------------------------------------------------
Wed May 2 07:15:28 UTC 2018 - sebix+novell.com@sebix.at

View File

@ -1,7 +1,7 @@
#
# spec file for package hollywood
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,21 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
#
%define commit 7c08e4a8c8b630942303202b2bd81dd0d3518f5a
Name: hollywood
Version: 1.14
Version: 1.15
Release: 0
Summary: Fill your console with Hollywood melodrama technobabble
License: Apache-2.0 AND CC0-1.0
Group: Amusements/Toys/Other
Url: http://launchpad.net/hollywood
Source: https://github.com/dustinkirkland/hollywood/archive/%commit.tar.gz
Url: https://launchpad.net/hollywood
Source: https://launchpad.net/hollywood/trunk/1.15/+download/hollywood_%{version}.orig.tar.gz#/%{name}-%{version}.tar.gz
Patch0: tmux-version-comp.patch
Recommends: byobu
Recommends: apg
@ -86,7 +85,7 @@ This utility will split your console into a multiple panes of news
and statistics, like any good computer screen on Wall Street.
%prep
%setup -n %name-%commit
%setup -q
%patch0 -p1
%build