Hello community,

here is the log from the commit of package screenfetch for openSUSE:Factory 
checked in at 2018-08-15 10:34:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/screenfetch (Old)
 and      /work/SRC/openSUSE:Factory/.screenfetch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "screenfetch"

Wed Aug 15 10:34:59 2018 rev:11 rq:628881 version:3.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/screenfetch/screenfetch.changes  2017-11-27 
22:17:04.253553434 +0100
+++ /work/SRC/openSUSE:Factory/.screenfetch.new/screenfetch.changes     
2018-08-15 10:35:36.223986430 +0200
@@ -1,0 +2,11 @@
+Mon Aug 13 09:00:26 UTC 2018 - [email protected]
+
+- Fix shebang
+
+-------------------------------------------------------------------
+Thu Aug  2 07:56:06 UTC 2018 - [email protected]
+
+- Recommend lsb-release as it is needed for correct detection of
+  distribution (boo#1103527)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ screenfetch.spec ++++++
--- /var/tmp/diff_new_pack.YpAN28/_old  2018-08-15 10:35:37.095988019 +0200
+++ /var/tmp/diff_new_pack.YpAN28/_new  2018-08-15 10:35:37.099988026 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package screenfetch
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,14 +20,14 @@
 Version:        3.8.0
 Release:        0
 Summary:        Fetches system/theme information in terminal for Linux desktop 
screenshots
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/X11/Terminals
-Url:            https://github.com/KittyKatt/screenFetch
+URL:            https://github.com/KittyKatt/screenFetch
 Source0:        
https://github.com/KittyKatt/screenFetch/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Requires:       bash
 Requires:       bc
 Requires:       xprop
 Recommends:     curl
+Recommends:     lsb-release
 Recommends:     scrot
 Recommends:     xdpyinfo
 BuildArch:      noarch
@@ -46,6 +46,7 @@
 %setup -q -n screenFetch-%{version}
 
 %build
+sed -i "s|%{_bindir}/env |/bin/|g" %{name}-dev
 
 %install
 install -D -p -m 0755 %{name}-dev \
@@ -54,8 +55,8 @@
   %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
-%defattr(-,root,root)
-%doc COPYING README.mkdn CHANGELOG TODO
+%license COPYING
+%doc README.mkdn CHANGELOG TODO
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_info}
 


Reply via email to