Hello community, here is the log from the commit of package grisbi for openSUSE:Factory checked in at 2018-06-19 11:59:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grisbi (Old) and /work/SRC/openSUSE:Factory/.grisbi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grisbi" Tue Jun 19 11:59:56 2018 rev:17 rq:616632 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes 2018-06-13 15:37:05.917620714 +0200 +++ /work/SRC/openSUSE:Factory/.grisbi.new/grisbi.changes 2018-06-19 12:00:10.121817491 +0200 @@ -1,0 +2,8 @@ +Tue Jun 12 16:14:26 UTC 2018 - [email protected] + +- Disable optional pkgconfig(libgoffice-0.8) BuildRequires, we do + not want to depend on this compat package anymore. +- Enable cunit-devel BuildRequires and make check, run tests. +- Run spec-cleaner. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grisbi.spec ++++++ --- /var/tmp/diff_new_pack.VMJXef/_old 2018-06-19 12:00:13.777681750 +0200 +++ /var/tmp/diff_new_pack.VMJXef/_new 2018-06-19 12:00:13.809680561 +0200 @@ -2,7 +2,7 @@ # # spec file for package grisbi # -# 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 @@ -25,14 +25,16 @@ Group: Productivity/Office/Finance URL: http://www.grisbi.org Source: http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/1.0.x/%{name}-%{version}.tar.bz2 -# Needed for make check -#BuildRequires: cunit-devel + +BuildRequires: cunit-devel BuildRequires: fdupes BuildRequires: intltool BuildRequires: openssl-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(libgoffice-0.8) +# Disabled as we do not want to depend on this old compat version - next major grisbi release will depend on new libgoffice +#BuildRequires: pkgconfig(libgoffice-0.8) BuildRequires: pkgconfig(libofx) BuildRequires: pkgconfig(libxml-2.0) Recommends: %{name}-lang @@ -45,13 +47,14 @@ One notable feature is that it respects French accounting rules. %lang_package + %prep %setup -q %build %configure \ --disable-static -make %{?jobs:-j%{jobs}} +make %{?_smp_mflags} %install %make_install @@ -61,15 +64,14 @@ %find_lang %{name} %{?no_lang_C} %fdupes -s %{buildroot}%{_datadir} -# We need cunit for this -#%%check -#make check +%check +make %{?_smp_mflags} check %files %license COPYING %doc AUTHORS NEWS README %{_bindir}/grisbi -%doc %{_mandir}/man1/grisbi.1%{?ext_man} +%{_mandir}/man1/grisbi.1%{?ext_man} %{_datadir}/applications/grisbi.desktop %{_datadir}/doc/grisbi/ %{_datadir}/grisbi/
