diff --git a/grisbi-1.0.4.tar.bz2 b/grisbi-1.0.4.tar.bz2 deleted file mode 100644 index 0d10ea3..0000000 --- a/grisbi-1.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6dd95a09da6a4be204c71b95acc0b7ed0f8559af8d87d0a2dffd213378e02e6 -size 6965398 diff --git a/grisbi-1.2.2.tar.bz2 b/grisbi-1.2.2.tar.bz2 new file mode 100644 index 0000000..ea3b4c6 --- /dev/null +++ b/grisbi-1.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6dcb9d123076df33f7225085db44f0b95afbb773378fd94b7c492dbbf731de +size 7325947 diff --git a/grisbi.changes b/grisbi.changes index 79b81ab..ba6a794 100644 --- a/grisbi.changes +++ b/grisbi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jan 30 12:54:36 UTC 2020 - Bjørn Lie + +- Update to version 1.2.2: + + Bug fixes. +- Changes from version 1.2.1: + + Bug fixes. +- Changes from version 1.2.0: + + Added rules for importing CSV files. + + Addition of new rules for payees management. + + Added automatic creation of vented transactions for loan + maturities. + + Various improvements for preferences and reports. + + Bug fixes. +- Drop obsolete post(un) scriptlets. + ------------------------------------------------------------------- Thu Jan 30 11:13:06 UTC 2020 - Dominique Leuenberger @@ -9,6 +25,14 @@ Thu Jun 14 01:14:50 UTC 2018 - luc14n0@linuxmail.org - Add conditionalized post(un) scriptlets to run desktop_database, icon_theme_cache and mime_database for suse_version < 1330. +------------------------------------------------------------------- +Wed Jun 13 22:27:03 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 1.1.93: + + Fix a crash. + + Port to Gtk 3. + + Updated translations. + ------------------------------------------------------------------- Tue Jun 12 16:14:26 UTC 2018 - bjorn.lie@gmail.com diff --git a/grisbi.spec b/grisbi.spec index 2c2cfa0..9de8b59 100644 --- a/grisbi.spec +++ b/grisbi.spec @@ -1,8 +1,7 @@ -# vim: set sw=4 ts=4 et: # # spec file for package grisbi # -# 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 @@ -13,29 +12,30 @@ # 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: grisbi -Version: 1.0.4 +Version: 1.2.2 Release: 0 Summary: Personal Accounting Application License: GPL-2.0-or-later 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 -BuildRequires: cunit-devel +Source0: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/1.2.x/1.2.2/%{name}-%{version}.tar.bz2 + BuildRequires: fdupes BuildRequires: intltool -BuildRequires: openssl-devel BuildRequires: pkgconfig -BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gtk+-2.0) -# 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) +BuildRequires: pkgconfig(glib-2.0) >= 2.44 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.16 +BuildRequires: pkgconfig(libcrypto) >= 1.0.0 +BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.0 +BuildRequires: pkgconfig(libgsf-1) >= 1.14 +BuildRequires: pkgconfig(libofx) >= 0.9 +BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0 +BuildRequires: pkgconfig(zlib) %description Grisbi is a personal accounting application, aiming at providing the most @@ -47,35 +47,26 @@ One notable feature is that it respects French accounting rules. %lang_package %prep -%setup -q +%autosetup -p1 %build %configure \ - --disable-static -make %{?_smp_mflags} + --disable-static \ + --disable-schemas-compile \ + %{nil} +%make_build %install %make_install + # Those files are deprecated and not needed anymore rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime} -%suse_update_desktop_file %{name} -%find_lang %{name} %{?no_lang_C} -%fdupes -s %{buildroot}%{_datadir} %check -make %{?_smp_mflags} check +%make_build check -%if 0%{?suse_version} < 1330 -%post -%desktop_database_post -%icon_theme_cache_post -%mime_database_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%mime_database_postun -%endif +%find_lang %{name} %{?no_lang_C} +%fdupes -s %{buildroot}%{_datadir} %files %license COPYING @@ -84,6 +75,7 @@ make %{?_smp_mflags} check %{_mandir}/man1/grisbi.1%{?ext_man} %{_datadir}/applications/grisbi.desktop %{_datadir}/doc/grisbi/ +%{_datadir}/glib-2.0/schemas/org.gtk.grisbi.gschema.xml %{_datadir}/grisbi/ %{_datadir}/icons/*/*/apps/grisbi.* %{_datadir}/mime/packages/grisbi.xml