rpms/qle/F-11 qle-0.0.18-configlocation.patch, NONE, 1.1 qle-0.0.18-sh.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 qle.desktop, 1.1, 1.2 qle.spec, 1.3, 1.4 sources, 1.3, 1.4

Lucian Langa lucilanga at fedoraproject.org
Sat Jan 9 15:57:08 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/qle/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12283

Modified Files:
	.cvsignore qle.desktop qle.spec sources 
Added Files:
	qle-0.0.18-configlocation.patch qle-0.0.18-sh.patch 
Log Message:
new upstream release

qle-0.0.18-configlocation.patch:
 qle-0.0.18.pl |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE qle-0.0.18-configlocation.patch ---
diff -Naur qle-0.0.18/qle-0.0.18.pl qle-0.0.18-mod/qle-0.0.18.pl
--- qle-0.0.18/qle-0.0.18.pl	2009-12-21 19:13:12.000000000 +0200
+++ qle-0.0.18-mod/qle-0.0.18.pl	2010-01-09 17:30:37.000000000 +0200
@@ -51,6 +51,7 @@
     # Build name of config file from name of executable file:
     my ($progName, $pathName, $suffix) = fileparse("$0", qr/\.[^.]*/);
     my $configFile;
+    my $pathName = "/etc/qle/";
     if (File::Spec->file_name_is_absolute($pathName)) {
       $configFile = "$pathName" . "$progName" . ".conf";
     } else {
diff -Naur qle-0.0.18/qle.sh qle-0.0.18-mod/qle.sh

qle-0.0.18-sh.patch:
 qle.sh |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE qle-0.0.18-sh.patch ---
diff -Naur qle-0.0.18/qle.sh qle-0.0.18-mod/qle.sh
--- qle-0.0.18/qle.sh	2009-12-21 19:13:12.000000000 +0200
+++ qle-0.0.18-mod/qle.sh	2010-01-09 17:35:40.000000000 +0200
@@ -1,3 +1,4 @@
+#!/bin/bash
 #####################################################################
 #
 # Suggested start-up script for qle-<version>.pl
@@ -13,6 +14,7 @@
 #####################################################################
 #
 #cd ~/qle-0.0.18
+cd /usr/share/qle
 #
 echo qle.sh: trying to kill lingering hamlib 'rigctld' servers:
 killall rigctld
@@ -24,7 +26,7 @@
 #
 echo qle.sh: starting up the 'qle' logger program:
 # perl qle-0.0.18.pl -font "-adobe-avant garde gothic-demi-r-normal--0-0-0-0-p-0-iso8859-1" $1 $2 $3 $4
-perl qle-0.0.18.pl -foreground Blue $1 $2 $3 $4
+perl qle.pl -foreground Blue $1 $2 $3 $4
 #
 echo qle.sh: killing 'rigctld' server: 
 killall rigctld


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qle/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	17 Feb 2009 10:22:17 -0000	1.3
+++ .cvsignore	9 Jan 2010 15:57:08 -0000	1.4
@@ -1 +1 @@
-qle-0.0.13.tar.gz
+qle-0.0.18.tar.gz


Index: qle.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/qle/F-11/qle.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- qle.desktop	23 Nov 2008 18:56:17 -0000	1.1
+++ qle.desktop	9 Jan 2010 15:57:08 -0000	1.2
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=qle
 GenericName=qle
 Comment=A QSO Logger and log Editor
@@ -7,5 +6,5 @@ Exec=qle
 Icon=qle
 Terminal=false
 Type=Application
-Categories=HamRadio;
+Categories=Network;HamRadio;
 Version=1.0


Index: qle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qle/F-11/qle.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- qle.spec	25 Feb 2009 17:44:56 -0000	1.3
+++ qle.spec	9 Jan 2010 15:57:08 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           qle
-Version:        0.0.13
-Release:        2%{?dist}
+Version:        0.0.18
+Release:        1%{?dist}
 Summary:        A QSO Logger and log Editor
 
 Group:          Applications/Communications
@@ -10,9 +10,9 @@ Source0:        http://home.kpn.nl/w.kno
 Source1:        qle.desktop
 Source2:        qle.png
 #add script shebang & fix paths
-Patch0:         qle-sh.patch
+Patch0:         qle-%{version}-sh.patch
 #Fix configuration path
-Patch1:         qle-configlocation.patch
+Patch1:         qle-%{version}-configlocation.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -76,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS BUGS NEWS README TODO COPYING
+%doc AUTHORS BUGS NEWS README COPYING
 %dir /etc/%{name}
 %config(noreplace) /etc/%{name}/%{name}.conf
 %{_bindir}/%{name}
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jan 09 2010 Lucian Langa <cooly at gnome.eu.org> - 0.0.18-1
+- new upstream release
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qle/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	17 Feb 2009 10:22:17 -0000	1.3
+++ sources	9 Jan 2010 15:57:08 -0000	1.4
@@ -1 +1 @@
-4e2ef84c17fae06657111a964f2fd299  qle-0.0.13.tar.gz
+8a52a403cda8be2454427164c9b75f03  qle-0.0.18.tar.gz




More information about the fedora-extras-commits mailing list