rpms/orsa/devel orsa-file.patch,1.2,1.3 orsa.spec,1.6,1.7

Miloš Jakubíček mjakubicek at fedoraproject.org
Sun Apr 12 22:12:16 UTC 2009


Author: mjakubicek

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

Modified Files:
	orsa-file.patch orsa.spec 
Log Message:
- Do not complain at all if the configuration file is missing.



orsa-file.patch:

Index: orsa-file.patch
===================================================================
RCS file: /cvs/pkgs/rpms/orsa/devel/orsa-file.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- orsa-file.patch	8 Apr 2009 00:05:16 -0000	1.2
+++ orsa-file.patch	12 Apr 2009 22:11:44 -0000	1.3
@@ -1,6 +1,6 @@
 --- src/liborsa/orsa_file.cc.orig	2009-04-07 16:27:28.000000000 +0200
 +++ src/liborsa/orsa_file.cc	2009-04-07 17:33:23.000000000 +0200
-@@ -1399,6 +1399,36 @@
+@@ -1399,6 +1399,32 @@
      list_enum.push_back(TEXTURE_NEPTUNE);
    }
    
@@ -27,10 +27,6 @@
 +      return;
 +    }
 +    
-+    if (file == 0) {
-+      ORSA_DEBUG("Configuration file %s not found.",filename.c_str());
-+    }
-+    
 +    status = CLOSE;
 +  }
 +  


Index: orsa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/orsa/devel/orsa.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- orsa.spec	8 Apr 2009 00:11:58 -0000	1.6
+++ orsa.spec	12 Apr 2009 22:11:44 -0000	1.7
@@ -1,6 +1,6 @@
 Name:			orsa
 Version:		0.7.0
-Release:		7%{?dist}
+Release:		8%{?dist}
 Summary:		Orbit Reconstruction, Simulation and Analysis
 
 Group:			Amusements/Graphics
@@ -93,6 +93,9 @@
 %{_libdir}/libxorsa.so
 
 %changelog
+* Sun Apr 12 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.7.0-8
+- Do not complain at all if the configuration file is missing.
+
 * Tue Apr 08 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.7.0-7
 - Fix segfault on missing jpl file.
 




More information about the scm-commits mailing list