Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package growlight for openSUSE:Factory 
checked in at 2021-01-20 18:26:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/growlight (Old)
 and      /work/SRC/openSUSE:Factory/.growlight.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "growlight"

Wed Jan 20 18:26:48 2021 rev:8 rq:864422 version:1.2.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/growlight/growlight.changes      2020-12-09 
22:12:40.975143771 +0100
+++ /work/SRC/openSUSE:Factory/.growlight.new.28504/growlight.changes   
2021-01-20 18:27:15.747508593 +0100
@@ -1,0 +2,11 @@
+Tue Jan 19 20:30:57 UTC 2021 - Dirk M??ller <[email protected]>
+
+- build without pandoc on 32bit platforms 
+
+-------------------------------------------------------------------
+Sun Jan 17 22:26:32 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 1.2.27
+  * Upstream does not provide a changelog
+
+-------------------------------------------------------------------

Old:
----
  growlight-1.2.23.tar.gz

New:
----
  growlight-1.2.27.tar.gz

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

Other differences:
------------------
++++++ growlight.spec ++++++
--- /var/tmp/diff_new_pack.fyOf9y/_old  2021-01-20 18:27:16.395509210 +0100
+++ /var/tmp/diff_new_pack.fyOf9y/_new  2021-01-20 18:27:16.399509214 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package growlight
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2020, Martin Hauke <[email protected]>
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2020-2021, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,13 @@
 #
 
 
+%ifarch %{ix86} %{arm}
+%bcond_with  pandoc
+%else
+%bcond_without  pandoc
+%endif
 Name:           growlight
-Version:        1.2.23
+Version:        1.2.27
 Release:        0
 Summary:        Disk manipulation and system setup tool
 License:        GPL-3.0-or-later
@@ -27,7 +32,9 @@
 Source:         
https://github.com/dankamongmen/growlight/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+%if %{with pandoc}
 BuildRequires:  pandoc
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(blkid) >= 2.20.1
 BuildRequires:  pkgconfig(devmapper) >= 1.02.74
@@ -38,7 +45,7 @@
 BuildRequires:  pkgconfig(libpci) >= 3.1.9
 BuildRequires:  pkgconfig(libudev) >= 175
 BuildRequires:  pkgconfig(nettle) >= 3.5.1
-BuildRequires:  pkgconfig(notcurses) >= 2.0.5
+BuildRequires:  pkgconfig(notcurses) >= 2.1.5
 BuildRequires:  pkgconfig(pciaccess) >= 0.13.1
 BuildRequires:  pkgconfig(readline)
 BuildRequires:  pkgconfig(zlib) >= 1.2.11
@@ -65,7 +72,7 @@
 %setup -q
 
 %build
-%cmake -DUSE_LIBZFS=OFF
+%cmake -DUSE_LIBZFS=OFF -DUSE_PANDOC=%{with pandoc}
 %make_build
 
 %install
@@ -78,7 +85,9 @@
 %{_sbindir}/growlight-readline
 %dir %{_datadir}/growlight
 %{_datadir}/growlight/growlight.jpg
+%if %{with pandoc}
 %{_mandir}/man8/growlight-readline.8%{?ext_man}
 %{_mandir}/man8/growlight.8%{?ext_man}
+%endif
 
 %changelog

++++++ growlight-1.2.23.tar.gz -> growlight-1.2.27.tar.gz ++++++
++++ 1668 lines of diff (skipped)

Reply via email to