rpms/bibletime/F-8 bibletime-config.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 bibletime-desktop.patch, 1.1, 1.2 bibletime.spec, 1.6, 1.7 sources, 1.6, 1.7

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Tue May 27 02:45:23 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/bibletime/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2811

Modified Files:
	.cvsignore bibletime-desktop.patch bibletime.spec sources 
Added Files:
	bibletime-config.patch 
Log Message:
* Mon May 26 2008 Deji Akingunola <dakingun at gmail.com> - 1.6.5.1-1
- Update to 1.6.5.1


bibletime-config.patch:

--- NEW FILE bibletime-config.patch ---
--- configure	2008-05-10 07:51:48.000000000 -0400
+++ configure.new	2008-05-26 21:21:29.000000000 -0400
@@ -32790,7 +32790,7 @@
 using namespace sword;
 #endif
 
-int main(int argc, char** argv) {
+int main(int argc, char* argv[]) {
 	std::cout << SWVersion::currentVersion << std::endl;
 	return 0;
 }


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bibletime/F-8/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	10 Nov 2007 02:53:01 -0000	1.6
+++ .cvsignore	27 May 2008 02:44:36 -0000	1.7
@@ -1,2 +1 @@
-bibletime-1.6.5.tar.bz2
-bibletime-i18n-1.6.5.tar.bz2
+bibletime-1.6.5.1.tar.bz2

bibletime-desktop.patch:

Index: bibletime-desktop.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bibletime/F-8/bibletime-desktop.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bibletime-desktop.patch	13 Jan 2007 17:32:23 -0000	1.1
+++ bibletime-desktop.patch	27 May 2008 02:44:36 -0000	1.2
@@ -1,12 +1,6 @@
---- bibletime.desktop.in	2006-12-13 10:05:28.000000000 -0500
-+++ bibletime.desktop.in.new	2006-12-13 10:00:18.000000000 -0500
-@@ -1,4 +1,5 @@
- [Desktop Entry]
-+Encoding=UTF-8
- Comment=An easy to use bible study tool
- Comment[C]=An easy to use bible study tool
- Comment[cs]=Snadno pouiteln n�troj pro studium Bible
-@@ -18,9 +19,8 @@
+--- bibletime.desktop.in	2008-05-26 21:13:09.000000000 -0400
++++ bibletime.desktop.in.new	2008-05-26 21:16:53.000000000 -0400
+@@ -19,9 +19,8 @@
  SwallowExec=
  SwallowTitle=
  Terminal=false
@@ -14,7 +8,7 @@
  Type=Application
  X-KDE-SubstituteUID=false
  X-KDE-Username=
--Categories=Religion;Bible;Application;KDE;Utility;
+-Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;KDE;QT
 -DocPath=bibletime/handbook/index.html
-+Categories=KDE;Utility;
++Categories=Utility;KDE;
 +X-KDE-DocPath=bibletime/handbook/index.html


Index: bibletime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bibletime/F-8/bibletime.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bibletime.spec	10 Nov 2007 02:53:01 -0000	1.6
+++ bibletime.spec	27 May 2008 02:44:36 -0000	1.7
@@ -1,12 +1,12 @@
 Summary:	BibleTime is an easy to use Bible study tool for KDE
 Name:		bibletime
-Version:	1.6.5
+Version:	1.6.5.1
 Release:	1%{?dist}
 License:	GPLv2
 Url:		http://www.bibletime.info/
 Group:		Applications/Productivity
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-Source1:	http://downloads.sourceforge.net/%{name}/%{name}-i18n-%{version}.tar.bz2
+Source1:	http://downloads.sourceforge.net/%{name}/%{name}-i18n-1.6.5.tar.bz2
 Patch0:		%{name}-desktop.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	sword-devel >= 1.5.9 clucene-core-devel >= 0.9.16a kdelibs-devel
@@ -33,7 +33,7 @@
 %configure --disable-rpath
 make %{?_smp_mflags}
 
-cd %{name}-i18n-%{version}
+cd %{name}-i18n-1.6.5
 %configure --disable-rpath
 make %{?_smp_mflags}
 
@@ -50,7 +50,7 @@
 chmod 0644 %{buildroot}%{_datadir}/apps/%{name}/bibletimeui.rc
 chmod 0644 %{buildroot}%{_datadir}/apps/%{name}/tips
 
-cd %{name}-i18n-%{version}
+cd %{name}-i18n-1.6.5
 make DESTDIR=%{buildroot} install
 
 # remove empty file
@@ -80,7 +80,7 @@
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
-%files -f %{name}-i18n-%{version}/%{name}.lang
+%files -f %{name}-i18n-1.6.5/%{name}.lang
 %defattr(-,root,root,-)
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
@@ -90,6 +90,9 @@
 %doc README LICENSE
 
 %changelog
+* Mon May 26 2008 Deji Akingunola <dakingun at gmail.com> - 1.6.5.1-1
+- Update to 1.6.5.1
+
 * Fri Nov 09 2007 Deji Akingunola <dakingun at gmail.com> 1.6.5-1
 - 1.6.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bibletime/F-8/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	10 Nov 2007 02:53:01 -0000	1.6
+++ sources	27 May 2008 02:44:36 -0000	1.7
@@ -1,2 +1 @@
-c6815d2076e454150c3b9fb88c1dd1e8  bibletime-1.6.5.tar.bz2
-afe5c92f212951c3949ac010ae20ef7b  bibletime-i18n-1.6.5.tar.bz2
+c54f2d298d7568ca41b0815097abff37  bibletime-1.6.5.1.tar.bz2




More information about the scm-commits mailing list