commit grisbi for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2020-04-23 18:30:24

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new.2738 (New)


Package is "grisbi"

Thu Apr 23 18:30:24 2020 rev:20 rq:795153 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2020-01-31 
23:57:03.583644400 +0100
+++ /work/SRC/openSUSE:Factory/.grisbi.new.2738/grisbi.changes  2020-04-23 
18:30:37.052108385 +0200
@@ -1,0 +2,16 @@
+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.
+
+---
@@ -10,0 +27,8 @@
+
+---
+Wed Jun 13 22:27:03 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.1.93:
+  + Fix a crash.
+  + Port to Gtk 3.
+  + Updated translations.

Old:

  grisbi-1.0.4.tar.bz2

New:

  grisbi-1.2.2.tar.bz2



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.dL7qfL/_old  2020-04-23 18:30:38.684111508 +0200
+++ /var/tmp/diff_new_pack.dL7qfL/_new  2020-04-23 18:30:38.688111515 +0200
@@ -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 @@
 %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 @@
 %{_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

++ grisbi-1.0.4.tar.bz2 -> grisbi-1.2.2.tar.bz2 ++

commit grisbi for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2020-01-31 23:56:13

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new.26092 (New)


Package is "grisbi"

Fri Jan 31 23:56:13 2020 rev:19 rq:768677 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2020-01-27 
00:24:14.905548186 +0100
+++ /work/SRC/openSUSE:Factory/.grisbi.new.26092/grisbi.changes 2020-01-31 
23:57:03.583644400 +0100
@@ -1,0 +2,5 @@
+Thu Jan 30 11:13:06 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.xWjwQv/_old  2020-01-31 23:57:04.263644752 +0100
+++ /var/tmp/diff_new_pack.xWjwQv/_new  2020-01-31 23:57:04.263644752 +0100
@@ -36,7 +36,6 @@
 #BuildRequires:  pkgconfig(libgoffice-0.8)
 BuildRequires:  pkgconfig(libofx)
 BuildRequires:  pkgconfig(libxml-2.0)
-Recommends: %{name}-lang
 
 %description
 Grisbi is a personal accounting application, aiming at providing the most




commit grisbi for openSUSE:Factory

2020-01-26 Thread root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2020-01-27 00:23:55

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new.26092 (New)


Package is "grisbi"

Mon Jan 27 00:23:55 2020 rev:18 rq:767369 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2018-06-19 
12:00:10.121817491 +0200
+++ /work/SRC/openSUSE:Factory/.grisbi.new.26092/grisbi.changes 2020-01-27 
00:24:14.905548186 +0100
@@ -1,0 +2,6 @@
+Thu Jun 14 01:14:50 UTC 2018 - luc1...@linuxmail.org
+
+- Add conditionalized post(un) scriptlets to run desktop_database,
+  icon_theme_cache and mime_database for suse_version < 1330.
+
+---



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.EcSYsd/_old  2020-01-27 00:24:17.041549193 +0100
+++ /var/tmp/diff_new_pack.EcSYsd/_new  2020-01-27 00:24:17.041549193 +0100
@@ -25,7 +25,6 @@
 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
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -67,6 +66,18 @@
 %check
 make %{?_smp_mflags} 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
+
 %files
 %license COPYING
 %doc AUTHORS NEWS README




commit grisbi for openSUSE:Factory

2018-06-19 Thread root
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.changes2018-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 - bjorn@gmail.com
+
+- 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/




commit grisbi for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2018-06-13 15:35:38

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new (New)


Package is "grisbi"

Wed Jun 13 15:35:38 2018 rev:16 rq:613923 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2017-09-12 
19:55:18.435816541 +0200
+++ /work/SRC/openSUSE:Factory/.grisbi.new/grisbi.changes   2018-06-13 
15:37:05.917620714 +0200
@@ -1,0 +2,24 @@
+Mon Jun  4 07:04:11 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.0.4:
+  + Fix a bug when the scheduled transaction is executed
+automatically once.
+  + Fix bugsreports link.
+  + Adding a new option for futures dates.
+- Changes from version 1.0.3:
+  + Fix display bug of bet_tab when load a new account file.
+  + Fix bug in forecasts when decimal_point is comma "," and
+thousands_separator is dot ".".
+  + Fix display split transactions in budgetary lines view.
+  + Partial correction of bug "creating duplicate transactions when
+categories are not used".
+  + Fix warning when date is NULL in bet_tab.c.
+  + Fix a warning when displaying reconciled transactions.
+  + Added all scheduled transactions of the month if
+conf.execute_scheduled_of_month = TRUE.
+  + Fix display bug of the last scheduled transaction of the
+period.
+- Drop libofx-devel BuildRequires, already in place as pkgconfig().
+- Do minor spec-cleaning.
+
+---

Old:

  grisbi-1.0.2.tar.bz2

New:

  grisbi-1.0.4.tar.bz2



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.7C48ay/_old  2018-06-13 15:37:07.065578466 +0200
+++ /var/tmp/diff_new_pack.7C48ay/_new  2018-06-13 15:37:07.069578318 +0200
@@ -18,18 +18,17 @@
 
 
 Name:   grisbi
-Version:1.0.2
+Version:1.0.4
 Release:0
 Summary:Personal Accounting Application
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Office/Finance
-Url:http://www.grisbi.org
+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:  fdupes
 BuildRequires:  intltool
-BuildRequires:  libofx-devel
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -37,7 +36,6 @@
 BuildRequires:  pkgconfig(libofx)
 BuildRequires:  pkgconfig(libxml-2.0)
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Grisbi is a personal accounting application, aiming at providing the most
@@ -67,12 +65,9 @@
 #%%check
 #make check
 
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_bindir}/grisbi
 %doc %{_mandir}/man1/grisbi.1%{?ext_man}
 %{_datadir}/applications/grisbi.desktop

++ grisbi-1.0.2.tar.bz2 -> grisbi-1.0.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/grisbi/grisbi-1.0.2.tar.bz2 
/work/SRC/openSUSE:Factory/.grisbi.new/grisbi-1.0.4.tar.bz2 differ: char 11, 
line 1




commit grisbi for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2017-09-12 19:54:51

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new (New)


Package is "grisbi"

Tue Sep 12 19:54:51 2017 rev:15 rq:523052 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2016-11-12 
13:02:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.grisbi.new/grisbi.changes   2017-09-12 
19:55:18.435816541 +0200
@@ -1,0 +2,14 @@
+Sat Sep  9 19:04:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.0.2:
+  + Add Cuban Convertible Peso currency.
+  + Fix bug when creating and removing a report in gtk_combofix.c.
+  + Fix bug of test date for a transaction in bet_transfert.
+  + Fix a bug when importing a category without sub-category.
+  + Fix a bug of calculation of the balance of cash account.
+  + Adding the descending sort of dates for the reconciliations.
+  + Fix truncated month name for certain locales.
+  + Fix a bug of update of main account if more deferred debit
+accounts.
+
+---

Old:

  grisbi-1.0.1.tar.bz2

New:

  grisbi-1.0.2.tar.bz2



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.0W3rIT/_old  2017-09-12 19:55:19.395681578 +0200
+++ /var/tmp/diff_new_pack.0W3rIT/_new  2017-09-12 19:55:19.399681015 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package grisbi
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 
 Name:   grisbi
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Personal Accounting Application
 License:GPL-2.0+

++ grisbi-1.0.1.tar.bz2 -> grisbi-1.0.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/grisbi/grisbi-1.0.1.tar.bz2 
/work/SRC/openSUSE:Factory/.grisbi.new/grisbi-1.0.2.tar.bz2 differ: char 11, 
line 1




commit grisbi for openSUSE:Factory

2016-11-12 Thread h_root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2016-11-12 13:02:46

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new (New)


Package is "grisbi"

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2014-08-13 
08:48:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.grisbi.new/grisbi.changes   2016-11-12 
13:02:48.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov  3 16:35:08 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.0.1:
+  + Fix major crash with gtk-2.24.30.
+  + Fix many other bugs.
+  + Fix many memory leaks.
+  + Initialization of the financial year when creating a new
+archive.
+  + Allow editing the 'voucher field' of the child transaction.
+  + Homogenization of code to categories and budgetary allocations.
+
+---

Old:

  grisbi-1.0.0.tar.bz2

New:

  grisbi-1.0.1.tar.bz2



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.iXMpOb/_old  2016-11-12 13:02:49.0 +0100
+++ /var/tmp/diff_new_pack.iXMpOb/_new  2016-11-12 13:02:49.0 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package grisbi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,7 +18,7 @@
 
 
 Name:   grisbi
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Personal Accounting Application
 License:GPL-2.0+

++ grisbi-1.0.0.tar.bz2 -> grisbi-1.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/grisbi/grisbi-1.0.0.tar.bz2 
/work/SRC/openSUSE:Factory/.grisbi.new/grisbi-1.0.1.tar.bz2 differ: char 11, 
line 1




commit grisbi for openSUSE:Factory

2014-08-13 Thread h_root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2014-08-13 08:48:39

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new (New)


Package is grisbi

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2012-01-09 
11:15:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.grisbi.new/grisbi.changes   2014-08-13 
08:48:45.0 +0200
@@ -1,0 +2,23 @@
+Sat Aug  9 12:32:09 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.0.0:
+  + Chart on budget estimates.
+  + Bankcard management with estimates.
+  + Accountancy adapted to associations.
+  + More contextual menus.
+  + Adding of goffice's library for the graphs.
+  + Import of categories files in budgetary lines.
+  + Change the accounts list order by drag and drop.
+  + Balance in function of operation date or its value date.
+  + Display of unused payees.
+  + Full screen display through F11 function key.
+  + New operation through CtrlT keyboard shortcut.
+  + User manual direct access through Help menu or CtrlH
+keyboard shortcut.
+  + new french user manual.
+  + fixes many bugs.
+  + fix many memory leaks.
+- Add pkgconfig(libgoffice-0.8) and pkgconfig(libofx)
+  BuildRequires: new dependencies.
+
+---

Old:

  grisbi-0.8.9.tar.bz2

New:

  grisbi-1.0.0.tar.bz2



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.i04FWL/_old  2014-08-13 08:48:47.0 +0200
+++ /var/tmp/diff_new_pack.i04FWL/_new  2014-08-13 08:48:47.0 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package grisbi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 
 Name:   grisbi
-Version:0.8.9
+Version:1.0.0
 Release:0
 Summary:Personal Accounting Application
 License:GPL-2.0+
 Group:  Productivity/Office/Finance
 Url:http://www.grisbi.org
-Source: 
http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/0.8.x/%{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/1.0.x/%{name}-%{version}.tar.bz2
 # Needed for make check
 #BuildRequires:  cunit-devel
 BuildRequires:  fdupes
@@ -33,6 +33,8 @@
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libgoffice-0.8)
+BuildRequires:  pkgconfig(libofx)
 BuildRequires:  pkgconfig(libxml-2.0)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +57,6 @@
 
 %install
 %make_install
-rm %{buildroot}%{_libdir}/grisbi/*.la
 # Those files are deprecated and not needed anymore
 rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
 %suse_update_desktop_file %{name}
@@ -78,12 +79,8 @@
 %{_datadir}/doc/grisbi/
 %{_datadir}/grisbi/
 %{_datadir}/icons/*/*/apps/grisbi.*
+%{_datadir}/mime/packages/grisbi.xml
 %{_datadir}/pixmaps/grisbi/
-%dir %{_libdir}/grisbi
-# Explicitly list plugins
-%{_libdir}/grisbi/gnucash.so
-%{_libdir}/grisbi/ofx.so
-%{_libdir}/grisbi/openssl.so
 
 %files lang -f %{name}.lang
 

++ grisbi-0.8.9.tar.bz2 - grisbi-1.0.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/grisbi/grisbi-0.8.9.tar.bz2 
/work/SRC/openSUSE:Factory/.grisbi.new/grisbi-1.0.0.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grisbi for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2012-01-09 11:15:18

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new (New)


Package is grisbi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grisbi/grisbi.changes2011-10-16 
12:49:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.grisbi.new/grisbi.changes   2012-01-09 
11:15:23.0 +0100
@@ -1,0 +2,15 @@
+Wed Jan  4 09:41:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.8.9:
+  + Fix a potential crash when closing Grisbi.
+  + Fix --without-ofx configure option.
+  + Minor changes.
+- Drop grisbi-fix-linking.patch: fixed upstream.
+- Remove call to autoreconf and libtool BuildRequires: they were
+  only needed for the patch above.
+- Stop passing --with-ofx to configure as... this breaks the build
+  for ofx support. We use automatic detection now, and the build
+  will fail if ofx support is missing as the plugin listed in
+  %files will be missing.
+
+---

Old:

  grisbi-0.8.8.tar.bz2
  grisbi-fix-linking.patch

New:

  grisbi-0.8.9.tar.bz2



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.XZkCqK/_old  2012-01-09 11:15:24.0 +0100
+++ /var/tmp/diff_new_pack.XZkCqK/_new  2012-01-09 11:15:24.0 +0100
@@ -1,7 +1,8 @@
+# vim: set sw=4 ts=4 et:
 #
 # spec file for package grisbi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +17,19 @@
 #
 
 
-
 Name:   grisbi
-Version:0.8.8
-Release:1
-License:GPL-2.0+
+Version:0.8.9
+Release:0
 Summary:Personal Accounting Application
-Url:http://www.grisbi.org
+License:GPL-2.0+
 Group:  Productivity/Office/Finance
+Url:http://www.grisbi.org
 Source: 
http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/0.8.x/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM grisbi-fix-linking.patch vu...@opensuse.org -- Fix build 
with strict linker; sent upstream by mail on 2011-09-19
-Patch0: grisbi-fix-linking.patch
 # Needed for make check
 #BuildRequires:  cunit-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libofx-devel
-BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -50,14 +47,10 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# needed for patch0
-autoreconf -fi
 %configure \
---disable-static \
---with-ofx
+--disable-static
 make %{?jobs:-j%{jobs}}
 
 %install
@@ -94,6 +87,4 @@
 
 %files lang -f %{name}.lang
 
-# vim: set sw=4 ts=4 et:
-
 %changelog

++ grisbi-0.8.8.tar.bz2 - grisbi-0.8.9.tar.bz2 ++
 39734 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grisbi for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory checked 
in at 2011-12-06 18:16:19

Comparing /work/SRC/openSUSE:Factory/grisbi (Old)
 and  /work/SRC/openSUSE:Factory/.grisbi.new (New)


Package is grisbi, Maintainer is 

Changes:




Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.Fj7aar/_old  2011-12-06 18:25:00.0 +0100
+++ /var/tmp/diff_new_pack.Fj7aar/_new  2011-12-06 18:25:00.0 +0100
@@ -20,7 +20,7 @@
 Name:   grisbi
 Version:0.8.8
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:Personal Accounting Application
 Url:http://www.grisbi.org
 Group:  Productivity/Office/Finance

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grisbi for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory
checked in at Sun Oct 16 12:46:50 CEST 2011.




--- openSUSE:Factory/grisbi/grisbi.changes  2011-09-23 02:02:00.0 
+0200
+++ /mounts/work_src_done/STABLE/grisbi/grisbi.changes  2011-10-15 
06:52:09.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 15 04:47:11 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.zZGA9c/_old  2011-10-16 12:46:46.0 +0200
+++ /var/tmp/diff_new_pack.zZGA9c/_new  2011-10-16 12:46:46.0 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libofx-devel
+BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-2.0)

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grisbi for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory
checked in at Mon Sep 19 21:37:54 CEST 2011.




--- grisbi/grisbi.changes   2011-06-16 14:47:10.0 +0200
+++ /mounts/work_src_done/STABLE/grisbi/grisbi.changes  2011-09-19 
12:29:22.0 +0200
@@ -1,0 +2,15 @@
+Mon Sep 19 07:35:50 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.8.8:
+  + Fix bug where the transaction is not transferred to the new
+account when Edit menu is used
+  + Fix the name of the International Russian currency RUB - RUR
+  + Fix some bugs in the navigation in the left panel
+  + Fix a crash when the number of recently used files = 0
+  + Remove the display of the build date for stable versions
+- Drop grisbi-no_date_time.patch: fixed upstream.
+- Add grisbi-fix-linking.patch: fix build with strict linker, as in
+  Factory.
+- Add call to autoreconf, needed for above patch.
+
+---

calling whatdependson for head-i586


Old:

  grisbi-0.8.7.tar.bz2
  grisbi-no_date_time.patch

New:

  grisbi-0.8.8.tar.bz2
  grisbi-fix-linking.patch



Other differences:
--
++ grisbi.spec ++
--- /var/tmp/diff_new_pack.WcE2z4/_old  2011-09-19 21:37:47.0 +0200
+++ /var/tmp/diff_new_pack.WcE2z4/_new  2011-09-19 21:37:47.0 +0200
@@ -18,15 +18,15 @@
 
 
 Name:   grisbi
-Version:0.8.7
+Version:0.8.8
 Release:1
 License:GPLv2+
 Summary:Personal Accounting Application
 Url:http://www.grisbi.org
 Group:  Productivity/Office/Finance
-Source: 
http://prdownloads.sourceforge.net/grisbi/grisbi-%{version}.tar.bz2
-# PATCH-FEATURE-UPSTREAM grisbi-no_date_time.patch 
http://www.grisbi.org/bugsreports/view.php?id=1355 dims...@opensuse.org -- Do 
not add build date/time to binaries.
-Patch0: grisbi-no_date_time.patch
+Source: 
http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/0.8.x/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM grisbi-fix-linking.patch vu...@opensuse.org -- Fix build 
with strict linker; sent upstream by mail on 2011-09-19
+Patch0: grisbi-fix-linking.patch
 # Needed for make check
 #BuildRequires:  cunit-devel
 BuildRequires:  fdupes
@@ -52,6 +52,8 @@
 %patch0 -p1
 
 %build
+# needed for patch0
+autoreconf -fi
 %configure \
 --disable-static \
 --with-ofx

++ grisbi-0.8.7.tar.bz2 - grisbi-0.8.8.tar.bz2 ++
 11016 lines of diff (skipped)

++ grisbi-fix-linking.patch ++
Index: grisbi-0.8.8/configure.in
===
--- grisbi-0.8.8.orig/configure.in
+++ grisbi-0.8.8/configure.in
@@ -54,6 +54,9 @@ dnl 
 dnl Main Grisbi libraries
 dnl 
 
+AC_CHECK_LIBM
+AC_SUBST(LIBM)
+
 #PKG_CHECK_MODULES(GRISBI, [gtk+-2.0 = 2.2.0 glib-2.0 = 2.2 gmodule-2.0 = 
2.2 zlib])
 # Temporary hack until Mandriva ships zlib.pc
 PKG_CHECK_MODULES(GRISBI, [gtk+-2.0 = 2.12.0 glib-2.0 = 2.18.0 gmodule-2.0 
= 2.18.0])
Index: grisbi-0.8.8/src/Makefile.am
===
--- grisbi-0.8.8.orig/src/Makefile.am
+++ grisbi-0.8.8/src/Makefile.am
@@ -16,7 +16,7 @@ libgrisbi_la_LIBADD += \
 else
 libgrisbi_la_LDFLAGS = -export_dynamic
 endif
-libgrisbi_la_LIBADD += $(GRISBI_LIBS) $(IGE_MAC_LIBS)
+libgrisbi_la_LIBADD += $(LIBM) $(GRISBI_LIBS) $(IGE_MAC_LIBS)
 
 libgrisbi_la_SOURCES = \
accueil.c   \





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grisbi for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory
checked in at Tue Jun 14 16:30:29 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/grisbi/grisbi.changes  2011-05-28 
00:25:21.0 +0200
@@ -0,0 +1,211 @@
+---
+Mon May 23 23:33:43 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.8.6:
+  + Fix a problem of calculating the balance after deletion of two
+archives
+  + Simplification of the function for parsing dates, fixing a
+crash on Windows
+  + Add support for the variance for the planned transactions
+  + Fix various bugs
+
+---
+Tue May  3 10:10:42 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.8.5:
+  + Added cloning of scheduled operations
+  + Fixed a bug of calculating balances with different currencies
+in the table estimates
+  + Fixed a bug in creation of payees and creation of a
+sub-budgetary line
+  + Don't update the tree view when it's not here while making an
+archive
+  + Typo in function name. Don't repeat twice the same by Mokona
+  + Fixed bug: Grisbi crashes when Importing a QIF file with a list
+of categories
+  + Adding of Data_Path variable to debug
+- Changes from version 0.8.4:
+  + Fixes a bug that corrupts the file of accounts when saving in
+certain circumstances.
+  + Minor corrections in the management of the logo of Grisbi
+- Changes from version 0.8.3:
+  + Fixed a bug export csv files on Windows
+  + Fixed a potential crash
+  + Fixed bug: The box of restoration of the sub-transactions
+appears again if the operation is no longer a split transaction
+  + Adding the XDG directories in the printed variables and fix
+memory leaks
+  + Fixed bug: Problem of updating of the pointing balance
+  + Fixed a crash when importing a file without extension
+  + Fixed bug: Filtering problem by amount
+- Changes from version 0.8.2:
+  + Fixed bug: Unable to delete third, category, or budget item
+- Changes from version 0.8.1:
+  + Fixed bug: Unable to enter a debit or credit
+- Changes from version 0.8.0:
+  + Integration of the budget module in the basic version of Grisbi
+  + Integration of a simulator credits with the ability to print or
+export the data into a spreadsheet
+  + Management of local settings (date format, decimal separator
+and thousands separator)
+  + Addition of the amortization schedule for liability accounts
+  + Addition of custom icons in the accounts file
+  + Colorization of debits in the scheduler
+  + Rewrite of gtk_combofix for payees to remove delays
+  + Rewritten import of QIF files
+  + Use gint64 to expand the fields of numbers up to 9 223 372 036
+854 775 807
+  + Many bugs fixed
+
+---
+Fri Apr 29 01:31:44 CEST 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory.
+
+---
+Fri Apr  8 10:57:00 UTC 2011 - cbosdon...@novell.com
+
+- Cleaned grisbi.spec file
+
+---
+Tue Aug 31 06:26:59 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 0.6.0:
+  * file encryption support
+  * new and improved print system
++ LaTeX no more needed, printing has never been so straightforward
++ transaction list can be printed as well as reports
+  * improved user interface
++ tabs deprecated in favor of a navigation tree
++ redesigned categories/payees/budgetary lines trees
++ totally redesigned transaction list with native GTK2 widgets
++ split of transactions displayed directly in transaction list
++ optional grid in transaction list
++ new view menu
++ use of assistants to ease some operations
++ custom sort for transaction list columns
++ reconcile now shows togglable buttons
++ use of + and - in amount entry to increment/decrement values
++ quick import of recurrent files
++ pre-built category sets dependent of the locale
++ all colors can be customized
++ astonishing icons ... can't ask for more!
+  * Greek translation thanks to Achilleas
+  * archival of old transactions, possibly into separate files
+  * form structure defined by user
+  * end of the obligation to use Euro
+  * Gnucash and CSV files import
+  * HBCI support through the aqbanking plugin
+  * reconciled transactions are archived by default
+  * huge work on localization :
++ Grisbi suggests a default currency according to the locale
++ dates are now displayed and parsed according to the locale, no more 
unbearable european dates for overseas folks!
++ amounts are displayed according to locale
+  * it is now possible to omit decimal separator in numerical fields
+  * custom mathematics engine that do not rely on