From 045feb18a5f5ef706c8ec65beabe7dbaed86ebde037e8f251c2d374668c8aa88 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 21 Jul 2011 08:11:33 +0000 Subject: [PATCH] Accepting request 76597 from home:vuntz:branches:GNOME:Apps Don't require shared-mime-info: the macros will do the right thing without it, and if it's not installed, then we don't need it, really :-) Also update BuildRequires/Requires/Recommends OBS-URL: https://build.opensuse.org/request/show/76597 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gcstar?expand=0&rev=13 --- gcstar.changes | 14 ++++++++++---- gcstar.spec | 10 ++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/gcstar.changes b/gcstar.changes index 5a36df5..c03e30a 100644 --- a/gcstar.changes +++ b/gcstar.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 21 09:32:38 CEST 2011 - vuntz@opensuse.org + +- Drop perl(Switch) BuildRequires and Requires, as its usage was + removed. +- Add perl() Recommends for optional features: Archive::Zip, GD, + GD::Graph::area, GD::Graph::bars, GD::Graph::pie, GD::Text. + ------------------------------------------------------------------- Fri Jul 15 20:27:38 CEST 2011 - malcolmlewis@opensuse.org @@ -10,7 +18,7 @@ Fri Jul 15 20:27:38 CEST 2011 - malcolmlewis@opensuse.org acting like a keyboard. + Film collection: Country field is now a list box, allowing multiple countries. - + New plugins to fetch information from websites + + New plugins to fetch information from websites: - Books: Douban (ZH) provided by BW. - Movies: Douban (ZH) provided by BW. - Music: Douban (ZH) provided by BW. @@ -30,9 +38,7 @@ Fri Jul 15 20:27:38 CEST 2011 - malcolmlewis@opensuse.org jeuxvideo.com, jeuxvideo.fr, Moby Games, The Movie DB. - Update spec file License field from GPLv2 to GPL-2.0 to conform with spdx.org identifier. -- Add update-mime-database Requires(post|postun) to make sure that - update-mime-database exists. - + ------------------------------------------------------------------- Tue May 31 09:46:02 CEST 2011 - vuntz@opensuse.org diff --git a/gcstar.spec b/gcstar.spec index 09e2988..c55d3ec 100644 --- a/gcstar.spec +++ b/gcstar.spec @@ -32,21 +32,23 @@ BuildRequires: perl BuildRequires: perl(Crypt::SSLeay) BuildRequires: perl(Gtk2) >= 1.054 BuildRequires: perl(HTML::Parser) -BuildRequires: perl(Switch) BuildRequires: perl(XML::Parser) BuildRequires: perl(XML::Simple) BuildRequires: perl-libwww-perl BuildRequires: update-desktop-files -Requires(post): shared-mime-info -Requires(postun): shared-mime-info Requires: perl Requires: perl(Crypt::SSLeay) Requires: perl(Gtk2) >= 1.054 Requires: perl(HTML::Parser) -Requires: perl(Switch) Requires: perl(XML::Parser) Requires: perl(XML::Simple) Requires: perl-libwww-perl +Recommends: perl(Archive::Zip) +Recommends: perl(GD) +Recommends: perl(GD::Graph::area) +Recommends: perl(GD::Graph::bars) +Recommends: perl(GD::Graph::pie) +Recommends: perl(GD::Text) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch