Hello community,

here is the log from the commit of package i3blocks for openSUSE:Factory 
checked in at 2020-09-25 16:28:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/i3blocks (Old)
 and      /work/SRC/openSUSE:Factory/.i3blocks.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "i3blocks"

Fri Sep 25 16:28:29 2020 rev:2 rq:831633 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/i3blocks/i3blocks.changes        2018-04-27 
16:07:57.313299347 +0200
+++ /work/SRC/openSUSE:Factory/.i3blocks.new.4249/i3blocks.changes      
2020-09-25 16:30:40.415844548 +0200
@@ -1,0 +2,7 @@
+Wed Sep  2 09:26:10 UTC 2020 - Dominik Heidler <dheid...@suse.de>
+
+- Update i3blocks to version 1.5
+- Set sysstat as recommends as sysstat is buggy and not a hard
+  requirement (depending on user configuration)
+
+-------------------------------------------------------------------

Old:
----
  i3blocks-1.4.tar.gz

New:
----
  i3blocks-1.5.tar.gz

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

Other differences:
------------------
++++++ i3blocks.spec ++++++
--- /var/tmp/diff_new_pack.b8sqdW/_old  2020-09-25 16:30:40.887844968 +0200
+++ /var/tmp/diff_new_pack.b8sqdW/_new  2020-09-25 16:30:40.895844974 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package i3blocks
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,27 @@
 # 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/
 #
 
 
 Name:           i3blocks
-Version:        1.4
+Version:        1.5
 Release:        0
 Summary:        Alternative status bar for i3
 License:        GPL-3.0-or-later
 Group:          System/Monitoring
 URL:            https://github.com/vivien/i3blocks
-Source:         
https://github.com/vivien/i3blocks/releases/download/%{version}/i3blocks-%{version}.tar.gz
+Source:         i3blocks-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  pandoc
 Requires:       acpi
 Requires:       alsa-utils
 Requires:       i3
 Requires:       iproute2
-Requires:       sysstat
 Requires:       xclip
+Recommends:     sysstat
 
 %description
 i3blocks is a flexible status line for the i3 window manager. It handles
@@ -47,18 +49,20 @@
 %setup -q
 
 %build
+./autogen.sh
+%configure
 export CFLAGS="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install PREFIX=%{_prefix} LIBEXECDIR=%{_libexecdir}
 
 %files
-%doc CHANGELOG.md README.md
+%doc docs/README.adoc
 %license COPYING
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_bindir}/%{name}
-%{_libexecdir}/%{name}
 %{_mandir}/man?/%{name}.?%{ext_man}
+%{_datadir}/bash-completion/completions/i3blocks
 
 %changelog

++++++ i3blocks-1.4.tar.gz -> i3blocks-1.5.tar.gz ++++++
++++ 10649 lines of diff (skipped)


Reply via email to