From ca293d7b55c97f054013043660a92ac8db7611a4bae2fcb96b1b9c3fbd7e7f73 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 11 Feb 2015 15:44:24 +0000 Subject: [PATCH] Accepting request 285126 from GNOME:Apps 1 OBS-URL: https://build.opensuse.org/request/show/285126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=10 --- homebank-4.6.3.tar.gz | 3 --- homebank-5.0.0.tar.gz | 3 +++ homebank.changes | 11 +++++++++++ homebank.spec | 10 ++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 homebank-4.6.3.tar.gz create mode 100644 homebank-5.0.0.tar.gz diff --git a/homebank-4.6.3.tar.gz b/homebank-4.6.3.tar.gz deleted file mode 100644 index d9692a4..0000000 --- a/homebank-4.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948 -size 1899045 diff --git a/homebank-5.0.0.tar.gz b/homebank-5.0.0.tar.gz new file mode 100644 index 0000000..aebd181 --- /dev/null +++ b/homebank-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d4342d989997ce63acdf5b92354f6142bb6d87d57fc37dd7610beb73305918 +size 2553476 diff --git a/homebank.changes b/homebank.changes index fdda207..9036a94 100644 --- a/homebank.changes +++ b/homebank.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 10 11:36:46 UTC 2015 - dimstar@opensuse.org + +- Update to version 5.0.0: + + Migrated to GTK+ 3.0. + + For other changes, please see ChangeLog. +- Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0), + following upstreams port to GTK+ 3.0. +- Replace glib2-devel BuildRequires with pkgconfig(glib-2.0), + matching what configure looks for. + ------------------------------------------------------------------- Sun Jan 18 18:47:37 UTC 2015 - p.drouand@gmail.com diff --git a/homebank.spec b/homebank.spec index 2d91b19..b242e42 100644 --- a/homebank.spec +++ b/homebank.spec @@ -1,7 +1,7 @@ # # spec file for package homebank # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: homebank -Version: 4.6.3 +Version: 5.0.0 Release: 0 Summary: Application to manage personal accounts License: GPL-2.0+ @@ -25,13 +25,13 @@ Group: Productivity/Office/Finance Url: http://homebank.free.fr/ Source: http://homebank.free.fr/public/%{name}-%{version}.tar.gz BuildRequires: gettext-devel -BuildRequires: glib2-devel >= 2.24 -BuildRequires: gtk2-devel >= 2.20 BuildRequires: intltool BuildRequires: libofx-devel # We need the %%mime_database_* macros BuildRequires: shared-mime-info BuildRequires: update-desktop-files +BuildRequires: pkgconfig(glib-2.0) >= 2.34 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.6 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,6 +43,7 @@ dynamically with powerful report tools based on filtering and graphical charts. %lang_package + %prep %setup -q @@ -78,5 +79,6 @@ rm -r %{buildroot}%{_datadir}/mime-info %{_datadir}/mime/packages/%{name}.xml %files lang -f %{name}.lang +%defattr(-,root,root) %changelog