[gcstar/f13/master] Added Provides directive as it was not correctly detected

tian tian at fedoraproject.org
Sat Sep 4 11:14:37 UTC 2010


commit a9c092f2e365972f14961d415f26e766df0f3b2a
Author: Jodar Christian <tian at tianbox.(none)>
Date:   Sat Sep 4 13:12:05 2010 +0200

    Added Provides directive as it was not correctly detected

 gcstar.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gcstar.spec b/gcstar.spec
index 203490b..89dbcc9 100644
--- a/gcstar.spec
+++ b/gcstar.spec
@@ -1,6 +1,6 @@
 Name:           gcstar
 Version:        1.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Personal collections manager
 
 Group:          Applications/Databases
@@ -13,7 +13,7 @@ BuildArch:      noarch
 
 BuildRequires:    desktop-file-utils
 Requires:         perl-Gtk2
-Provides:         perl(GCItemsLists::GCImageLists) perl(GCItemsLists::GCTextLists)
+Provides:         perl(GCItemsLists::GCImageLists) perl(GCItemsLists::GCTextLists) perl(GCPlugins::GCfilms::GCThemoviedb)
 Obsoletes:        gcfilms
 
 %define desktop_vendor fedora
@@ -104,6 +104,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/mime/packages/%{name}.xml
 
 %changelog
+* Sat Sep 04 2010 Tian <tian at c-sait.net> - 1.6.1-2
+  - Added Provides directive as it was not correctly detected
 * Wed Sep 01 2010 Tian <tian at c-sait.net> - 1.6.1-1
   - New upstream version http://svn.gna.org/viewcvs/*checkout*/gcstar/tags/GCstar_1_6_1/CHANGELOG
 * Sun Nov 29 2009 Tian <tian at c-sait.net> - 1.5.0-2


More information about the scm-commits mailing list