rpms/qle/devel qle-0.0.18-configlocation.patch, NONE, 1.1 qle-0.0.18-sh.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 qle.spec, 1.6, 1.7 sources, 1.4, 1.5 qle-0.0.17-configlocation.patch, 1.1, NONE qle-0.0.17-sh.patch, 1.1, NONE

Lucian Langa lucilanga at fedoraproject.org
Sat Jan 9 15:39:35 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/qle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7419

Modified Files:
	.cvsignore qle.spec sources 
Added Files:
	qle-0.0.18-configlocation.patch qle-0.0.18-sh.patch 
Removed Files:
	qle-0.0.17-configlocation.patch qle-0.0.17-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/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	20 Dec 2009 19:00:43 -0000	1.4
+++ .cvsignore	9 Jan 2010 15:39:34 -0000	1.5
@@ -1 +1 @@
-qle-0.0.17.tar.gz
+qle-0.0.18.tar.gz


Index: qle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qle/devel/qle.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- qle.spec	21 Dec 2009 13:26:24 -0000	1.6
+++ qle.spec	9 Jan 2010 15:39:34 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           qle
-Version:        0.0.17
-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-0.0.17-sh.patch
+Patch0:         qle-0.0.18-sh.patch
 #Fix configuration path
-Patch1:         qle-0.0.17-configlocation.patch
+Patch1:         qle-0.0.18-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
+
 * Mon Dec 21 2009 Lucian Langa <cooly at gnome.eu.org> - 0.0.17-2
 - fix build requires
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qle/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	20 Dec 2009 19:00:43 -0000	1.4
+++ sources	9 Jan 2010 15:39:34 -0000	1.5
@@ -1 +1 @@
-54f2155fae9a5af0cdb45f1f67221c4d  qle-0.0.17.tar.gz
+8a52a403cda8be2454427164c9b75f03  qle-0.0.18.tar.gz


--- qle-0.0.17-configlocation.patch DELETED ---


--- qle-0.0.17-sh.patch DELETED ---




More information about the fedora-extras-commits mailing list