Accepting request 98719 from home:vuntz:branches:GNOME:Apps
Update to 0.8.9 OBS-URL: https://build.opensuse.org/request/show/98719 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/grisbi?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
f865c79a53
commit
d4101f6ac5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c69fbdff557c4b82de0b878fc2b7f6c93ab9abd72351eabbdecc9be4d78946f
|
|
||||||
size 1905934
|
|
3
grisbi-0.8.9.tar.bz2
Normal file
3
grisbi-0.8.9.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea01522bc4fa34bc0ba4b94324c15218f3d79d4a5cfcd44f87a2ef8eed101080
|
||||||
|
size 1923855
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 09:41:42 UTC 2012 - vuntz@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 15 04:47:11 UTC 2011 - coolo@suse.com
|
Sat Oct 15 04:47:11 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
24
grisbi.spec
24
grisbi.spec
@@ -1,7 +1,8 @@
|
|||||||
|
# vim: set sw=4 ts=4 et:
|
||||||
#
|
#
|
||||||
# spec file for package grisbi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,24 +16,19 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: grisbi
|
Name: grisbi
|
||||||
Version: 0.8.8
|
Version: 0.8.9
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPLv2+
|
|
||||||
Summary: Personal Accounting Application
|
Summary: Personal Accounting Application
|
||||||
Url: http://www.grisbi.org
|
License: GPL-2.0+
|
||||||
Group: Productivity/Office/Finance
|
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/0.8.x/%{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM grisbi-fix-linking.patch vuntz@opensuse.org -- Fix build with strict linker; sent upstream by mail on 2011-09-19
|
|
||||||
Patch0: grisbi-fix-linking.patch
|
|
||||||
# Needed for make check
|
# Needed for make check
|
||||||
#BuildRequires: cunit-devel
|
#BuildRequires: cunit-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libofx-devel
|
BuildRequires: libofx-devel
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
@@ -50,14 +46,10 @@ One notable feature is that it respects French accounting rules.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# needed for patch0
|
|
||||||
autoreconf -fi
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static
|
||||||
--with-ofx
|
|
||||||
make %{?jobs:-j%{jobs}}
|
make %{?jobs:-j%{jobs}}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -94,6 +86,4 @@ rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
|
|||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
# vim: set sw=4 ts=4 et:
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user