rpms/gnokii/EL-5 .cvsignore, 1.5, 1.6 gnokii-htmlview.patch, 1.1, 1.2 gnokii.spec, 1.10, 1.11 sources, 1.5, 1.6

Robert Scheck robert at fedoraproject.org
Sat Oct 11 08:50:47 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/gnokii/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32764

Modified Files:
	.cvsignore gnokii-htmlview.patch gnokii.spec sources 
Log Message:
Get latest updates from devel branch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	23 May 2008 18:47:03 -0000	1.5
+++ .cvsignore	11 Oct 2008 08:50:17 -0000	1.6
@@ -1 +1 @@
-gnokii-0.6.25.tar.bz2
+gnokii-0.6.27.tar.bz2

gnokii-htmlview.patch:

Index: gnokii-htmlview.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/EL-5/gnokii-htmlview.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnokii-htmlview.patch	1 Apr 2006 18:24:59 -0000	1.1
+++ gnokii-htmlview.patch	11 Oct 2008 08:50:17 -0000	1.2
@@ -1,10 +1,10 @@
---- xgnokii/xgnokii_cfg.c~	2006-02-15 23:49:56.000000000 +0100
-+++ xgnokii/xgnokii_cfg.c	2006-03-05 21:27:15.000000000 +0100
-@@ -73,7 +73,7 @@
+--- xgnokii/xgnokii_cfg.c.orig	2008-10-06 08:42:09.000000000 +0100
++++ xgnokii/xgnokii_cfg.c	2008-10-06 08:41:03.000000000 +0100
+@@ -75,7 +75,7 @@ static void GetDefaultValues()
  	xgnokiiConfig.user.fax = g_strdup("");
  	xgnokiiConfig.user.email = g_strdup("");
  	xgnokiiConfig.user.address = g_strdup("");
--	xgnokiiConfig.helpviewer = g_strdup("mozilla");
+-	xgnokiiConfig.helpviewer = g_strdup("firefox");
 +	xgnokiiConfig.helpviewer = g_strdup("htmlview");
  	if ((homedir = g_get_home_dir()) == NULL)
  		homedir = "";


Index: gnokii.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/EL-5/gnokii.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnokii.spec	23 May 2008 18:47:03 -0000	1.10
+++ gnokii.spec	11 Oct 2008 08:50:17 -0000	1.11
@@ -1,7 +1,7 @@
 # TODO: merge patches upstream where applicable
 
 Name:           gnokii
-Version:        0.6.25
+Version:        0.6.27
 Release:        2%{?dist}
 Summary:        Linux/Unix tool suite for various mobile phones
 
@@ -21,17 +21,17 @@
 Patch1:         %{name}-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  flex
-BuildRequires:  gettext
-BuildRequires:  gtk2-devel
-BuildRequires:  desktop-file-utils
-BuildRequires:  ImageMagick
-BuildRequires:  postgresql-devel
-BuildRequires:  mysql-devel
-BuildRequires:  zlib-devel
-BuildRequires:  bluez-libs-devel
+BuildRequires:	flex
+BuildRequires:	gettext
+BuildRequires:	gtk2-devel
+BuildRequires:	desktop-file-utils
+BuildRequires:	ImageMagick
+BuildRequires:	postgresql-devel
+BuildRequires:	mysql-devel
+BuildRequires:	zlib-devel
+BuildRequires:	bluez-libs-devel
 BuildRequires:	libusb-devel
-%{?_with_libical:BuildRequires: libical-devel >= 0.24}
+%{?_with_libical:BuildRequires:	libical-devel >= 0.24}
 BuildRequires:	libXt-devel
 BuildRequires:	libXpm-devel 
 BuildRequires:	perl(XML::Parser)
@@ -41,7 +41,7 @@
 Gnokii provides tools and a user space driver for use with mobile
 phones under Linux, various unices and Win32. With gnokii you can do
 such things as make data calls, update your address book, change
-calendar entires, send and receive SMS messages and load ring tones
+calendar entries, send and receive SMS messages and load ring tones
 depending on the phone you have.
 
 %package     -n xgnokii
@@ -101,7 +101,7 @@
 
 %build
 %configure --enable-security --disable-rpath --disable-static \
-  %{?_with_libical:--with-libical=%{_prefix}}
+		%{?_with_libical:--enable-libical}
 make %{?_smp_mflags}
 
 
@@ -227,6 +227,21 @@
 %{_libdir}/pkgconfig/xgnokii.pc
 
 %changelog
+* Mon Oct 06 2008 - Bastien Nocera <bnocera at redhat.com> - 0.6.27-2
+- Fix htmlview patch
+
+* Mon Oct 06 2008 - Bastien Nocera <bnocera at redhat.com> - 0.6.27-1
+- Update to 0.6.27
+
+* Thu Sep 11 2008 - Bastien Nocera <bnocera at redhat.com> - 0.6.26-3
+- Rebuild
+
+* Thu Jun 19 2008 - Bastien Nocera <bnocera at redhat.com> - 0.6.26-2
+- Rebuild with libical support
+
+* Wed Jun 11 2008 - Bastien Nocera <bnocera at redhat.com> - 0.6.26-1
+- Update to 0.6.26
+
 * Fri May 23 2008 Robert Scheck <robert at fedoraproject.org> 0.6.25-2
 - Set empty --vendor rather none for using desktop-file-install
 - Fixed initscript as gnokii-smsd stays in /usr/bin not /usr/sbin


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	23 May 2008 18:47:03 -0000	1.5
+++ sources	11 Oct 2008 08:50:17 -0000	1.6
@@ -1 +1 @@
-42cb950f0c6e05b8bdd98009369bc415  gnokii-0.6.25.tar.bz2
+fd0ae7996a2e2a2c29e9f3c625df8f3d  gnokii-0.6.27.tar.bz2




More information about the scm-commits mailing list