rpms/geoqo/devel geoqo.spec,1.4,1.5

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Mon Jun 23 15:22:55 UTC 2008


Author: hardaker

Update of /cvs/extras/rpms/geoqo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18824

Modified Files:
	geoqo.spec 
Log Message:
fix for bug 452481: require sqlite2


Index: geoqo.spec
===================================================================
RCS file: /cvs/extras/rpms/geoqo/devel/geoqo.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geoqo.spec	16 May 2008 13:33:16 -0000	1.4
+++ geoqo.spec	23 Jun 2008 15:22:11 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: GeoCaching and General Waypoint Database
 Name: geoqo
 Version: 0.97
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2 or Artistic
 Group: Amusements/Games
 URL: http://www.geoqo.org/
@@ -11,7 +11,7 @@
 # These are only pseudo required by the code and won't be auto-found
 # list extracted from check-prerequisites.pl
 Requires: perl(Gtk2) perl(QWizard) perl(GD) perl(Chart::Lines)
-Requires: perl(Getopt::GUI::Long)
+Requires: perl(Getopt::GUI::Long) perl(DBD::SQLite2)
 # required for make test
 BuildRequires: perl(Test) perl(ExtUtils::MakeMaker) perl(Test::More)
 BuildRequires: perl(DBI)
@@ -70,6 +70,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 23 2008 Wes Hardaker <wjhns174 at hardakers.net> - 0.97-2
+- Fix bug #452481: require DBD::sqlite2
+
 * Fri May 16 2008 Wes Hardaker <wjhns174 at hardakers.net> - 0.97-1
 - update to upstream that contains multiple bug fixes
 




More information about the fedora-extras-commits mailing list